

@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;
	font-family: "DM Sans", sans-serif;
}

/* 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;
}

/* location update */
.location-content h5{
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #393939;
}
.location-content p{
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #676767;
}
.sub-title{
    font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 4.8px;
	line-height: 3;
	color: #ffffff;
}
.sub-title-1{
    font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #ffffff;
    padding-top: 2px;
}
.book-a-demo-usecase{
	border: 3px solid #a9eeee !important;
	background-color: #1087a8 !important;
}
.book-a-demo-usecase a{
	color: #00a7da;
}
.main-location-head{
   font-family: "DM Sans", sans-serif;font-weight: 700;font-size: 35px;color: white;word-spacing: -2px;
}

/* lead Generation */
.lead-generation {
  position: relative;
  overflow: hidden;
  min-height: 50vh; 
  margin-top: 40px;
}

.lead-head {
	color: white;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
}

.lead-para {
	color: white;
	font-family: 'Plus Jakarta Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	padding-bottom: 20px;
}
.displ_non{
	height: 100%;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Ensure the video stays behind the content */
    background-color: #023847;
    opacity: 0.75;
  }
  
  .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .content {
    position: relative;
    padding-top: 70px;
    z-index: 1; /* Ensure the content is above the video */
  }
/* FAQ's */
.d-none {
	display: none;
}

/* .faq {
	margin-top: 20px;
	overflow: hidden;
} */

.fqa-h {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 120%;
	color: #0C6983;
}

.accordion-item {
	border: 0;
	/* padding-bottom: 20px; */
	border-bottom: 2px solid lightgray;
	border-radius: none;
}

.accordion-button {
	box-shadow: none !important;
}

.accordion-collapse {
	background-color: #F1F5F5;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #585858;
}

.accordion-button:not(.collapsed) {
	background-color: #F1F5F5;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4C4C4C;
}

.accordion-button::after {
	background-image: url(/Images/plus.svg);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(/Images/x.svg);
}

.faq-span {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
/* 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;
	}
} 
/* Scroll top */
#gotoTop.show {
	opacity: 1;
	visibility: visible;
}

#gotoTop {
	display: inline-block;
	background-color: #0C6983;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 85px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	cursor: pointer;
	border-radius: 20px;
	color: white;
	font-size: 20px;
	line-height: 40px;
}
@media (max-width: 768px){
	#gotoTop {
		display: inline-block;
		background-color: #0C6983;
		width: 40px;
		height: 40px;
		text-align: center;
		border-radius: 4px;
		position: fixed;
		bottom: 105px;
		right: 30px;
		transition: background-color .3s, opacity .5s, visibility .5s;
		opacity: 0;
		visibility: hidden;
		z-index: 998;
		cursor: pointer;
		border-radius: 20px;
		color: white;
		font-size: 20px;
		line-height: 40px;
	}
}
/*********************************************
        ABOVE FOOTER SOLUTIONS
*********************************************/
.mobile-align .row {
    display: flex;
    flex-wrap: wrap;
}

.mobile-align .col-md-3 {
    flex: 0 0 25%; 
    max-width: 25%;
}

@media (max-width: 768px) {
    .mobile-align .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mobile-align img {
        display: block;
        margin: 0 auto;
    }
}
/* hubspot form css starts here*/
.technology_form {
	padding: 24px 32px 32px;
	gap: 24px;
	background: #FFFFFF;
	box-shadow: -23px 0px 82px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 36px 50px;
	 }
	
	
	 @media (max-width: 1200px) {
	   .technology_form {
		 padding: 30px 20px;
	   }
	 }
	  .technology_form .form_header .form_heading {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 700;
	/* font-size: 24px; */
	line-height: 36px;
	color: #0C6983;
	margin-bottom: 16px;
	font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
	 }
	
	
	 .technology_form .form_header .form_para {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
	 }
	
	
	 .technology_form .form_footer p {
	   font-family: 'DM Sans", sans-serif';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #B4B4B4;
	 }
	
	 .copyright {
		text-align: center;
	 }
