@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	padding: 0;
	margin: 0;
	cursor: default;
}
/* header */
.pad {
    padding: 0px 8px;
}
.header-a {
    font-family: 'Cabin';
    color: #4D4D4D;
}

.navbar-light .bg-light {
	background-color: #393939;
}
.header-a:hover {
    font-family: 'Cabin';
    background-color: rgb(12, 105, 131);
    background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.start-your-free {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
}

.start-your-free-1 {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #0C6983;
    border-radius: 8px;
    background-color: white;
    height: 51px;
}

.start-your-free:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    background-color: white !important;
}

.start-your-free-1:hover {
    border: 1px solid #0C6983;
    color: #0C6983 !important;
    border-radius: 8px;
    background-color: white !important;
}

.book-a-demo {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
}

.book-a-demo-1 {
	font-family: "DM Sans", sans-serif;
    border: 1px solid #0C6983;
    color: #ffffff;
    background-color: #0C6983;
    height: 51px;
}

.book-a-demo:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}

.book-a-demo-1:hover {
    border: 1px solid #0C6983;
    color: #ffffff !important;
    background-color: #0C6983 !important;
}

.login-button {
    padding: 10px 20px;
    color: #0C6983;
    text-decoration: none;
}

.logo {
    width: auto;
}

span.navbar-toggler-icon {
    background-image: url(/Images/menub.svg);
}

.button.navbar-toggler.collapsed {
    border: 0px solid;
    box-shadow: none;
}

.b-shadow {
    box-shadow: 0px 1px 8px #0C6983;
}

.toggle-br {
    border: 0px solid;
    box-shadow: none !important;
}

.login-button-collapse {
    padding: 10px 5px;
    color: #0C6983;
    text-decoration: none;
}

.dropdown-menu-d {
    display: none;
    opacity: 0;
    /* transition: opacity 0.3s, display 0s 0.3s; */
	transition: opacity 0.3s;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 54px; 
    z-index: 1000;
    width: 1250px; 
    height: auto;
    overflow-y: auto;
	/* background-color: rgb(245 245 245) !important; */
	background-color: #f8f9fa !important;
    padding: 5px; 
	border: none;
}

.nav-item:hover .dropdown-menu-d {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
	 border-radius: 12px;
}

.dropdown-menu-d[data-bs-popper] {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
    left: auto;
    right: auto;
}
.px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.list-group-item:first-child {
    border: 0;
}

.list-group-item {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 16px; /* Increase font size for readability */
    color: #0C6983; /* Text color */
    display: flex;
    align-items: center;
}
.dropdown-menu-description{
	font-family: "DM Sans", sans-serif;
	color: #4C4C4C;
}
.list-group-item img {
    margin-right: 10px; /* Spacing between icon and text */
}

