

body {
    font-family: 'DM Sans', sans-serif;
    box-sizing: border-box;
}

.hero-section {
  background-image: url('images/Hero_Background.svg');
  background-size: cover;
  background-position: center;
  color: #ffffff;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 15%; /* Space for overlay */
}

.container {
    z-index: 2;
    position: relative;
    padding-bottom: 50px;
  

}

/* Navbar styles */
.navbar {
    padding: 2rem 4rem;
}

.btn-primary {
    background-color: transparent;
    color: white;
    border: none;

}

.btn-outline-primary {
    background-color: transparent;
    color: white;
    border: none;

}

.btn-primary :hover {
    background-color: white;
    color: #4EB4FF;
    border: 1px solid white;

}

.btn-outline-primary :hover {
    background-color: white;
    color: #4EB4FF;
    border: 1px solid white;
}

/* Heading and subheading */
.hero-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;

}

.hero-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
}



/* Buttons */
.btn-gradient {
    background: linear-gradient(90deg, #1573FF, #4EB4FF);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: 15px;
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #4EB4FF, #1573FF);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: 15px;
}

.btn-gradient+.btn-gradient {
    margin-left: 0.7rem;
    
}


.dashboard-overlay {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 1;
  margin-top: 5px; 
}

/* Dashboard image */
.dashboard-image {
    width: 100%;
    height: auto;
    z-index: 2;
    object-fit: cover;
}


@media (max-width: 412px) {
    .hero-heading {
        font-size: 1.2rem;
        /* Smaller font for very small screens */
        line-height: 28px;
        padding: 0 15px;
    }

    .hero-subheading {
        font-size: 1rem;
        /* Adjust subheading size */
        padding: 0 15px;
    }

    .btn-gradient {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        /* Reduce button size */
    }

    .btn-primary,
    .btn-outline-primary {
        padding: 0.5rem 1rem;
        /* Adjust padding for small screens */
    }

    .dashboard-overlay {
        width: 100%;
        /* Full width for very small screens */
        padding: 0.5rem;
        bottom: -20%;
        /* Adjust positioning for small screens */
    }

    .hero-section {
        height: 60vh;
        /* Reduce hero section height on small screens */
    }
}

/* Responsive styles */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 1.5rem;
        padding: 0 20px;
        line-height: 40px;
    }
    .container {
flex-direction: column;
}

    .hero-subheading {
        font-size: 1.1rem;
        padding: 0 20px;
    }

    .dashboard-overlay {
        width: 90%;
        padding: 0.5rem;
        bottom: 0%;
    }

    .hero-section {
        height: 70vh;
        margin-bottom: 0;
    }

}

@media (min-width: 1200px) {
    .hero-section {
        height: 100vh;
    }

    .dashboard-overlay {
        max-width: 1000px;


    }

}

/* For very small screens (less than 412px) including 360px */
@media (max-width: 360px) {
    .hero-heading {
        font-size: 1.1rem;
        /* Smaller font size for small screens */
        line-height: 26px;
        padding: 0 12px;
        /* Less padding for smaller screens */
    }

    .hero-subheading {
        font-size: 0.9rem;
        /* Smaller subheading size */
        padding: 0 12px;
    }

    .btn-gradient {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        /* Smaller button size */
    }

    .btn-primary,
    .btn-outline-primary {
        padding: 0.5rem 1rem;
        /* Reduce button size */
    }

    .dashboard-overlay {
        position: relative;
        /* Make the overlay relative */
        width: 100%;
        /* Full width for small screens */
        padding: 0.5rem;
        top: 5%;
        /* Move the overlay further down by using top */
    }

    .hero-section {
        height: 80vh;
        /* Further reduce the height on very small screens */
    }
}
@media (min-width: 1200px) {
.hero-section {
min-height: 100vh;  /* Ensure it takes full viewport height */
}

.dashboard-overlay {
max-width: 1000px;
}
}


.navbar-collapse {
  transition: transform 0.3s ease-in-out;
}