/* Hubspot Pop CSS Ends Here */
/* 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*/

/* RPI Hero Section */
.rpi-hero-section {
/* background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 22%, rgba(229, 244, 247, 1) 100%); */
background: #FFFFFF;
background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.rpi-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.rpi-badge-icon {
  font-size: 12px;
}

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

.rpi-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.rpi-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rpi-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.rpi-check-icon {
  color: #0C6983;
  font-size: 18px;
  flex-shrink: 0;
}

.rpi-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpi-score-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.rpi-score-header {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.5px;
}

.rpi-circle-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
}

.rpi-circle-progress {
  width: 100%;
  height: 100%;
  transform: rotate(2deg);
}

.rpi-circle-bg {
  stroke: #E0E0E0;
}

.rpi-circle-fill {
  stroke: #0C6983;
  transition: stroke-dashoffset 0.5s ease;
}

.rpi-circle-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.rpi-circle-number {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: #393939;
  margin-bottom: 8px;
}

.rpi-circle-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #949494;
  letter-spacing: 0.5px;
}

.rpi-metrics-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #F0F0F0;
}

.rpi-metric-item {
  flex: 1;
  text-align: center;
}

.rpi-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.rpi-metric-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #949494;
  line-height: 1.4;
}


/* Frequently Asked Questions Section - New */
.faq-section-new {
  padding: 40px 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;
}

/* MSP Hero Section */
.msp-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.msp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.msp-hero-badge i {
  font-size: 14px;
}

.msp-hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #393939;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.msp-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.msp-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.msp-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.msp-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msp-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.msp-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.msp-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.msp-badge-count {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.msp-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.msp-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.msp-data-card-blue {
  background-color: #E6F4F5;
}

.msp-data-card-green {
  background-color: #E8F5E9;
}

.msp-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.msp-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.msp-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.msp-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.msp-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.msp-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color:#f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.msp-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.msp-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.msp-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.msp-metric-positive {
  color: #0C6983;
}

/* FinOps & Cost Optimization Hero Section */
.finops-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.finops-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.finops-hero-badge i {
  font-size: 14px;
}

.finops-hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #393939;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.finops-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.finops-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.finops-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.finops-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finops-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
  border: 1px solid #E0E0E0;
}

.finops-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.finops-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.finops-badge-active {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.finops-badge-active i {
  font-size: 8px;
}

.finops-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.finops-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.finops-data-card-blue {
  background-color: #E6F4F5;
}

.finops-data-card-green {
  background-color: #E8F5E9;
}

.finops-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.finops-data-card-green .finops-data-value {
  color: #0d9f6f;
}

.finops-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.finops-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.finops-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.finops-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.finops-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.finops-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.finops-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.finops-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.finops-metric-positive {
  color: #0C6983;
}

/* Why Organizations Choose Scout-itAI for FinOps Section */
.finops-why-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.finops-why-header {
	margin-bottom: 60px;
  text-align: center;
}

.finops-why-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.finops-why-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.finops-why-cards {
	margin-top: 40px;
}

.finops-why-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.finops-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.finops-why-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.finops-why-icon i {
	font-size: 28px;
	color: #ffffff;
}

.finops-why-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 16px;
}

.finops-why-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 24px;
	flex-grow: 1;
}

.finops-why-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #F0F0F0;
}

/* Healthcare & Life Sciences Hero Section */
.healthcare-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.healthcare-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.healthcare-hero-badge i {
  font-size: 14px;
}

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