.list-group-item:last-child {
    border: 0;
}
.card {
    overflow: hidden; /* Ensure rounded corners clip content */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);  */
	margin-top: 5px;
}
.nev-card {
	background-color: #dbecf1;
	/* padding: 0px 20px; */
}
.hover-tag {
  background-color: transparent;
  padding: 5px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.hover-tag:hover {
  background-color: #d6eaea;
}

.feature-icon-nav {
  width: 48px;
  height: 48px;
  background: linear-gradient(
    180deg,
    rgba(0, 127, 144, 1) 0%,
    rgba(0, 168, 150, 1) 100%
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-icon-nav i {
  color: #fff;
  font-size: 20px;
}

.nev-card p{
 font-family: "DM Sans", sans-serif;
}
.nev-card h6{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
   }
   .nev-card a{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
   }
.feature-overview-button{
	background-color: transparent !important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	transition: all 0.3s ease;
}
.feature-overview-button:hover{
	background-color: rgb(253, 253, 253)!important;
	color: #0C6983 !important;
	padding: 8px 20px;
	margin: 5px;
	border-radius: 8px;
}
/* Dropdown arrow rotation */
.nav-item .nav-link .dropdown-arrow {
    transition: transform 0.5s ease; /* Smooth transition for rotation */
}

.nav-item:hover .nav-link .dropdown-arrow {
    transform: rotate(180deg); /* Rotate the arrow 180 degrees */
}
@media (max-width: 1200px) {
    .list-group-item {
        font-size: 14px;
    }
}

.offcanvas .dropdown-menu {
	padding: 0; 
	width: 100%;
}

.offcanvas .dropdown-menu .dropdown-item + .dropdown-item {
	margin-top: 0.5rem;
}

.offcanvas .dropdown-menu {
	padding: 0;
	width: 100%;
	border: none;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.offcanvas .dropdown-menu.collapse {
	display: none;
}

.offcanvas .dropdown-menu.collapse.show {
	display: block;
}

.offcanvas .dropdown-menu :hover{
background-color: #f1f8f8 !important;
color: #000 !important;
}

.offcanvas .nav-link.header-a[aria-expanded="true"] .custom-dropdown-arrow {
	transform: rotate(180deg);
}
/* Remove the default Bootstrap dropdown icon */
.nav-link.header-a::after {
    display: none;
}

/* Style for the custom dropdown arrow */
.custom-dropdown-arrow {
    transition: transform 0.3s ease-in-out;
    margin-left: 8px;
    vertical-align: middle; /* Align icon with text */
}

/* Rotate the icon when hovering over the nav-link */
.nav-link.header-a:hover .custom-dropdown-arrow {
    transform: rotate(180deg);
}

/* Ensure the icon starts in the original position */
.custom-dropdown-arrow {
    transform: rotate(0deg);
}
/* New Navigation Styles */
.feature-icon-nav {
    transition: transform 0.3s ease;
}

.solution-item-nav {
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.solution-item-nav:hover {
    background-color: #f8fbfc !important;
    border-color: #0C6983 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(12, 105, 131, 0.15);
    text-decoration: none !important;
}

.solution-icon-nav {
    transition: transform 0.3s ease;
}

.solution-item-nav:hover .solution-icon-nav {
    transform: scale(1.1);
}

.resource-card-nav {
    transition: all 0.3s ease;
}

.resource-card-nav:hover {
    background-color: #e8f4f7 !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.resource-icon-nav {
    transition: transform 0.3s ease;
}

.resource-card-nav:hover .resource-icon-nav {
    transform: scale(1.1) rotate(5deg);
}

/* Responsive adjustments for navigation */
@media (max-width: 1200px) {
    .feature-icon-nav,
    .solution-icon-nav,
    .resource-icon-nav {
        width: 40px !important;
        height: 40px !important;
    }
    
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 18px !important;
    }
    
    .resource-icon-nav {
        width: 56px !important;
        height: 56px !important;
    }
    
    .resource-icon-nav i {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu-d {
        position: relative !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    
    .nev-card {
        padding: 20px !important;
    }
    
    .feature-icon-nav,
    .solution-icon-nav {
        width: 36px !important;
        height: 36px !important;
    }
    
    .feature-icon-nav i,
    .solution-icon-nav i {
        font-size: 16px !important;
    }
    
    .resource-icon-nav {
        width: 48px !important;
        height: 48px !important;
    }
    
    .resource-icon-nav i {
        font-size: 20px !important;
    }
}

.nav-link.header-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Event Intelligence Platform Hero Section */

.eis-hero-section {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #E8F4F8 0%, #F0F8FA 100%);
  min-height: 600px;
  display: flex;
  align-items: center;
}

.eis-hero-left {
  padding: 20px 40px 20px 0;
}

/* Hero Badge */
.eis-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FFFFFF;
  border: 1px solid #B3E5FC;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
}

.eis-badge-icon {
  color: #0C6983;
  font-size: 16px;
}

.eis-badge-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
  letter-spacing: 0.3px;
}

/* Hero Title */
.eis-hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

/* Hero Description */
.eis-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1A202C;
  margin-bottom: 32px;
  max-width: 540px;
}

/* Hero Buttons */
.eis-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eis-btn-primary {
  background-color: #0C6983;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.eis-btn-primary:hover {
  background-color: #0a5367;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

.eis-btn-primary i {
  transition: transform 0.3s ease;
}

.eis-btn-primary:hover i {
  transform: translateX(4px);
}

.eis-btn-secondary {
  background-color: #FFFFFF;
  color: #0C6983;
  border: 2px solid #0C6983;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.eis-btn-secondary:hover {
  background-color: #E6F4F5;
  color: #0C6983;
  border-color: #0a5367;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 105, 131, 0.2);
}

.eis-btn-secondary i {
  transition: transform 0.3s ease;
}

.eis-btn-secondary:hover i {
  transform: scale(1.1);
}

/* Hero Right Section */
.eis-hero-right {
  padding: 20px 0 20px 40px;
}

/* Event Correlation Card */
.eis-correlation-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 520px;
  margin-left: auto;
}

/* Card Header */
.eis-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.eis-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1A202C;
  margin: 0;
}

.eis-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #0C6983;
  color: #FFFFFF;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.eis-status-dot {
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
}

/* Data Entries */
.eis-data-entries {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eis-data-entry {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.3s ease;
}

.eis-data-entry:hover {
  background-color: #EEEEEE;
  transform: translateX(4px);
}

.eis-entry-icon {
  width: 40px;
  height: 40px;
  background-color: #E6F4F5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eis-entry-icon i {
  font-size: 20px;
  color: #0C6983;
}

.eis-entry-content {
  flex: 1;
}

.eis-entry-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1A202C;
  margin-bottom: 4px;
}

.eis-entry-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1A202C;
}

/* What Is Event Intelligence Section */
.eis-about-section {
  padding: 72px 0 84px;
  background-color: #F3F5F7;
}

.eis-about-content {
  max-width: 560px;
}

.eis-about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #D9E7EE;
  background: #F8FCFF;
  color: #0C6983;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 18px;
}

.eis-about-badge i {
  font-size: 14px;
}

.eis-about-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #1A202C;
  margin: 0 0 18px;
}

.eis-about-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: #525E68;
  margin: 0 0 22px;
}

.eis-about-description:last-child {
  margin-bottom: 0;
}

/* .eis-flow-card {
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(12, 105, 131, 0.12);
  border: 1px solid #E8EEF2;
  padding: 16px;
  max-width: 560px;
  margin-left: auto;
} */