/* Small Screens (Right Slide-in Navbar) */
@media (min-width: 768px) and (max-width: 992px) , (max-width: 768px){
  .navbar-collapse {
      position: fixed;
      top: 0;
      right: 0;
      width: 70%; 
      height: 100%;
      background: linear-gradient(to right, #4E9BFF, #1573FF); 
      transform: translateX(100%); 
      z-index: 1050;
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
      overflow-y: auto;
      padding: 2.5rem;
  }
  .navbar .btn{
    padding-left:0% ;
    padding-right: 0%;
    padding-top: 20px;
  }
  .navbar-collapse.show {
      transform: translateX(0); 
  }

  .navbar-toggler {
      position: relative;
      z-index: 1100;
  }

  .navbar-nav {
    margin-top: 50px;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;

  }

  .nav-item a {
      color: white;
      font-size: 1rem;
      text-decoration: none;
  }

  .dropdown-menu {
      background-color: #444;
      border: none;
  }

  .dropdown-item {
      color: white;
  }
  .navbar {
    padding: 2rem 2rem;
}
}


/* --- Unique About Section --- */
.custom-unique-about {
 
  padding: 60px 5%;
  position: relative;
  overflow: hidden;
}

/* --- Header Section --- */
.custom-unique-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.custom-unique-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #14358A;
  z-index: 2;
  position: relative;
}

.custom-unique-header-shape {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

/* --- Wrapper Section --- */
.custom-unique-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
}