.healthcare-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.healthcare-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.healthcare-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.healthcare-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.healthcare-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.healthcare-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.healthcare-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.healthcare-badge-compliant {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.healthcare-badge-compliant i {
  font-size: 8px;
}

.healthcare-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.healthcare-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.healthcare-data-card-blue {
  background-color: #E6F4F5;
}

.healthcare-data-card-green {
  background-color: #E8F5E9;
}

.healthcare-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.healthcare-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.healthcare-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.healthcare-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.healthcare-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.healthcare-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.healthcare-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.healthcare-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.healthcare-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.healthcare-metric-positive {
  color: #0C6983;
}

/* Retail & E-commerce Hero Section */
.retail-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.retail-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.retail-hero-badge i {
  font-size: 14px;
}

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

.retail-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.retail-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.retail-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.retail-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.retail-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.retail-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.retail-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.retail-badge-live {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.retail-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.retail-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.retail-data-card-blue {
  background-color: #E6F4F5;
}

.retail-data-card-green {
  background-color: #E8F5E9;
}

.retail-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.retail-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.retail-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.retail-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.retail-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.retail-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.retail-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.retail-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.retail-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.retail-metric-positive {
  color: #0C6983;
}

/* Testimonials Section */
.testimonials-section {
	padding: 40px 0;
	background-color: #ffffff;
}

.testimonials-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: #1A202C;
	margin-bottom: 10px;
	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: #f9f9f9;
	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;
 }

/* Why Retail & E-commerce Choose ScoutIT AI Section */
.retail-why-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.retail-why-header {
	margin-bottom: 60px;
  text-align: center;
}

.retail-why-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.retail-why-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.retail-why-cards {
	margin-top: 40px;
}

.retail-why-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.retail-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.retail-why-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.retail-why-icon i {
	font-size: 28px;
	color: #ffffff;
}

.retail-why-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 16px;
}

.retail-why-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 24px;
	flex-grow: 1;
}

.retail-why-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #F0F0F0;
}

/* Why Healthcare Organizations Choose Scout-itAI Section */
.healthcare-why-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.healthcare-why-header {
	margin-bottom: 60px;
  text-align: center;
}

.healthcare-why-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.healthcare-why-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.healthcare-why-cards {
	margin-top: 40px;
}

.healthcare-why-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.healthcare-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.healthcare-why-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.healthcare-why-icon i {
	font-size: 28px;
	color: #ffffff;
}

.healthcare-why-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 16px;
}

.healthcare-why-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 24px;
	flex-grow: 1;
}

.healthcare-why-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #F0F0F0;
}


/* Complete Healthcare IT Monitoring Features Section */
.healthcare-features-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.healthcare-features-header {
	text-align: center;
	margin-bottom: 80px;
}

.healthcare-features-main-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.healthcare-features-main-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	max-width: 800px;
	margin: 0 auto;
}

.healthcare-feature-item {
	margin-bottom: 40px;
}

.healthcare-feature-item:last-child {
	margin-bottom: 0;
}

.healthcare-feature-content {
	padding: 40px 20px;
}

.healthcare-feature-badge {
	display: inline-block;
	margin-bottom: 20px;
}

.healthcare-feature-badge span {
	display: inline-flex;
	align-items: center;
	background-color: #E6F4F5;
	color: #0C6983;
	padding: 8px 20px;
	border-radius: 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	border: 1px solid #ceedf5;
}

.healthcare-feature-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 24px;
	letter-spacing: -1px;
}

.healthcare-feature-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 32px;
	max-width: 600px;
}

.healthcare-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.healthcare-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #393939;
}

.healthcare-feature-list li i {
	color: #0C6983;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

.healthcare-feature-list li span {
	flex: 1;
}

.healthcare-feature-image {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.healthcare-image-preview {
	width: 100%;
	max-width: 600px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.healthcare-image-preview img {
	width: 100%;
	height: auto;
	display: block;
}

.healthcare-feature-reverse .healthcare-feature-content {
	order: 2;
}

.healthcare-feature-reverse .healthcare-feature-image {
	order: 1;
}

/* Complete E-commerce Stack Monitoring Features Section */
.retail-features-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.retail-features-header {
	text-align: center;
	margin-bottom: 80px;
}

.retail-features-main-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.retail-features-main-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	max-width: 800px;
	margin: 0 auto;
}

.retail-feature-item {
	margin-bottom: 40px;
}

.retail-feature-item:last-child {
	margin-bottom: 0;
}

.retail-feature-content {
	padding: 40px 20px;
}

.retail-feature-badge {
	display: inline-block;
	margin-bottom: 20px;
}

.retail-feature-badge span {
	display: inline-flex;
	align-items: center;
	background-color: #E6F4F5;
	color: #0C6983;
	padding: 8px 20px;
	border-radius: 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	border: 1px solid #ceedf5;
}

.retail-feature-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 24px;
	letter-spacing: -1px;
}

.retail-feature-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 32px;
	max-width: 600px;
}