.eis-flow-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 1199.98px) {
  .eis-about-title {
    font-size: 40px;
  }

  .eis-about-description {
    font-size: 19px;
  }

  .eis-flow-card {
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .eis-about-section {
    padding: 58px 0 70px;
  }

  .eis-about-title {
    font-size: 34px;
  }

  .eis-about-description {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 767.98px) {
  .eis-about-section {
    padding: 48px 0 56px;
  }

  .eis-about-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }

  .eis-flow-card {
    padding: 12px;
  }
}

/* The Problem With Traditional Monitoring Section */
.eis-problem-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.eis-problem-header {
  text-align: justify;
  margin-bottom: 56px;
}

/* Problem Badge */
.eis-problem-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F0F8FA;
  border: 1px solid #D9E7EE;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.eis-problem-badge i {
  color: #0C6983;
  font-size: 16px;
}

.eis-problem-badge span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
  letter-spacing: 0.3px;
}

/* Problem Title */
.eis-problem-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

/* Problem Subtitle */
.eis-problem-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* Problem Cards Grid */
.eis-problem-cards {
  margin-top: 48px;
}

/* Problem Card */
.eis-problem-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.eis-problem-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
}

/* Problem Card Icon */
.eis-problem-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #4DB6AC 0%, #26A69A 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* transition: transform 0.3s ease; */
}

/* .eis-problem-card:hover .eis-problem-card-icon {
  transform: scale(1.1);
} */

.eis-problem-card-icon i {
  font-size: 24px;
  color: #FFFFFF;
}

/* Problem Card Title */
.eis-problem-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #1A202C;
  margin-bottom: 12px;
}

/* Problem Card Description */
.eis-problem-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #525E68;
  margin: 0;
}

/* Responsive Styles for Problem Section */
@media (max-width: 1199.98px) {
  .eis-problem-title {
    font-size: 38px;
  }
  
  .eis-problem-card {
    padding: 28px;
  }
}

@media (max-width: 991.98px) {
  .eis-problem-section {
    padding: 64px 0;
  }
  
  .eis-problem-header {
    margin-bottom: 48px;
  }
  
  .eis-problem-title {
    font-size: 34px;
  }
  
  .eis-problem-subtitle {
    font-size: 17px;
  }
  
  .eis-problem-cards {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .eis-problem-section {
    padding: 56px 0;
  }
  
  .eis-problem-header {
    margin-bottom: 40px;
  }
  
  .eis-problem-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-problem-subtitle {
    font-size: 16px;
  }
  
  .eis-problem-cards {
    margin-top: 32px;
  }
  
  .eis-problem-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .eis-problem-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  
  .eis-problem-card-icon i {
    font-size: 20px;
  }
  
  .eis-problem-card-title {
    font-size: 18px;
  }
  
  .eis-problem-card-description {
    font-size: 15px;
  }
}

/* Built on AI, Designed for Scale Section */
.eis-built-section {
  padding: 80px 0;
  background-color: #F3F7F9;
}

.eis-built-header {
  text-align: justify;
  margin-bottom: 56px;
}

/* Built Badge */
.eis-built-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E8F4F8;
  border: 1px solid #B3E5FC;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.eis-built-badge i {
  color: #0C6983;
  font-size: 16px;
}

.eis-built-badge span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1A202C;
  letter-spacing: 0.3px;
}

/* Built Title */
.eis-built-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

/* Built Subtitle */
.eis-built-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* Built Cards Grid */
.eis-built-cards {
  margin-top: 48px;
}

/* Built Card */
.eis-built-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.eis-built-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
}

/* Built Card Icon */
.eis-built-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #4DB6AC 0%, #26A69A 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* transition: transform 0.3s ease; */
}

/* .eis-built-card:hover .eis-built-card-icon {
  transform: scale(1.1);
} */

.eis-built-card-icon i {
  font-size: 24px;
  color: #FFFFFF;
}

/* Built Card Title */
.eis-built-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #1A202C;
  margin-bottom: 12px;
}

/* Built Card Description */
.eis-built-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #525E68;
  margin: 0;
}

/* Call-to-Action */
.eis-built-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  flex-wrap: wrap;
}

.eis-built-cta-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1A202C;
  margin: 0;
}

.eis-built-cta-button {
  background-color: #0C6983;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.eis-built-cta-button:hover {
  background-color: #0a5367;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

/* Responsive Styles for Built Section */
@media (max-width: 1199.98px) {
  .eis-built-title {
    font-size: 38px;
  }
  
  .eis-built-card {
    padding: 28px;
  }
}

@media (max-width: 991.98px) {
  .eis-built-section {
    padding: 64px 0;
  }
  
  .eis-built-header {
    margin-bottom: 48px;
  }
  
  .eis-built-title {
    font-size: 34px;
  }
  
  .eis-built-subtitle {
    font-size: 17px;
  }
  
  .eis-built-cards {
    margin-top: 40px;
  }
  
  .eis-built-cta {
    margin-top: 56px;
    flex-direction: column;
    text-align: center;
  }
  
  .eis-built-cta-text {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .eis-built-section {
    padding: 56px 0;
  }
  
  .eis-built-header {
    margin-bottom: 40px;
  }
  
  .eis-built-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-built-subtitle {
    font-size: 16px;
  }
  
  .eis-built-cards {
    margin-top: 32px;
  }
  
  .eis-built-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .eis-built-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  
  .eis-built-card-icon i {
    font-size: 20px;
  }
  
  .eis-built-card-title {
    font-size: 18px;
  }
  
  .eis-built-card-description {
    font-size: 15px;
  }
  
  .eis-built-cta {
    margin-top: 48px;
    gap: 16px;
  }
  
  .eis-built-cta-text {
    font-size: 16px;
  }
  
  .eis-built-cta-button {
    padding: 12px 28px;
    font-size: 15px;
  }
}

/* How Scout-itAI EIS Works Section */
.eis-works-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.eis-works-header {
  text-align: justify;
  margin-bottom: 56px;
}

/* Works Badge */
.eis-works-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F0F8FA;
  border: 1px solid #D9E7EE;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.eis-works-badge i {
  color: #0C6983;
  font-size: 16px;
}

.eis-works-badge span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
  letter-spacing: 0.3px;
}

