/* Burrrr */

/* insCategoriesMaster Start */
/* .insCategoriesMaster {
  background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
} */

/*  */
/*  */
/*  */
/*  */
/*  */

.tab-header span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.tabNav-link {
  border: 2px solid transparent;
  transition: all 0.3s ease;

  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.tabNav-link:hover,
.tabNav-link.active {
  border-color: var(--bs-secondary-border-subtle);
  box-shadow: var(--bs-danger);
}

.tab-content img {
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
}

.tab-pane h3 {
  color: #4b4b4b;
  font-weight: bold;
  font-size: 2rem;
}

.tab-pane p {
  font-size: 1.4rem;
  color: #777;
  margin-bottom: 20px;
}

/*  */
/*  */
/*  */

.ins-categories .tabNav-link {
  padding: 20px 30px;
  color: #444;
  background-color: var(--bs-light);
  margin-top: 17px;
  font-size: 1.2em;
  border-radius: 0.25rem;
  transition: max-height 0.5s;
  max-height: 70px;
  overflow: hidden;
}

.ins-categories .tabNav-link:first-child {
  margin-top: 0;
}

.ins-categories .tabNav-link:hover {
  background-color: #f5f5f5;
}

.ins-categories .tabNav-link.active {
  color: #000;
  background-color: #e3eaf1;
  max-height: 200px;
}

.ins-categories .tabNav-link .tab-header img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  opacity: 0.5;
}

.ins-categories .tabNav-link .tab-desc {
  opacity: 0;
  transition: opacity 0.3s;
  color: #5b5855;
  font-size: 1.025rem;
  padding-left: 45px;
}

.ins-categories .tabNav-link.active .tab-desc {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.25s;
}

.tab-header img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

/*  */
/*  */
/*  */

/* Burrrr end */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* WhatsApp Floating Button Style */

/* WhatsApp Floating Button Style */
/* WhatsApp Floating Button Style */
.whatsapp-float {
  position: fixed;
  width: 60px; /* Adjusted width for a consistent icon size */
  height: 60px; /* Adjusted height for a consistent icon size */
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px; /* Adjusted font size for a suitable icon */
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensures it's above other elements */
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInRight 1s ease-in-out;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}

/* WhatsApp Pop-up Form Style */
.whatsapp-popup {
  display: none;
  position: fixed;
  bottom: 100px; /* Positioned above the floating button */
  left: 20px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: fadeInUp 1s ease-in-out;
}

.whatsapp-popup textarea {
  width: calc(100% - 40px);
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
}