.retail-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.retail-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #393939;
}

.retail-feature-list li i {
	color: #0C6983;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

.retail-feature-list li span {
	flex: 1;
}

.retail-feature-image {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.retail-image-preview {
	width: 100%;
	max-width: 600px;
	border-radius: 16px;
	overflow: hidden;
	/* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.retail-image-preview img {
	width: 100%;
	height: auto;
	display: block;
}

.retail-feature-reverse .retail-feature-content {
	order: 2;
}

.retail-feature-reverse .retail-feature-image {
	order: 1;
}

/* Why MSPs Choose ScoutIT AI Section */
.msp-why-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.msp-why-header {
	margin-bottom: 60px;
  text-align: -webkit-center;
}

.msp-why-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.msp-why-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
}

.msp-why-cards {
	margin-top: 40px;
}

.msp-why-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
}

.msp-why-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.msp-why-icon i {
	font-size: 28px;
	color: #ffffff;
}

.msp-why-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 16px;
}

.msp-why-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 24px;
	flex-grow: 1;
}

.msp-why-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #F0F0F0;
}

/* Built for MSP Scale Features Section */
.msp-features-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.msp-features-header {
	text-align: center;
	margin-bottom: 80px;
}

.msp-features-main-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.msp-features-main-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	max-width: 800px;
	margin: 0 auto;
}

.msp-feature-item {
	margin-bottom: 80px;
}

.msp-feature-item:last-child {
	margin-bottom: 0;
}

.msp-feature-content {
	padding: 40px 20px;
}

.msp-feature-badge {
	display: inline-block;
	margin-bottom: 20px;
}

.msp-feature-badge span {
	display: inline-flex;
	align-items: center;
	background-color: #E6F4F5;
	color: #0C6983;
	padding: 8px 20px;
	border-radius: 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	border: 1px solid #ceedf5;
}

.msp-feature-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 24px;
	letter-spacing: -1px;
}

.msp-feature-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 32px;
	max-width: 600px;
}

.msp-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.msp-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #393939;
}

.msp-feature-list li i {
	color: #0C6983;
	font-size: 18px;
	margin-top: 2px;
	flex-shrink: 0;
}

.msp-feature-list li span {
	flex: 1;
}

.msp-feature-image {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.msp-image-preview {
	width: 100%;
	max-width: 600px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
}

.msp-image-preview img {
	width: 100%;
	height: auto;
	display: block;
}

.msp-feature-reverse .msp-feature-content {
	order: 2;
}

.msp-feature-reverse .msp-feature-image {
	order: 1;
}

/* Works with Your Existing Stack Section */
.msp-integrations-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.msp-integrations-header {
	text-align: center;
	margin-bottom: 60px;
}

.msp-integrations-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.msp-integrations-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	max-width: 700px;
	margin: 0 auto;
}

.msp-integration-cards {
	margin-top: 40px;
}

.msp-integration-card {
background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 25px;
    height: 100%;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
	/* align-items: center;
	text-align: center; */
}

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

.msp-integration-icon {
	width: 56px;
	height: 56px;
	background-color: #E6F4F5;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.msp-integration-icon i {
	font-size: 28px;
	color: #1383a2;
}

.msp-integration-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 24px;
}

.msp-integration-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	align-items: flex-start;
}

.msp-integration-list li {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #676767;
	position: relative;
	padding-left: 20px;
	text-align: left;
	width: 100%;
}

.msp-integration-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #0C6983;
}
/* 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;
}

/* Ready to Write Your Success Story CTA Section */
.success-cta-section {
	padding: 40px 0;
	background-color: #ffffff;
}