/* Works Title */
.eis-works-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

/* Works Subtitle */
.eis-works-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* Works Steps Container */
.eis-works-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* max-width: 900px; */
  margin: 0 auto;
}

/* Works Step Card */
.eis-works-step-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.3s ease;
}

.eis-works-step-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
}

/* Step Badge */
.eis-works-step-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #0C6983;
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* Step Content */
.eis-works-step-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

/* Step Icon */
.eis-works-step-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #4DB6AC 0%, #26A69A 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eis-works-step-icon i {
  font-size: 28px;
  color: #FFFFFF;
}

/* Step Text */
.eis-works-step-text {
  flex: 1;
}

/* Step Title */
.eis-works-step-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #1A202C;
  margin-bottom: 12px;
}

/* Step Description */
.eis-works-step-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #525E68;
  margin: 0;
}

/* Responsive Styles for Works Section */
@media (max-width: 1199.98px) {
  .eis-works-title {
    font-size: 38px;
  }
  
  .eis-works-step-card {
    padding: 28px;
  }
  
  .eis-works-step-content {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .eis-works-section {
    padding: 64px 0;
  }
  
  .eis-works-header {
    margin-bottom: 48px;
  }
  
  .eis-works-title {
    font-size: 34px;
  }
  
  .eis-works-subtitle {
    font-size: 17px;
  }
  
  .eis-works-steps {
    gap: 20px;
  }
  
  .eis-works-step-icon {
    width: 56px;
    height: 56px;
  }
  
  .eis-works-step-icon i {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .eis-works-section {
    padding: 56px 0;
  }
  
  .eis-works-header {
    margin-bottom: 40px;
  }
  
  .eis-works-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-works-subtitle {
    font-size: 16px;
  }
  
  .eis-works-steps {
    gap: 16px;
  }
  
  .eis-works-step-card {
    padding: 24px;
  }
  
  .eis-works-step-badge {
    top: 16px;
    right: 16px;
    padding: 5px 12px;
    font-size: 11px;
  }
  
  .eis-works-step-content {
    flex-direction: column;
    gap: 16px;
  }
  
  .eis-works-step-icon {
    width: 48px;
    height: 48px;
  }
  
  .eis-works-step-icon i {
    font-size: 20px;
  }
  
  .eis-works-step-title {
    font-size: 20px;
  }
  
  .eis-works-step-description {
    font-size: 15px;
  }
}

/* Core Capabilities Section */
.eis-capabilities-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.eis-capabilities-header {
  text-align: justify;
  margin-bottom: 32px;
}

/* Capabilities Badge */
.eis-capabilities-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F0F8FA;
  border: 1px solid #D9E7EE;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.eis-capabilities-badge i {
  color: #0C6983;
  font-size: 16px;
}

.eis-capabilities-badge span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
  letter-spacing: 0.3px;
}

/* Capabilities Title */
.eis-capabilities-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}

/* Capabilities Subtitle */
.eis-capabilities-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* Capabilities Cards Grid */
.eis-capabilities-cards {
  margin-top: 48px;
}

/* Capabilities Card */
.eis-capabilities-card {
  background-color: #F3F7F9;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  /* transition: all 0.3s ease; */
}

.eis-capabilities-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
  /* transform: translateY(-4px); */
}

/* Capabilities Card Icon */
.eis-capabilities-card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #4DB6AC 0%, #26A69A 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.eis-capabilities-card:hover .eis-capabilities-card-icon {
  transform: scale(1.1);
}

.eis-capabilities-card-icon i {
  font-size: 28px;
  color: #FFFFFF;
}

/* Capabilities Card Title */
.eis-capabilities-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #006068;
  margin-bottom: 12px;
}

/* Capabilities Card Description */
.eis-capabilities-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #525E68;
  margin: 0;
}

/* Responsive Styles for Capabilities Section */
@media (max-width: 1199.98px) {
  .eis-capabilities-title {
    font-size: 38px;
  }
  
  .eis-capabilities-card {
    padding: 28px;
  }
}