.whatsapp-popup button {
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.whatsapp-popup button.cancel {
  background-color: #dc3545;
  margin-left: 10px;
}

/* Animation for fading in */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
.section2-title-2 {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section2-title-2 h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section2-title-2 h2:before,
.section2-title-2 h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section2-title-2 h2:before {
  margin: 0 15px 10px 0;
}

.section2-title-2 h2:after {
  margin: 0 0 10px 15px;
}

.section2-title-2 p {
  margin-bottom: 0;
}

/*  */
/*  */
.colorsitename {
  color: rgb(47, 0, 255);
  font-size: 40px;
}

/*  */
/*  */
/*  */
/*  */

.about .icon-box i {
  font-size: 40px;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.about .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-box h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.about .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

.about .icon-box:hover h4 a {
  color: var(--accent-color);
}

/*  */
/*  */
/*  */
/*  */
/*  */

.btn-burstartedCOLOR {
  /* min-width: 40%; */
  /* width: 100%; */
  background-color: #4154f1;
  border: 2px solid #4154f1;
  color: #ffffff; /* Black text color */
  /* border-radius: 30px; */
  /* border-radius: 30px; */
  padding: 15px 25px; /* Padding */
  border-radius: 5px;
  font-size: 18px; /* Font size */
  font-weight: 500; /* Font weight */
}
.btn-burstartedCOLOR:hover {
  background-color: #1a2ccd;
  border: 2px solid #4154f1;
  color: #ffffff; /* Black text color */
  /* border-radius: 30px; */

  padding: 15px 25px; /* Padding */
  font-size: 18px; /* Font size */
  font-weight: 500; /* Font weight */
  transition: background-color 0.3s ease;
}

.colorsubheadingg {
  color: #4154f1;
}

.bn_heading-color {
  color: #012970;
}
.bn_default-color {
  color: #444444;
}
.bn_default-color-2 {
  color: #181717 !important;
}
.bn_accent-color {
  color: #4154f1;
}

/* Renamed card classes to avoid conflicts */
.All-in-one-Card {
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.All-in-one-Card:hover {
  transform: scale(1.05);
}
/* Force a fixed height for images and ensure they fill the container */
.All-in-one-Card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.All-in-one-Card-body {
  text-align: center;
}
.All-in-one-Card-title {
  font-weight: bold;
  color: #343a40;
}
.All-in-one-Card-text {
  color: #6c757d;
}

.btn-get-started-2 {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.erp-section {
  max-width: 1200px;

  margin: auto;
  text-align: center;
  /* padding: 50px 20px; */
  /* padding: 00px 10px; */
}

.erp-section h2 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
}

.erp-tabs {
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  justify-content: center;
}

.erp-tabs .nav-link {
  font-weight: bold;
  color: var(--nav-color);
  padding: 12px 20px;
  border: none;
  background: none;
  position: relative;
  font-family: var(--nav-font);
}

.erp-tabs .nav-link.active {
  color: var(--nav-hover-color);
}

.erp-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--nav-hover-color);
  bottom: -2px;
  left: 0;
}

.tab-content {
  text-align: left;
  padding-top: 30px;
}

.erp-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.erp-content .text {
  max-width: 50%;
}

.erp-content ul {
  list-style: none;
  padding: 0;
}

.erp-content ul li {
  padding: 8px 0;
  font-size: 16px;
}

.erp-content ul li::before {
  content: '✔';
  color: var(--accent-color);
  margin-right: 8px;
}

.erp-content .image {
  max-width: 45%;
  text-align: right;
}

.erp-content img {
  max-width: 100%;
  height: auto;
}

.cta-link {
  font-weight: bold;
  color: var(--accent-color);
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

.cta-link:hover {
  text-decoration: underline;
}





/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* / */
/* MarkServer Feature Section Styling */
.MarkServer-feature-section {
  /* background-color: var(--background-color); */
  background-color: whitesmoke;
  padding: 5rem 0;
  text-align: center;
}

.MarkServer-feature-section h2 {
  font-family: var(--heading-font);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
}

.MarkServer-feature-section p {
  font-family: var(--default-font);
  font-size: 1.25rem;
  color: var(--default-color);
}

/* Tab Navigation Styling */
.nav-pills .nav-link {
  font-family: var(--nav-font);
  font-weight: 600;
  color: var(--nav-color);
  background-color: transparent;
  border: 2px solid var(--nav-color);
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: var(--nav-hover-color);
  color: var(--contrast-color);
  border-color: var(--nav-hover-color);
}

/* Tab Content Styling */
.tab-content {
  background-color: var(--surface-color);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.tab-pane h3 {
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 700;
  color: var(--heading-color);
}

.tab-pane p {
  font-family: var(--default-font);
  font-size: 1.1rem;
  color: var(--default-color);
  margin-bottom: 1rem;
}

.tab-pane ul {
  list-style: none;
  padding: 0;
}

.tab-pane ul li {
  font-family: var(--default-font);
  font-size: 1rem;
  color: var(--default-color);
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.tab-pane ul li i {
  color: var(--accent-color);
  margin-right: 10px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .MarkServer-feature-section h2 {
    font-size: 2rem;
  }

  .tab-content {
    padding: 1.5rem;
  }
}













/*  */
/*  */
/*  */
/*  */
.MarkServer-feature-section {
  /* background: linear-gradient(135deg, #bad2f7, #b791f3); */
  padding: 80px 0;
}

.nav-pills .nav-link {
  background: rgba(255, 255, 255, 0.2);
  
  margin: 5px;
  /* border-radius: 20px; */
  padding: 15px 20px;
}



/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

        /* Text Gradient */
        .text-gradient {
          background: linear-gradient(135deg, #007bff, #00a8ff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
        .text-gradient2 {
          background: linear-gradient(135deg, #0059ff, #007bff);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }




        