.success-cta-banner {
	background-color: #0C6983;
	border-radius: 16px;
	padding: 60px 40px;
	text-align: center;
	max-width: 100%;
}

.success-cta-headline {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 1.3;
}

.success-cta-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 32px;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.success-cta-button {
	background-color: #ffffff;
	color: #0C6983;
	border: none;
	border-radius: 8px;
	padding: 14px 32px;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.success-cta-button:hover {
	background-color: #f5f5f5;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.success-cta-button:active {
	transform: translateY(0);
}

.success-cta-button i {
	font-size: 16px;
	color: #0C6983;
}

/* Responsive Design for CTA Section */
@media (max-width: 768px) {
	.success-cta-section {
		padding: 50px 0;
	}
	
	.success-cta-banner {
		padding: 40px 24px;
		border-radius: 12px;
	}
	
	.success-cta-headline {
		font-size: 28px;
		margin-bottom: 16px;
	}
	
	.success-cta-description {
		font-size: 16px;
		margin-bottom: 28px;
	}
	
	.success-cta-button {
		padding: 12px 28px;
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.success-cta-section {
		padding: 40px 0;
	}
	
	.success-cta-banner {
		padding: 32px 20px;
	}
	
	.success-cta-headline {
		font-size: 24px;
		margin-bottom: 14px;
	}
	
	.success-cta-description {
		font-size: 15px;
		margin-bottom: 24px;
	}
	
	.success-cta-button {
		padding: 11px 24px;
		font-size: 14px;
		width: 100%;
		justify-content: center;
	}
}

/* For Startups Hero Section */
.startup-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 34px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.startup-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.startup-hero-badge i {
  font-size: 14px;
}

.startup-hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #393939;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.startup-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.startup-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.startup-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.startup-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.startup-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.startup-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.startup-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.startup-badge-count {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.startup-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.startup-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.startup-data-card-blue {
  background-color: #E6F4F5;
}

.startup-data-card-green {
  background-color: #E8F5E9;
}

.startup-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.startup-data-card-green .startup-data-value {
  color: #0d9f6f;
}

.startup-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.startup-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.startup-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.startup-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.startup-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.startup-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.startup-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.startup-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.startup-metric-positive {
  color: #0C6983;
}

/* Why DevOps Teams Choose Scout-itAI Section */
.devops-why-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.devops-why-header {
	margin-bottom: 60px;
	text-align: center;
}

.devops-why-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.devops-why-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.devops-why-cards {
	margin-top: 40px;
}

.devops-why-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.devops-why-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.devops-why-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.devops-why-icon i {
	font-size: 28px;
	color: #ffffff;
}

.devops-why-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 16px;
}

.devops-why-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin-bottom: 24px;
	flex-grow: 1;
}

.devops-why-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #F0F0F0;
}

/* Responsive Design for Why DevOps Teams Section */
@media (max-width: 991px) {
	.devops-why-section {
		padding: 60px 0;
	}

	.devops-why-title {
		font-size: 36px;
	}

	.devops-why-subtitle {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.devops-why-section {
		padding: 50px 0;
	}

	.devops-why-header {
		margin-bottom: 40px;
	}

	.devops-why-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.devops-why-subtitle {
		font-size: 16px;
	}

	.devops-why-cards {
		margin-top: 30px;
	}

	.devops-why-card {
		padding: 24px;
		margin-bottom: 24px;
	}

	.devops-why-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 20px;
	}

	.devops-why-icon i {
		font-size: 24px;
	}

	.devops-why-card-title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.devops-why-card-description {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.devops-why-metric {
		font-size: 15px;
		padding-top: 12px;
	}
}

@media (max-width: 576px) {
	.devops-why-section {
		padding: 40px 0;
	}

	.devops-why-title {
		font-size: 28px;
	}

	.devops-why-subtitle {
		font-size: 15px;
	}

	.devops-why-card {
		padding: 20px;
	}
}

/* Seamless DevOps Workflow Integration Section */
.devops-workflow-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.devops-workflow-header {
	margin-bottom: 60px;
	text-align: center;
}

.devops-workflow-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.devops-workflow-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.devops-workflow-cards {
	margin-top: 40px;
}

.devops-workflow-card {
	background-color: #fcfcfc;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.devops-workflow-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.devops-workflow-icon i {
	font-size: 28px;
	color: #ffffff;
}

.devops-workflow-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 24px;
}