@media (max-width: 991.98px) {
  .eis-capabilities-section {
    padding: 64px 0;
  }
  
  .eis-capabilities-header {
    margin-bottom: 48px;
  }
  
  .eis-capabilities-title {
    font-size: 34px;
  }
  
  .eis-capabilities-subtitle {
    font-size: 17px;
  }
  
  .eis-capabilities-cards {
    margin-top: 40px;
  }
  
  .eis-capabilities-card-icon {
    width: 56px;
    height: 56px;
  }
  
  .eis-capabilities-card-icon i {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .eis-capabilities-section {
    padding: 6px 0;
  }
  
  .eis-capabilities-header {
    margin-bottom: 40px;
  }
  
  .eis-capabilities-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-capabilities-subtitle {
    font-size: 16px;
  }
  
  .eis-capabilities-cards {
    margin-top: 32px;
  }
  
  .eis-capabilities-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .eis-capabilities-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  
  .eis-capabilities-card-icon i {
    font-size: 20px;
  }
  
  .eis-capabilities-card-title {
    font-size: 18px;
  }
  
  .eis-capabilities-card-description {
    font-size: 15px;
  }
}

/* Business Outcomes Section */
.eis-outcomes-section {
  padding: 40px 0;
  background-image: url('/Images/businessoutcomebg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

/* Overlay for better text readability */
.eis-outcomes-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.eis-outcomes-section .container {
  position: relative;
  z-index: 1;
}

/* Outcomes Header */
.eis-outcomes-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  flex-wrap: wrap;
  gap: 24px;
}

.eis-outcomes-header-content {
  flex: 1;
  min-width: 300px;
}

/* Outcomes Title */
.eis-outcomes-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #FFFFFF;
  /* margin-bottom: 12px; */
  letter-spacing: -0.8px;
}

/* Outcomes Subtitle */
.eis-outcomes-subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.9;
}

/* Outcomes CTA Button */
.eis-outcomes-cta-button {
  background-color: #FFFFFF;
  color: #0C6983;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.eis-outcomes-cta-button:hover {
  background-color: #F0F8FA;
  color: #0C6983;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.eis-outcomes-cta-button i {
  transition: transform 0.3s ease;
}

.eis-outcomes-cta-button:hover i {
  transform: translateX(4px);
}

/* Outcomes Cards */
.eis-outcomes-cards {
  margin-top: 0;
}

/* Outcomes Card */
.eis-outcomes-card {
  justify-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  /* transition: all 0.3s ease; */
}

.eis-outcomes-card:hover {
    background-color: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  /* transform: translateY(-4px); */
}

/* Outcomes Number */
.eis-outcomes-number {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 42px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 16px;
}

/* Outcomes Card Title */
.eis-outcomes-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px;
  text-align: -webkit-center;
}

/* Outcomes Card Description */
.eis-outcomes-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.9;
  text-align: center;
}

/* Responsive Styles for Outcomes Section */
@media (max-width: 1199.98px) {
  .eis-outcomes-title {
    font-size: 38px;
  }
  
  .eis-outcomes-card {
    padding: 28px;
  }
  
  .eis-outcomes-number {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .eis-outcomes-section {
    padding: 64px 0;
  }
  
  .eis-outcomes-header {
    margin-bottom: 48px;
    flex-direction: column;
  }
  
  .eis-outcomes-title {
    font-size: 34px;
  }
  
  .eis-outcomes-subtitle {
    font-size: 17px;
  }
  
  .eis-outcomes-cta-button {
    align-self: flex-start;
  }
  
  .eis-outcomes-number {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .eis-outcomes-section {
    padding: 56px 0;
  }
  
  .eis-outcomes-header {
    margin-bottom: 40px;
  }
  
  .eis-outcomes-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-outcomes-subtitle {
    font-size: 16px;
  }
  
  .eis-outcomes-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .eis-outcomes-number {
    font-size: 36px;
    margin-bottom: 12px;
  }
  
  .eis-outcomes-card-title {
    font-size: 18px;
  }
  
  .eis-outcomes-card-description {
    font-size: 15px;
  }
  
  .eis-outcomes-cta-button {
    padding: 12px 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
}

/* Monitoring Solutions Built for Your Industry Section */
.eis-industry-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.eis-industry-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Industry Badge */
.eis-industry-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F0F8FA;
  border: 1px solid #D9E7EE;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.eis-industry-badge i {
  color: #0C6983;
  font-size: 16px;
}

.eis-industry-badge span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
  letter-spacing: 0.3px;
}

/* Industry Title */
.eis-industry-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

/* Industry Description */
.eis-industry-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  margin: 0;
}

/* Industry Cards Grid */
.eis-industry-cards {
  margin-top: 48px;
  margin-bottom: 8px;
}

/* Industry Card */
.eis-industry-card {
  background-color: #FFFFFF;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  /* transition: all 0.3s ease; */
}

.eis-industry-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
  /* transform: translateY(-4px); */
}

/* Industry Card Header */
.eis-industry-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* Industry Card Icon */
.eis-industry-card-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #4DB6AC 0%, #26A69A 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eis-industry-card-icon i {
  font-size: 24px;
  color: #FFFFFF;
}

/* Industry Card Badge */
.eis-industry-card-badge {
  background-color: #F0F8FA;
  border: 1px solid #D9E7EE;
  border-radius: 8px;
  padding: 6px 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #1A202C;
  white-space: nowrap;
}

/* Industry Card Title */
.eis-industry-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #1A202C;
  margin-bottom: 12px;
}

/* Industry Card Description */
.eis-industry-card-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #525E68;
  margin-bottom: 20px;
  min-height: 72px;
  flex-grow: 1;
}

/* Industry Card Features */
.eis-industry-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eis-industry-card-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #525E68;
  margin-bottom: 10px;
}

.eis-industry-card-features li:last-child {
  margin-bottom: 0;
}

.eis-industry-card-features i {
  color: #4DB6AC;
  font-size: 16px;
  flex-shrink: 0;
}