/* --- Circular Image Section --- */
.custom-unique-image-container {
  position: relative;
  width: 375px;
  height: 375px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.custom-unique-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Content Section --- */
.custom-unique-content {
  max-width: 600px;
  background: linear-gradient(180deg, #2196f3, #3157ff);
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  position: relative;
}

.custom-unique-subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.custom-unique-paragraph {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 15px;
}


/* --- Responsive Design --- */
@media (max-width: 992px) {
  .custom-unique-wrapper {
      flex-direction: column;
      gap: 20px;
  }

  .custom-unique-image-container {
      width: 250px;
      height: 250px;
  }

  .custom-unique-content {
      max-width: 100%;
  }

  .custom-unique-title {
      font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .custom-unique-about {
      padding: 40px 5%;
  }

  .custom-unique-title {
      font-size: 1.75rem;
  }

  .custom-unique-subtitle {
      font-size: 1.5rem;
  }

  .custom-unique-paragraph {
      font-size: 0.9rem;
  }

  .custom-unique-btn {
      padding: 8px 16px;
  }
}




/* Features Section */
.diatrac-header-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #14358A;
}

.diatrac-header-subtitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: #14358A;
 margin-bottom: 5%;
}

/* Feature Box Styling */
.diatrac-feature-box {
  text-align: left;
 
}

.diatrac-icon-box {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0097FE, #14358A);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text Styling */
.diatrac-feature-title {
  font-size: 1.5rem;
  color: #14358A;
  font-weight: bold;
  line-height: 35px;
}

.diatrac-feature-description {
  font-size: 1.1rem;
  color: #666;
}

/* Button Styling */
.diatrac-learn-more-btn {
  background-color: #0097FE;
  border: none;
  padding: 10px 20px;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #fff;
}

/* Central Image Styling */
.diatrac-central-image {
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .diatrac-header-title, .diatrac-header-subtitle {
    font-size: 2rem;
}
  .diatrac-icon-box {
      width: 50px;
      height: 50px;
      margin: 0 auto 10px;
  }
.diatrac-header-subtitle{
  margin-bottom:50px;
}
  .diatrac-feature-title {
      font-size: 1.4rem;
  }
  .diatrac-feature-box {
    text-align: center;
  }
  .diatrac-feature-description {
      font-size: 1rem;
  }

  /* Hide the central image on mobile */
  .diatrac-image-container {
      display: none !important;
  }
}

@media (max-width: 576px) {
  .diatrac-icon-box{
    margin: 0 auto 10px;
  }
  .diatrac-header-title, .diatrac-header-subtitle {
      font-size: 1.4rem;
  }
  .diatrac-feature-box {
    text-align: center;
  }
  .diatrac-learn-more-btn {
      width: 50%;
  }
  .diatrac-feature-title{
    font-size: 1.3rem;
  }
}

  /* Responsive Styles for Screens 769px to 1399px */
@media (min-width: 769px) and (max-width: 1400px) {
  /* Hide Central Image */
  .diatrac-image-container {
    display: none !important;
  }

  /* Adjust Grid Layout for Features */
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Add space between feature columns */
  }

  .col-lg-3, .col-md-4 {
    flex: 0 0 48%; /* Each feature box takes 48% of the width */
    max-width: 48%;
    margin-bottom: 2rem; /* Add spacing between rows */
  }

  /* Adjust Feature Box Styling */
  .diatrac-feature-box {
    text-align: center; 
    margin-bottom: 1rem; 
  }

  .diatrac-icon-box {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px; 
  }

  .diatrac-feature-title {
    font-size: 1.4rem; 
  }

  .diatrac-feature-description {
    font-size: 1rem; 
  }
}



/* Full-Width Section with Background */
.excellence-section {
  background-image: url('images/feature_background_1.svg');
  background-size: cover; 
  background-repeat: no-repeat;
  height: 130vh; 
  width: 100%; 
  padding: 0; 
  margin: 0; 
  color: #fff; 
  box-sizing: border-box; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding-top: 100px;
  padding-bottom: 100px; 
  margin-bottom: 40px;

}

.excellence-container {
  max-width: 100%; 
  padding: 20px 20px; 
  box-sizing: border-box; 
  margin: 0 auto;
  text-align: center;
  
}

/* Heading Styling */
.excellence-heading {
  font-size: 2.5rem;
  margin: 50px;
  font-weight: 700;
  text-align: center;
}

/* Feature Box Styling */
.excellence-feature-box {
  padding: 20px;
  text-align: center;
}

/* Icon Styling */
.excellence-icon-img {
  width: 120px; /* Larger icon size */
  height: 120px; /* Larger icon size */
  object-fit: contain; /* Maintains aspect ratio */
  margin-bottom: 20px;
  
}

/* Title Styling */
.excellence-feature-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Description Styling */
.excellence-feature-desc {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .excellence-feature-box {
      margin-bottom: 20px;
  }
  .excellence-icon-img {
      width: 60px; /* Slightly smaller for mobile */
      height: 60px; /* Slightly smaller for mobile */
  }
  .excellence-heading {
      font-size: 1.6rem;
  }
  .excellence-section {
    height: 180vh; /* Further increase height on small screens */
  }
  .excellence-container{
    margin-top: 40%

  }
  .excellence-section{
   margin-top: 0;
   padding: 0;
  }
}

@media (max-width: 1200px) {
  .excellence-section {
    height: 240vh; 
  }
  .excellence-heading {
    font-size: 2rem;
    margin-top: 0%;
}
.excellence-container{
  margin-top: 20%

}
}

@media (min-width: 320px) and (max-width: 360px) {

  .excellence-section {
    height: 350vh; 
  }
  .excellence-heading {
    margin-top: 70%;
    font-size: 30px;
}
}

@media (min-width: 361px) and (max-width: 400px) {

  .excellence-section {
    height: 330vh; 
  }
  .excellence-heading {
    margin-top: 70%;
    font-size: 35px;
}

}
@media (min-width: 401px) and (max-width: 500px){
  .excellence-section {
    height: 280vh; 
  }
  .excellence-heading {
    margin-top: 50%;
    font-size: 35px;
}
}

@media (min-width: 501px) and (max-width: 700px) {
  .excellence-section {
    height: 280vh; 
  }
  .excellence-heading {
    margin-top: 20%;
    font-size: 35px;
}

}


@media (min-width: 1200px) and (max-width: 1400px) {
  .excellence-section {
    height: 250vh; 
  }
}



.heading-mockup{
  font-size: 2.5rem;
  font-weight: bold;
  color: #14358A;
}
.custom-tabs .nav-link {
  border-radius: 20px;
  color: #c0c2c3;
  transition: all 0.3s ease-in-out;
}

.custom-tabs .nav-link.active {
  background-color: #2196f3;
  color: #fff;
}

.custom-tabs .nav-link:hover {
  background-color: rgba(68, 142, 226, 0.2);
  color: #14358A;
}
.icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-mockup{
  background: linear-gradient(90deg, #1573FF, #4EB4FF);
  color: white;
  border-radius: 0.5rem;
  padding: 0.55rem 1rem;
  margin-top: 15px;
  margin-bottom: 20px;
}


.btn-mockup:hover {
  background: linear-gradient(90deg,#4EB4FF, #1573FF);
  color: white;
  border-radius: 0.5rem;
  padding: 0.55rem 1rem;
  margin-top: 15px;
  margin-bottom: 20px;
}
.bg-box{
  
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0097FE, #14358A);
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.mockup-title{
  color: #14358A;
  font-weight: bold;
  margin-top: 20px;
}
.mockup-desc{
  padding-right:2.5rem;
  margin-bottom: 20px;
}
.tab-content{
  padding-left: 30px;
}


@media (max-width: 768px) {
  .icon-box {
    width: 60px;
    height: 60px;
  }

  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .nav-tabs .nav-item {
    flex-shrink: 0;
  }
  .heading-mockup{
    font-size: 1.5rem;
    margin-right: 25px;
    margin-left: 25px;
  }
  .mockup-desc{
  padding-right:0px;
 
}
}
@media (max-width: 992px) {
  .nav-tabs {
      justify-content: center; /* Center align tabs */
  }
}
@media (max-width: 768px) {
  
  .nav-tabs {
      display: flex;
      flex-wrap: nowrap; /* Ensure tabs are in a single row */
      overflow-x: auto; /* Allow horizontal scrolling */
      -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
      width: 100%;
    
  }

  .nav-tabs .nav-item {
      flex-shrink: 0; 
      margin-right: 8px; 
  }

  .nav-tabs::-webkit-scrollbar {
      height: 5px;
  }


  .nav-tabs {
    display: flex;
    flex-direction: row; 
  }

  .tab-content {
      padding-left: 10px;
      padding-right: 10px;
  }
}






/* Section Styling */
.testimonial-section {
  padding: 50px 0;
  background-color: #ffffff;
  margin-left: 8rem;
  margin-right: 8rem;
}

.testimonial-title {
  font-size: 2.5rem;
  color: #14358A;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Testimonial Row */
.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
}

.testimonial-text {
  flex: 1 1 50%;
  max-width: 45%;
  font-size: 1rem;
  color: #3157ff;
  text-align: right;
}

.testimonial-quote {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.testimonial-details {
  font-size: 1rem;
  color: #555;
}

/* Testimonial Profile */
.testimonial-profile {
  flex: 1 1 45%;
  display: flex;
  align-items: right;
  gap: 30px;
}

.photo-container {
  flex-shrink: 0;
}

.client-photo {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #103756;
}

.client-name {
  font-weight: bold;
  font-size: 1.2rem;
  color: #103756;
  
}

.client-org {
  font-size: 0.9rem;
  color: #555;
  
}

.client-link {
  font-size: 0.9rem;
  color: #103756;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  color: #103756;
  font-size: 1.5rem;
}


/* Responsive Adjustments */
@media screen and (max-width: 768px) {
  .testimonial-row {
      flex-direction: column;
      align-items: center;
      
  }
   .testimonial-section{
    margin-left: 2rem;
    margin-right: 2rem;
   }
  .testimonial-text,
  .testimonial-profile {
      max-width: 100%;
      text-align: center;
  }
   .testimonial-title{
    font-size: 2rem;
   }
  .testimonial-quote{
    font-size: 1.2rem;
  }

  .testimonial-profile {
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }

  .photo-container {
      margin-bottom: 10px;
  }

  .client-photo {
      width: 120px;
      height: 120px;
  }

  .client-info {
      text-align: center;
  }
}
/* Brand Logos Section */
.brand-logos-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  overflow: hidden; /* Hide overflow */
  margin-bottom: 10px;
  margin-top: 8%;
}

/* Wrapper for logo sets */
.brand-logos-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  transition: transform 1s ease-in-out; /* Smooth transition for sliding */
}

/* Each set of logos */
.brand-logos-set {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%; /* Take full width of the container */
  position: absolute; /* All sets are positioned absolutely */
  left: 100%;  /* Initially off-screen to the right */
  opacity: 0;  /* Initially hidden */
  transition: left 1s ease, opacity 1s ease; /* Transition both left and opacity */
}

/* Active set of logos will be visible */
.brand-logos-set.active {
  opacity: 1;
  left: 0;  /* Move to center when active */
}

/* Logos Styling */
.brand-logo {
  width: 300px; /* Adjust the logo size as per requirement */
  height: 100px;
  object-fit: contain;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .brand-logo {
      width: 100px; /* Adjust for smaller screens */
  }
}


.faq-section-unique {
  background-color: #ffffff;
}

.faq-tab-unique {
  border-radius: 25px;
  font-weight: bold;
  color: #14358A;
  padding: 0.8rem 1.5rem; /* Larger buttons */
  font-size: 1.1rem; /* Slightly larger font */
}

.faq-tab-unique.active {
  background: linear-gradient(90deg, #1573FF, #4EB4FF);
  color: white;
}

.accordion-button {
  background-color: #ffffff;
  color: #14358A;
  font-weight: bold;
}

.accordion-button:not(.collapsed) {
  background:linear-gradient(90deg,#4EB4FF, #1573FF);
  color: white;
}

.accordion-body {
  background-color: #ffffff;
  color: #333333;
}

.faq-tabs-container {
  text-align: center; /* Center the buttons */
  margin-bottom: 2rem; /* Add space below the tabs */
}

.faq-tabs-container .btn {
  margin: 0.5rem; /* Add spacing between buttons */
}


.pricing-heading, .testimonial-heading {
  font-size: 2rem;
  color: #14358A;
  margin-bottom: 20px;
  font-weight: bold;
}

.pricing-points {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.pricing-points .point {
  font-size: 1rem;
  color: #1573FF;
  border: 1px solid #1573FF;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}

.pricing-points .point-last {
  font-size: 1.2rem;
  color: #1573FF;
  border: 1px solid #1573FF;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.pricing-points .point-price {
  font-size: 1.2rem;
  color: #FF5722;
  border: 1px solid #FF5722;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}


.pricing-points .point:hover {
  background: #1573FF;
  color: white;
  transform: translateY(-5px);
}

/* Table styling */
.feature-table {
  width: 80%; /* Reduced table width */
  border-collapse: collapse;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border:  1px solid #14358A;
}

/* Table header */
.feature-table th {
  background-color: #14358A;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border: none;
}

/* Table rows and cells */
.feature-table td {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #E6EAF0;
  text-align: center; /* Center text alignment */
}

/* Feature column */
.feature-table .feature {
  background-color: #ffffff;
  font-weight: bold;
  color: #14358A;
  text-align: center;
}

/* Sub-feature hierarchy */
.feature-table .sub-feature {
  color: #14358A;
  font-weight: bold;
  font-style: normal;
}
.down{
display: none;
/*visibility: visible;*/
}

/* Sub-feature nested list */
.nested {
  color: #2196f3;

}

/* Icons */
.feature-table i {
  font-size: 20px;
  color: #28a745; /* Green for checkmark */
}

/* Alternating row colors */
.feature-table tr:nth-child(even) {
  background-color: #F9FBFD;
}

/* Hover effect on rows */
.feature-table tr:hover {
  background-color: #E6F0FB;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-table th,
  .feature-table td {
      padding: 10px;
      font-size: 13px;
  }
}


/* Responsive design */
@media (max-width: 767px) {
  .pricing-box {
    flex: 1 1 100%;
    min-height: auto;
  }

  .features-list {
    max-height: none;
  }
  .box-heading {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .pricing-points {
    margin-left: 20px;
    margin-right: 20px;
  }
  
}



/* Responsive design for mobile screens */
@media (max-width: 767px) {
  .pricing-box {
    flex: 1 1 100%;
    min-height: auto;
    width: 90%; /* Reduce the width of pricing boxes on mobile */
  margin: 10px auto; /* Add margin to center the boxes */
  padding: 15px;
  }

  .row-price {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .features-list {
    max-height: none;
  }
}


/* Grow Business Section*/
.grow-business-section {
  background-color: #EBF7FF;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
 
}


/* Shape Styling */
.shape-image {
  position: absolute;
  bottom: 20px; /* Adjust for desired height above bottom */
  left: 0;
  width: 300px; /* Adjust size as needed */
}

/* Custom Button Gradient */
.custom-gradient-btn {
  background: linear-gradient(90deg, #4EB4FF, #1573FF);
  border: none;
  color: white;
}

.custom-gradient-btn:hover {
  background: linear-gradient(90deg, #1573FF, #4EB4FF); 
  color: white;
}
.btn-outline-contact{
  border: 1px solid #1573FF;
  color: #1573FF
}
.btn-outline-contact:hover{
  background: linear-gradient(90deg, #1573FF, #4EB4FF) !important; 
  color: white;
}



/* Footer Section */
.footer {
  position: relative;
  background: linear-gradient(90deg, #1B45B4, #1C2792); /* Dark background color */
  color: white;
  padding: 50px 0;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social .social-icon {
  font-size: 26px;
  color: white;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2); /* Transparent background */
}

.footer-social .social-icon:hover {
  color: #2196f3; /* Hover effect color */
  background: rgba(255, 255, 255, 0.4);
}

.footer-links,
.footer-right {
  margin-top: 20px;
}

.footer-links h4, .footer-right h4,  .footer-cert-column h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.footer-links ul,
.footer-right ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-links ul li,
.footer-right ul li {
  margin-bottom: 12px;
}

.footer-links ul li a,
.footer-right ul li {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover,
.footer-right ul li:hover {
  color: #70a9ff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom hr {
  border-color: #1573FF;
  width: 90%;
  margin: 20px auto;
}

.footer-bottom p {
  margin-top: 10px;
  font-size: 14px;
}
/* Mobile Responsive Design */
@media (max-width: 767px) {
  .footer .row {
    text-align: center;
  }

  .footer-left, .footer-links, .footer-right {
    margin-bottom: 40px;
  }

  .footer-logo {
    max-width: 140px;
  }

  .footer-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .footer-social .social-icon {
    font-size: 22px;
    margin: 0 12px;
  
  }

  .footer-links ul li,
  .footer-right ul li {
    font-size: 14px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
  .footer-social {
    justify-content: center; 
    display: flex;            
    gap: 15px;               
    margin-top: 20px;
  }
}

.footer-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px; /* Set the width of the shape */
  height: 150px; /* Set the height of the shape */
  background: url('images/shape_2.svg') no-repeat center center;
  background-size: cover; /* Ensures that the shape image fits correctly */
  z-index: 1; /* Ensures it's above the background image */
}

.footer-cert-column {
  margin-top: 20px;
}

.logo-box {
  width: 170px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  overflow: hidden;
}

.cert-logo {
  width: 100%;
  height: 100%;
  object-fit: cover; /* force logo to fill box equally */
}

.cert-logo-link {
  text-decoration: none;
  color: white;
}

.cert-number {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
  color: #fff;
}

/* Container & Header */
.software-features-section {
  background-color: #f5f9fd;
  padding: 4rem 2rem;
}

.features-heading {
  text-align: center;
  font-size: 2rem;
  color: #14358A;
  margin-bottom: 3rem;
  font-weight: bold;
}

/* Features Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

/* Feature Card */
.feature-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Icons */
/* Icon Styling */
.feature-icon {
  font-size: 2.5rem;
  color: #4EB4FF;
  margin-bottom: 1rem;
}


.feature-title {
  font-size: 1.25rem;
  color: #14358A;
  margin-bottom: 1rem;
  font-weight: small;
}

/* List */
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-card ul li {
  font-size: 0.95rem;
  color: #4A4A4A;
  margin: 0.5rem 0;
}

.feature-card ul li::before {
  content: "✓";
  color: #14358A;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}



.client-section {
  text-align: left;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f9fd, #d6e6ff);
  color: #1C2792;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top:20px ;
  
}

.client-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  flex-wrap: wrap;
}

.client-text {
  flex: 1;
  padding-right: 50px;
  min-width: 280px;
  animation: fadeInLeft 1s ease-in-out;
}
.section-title{
  font-size: 40px !important;
  font-weight: bold;
}
.client-carousel-container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
}

.client-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 220px;
}

.client-card {
  width: 180px;
  height: 180px;
  background: white;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.client-card.active {
  transform: scale(1.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.client-card:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.client-card img {
  max-width: 100%;
  height: auto;
}

.carousel-arrow {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

@media (max-width: 768px) {
  .client-container {
      flex-direction: column;
      text-align: center;
  }
  .client-section {
  padding: 60px 10px;
}
  .client-text {
      padding-right: 0;
      margin-bottom: 30px;
      
  }
  .client-card {
      width: 170px;
      height: 170px;
      padding: 5%;
  }
  .carousel-arrow {
      display: none;
  }
  .section-title{
    font-size: 30px !important;
  }
 
}

@keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translateX(-50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}


.aggregator-unique-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 60px;
  gap: 60px;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  background-image: url(images/Hero_Background.svg);
}

.aggregator-text {
  flex: 1;
  padding-left: 40px;
  z-index: 2;
  position: relative;
  max-width: 520px;
}

.aggregator-section-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}

.aggregator-subheading {
  font-size: 20px;
  line-height: 1.6;
  color: #f5f9fd;
  font-weight: 500;
}

.aggregator-slider-wrapper {
 display: flex;              
  align-items: center;       
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 220px;
  margin-left: -60px;
  padding-left: 0;
  z-index: 1;
}

.aggregator-slider {
  display: flex;
  gap: 24px;
  animation: slide-left 28s linear infinite;
}

.aggregator-slider img {
  width: 160px;
  height: 160px;
  object-fit:cover;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  background: none;
  margin-top: auto;
  margin-bottom: auto;
  background-color: white;
}

.aggregator-slider img:hover {
  transform: scale(1.05);
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1400px);
  }
}

@media (max-width: 768px) {
  .aggregator-unique-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
      gap: 20px;
  }

  .aggregator-text {
    order: -1;                  
    max-width: 100%;
    width: 100%;               
    padding: 0 20px;
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
  }

  .aggregator-section-title,
  .aggregator-subheading {
    color: white;
    margin: 0 auto;

  }
.aggregator-section-title{
  font-size: 30px;
  margin-bottom: 8px;
}
 .aggregator-subheading{
  font-size: 16px;
  margin-bottom: 16px;
 }
  .aggregator-slider-wrapper {
    margin-left: 0;
    width: 100%;
    height: 180px;
  }

  .aggregator-slider img {
    width: 120px;
    height: 120px;
  }
  .fs-4{
    font-size: small;
    padding-left: 10px;
    padding-right: 10px;
  }
  .fw-semibold{
    font-size: medium;
  }
  .text-muted{
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.link:hover{
  text-decoration: underline !important;
}
.test-container{
  padding: 35px;
}