.devops-workflow-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.devops-workflow-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #676767;
}

.devops-workflow-check {
	color: #0C6983;
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 2px;
}

.devops-workflow-list li span {
	flex: 1;
}

/* Responsive Design for DevOps Workflow Section */
@media (max-width: 991px) {
	.devops-workflow-section {
		padding: 60px 0;
	}

	.devops-workflow-title {
		font-size: 36px;
	}

	.devops-workflow-subtitle {
		font-size: 16px;
	}

	.devops-workflow-cards {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.devops-workflow-section {
		padding: 50px 0;
	}

	.devops-workflow-header {
		margin-bottom: 40px;
	}

	.devops-workflow-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.devops-workflow-subtitle {
		font-size: 16px;
	}

	.devops-workflow-card {
		padding: 24px;
		margin-bottom: 24px;
	}

	.devops-workflow-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 20px;
	}

	.devops-workflow-icon i {
		font-size: 24px;
	}

	.devops-workflow-card-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.devops-workflow-list {
		gap: 10px;
	}

	.devops-workflow-list li {
		font-size: 15px;
	}

	.devops-workflow-check {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.devops-workflow-section {
		padding: 40px 0;
	}

	.devops-workflow-title {
		font-size: 28px;
	}

	.devops-workflow-subtitle {
		font-size: 15px;
	}

	.devops-workflow-card {
		padding: 20px;
	}

	.devops-workflow-list li {
		font-size: 14px;
		gap: 10px;
	}
}

/* Common Startup Challenges Section */
.startup-challenges-section {
	padding: 64px 0;
	background-color: #ffffff;
}

.startup-challenges-header {
	margin-bottom: 60px;
	text-align: center;
}

.startup-challenges-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.startup-challenges-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.startup-challenges-cards {
	margin-top: 40px;
}

.startup-challenge-card {
	background-color: #fefdfd;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	border: 1px solid #E0E0E0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: row;
	gap: 24px;
	
}

.startup-challenge-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.startup-challenge-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.startup-challenge-icon i {
	font-size: 28px;
	color: #ffffff;
}

.startup-challenge-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.startup-challenge-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin-bottom: 24px;
}

.startup-challenge-content {
	margin-bottom: 24px;
}

.startup-challenge-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #949494;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.startup-challenge-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin: 0;
}

.startup-solution-content {
	margin-top: auto;
	padding-top: 0;
}

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

.startup-solution-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin: 0;
}

/* Real DevOps Scenarios Section */
.devops-scenarios-section {
	padding: 40px 0;
	background-color: #ffffff;
}

.devops-scenarios-header {
	margin-bottom: 60px;
	text-align: center;
}

.devops-scenarios-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.devops-scenarios-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.devops-scenarios-cards {
	margin-top: 40px;
}

.devops-scenarios-card {
	background-color: #fefdfd;
	border-radius: 12px;
	padding: 32px;
	border: 1px solid #E0E0E0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.devops-scenarios-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.devops-scenarios-card-header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.devops-scenarios-icon {
	width: 64px;
	height: 64px;
	background-color: #0C6983;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.devops-scenarios-icon i {
	font-size: 28px;
	color: #ffffff;
}

.devops-scenarios-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.devops-scenarios-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #393939;
	margin: 0 0 12px 0;
}

.devops-scenarios-card-body {
	display: flex;
	flex-direction: row;
	gap: 32px;
	align-items: flex-start;
}

.devops-scenarios-problem-content {
	flex: 1;
}