/* Industry Card Link */
.eis-industry-card-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0C6983;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: auto;
  padding-top: 24px;
}

.eis-industry-card-link:hover {
  color: #0a5367;
  gap: 12px;
}

.eis-industry-card-link i {
  transition: transform 0.3s ease;
}

.eis-industry-card-link:hover i {
  transform: translateX(4px);
}

/* Industry Solutions Cards (Second Row) */
.eis-industry-solutions {
  margin-top: 0;
}

/* Industry Solution Card */
.eis-industry-solution-card {
  background-color: #F3F7F9;
  border: 1px solid #E8EEF2;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  /* transition: all 0.3s ease; */
}

.eis-industry-solution-card:hover {
  box-shadow: 0 8px 24px rgba(12, 105, 131, 0.12);
  border-color: #0C6983;
  /* transform: translateY(-4px); */
}

/* Industry Solution Title */
.eis-industry-solution-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #1A202C;
  margin-bottom: 16px;
}

/* Industry Solution Description */
.eis-industry-solution-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #525E68;
  margin-bottom: 32px;
}

/* Industry Solution Button */
.eis-industry-solution-button {
  background-color: #0C6983;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.eis-industry-solution-button:hover {
  background-color: #0a5367;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

.eis-industry-solution-button i {
  transition: transform 0.3s ease;
}

.eis-industry-solution-button:hover i {
  transform: translateX(4px);
}

/* Responsive Styles for Industry Section */
@media (max-width: 1199.98px) {
  .eis-industry-title {
    font-size: 38px;
  }
  
  .eis-industry-card {
    padding: 28px;
  }
  
  .eis-industry-solution-card {
    padding: 36px;
  }
}

@media (max-width: 991.98px) {
  .eis-industry-section {
    padding: 64px 0;
  }
  
  .eis-industry-header {
    margin-bottom: 48px;
  }
  
  .eis-industry-title {
    font-size: 34px;
  }
  
  .eis-industry-description {
    font-size: 17px;
  }
  
  .eis-industry-cards {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .eis-industry-card-icon {
    width: 48px;
    height: 48px;
  }
  
  .eis-industry-card-icon i {
    font-size: 20px;
  }
  
  .eis-industry-solution-title {
    font-size: 24px;
  }
  
  .eis-industry-solution-description {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .eis-industry-section {
    padding: 56px 0;
  }
  
  .eis-industry-header {
    margin-bottom: 40px;
  }
  
  .eis-industry-title {
    font-size: 30px;
    letter-spacing: -0.4px;
  }
  
  .eis-industry-description {
    font-size: 16px;
  }
  
  .eis-industry-cards {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  
  .eis-industry-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .eis-industry-card-header {
    margin-bottom: 16px;
  }
  
  .eis-industry-card-icon {
    width: 44px;
    height: 44px;
  }
  
  .eis-industry-card-icon i {
    font-size: 18px;
  }
  
  .eis-industry-card-badge {
    padding: 5px 10px;
    font-size: 11px;
  }
  
  .eis-industry-card-title {
    font-size: 20px;
  }
  
  .eis-industry-card-description {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  .eis-industry-card-features {
    margin-bottom: 20px;
  }
  
  .eis-industry-card-features li {
    font-size: 14px;
  }
  
  .eis-industry-card-link {
    font-size: 15px;
  }
  
  .eis-industry-solution-card {
    padding: 32px;
    margin-bottom: 16px;
  }
  
  .eis-industry-solution-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .eis-industry-solution-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .eis-industry-solution-button {
    padding: 12px 24px;
    font-size: 15px;
    width: 100%;
    justify-content: center;
  }
}
/* Testimonials Section */
.testimonials-section {
	padding: 20px 0;
	background-color: #ffffff;
}

.testimonials-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #1A202C;
	margin-bottom: 24px;
	line-height: 1.2;
	text-align: left;
}

.testimonials-rating {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 12px;
	margin-bottom: 48px;
}

.rating-stars-display {
	display: flex;
	align-items: center;
	gap: 4px;
}

.rating-stars-display i {
	font-size: 20px;
	color: #0C6983;
}

.rating-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0C6983;
}

.testimonial-card {
	background-color: #F5F5F5;
	border-radius: 12px;
	padding: 32px 24px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-quote-mark {
    position: absolute;
    top: 14px;
    right: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #d4d4d4;
    line-height: 1;
    opacity: 0.5;
    pointer-events: none;
}

.testimonial-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 20px;
}

.testimonial-rating i {
	font-size: 16px;
	color: #0C6983;
}

.testimonial-quote {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 24px;
	flex-grow: 1;
}

.testimonial-author {
	    border-top: 1px solid #d5d6d6;
	margin-top: auto;
}

.testimonial-name {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #1A202C;
	margin-bottom: 4px;
	line-height: 1.3;
	margin-top: 6px;
}

.testimonial-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 1.4;
}

/* Customer Success Stories Section */
.customer-success-section {
	padding: 70px 0;
	background-color: #ffffff;
}

.success-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #1A202C;
	margin-bottom: 14px;
	line-height: 1.2;
}

.success-section-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #676767;
	line-height: 1.6;
	margin-bottom: 28px;
	/* max-width: 900px; */
}

.success-story-card {
	background-color: #fcfcfc;
	border-radius: 12px;
	border: 1px solid #6d9aa0;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.success-story-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
}