.devops-scenarios-problem-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #949494;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.devops-scenarios-problem-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin: 0;
}

.devops-scenarios-solution-content {
	flex: 1;
}

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

.devops-scenarios-solution-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #676767;
	margin: 0;
}

/* Responsive Design for DevOps Scenarios Section */
@media (max-width: 991px) {
	.devops-scenarios-section {
		padding: 64px 0;
	}

	.devops-scenarios-title {
		font-size: 36px;
	}

	.devops-scenarios-subtitle {
		font-size: 16px;
	}

	.devops-scenarios-cards {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.devops-scenarios-section {
		padding: 50px 0;
	}

	.devops-scenarios-header {
		margin-bottom: 40px;
	}

	.devops-scenarios-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.devops-scenarios-subtitle {
		font-size: 16px;
	}

	.devops-scenarios-card {
		padding: 24px;
	}

	.devops-scenarios-card-header {
		flex-direction: column;
		gap: 20px;
	}

	.devops-scenarios-icon {
		width: 56px;
		height: 56px;
	}

	.devops-scenarios-icon i {
		font-size: 24px;
	}

	.devops-scenarios-card-title {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.devops-scenarios-card-body {
		flex-direction: column;
		gap: 24px;
	}

	.devops-scenarios-problem-label,
	.devops-scenarios-solution-label {
		font-size: 11px;
	}

	.devops-scenarios-problem-text,
	.devops-scenarios-solution-text {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.devops-scenarios-section {
		padding: 40px 0;
	}

	.devops-scenarios-title {
		font-size: 28px;
	}

	.devops-scenarios-subtitle {
		font-size: 15px;
	}

	.devops-scenarios-card {
		padding: 20px;
	}

	.devops-scenarios-card-body {
		gap: 20px;
	}

	.devops-scenarios-problem-text,
	.devops-scenarios-solution-text {
		font-size: 14px;
	}
}

/* DORA Metrics Impact Section */
.devops-dora-section {
	padding: 40px 0;
	background-color: #ffffff;
}

.devops-dora-header {
	margin-bottom: 60px;
	text-align: center;
}

.devops-dora-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #393939;
	margin-bottom: 16px;
	letter-spacing: -1px;
}

.devops-dora-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #676767;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.devops-dora-table-wrapper {
	overflow-x: auto;
	margin-bottom: 40px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.09);
	border-radius: 8px;
}

.devops-dora-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.devops-dora-table thead {
	background-color: transparent;
}

.devops-dora-table th {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1A202C;
	padding: 20px 24px;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	vertical-align: middle;
}

.devops-dora-table th:last-child {
	border-right: none;
}

.devops-dora-metric-col {
	width: 30%;
	background-color: #F9FAFB;
}

.devops-dora-industry-col {
	width: 35%;
	background-color: #F9FAFB;
}

.devops-dora-scoutit-col {
	width: 35%;
	background-color: #E5F4F7;
}

.devops-dora-table tbody tr {
	border-bottom: 1px solid #E0E0E0;
	transition: background-color 0.2s ease;
}

.devops-dora-table tbody tr:hover td:first-child,
.devops-dora-table tbody tr:hover td:nth-child(2) {
	background-color: #F9F9F9;
}

.devops-dora-table tbody tr:hover td:nth-child(3) {
	background-color: #D4E9ED;
}

.devops-dora-table tbody tr:last-child {
	border-bottom: none;
}

.devops-dora-table td {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 20px 24px;
	vertical-align: middle;
	border-right: 1px solid #E0E0E0;
}

.devops-dora-table td:first-child {
	background-color: #FFFFFF;
}

.devops-dora-table td:nth-child(2) {
	background-color: #FFFFFF;
}

.devops-dora-table td:nth-child(3) {
	background-color: #E5F4F7;
	width: 100%;
}

.devops-dora-table td:last-child {
	border-right: none;
}

.devops-dora-table tbody tr:last-child td {
	border-bottom: none;
}

.devops-dora-metric-name {
	font-weight: 600;
	color: #1A202C;
}