.success-story-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-badge-top {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 8px 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-badge-bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 8px 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-badge-top .badge-text,
.image-badge-bottom .badge-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #1A202C;
}

.success-story-content {
	padding: 36px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.success-company-header {
	margin-bottom: 14px;
}

.success-company-name {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #1A202C;
	margin-bottom: 8px;
	line-height: 1.2;
}

.success-company-role {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
}

.success-company-role i {
	font-size: 14px;
	color: #808080;
}

.success-section-item {
	margin-bottom: 12px;
}

.success-section-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #0C6983;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.success-section-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	margin: 0;
}

.success-metrics-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 16px;
}

.success-metric-box {
	background-color: #f7f7f7;
	border-radius: 12px;
	padding: 16px;
	/* border: 1px solid #E0E0E0; */
}

.metric-value-row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 8px;
    gap: 10px;
}

.metric-value-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #1A202C;
	line-height: 1.2;
}

.metric-trend-icon {
	font-size: 16px;
	color: #4CAF50;
}

.metric-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #676767;
	line-height: 1.4;
}

.success-testimonial {
    display: flex;
    gap: 20px;
    margin-bottom: 23px;
    padding-top: 12px;
    border-top: 1px solid #E0E0E0;
}

.testimonial-quote-line {
	width: 4px;
	background-color: #0C6983;
	border-radius: 2px;
	flex-shrink: 0;
}

.testimonial-quote-content {
	flex: 1;
}

.testimonial-quote-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 12px;
}

.testimonial-attribution {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #1A202C;
	line-height: 1.4;
}

.success-case-study-link {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1A202C;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
	margin-top: auto;
}

.success-case-study-link:hover {
	color: #0C6983;
	text-decoration: none;
}

.success-case-study-link i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.success-case-study-link:hover i {
	transform: translateX(4px);
}

/* Success Carousel Styles */
.success-carousel-wrapper {
	position: relative;
	margin-top: 28px;
}

#successCarousel {
	position: relative;
}

#successCarousel .carousel-inner {
	border-radius: 12px;
	overflow: hidden;
}

#successCarousel .carousel-item {
	transition: transform 0.6s ease-in-out;
}

#successCarousel .success-story-card {
	width: 100%;
}

/* Carousel Navigation Buttons */
.success-carousel-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 24px;
	position: relative;
}

.success-carousel-controls .carousel-btn {
    width: 44px !important;
    height: 43px !important;
	border-radius: 50px;
	background-color: #0C6983;
	border: none;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(12, 105, 131, 0.3);
	z-index: 10;
	position: relative;
	opacity: 1;
}

.success-carousel-controls .carousel-btn:hover {
	background-color: #0a5568;
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(12, 105, 131, 0.4);
}

.success-carousel-controls .carousel-btn:active {
	transform: scale(0.95);
}

.success-carousel-controls .carousel-btn i {
	font-size: 18px;
	color: #ffffff;
}

/* Override Bootstrap's default carousel control styles */
#successCarousel .carousel-control-prev,
#successCarousel .carousel-control-next {
	position: static;
	width: auto;
	height: auto;
	opacity: 1;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

#successCarousel .carousel-control-prev-icon,
#successCarousel .carousel-control-next-icon {
	display: none;
}

/* Latest Blog section start*/
.latest-insights {
  background-color: #ffffff;
  font-family: "DM Sans", sans-serif !important;
}

.latest-insights .section-title {
    font-weight: 500;
    font-size: 40px;
    color: #0C6983;
    word-spacing: -2px;
    line-height: 120%;
    padding-top: 70px;
    padding-bottom: 0%;
}
@media (max-width: 991px) {
    .latest-insights .section-title {
         padding-top: 15px;
    }
}
.latest-insights .section-title .highlight {
  color: #0097a7;
}

.latest-insights .section-subtitle {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #1A202C;
    padding-top: 25px;
    margin: 0 auto 40px auto;
}

.latest-insights .blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-insights .blog-card:hover {
  /* transform: translateY(-5px); */
 box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.latest-insights .blog-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.latest-insights .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

.latest-insights .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  color: #393939;
}

.latest-insights .card-text {
  font-size: 1rem;
  color: #676767;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0%;
  margin-bottom: 18px;
  margin-top: auto;	
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-insights .read-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.90rem;
  color: #0a6a75;
  padding-top: 15px;
  text-decoration: none;
}

.latest-insights .read-link:hover {
  text-decoration: none;
}

.latest-insights .view-more-btn {
  background-color: #0C6983 !important;
  border: none;
  padding: 10px 20px;
  border-radius: 8px !important;
}

.latest-insights .blog-category-badge {
  background-color: #E9F5F8;
  color: #0C6983;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 24px;
  letter-spacing: 0px;
}

.latest-insights .blog-published-date {
  color: #949494;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 24px;
  letter-spacing: 0px;
}
/* Latest Blog section end*/
/* footer */
#footer {
    font-family: "DM Sans", sans-serif !important;
	/* background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #0A3749;
	padding: 60px 0;
	color: white;
}

#footer .first-row {
	background-color: white;
	padding: 32px;
	border-radius: 15px;
	margin: auto;
	margin-bottom: 40px;
}

#footer h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #1A202C;
}

#footer .first-row p {
	font-size: 16px;
	color: #676767;
	line-height: 1.5;
	margin-bottom: 0;
}

#footer .form-control {
	max-width: 100%;
}

#footer .shadow-input {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#footer .btn {
	min-width: 100px;
}
.footer-title{
	font-weight: 700;
}
.footer-links{
	
}
#footer .second-row {
	margin-bottom: 40px;
}

#footer .second-row .col {
	padding: 0 15px;
}

#footer .second-row span {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #ffffff;
}

#footer .list-unstyled {
	margin: 0;
	padding: 0;
}

#footer .list-unstyled li {
	margin-bottom: 12px;
	color: white;
	line-height: 1.6;
}

#footer .list-unstyled a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease;
}

#footer .list-unstyled a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .social-icons {
	display: flex;
	align-items: center;
	gap: 12px;
}

#footer .social-icons img {
	width: 24px;
	height: 24px;
	margin-right: 0;
	transition: opacity 0.3s ease;
}

#footer .social-icons a:hover img {
	opacity: 0.8;
}

#footer .row.align-items-center {
	margin-top: 0;
}

#footer .row.align-items-center img {
	margin-bottom: 16px;
	max-width: 200px;
}

#footer .row.align-items-center p {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.6;
}

#footer .row.align-items-center p i {
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.8);
}

#footer .row.align-items-center div {
	margin-bottom: 12px;
	color: white;
}

#footer .row.align-items-center div a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s ease;
}

#footer .row.align-items-center div a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .row.mt-4 .col div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#footer .row.mt-4 .col span {
	font-size: 14px;
	color: #ffffff;
}

#footer .first-row .d-flex {
	align-items: center;
}

#footer svg {
	vertical-align: middle;
	margin-right: 5px;
}

.email-btn {
	border: 2px solid #848484;
}

.start-btn {
	border: 2px solid #0C6983;

}

.start {
	color: #0C6983;
}

.newsletterbtn {
	background-color: #0C6983;
	border-radius: 8px;
	color: #ffffff;
	padding: 10px 24px;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.newsletterbtn:hover {
	background-color: #0a5367;
	color: #ffffff;
}

.rights-scoutIT {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.6;
}

.podcast-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    gap: 6px;
}

.podcast-btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-color: #fff;
}

.podcast-btn img {
	width: 18px;
	height: 18px;
	margin-right: 0;
}

/* Footer responsive styles */
@media (max-width: 768px) {
	#footer {
		padding: 40px 0;
	}
	
	#footer .first-row {
		padding: 24px;
		margin-bottom: 30px;
	}
	
	#footer .second-row {
		margin-bottom: 30px;
	}
	
	#footer .second-row .col {
		margin-bottom: 24px;
		padding: 0 10px;
	}
	
	#footer .row.align-items-center {
		text-align: center;
	}
	
	#footer .row.align-items-center .d-flex {
		justify-content: center !important;
	}
	
	#footer .row.align-items-center .text-end {
		text-align: center !important;
		margin-top: 24px;
	}
}

/* Frequently Asked Questions Section - New */
.faq-section-new {
  padding: 70px 0;
  background-color: #ffffff;
}

.faq-header-new {
  margin-bottom: 48px;
}

.faq-tag-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F7;
  border: 1px solid #0C6983;
  border-radius: 50px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0C6983;
}

.faq-tag-new i {
  font-size: 16px;
  color: #0C6983;
}

.faq-accordion-new {
  max-width: 100%;
}

.faq-accordion-new .accordion {
  margin: 0;
}

.faq-item-new {
  background-color: #ffffff;
  border: 1px solid #e2e2e2 !important;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-item-new:hover {
  border: 1px solid #006f7e !important;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-question-new {
  background-color: #ffffff;
  border: none;
  padding: 20px 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1A202C;
  box-shadow: none;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question-new:not(.collapsed) {
  background-color: #ffffff;
  color: #1A202C;
  box-shadow: none;
}

.faq-question-new span {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

.faq-question-new::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231A202C' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  width: 18px;
  height: 16px;
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.faq-question-new:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231A202C' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 10.354a.5.5 0 0 0 .708 0L8 4.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
}

.faq-answer-new {
  padding: 0 24px 24px 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #676767;
  background-color: #ffffff;
}

.faq-answer-new p {
  margin: 0;
}

.success-section-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #1A202C;
  margin-bottom: 14px;
  line-height: 1.2;
}

.success-section-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #676767;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* YouTube Video Modal Styles */
.youtube-modal-content {
    background-color: #000000;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.youtube-modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 30px;
}

.youtube-modal-header .modal-title {
    color: #022029;
    font-size: 20px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

.youtube-modal-header .btn-close {
    filter: none;
    opacity: 0.8;
}

.youtube-modal-header .btn-close:hover {
    opacity: 1;
}

.youtube-modal-body {
    padding: 0;
    background-color: #000000;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive Styles for YouTube Modal */
@media (max-width: 1200px) {
    .youtube-modal-header {
        padding: 18px 25px;
    }
    
    .youtube-modal-header .modal-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .youtube-modal-header {
        padding: 15px 20px;
    }
    
    .youtube-modal-header .modal-title {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .youtube-modal-header {
        padding: 12px 15px;
    }
    
    .youtube-modal-header .modal-title {
        font-size: 14px;
    }
}