.devops-dora-industry-text {
	color: #676767;
}

.devops-dora-scoutit-text {
	color: #0C6983;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.devops-dora-check-icon {
	color: #0d9f6f;
	font-size: 20px;
	flex-shrink: 0;
}

/* Responsive Design for DORA Metrics Section */
@media (max-width: 991px) {
	.devops-dora-section {
		padding: 60px 0;
	}

	.devops-dora-title {
		font-size: 36px;
	}

	.devops-dora-subtitle {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.devops-dora-section {
		padding: 50px 0;
	}

	.devops-dora-header {
		margin-bottom: 40px;
	}

	.devops-dora-title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.devops-dora-subtitle {
		font-size: 16px;
	}

	.devops-dora-table-wrapper {
		margin-bottom: 30px;
	}

	.devops-dora-table th,
	.devops-dora-table td {
		padding: 16px 20px;
		font-size: 15px;
	}

	.devops-dora-metric-col,
	.devops-dora-industry-col,
	.devops-dora-scoutit-col {
		width: auto;
	}
}

@media (max-width: 576px) {
	.devops-dora-section {
		padding: 40px 0;
	}

	.devops-dora-title {
		font-size: 28px;
	}

	.devops-dora-subtitle {
		font-size: 15px;
	}

	.devops-dora-table th,
	.devops-dora-table td {
		padding: 12px 16px;
		font-size: 14px;
	}

	.devops-dora-check-icon {
		font-size: 18px;
	}
}

/* For DevOps Teams Hero Section */
.devops-hero-section {
  background: #FFFFFF;
  background: linear-gradient(155deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 251, 1) 43%, rgba(229, 244, 247, 1) 100%);
  padding: 100px 0 80px;
  margin-top: -70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

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

.devops-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #E6F4F5;
  color: #0C6983;
  padding: 8px 16px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
  border: 1px solid #ceedf5;
}

.devops-hero-badge i {
  font-size: 14px;
}

.devops-hero-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #393939;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.devops-hero-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin-bottom: 32px;
  max-width: 540px;
}

.devops-hero-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.devops-hero-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #393939;
}

.devops-check-icon {
  color: #0C6983;
  font-size: 18px;
  flex-shrink: 0;
}

.devops-hero-right {
  padding: 20px 0 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.devops-overview-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 480px;
  width: 100%;
}

.devops-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.devops-card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  margin: 0;
}

.devops-badge-count {
  background-color: #c0ffd4;
  color: #0d9f6f;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.devops-data-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.devops-data-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.devops-data-card-blue {
  background-color: #E6F4F5;
}

.devops-data-card-green {
  background-color: #E8F5E9;
}

.devops-data-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 8px;
}

.devops-data-card-green .devops-data-value {
  color: #0d9f6f;
}

.devops-data-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 1.4;
}

.devops-key-metrics {
  padding-top: 24px;
  border-top: 1px solid #F0F0F0;
}

.devops-metrics-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4C4C4C;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.devops-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.devops-metric-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f6f6f6;
  padding: 10px 12px;
  border-radius: 8px;
}

.devops-metric-icon {
  font-size: 18px;
  color: #0C6983;
  width: 20px;
  text-align: center;
}

.devops-metric-name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393939;
}

.devops-metric-value {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.devops-metric-positive {
  color: #0C6983;
}

/* Responsive Design for DevOps Hero Section */
@media (max-width: 991px) {
  .devops-hero-section {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .devops-hero-left {
    padding: 20px 0;
    margin-bottom: 40px;
  }

  .devops-hero-right {
    padding: 20px 0;
  }

  .devops-hero-title {
    font-size: 36px;
  }

  .devops-overview-card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .devops-hero-title {
    font-size: 32px;
  }

  .devops-hero-description {
    font-size: 16px;
  }

  .devops-data-cards {
    flex-direction: column;
    gap: 12px;
  }

  .devops-data-card {
    padding: 20px;
  }

  .devops-data-value {
    font-size: 28px;
  }
}
