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

body {
	padding: 0;
	margin: 0;
	cursor:default;
}

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

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


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

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

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

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

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

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

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

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

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

.logo {
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* integrations */
#integration {
	background-color: #f1f8f8;
}

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

.integration-span {
	display: block;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1A202C;
	padding-top: 32px;
}

.curved-section {
	width: 100%;
	max-width: 2100px;
	padding: 20px;
	background-color: #bee5ff;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
}

.integration-logo {
	margin: 100px;
}

.pdd {
	padding-bottom: 40px;
}

.integration-logo-p img {
	max-width: 100%;
	height: auto;
}
.integration-button {
    font-family: "DM Sans", sans-serif;
    display: inline-block;
    background-color: #f1f8f8;
    color: #0C6983;
    border:2px solid #0C6983;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.integration-button a{
    color: #0C6983;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.integration-button:hover {
    background-color: #eafafd;
    color: #0C6983;
}
.integration-button-note{
	color: #1A202C; 
	font-size: 16px;
	font-family: "'Plus Jakarta Sans', sans-serif";
	font-weight: 400;
	line-height: 150%;
}
/* compliences */
.complience-logo {
	margin: 130px;
}


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

.faq-section {
	padding: 50px 0px;
	
}

.accordion {
	margin: 0 200px;
}

.accordion-item {
	border: 0;
	/* padding-bottom: 20px; */
	/* border-top: 1px solid gray !important; */
	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;
}
/* Intro section */
.effort-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 4.8px;
	line-height: 3;
	color: #808080;
	margin-top: 100px;
}

.Fastest-text {
	color: #0887a7;
	/* background: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg); */
    /* -webkit-background-clip: text;	
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
	background-size: cover; */
	font-family: "DM Sans", sans-serif;
	font-weight: 700;				
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 120%;
}

.Intro-Scout {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #808080;
}
@media (max-width: 768px) {
    .book-a-demo-1 {
        display: none !important;
    }
	.vertical-divider {
		display: none !important;
	}
   .hero-badge-container {
        justify-content: center; 
        text-align: center;
    }

    .aws-badge {
        justify-content: center; 
        text-align: center;
    }

    .trust-badges-container {
        flex-direction: column;
        align-items: stretch;
    }

    .trust-badge-card {
        /* width: 100%; */
        justify-content: center;
    }

    .aws-badge-card {
        min-width: auto;
    }

    .compliance-badge-card {
        min-width: auto;
        /* flex-direction: column; */
        gap: 12px;
        align-items: stretch;
    }

    .compliance-divider {
        display: none;
    }

    .compliance-badge-section {
        min-width: auto;
        justify-content: flex-start;
    }

    .rating-section {
        align-items: flex-start;
    }

}
@media (min-width: 600px){
	  .trust-badges-container {
        flex-direction: row;
        align-items: stretch;
    }

}
.emailinput {
	width: 30%;
	margin: 10px;
}

.emailsendbtn {
	margin: 10px;
	background-color: #6565ee;
	color: white;
}

.email-main {
	justify-content: center;
}

.main-email h2 {
	text-align: center;
}

.main-email h1 {
	text-align: center;
}

.main-email p {
	text-align: center;
}

.bgimage {
	background-image: url(/Images/mainbg.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

/* New Hero Section Styles */
.hero-section-new {
    padding: 20px 0px 20px 0px;
	margin-top: 54px;
	background: linear-gradient(180deg, #f5f8fa 0%, #e8f4f8 100%);
	background-image: 
		url('/Images/BG.svg');
	background-position: center center, 20% 50%, 80% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.hero-section-new::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: 
		radial-gradient(circle 1px at 1px 1px, rgba(12, 105, 131, 0.15) 1px, transparent 0);
	background-size: 20px 20px;
	opacity: 0.3;
	pointer-events: none;
}

.hero-left-content {
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}

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

.badge-dot-new {
	width: 8px;
	height: 8px;
	background-color: #1887a7;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation: blink 1.5s infinite;
	box-shadow: 0 0 0 3px rgba(24, 135, 167, 0.3);
}

@keyframes blink {
	0%, 100% {
		opacity: 1;
		box-shadow: 0 0 0 3px rgba(24, 135, 167, 0.3);
	}
	50% {
		opacity: 0.5;
		box-shadow: 0 0 0 6px rgba(24, 135, 167, 0.1);
	}
}

.badge-icon-new {
	font-size: 14px;
	color: #0C6983;
}

.badge-text-new {
	display: inline-block;
}

/* Hero Headline */
.hero-headline-new {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 51px;
	line-height: 120%;
	letter-spacing: -2px;
	color: #1A202C;
	margin-bottom: 24px;
}

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

/* Hero Buttons */
.hero-buttons-new {
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

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

.hero-btn-primary-new:hover {
	background-color: #0a5367;
	border-color: #0a5367;
	color: #ffffff;
	/* transform: translateY(-2px); */
	box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

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

.hero-btn-secondary-new:hover {
	background-color: #effafd;
	border-color: #0C6983;
	/* transform: translateY(-2px); */
	box-shadow: 0 4px 12px rgba(12, 105, 131, 0.2);
}

.hero-btn-secondary-new a {
	color: #0C6983;
	text-decoration: none;
}

/* Trust Statement */
.hero-trust-statement {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	margin-bottom: 20px;
	font-style: italic;
}

/* Hero Features */
.hero-features-new {
    display: flex;
    gap: 18px;
    margin-bottom: 0px;
    flex-wrap: inherit;
}

.hero-feature-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #393939;
}

.feature-icon {
	color: #1887a7;
	font-size: 17px;
	background-color: #007F9033;
	padding: 4px;
	border-radius: 50%;
}

/* Trust Badges */
.hero-trust-badges {
	margin-top: 40px;
}

.trust-badges-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #808080;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.trust-badges-container {
	display: flex;
	align-items: center;
	gap: 16px;
	/* flex-wrap: wrap; */
}

/* Trust Badge Card - White rounded rectangles */
.trust-badge-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	font-family: "DM Sans", sans-serif;
}

/* AWS Badge Card */
.aws-badge-card {
	min-width: 240px;
}

.aws-badge-logo {
	height: 48px;
	width: auto;
	flex-shrink: 0;
}

.aws-badge-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.aws-badge-title {
	font-size: 14px;
	font-weight: 600;
	color: #0C6983;
	margin: 0;
	line-height: 1.2;
}

.aws-badge-subtitle {
	font-size: 12px;
	color: #808080;
	margin: 0;
	line-height: 1.2;
}

/* Compliance Badge Card */
.compliance-badge-card {
	/* min-width: 400px; */
	justify-content: space-between;
	padding: 15px 20px;
	align-items: center;
}

.compliance-badge-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.compliance-divider {
	width: 1px;
	height: 40px;
	background-color: #E0E0E0;
	margin: 0 8px;
	flex-shrink: 0;
	align-self: center;
}

.compliance-icon {
	width: 46px;
	height: 46px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	flex-shrink: 0;
}

.compliance-icon-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 2px;
}

/* .hipaa-icon {
	background-color: #0C6983;
}

.soc2-icon {
	background-color: #00A896;
} */

.compliance-text {
	font-size: 11px;
	font-weight: 600;
	color: #333333;
	text-align: left;
	line-height: 1.2;
	white-space: nowrap;
}

/* Rating Section */
.rating-section {
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

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

.rating-stars i {
	color: #FF9500;
	font-size: 12px;
}

.rating-number {
	font-size: 12px;
	font-weight: 600;
	color: #808080;
	margin-left: 4px;
}

.trustpilot-badge {
	display: flex;
	align-items: center;
	gap: 4px;
}

.trustpilot-logo {
width: auto;
}

.trustpilot-text {
	font-size: 10px;
	font-weight: 500;
	color: #333333;
}

.trust-badge-img {
	height: 40px;
	width: auto;
	object-fit: contain;
}

/* Right Content - Image Section */
.hero-right-content {
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}

.hero-image-wrapper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	/* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
}

.hero-main-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Feature Highlights Section */
.feature-highlights-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.feature-highlight-card {
	text-align: center;
	padding: 32px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-icon-wrapper {
	width: 68px;
	height: 68px;
	border-radius: 14px;
	/* background: #1387a7; */
	background: #007F90;
    background: linear-gradient(180deg, rgba(0, 127, 144, 1) 0%, rgba(0, 168, 150, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.feature-highlight-icon {
	font-size: 32px;
	color: #ffffff;
}

.feature-highlight-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #1A202C;
	margin-bottom: 16px;
	line-height: 1.3;
}

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

/* Comprehensive Monitoring Platform Section */
.comprehensive-monitoring-section {
	padding: 58px 0;
	background-color: #f9f9f9;
}

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

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

.badge-text {
	display: inline-block;
}

.monitoring-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #1A202C;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.monitoring-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: 800px;
}

.monitoring-feature-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 24px;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.monitoring-feature-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	background: #def4f9;
    border-radius: 12px;
}

.monitoring-feature-icon i {
	font-size: 28px;
	color: #158297;
}

.monitoring-feature-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #1A202C;
	margin-bottom: 12px;
	line-height: 1.3;
}

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

.monitoring-cta-section {
	text-align: center;
	margin-top: 40px;
	/* padding-top: 40px; */
}

/* .monitoring-cta-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #676767;
	margin-bottom: 12px;
} */

.monitoring-cta-link {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0C6983;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
}

.monitoring-cta-link:hover {
	color: #0a5367;
	text-decoration: none;
}

.monitoring-cta-link i {
	font-size: 16px;
	transition: transform 0.3s ease;
}

.monitoring-cta-link:hover i {
	transform: translateX(4px);
}

/* Industry Solutions Section */
.industry-solutions-section {
	padding: 36px 0;
	background-color: #ffffff;
}

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

.industry-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #1A202C;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -1px;
}

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

.industry-solution-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 24px;
	height: 100%;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
	border: 2px solid transparent;
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.industry-solution-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	border-color: #0C6983;
}

.industry-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.industry-card-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #def4f9;
	border-radius: 12px;
	flex-shrink: 0;
}

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

.industry-card-metric {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #0C6983;
	text-align: right;
}

.industry-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #1A202C;
	margin-bottom: 12px;
	line-height: 1.3;
}

.industry-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.industry-card-features {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}

.industry-card-features li {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #676767;
	line-height: 1.8;
	padding-left: 24px;
	position: relative;
}

.industry-card-features li::before {
	content: "•";
	color: #0C6983;
	font-size: 18px;
	position: absolute;
	left: 8px;
	top: 0.35em;
	line-height: 1;
}

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

.industry-card-link:hover {
	color: #0a5367;
	text-decoration: none;
}

.industry-card-link i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

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

/* Enterprise and Startup Cards (Dark Teal Background) */
.enterprise-card,
.startup-card {
	background: linear-gradient(135deg, #0C6983 0%, #00A896 100%);
	border: 2px solid transparent;
	flex-direction: row;
	align-items: flex-start;
	gap: 24px;
}

.enterprise-card:hover,
.startup-card:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

.enterprise-card .industry-card-header,
.startup-card .industry-card-header {
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0;
	flex-shrink: 0;
}

.enterprise-icon,
.startup-icon {
	background: rgba(255, 255, 255, 0.2);
	width: 60px;
	height: 60px;
}

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

.enterprise-card .industry-card-content,
.startup-card .industry-card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.enterprise-card .industry-card-title,
.startup-card .industry-card-title {
	margin-bottom: 12px;
}

.enterprise-card .industry-card-description,
.startup-card .industry-card-description {
	margin-bottom: 20px;
	flex-grow: 1;
}

.enterprise-card .industry-card-link,
.startup-card .industry-card-link {
	margin-top: auto;
}

.enterprise-title,
.startup-title {
	color: #ffffff;
}

.enterprise-description,
.startup-description {
	color: rgba(255, 255, 255, 0.9);
}

.enterprise-link,
.startup-link {
	color: #ffffff;
}

.enterprise-link:hover,
.startup-link:hover {
	color: rgba(255, 255, 255, 0.9);
}

/* Industry Metrics Section */
.industry-metrics-section {
	margin-top: 40px;
	padding: 10px 0;
	background: #E5FAFF;
    background: linear-gradient(180deg, rgb(234 248 252) 26%, rgba(255, 255, 255, 1) 76%);
	border-radius: 12px;
	border: 1px solid #e8eaeb;
}

.industry-metric-item {
	text-align: center;
	padding: 20px;
}

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

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

/* Infrastructure Problems Section */
.infrastructure-problems-section {
	padding: 80px 0;
	background-color: #ffffff;
}

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

.problems-section-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #1A202C;
	margin-bottom: 20px;
	line-height: 1.2;
	/* letter-spacing: -1px; */
}

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

.problem-solution-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 24px;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid #E0E0E0;
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.problem-solution-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	border-color: #0C6983;
}

.problem-card-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	background: #def4f9;
	border-radius: 12px;
}

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

.problem-card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #1A202C;
	margin-bottom: 12px;
	line-height: 1.3;
}

.problem-card-description {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	margin-bottom: 20px;
	flex-grow: 1;
}

.problem-card-metric {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0C6983;
    /* margin-bottom: 20px; */
    line-height: 1.2;
    border-top: 1px solid;
    padding-top: 9px;
}

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

.problem-card-link:hover {
	color: #0a5367;
	text-decoration: none;
}

.problem-card-link i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

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

/* Before vs After Comparison Section */
.comparison-section {
	padding: 80px 0;
	background-color: #ffffff;
}

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

.comparison-table-wrapper {
	overflow-x: auto;
	margin-bottom: 60px;
	/* border: 1px solid rgb(10, 97, 112); */
	 box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.09); /* equal shadow */
    padding-bottom: 14px;
    border-radius: 20px;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.comparison-table thead {
	background-color: #1a6777;
}

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

.comparison-header-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.comparison-header-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #eeeeee;
	line-height: 1.3;
}

.comparison-header-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgba(238, 238, 238, 0.8);
	line-height: 1.3;
}

.comparison-feature-col {
	width: 25%;
}

.comparison-before-col,
.comparison-after-col {
	width: 29.5%;
}

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

.comparison-table tbody tr:hover {
	background-color: #F9F9F9;
}

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

.comparison-table td {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 20px 24px;
	vertical-align: middle;
}

.comparison-feature-name {
	font-weight: 600;
	color: #1A202C;
}

.comparison-before-text {
	color: #676767;
}

.comparison-after-text {
	color: #0C6983;
	font-weight: 500;
}

.comparison-x-icon {
	color: #DC3545;
	font-size: 20px;
}

.comparison-check-icon {
	color: #4CAF50;
	font-size: 20px;
}

.comparison-cta-section {
	text-align: center;
	padding-top: 34px;
}

.comparison-cta-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #676767;
	margin-bottom: 24px;
}

.comparison-cta-button {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	background-color: #0C6983;
	color: #ffffff;
	border: 2px solid #0C6983;
	border-radius: 12px;
	padding: 14px 32px;
	transition: all 0.3s ease;
}

.comparison-cta-button:hover {
	background-color: #0a5367;
	border-color: #0a5367;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#successCarousel {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

/* Ready to See Your Actual RPI Score CTA Section */
.rpi-assessment-cta-section {
	padding: 70px 0;
	background-color: #0C6983;
}

.rpi-cta-content {
	max-width: 100%;
	text-align: center;
}

.rpi-cta-main {
	margin-bottom: 40px;
}

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

.rpi-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: 800px;
	margin-left: auto;
	margin-right: auto;
}

.rpi-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);
}

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

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

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

.rpi-cta-separator {
	width: 100%;
	max-width: 900px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 32px auto;
}

.rpi-benefits-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	margin: 32px 0;
}

.rpi-benefit-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}

.rpi-check-icon {
	font-size: 18px;
	color: #28a745;
}

.rpi-cta-bottom-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	margin-top: 32px;
	line-height: 1.6;
}

/* Responsive Design for RPI Assessment CTA Section */
@media (max-width: 992px) {
	.rpi-benefits-list {
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.rpi-assessment-cta-section {
		padding: 50px 0;
	}
	
	.rpi-cta-headline {
		font-size: 28px;
		margin-bottom: 16px;
	}
	
	.rpi-cta-description {
		font-size: 16px;
		margin-bottom: 28px;
	}
	
	.rpi-cta-button {
		padding: 12px 28px;
		font-size: 15px;
	}
	
	.rpi-cta-separator {
		margin: 28px auto;
	}
	
	.rpi-benefits-list {
		gap: 24px;
		margin: 28px 0;
	}
	
	.rpi-benefit-item {
		font-size: 15px;
	}
	
	.rpi-cta-bottom-text {
		font-size: 15px;
		margin-top: 28px;
	}
}

@media (max-width: 576px) {
	.rpi-assessment-cta-section {
		padding: 40px 0;
	}
	
	.rpi-cta-main {
		margin-bottom: 32px;
	}
	
	.rpi-cta-headline {
		font-size: 24px;
		margin-bottom: 14px;
	}
	
	.rpi-cta-description {
		font-size: 15px;
		margin-bottom: 24px;
		padding: 0 10px;
	}
	
	.rpi-cta-button {
		padding: 11px 24px;
		font-size: 14px;
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
	
	.rpi-cta-separator {
		margin: 24px auto;
	}
	
	.rpi-benefits-list {
		flex-direction: column;
		gap: 16px;
		margin: 24px 0;
	}
	
	.rpi-benefit-item {
		font-size: 14px;
	}
	
	.rpi-cta-bottom-text {
		font-size: 14px;
		margin-top: 24px;
		padding: 0 20px;
	}
}

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

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

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

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

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

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

.faq-item-new {
    background-color: #ffffff;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq-item-new:hover {
    border: 1px solid #006f7e !important;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}
.faq-question-new {
	background-color: #ffffff;
	border: none;
	padding: 20px 24px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1A202C;
	box-shadow: none;
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

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

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

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

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
	.faq-section-new {
		padding: 50px 0;
	}
	
	.faq-header-new {
		margin-bottom: 40px;
	}
	
	.faq-tag-new {
		font-size: 13px;
		padding: 6px 14px;
		margin-bottom: 16px;
	}
	
	.faq-question-new {
		padding: 16px 20px;
		font-size: 15px;
	}
	
	.faq-answer-new {
		padding: 0 20px 20px 20px;
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.faq-section-new {
		padding: 40px 0;
	}
	
	.faq-header-new {
		margin-bottom: 32px;
	}
	
	.faq-tag-new {
		font-size: 12px;
		padding: 6px 12px;
		margin-bottom: 14px;
	}
	
	.faq-question-new {
		padding: 14px 16px;
		font-size: 14px;
	}
	
	.faq-question-new span {
		padding-right: 12px;
	}
	
	.faq-answer-new {
		padding: 0 16px 16px 16px;
		font-size: 14px;
	}
}

/* Interactive RPI Calculator Section */
.rpi-calculator-section {
	padding: 70px 0;
	background-color: #ffffff;
}

.rpi-calculator-header {
	margin-bottom: 32px;
}

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

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

.rpi-calculator-content {
	/* margin-top: 40px; */
}

/* RPI Transformation Panel */
.rpi-transformation-panel {
	background-color: #f8f8f8;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
}

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

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

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

.rpi-score-container {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.rpi-score-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 8px solid #0C6983;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	transition: border-color 0.3s ease;
}

.rpi-score-circle.rpi-score-green {
	border-color: #1f7834;
}

.rpi-score-circle.rpi-score-orange {
	border-color: #dd8400;
}

.rpi-score-circle.rpi-score-red {
	border-color: #ac2330;
}

.rpi-score {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: rgb(27, 33, 44);
	line-height: 1.2;
}

.rpi-score-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #676767;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.rpi-delta-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #E6F4F7;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 32px;
	transition: background-color 0.3s ease;
}

.rpi-delta-container.rpi-delta-green {
	background-color: #dfefe3;
}

.rpi-delta-container.rpi-delta-orange {
	background-color: #fef5d8;
}

.rpi-delta-container.rpi-delta-red {
	background-color: #fce8ea;
}

.rpi-trend-icon {
	color: #0C6983;
	font-size: 18px;
	transition: color 0.3s ease;
}

.rpi-delta-container.rpi-delta-green .rpi-trend-icon {
	color: #1f7834;
}

.rpi-delta-container.rpi-delta-orange .rpi-trend-icon {
	color: #dd8400;
}

.rpi-delta-container.rpi-delta-red .rpi-trend-icon {
	color: #ac2330;
}

.rpi-delta {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #0C6983;
	transition: color 0.3s ease;
}

.rpi-delta-container.rpi-delta-green .rpi-delta {
	color: #1f7834;
}

.rpi-delta-container.rpi-delta-orange .rpi-delta {
	color: #dd8400;
}

.rpi-delta-container.rpi-delta-red .rpi-delta {
	color: #ac2330;
}

.rpi-metrics-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.rpi-metric-card {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}

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

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

/* RPI Sliders Panel */
.rpi-sliders-panel {
	background-color: #f8f8f8;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
}

.rpi-slider-group {
	margin-bottom: 24px;
}

.rpi-slider-label {
	display: block;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #1A202C;
	margin-bottom: 8px;
}

.rpi-slider-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}

.rpi-number-input {
	width: 80px;
	padding: 8px 12px;
	border: 1px solid #D5D6D6;
	border-radius: 6px;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #1A202C;
	background-color: #F9F9F9;
	text-align: center;
	cursor: default;
	user-select: none;
}

.rpi-number-input:focus {
	outline: none;
	border-color: #D5D6D6;
	box-shadow: none;
}

.rpi-number-input:hover {
	background-color: #F9F9F9;
}

.rpi-range-input {
	flex: 1;
	height: 6px;
	border-radius: 3px;
	background: #D5D6D6;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 7px 0;
	padding: 0;
	position: relative;
}

.rpi-range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0C6983;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin-top: -7px;
}

.rpi-range-input::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0C6983;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rpi-range-input::-ms-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0C6983;
	cursor: pointer;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rpi-range-input::-webkit-slider-runnable-track {
	height: 6px;
	background: #D5D6D6;
	border-radius: 3px;
	width: 100%;
}

.rpi-range-input::-moz-range-track {
	height: 6px;
	background: #D5D6D6;
	border-radius: 3px;
	width: 100%;
}

.rpi-range-input::-ms-track {
	height: 6px;
	background: transparent;
	border-color: transparent;
	border-width: 7px 0;
	color: transparent;
}

.rpi-range-input::-ms-fill-lower,
.rpi-range-input::-ms-fill-upper {
	background: #D5D6D6;
	border-radius: 3px;
}

/* Responsive Design for RPI Calculator Section */
@media (max-width: 992px) {
	.rpi-score-circle {
		width: 180px;
		height: 180px;
		border-width: 6px;
	}
	
	.rpi-score {
		font-size: 32px;
	}
	
	.rpi-metric-value {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.rpi-calculator-section {
		padding: 50px 0;
	}
	
	.rpi-calculator-header {
		margin-bottom: 40px;
	}
	
	.rpi-transformation-panel,
	.rpi-sliders-panel {
		padding: 24px;
		margin-bottom: 24px;
	}
	
	.rpi-panel-header {
		margin-bottom: 24px;
	}
	
	.rpi-score-circle {
		width: 160px;
		height: 160px;
		border-width: 6px;
	}
	
	.rpi-score {
		font-size: 28px;
	}
	
	.rpi-score-label {
		font-size: 11px;
	}
	
	.rpi-delta-container {
		padding: 10px 16px;
		margin-bottom: 24px;
	}
	
	.rpi-metrics-grid {
		gap: 12px;
	}
	
	.rpi-metric-card {
		padding: 16px;
	}
	
	.rpi-metric-value {
		font-size: 22px;
	}
	
	.rpi-metric-label {
		font-size: 13px;
	}
	
	.rpi-slider-group {
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	.rpi-calculator-section {
		padding: 40px 0;
	}
	
	.rpi-calculator-header {
		margin-bottom: 32px;
	}
	
	.rpi-calculator-tag {
		font-size: 12px;
		padding: 6px 12px;
		margin-bottom: 16px;
	}
	
	.rpi-transformation-panel,
	.rpi-sliders-panel {
		padding: 20px;
	}
	
	.rpi-panel-title {
		font-size: 18px;
	}
	
	.rpi-live-badge {
		font-size: 11px;
		padding: 3px 10px;
	}
	
	.rpi-score-circle {
		width: 140px;
		height: 140px;
		border-width: 5px;
	}
	
	.rpi-score {
		font-size: 24px;
	}
	
	.rpi-score-label {
		font-size: 10px;
	}
	
	.rpi-delta-container {
		padding: 8px 14px;
		margin-bottom: 20px;
	}
	
	.rpi-delta {
		font-size: 14px;
	}
	
	.rpi-metrics-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.rpi-metric-card {
		padding: 14px;
	}
	
	.rpi-metric-value {
		font-size: 20px;
	}
	
	.rpi-metric-label {
		font-size: 12px;
	}
	
	.rpi-slider-group {
		margin-bottom: 18px;
	}
	
	.rpi-slider-label {
		font-size: 13px;
	}
	
	.rpi-number-input {
		width: 70px;
		padding: 6px 10px;
		font-size: 13px;
	}
}

/* Hero Overlays */
.hero-overlay {
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.hero-overlay-top {
	top: 20px;
	left: 20px;
	right: 20px;
	max-width: 320px;
}

.hero-overlay-bottom-left {
	bottom: 20px;
	left: 20px;
	max-width: 200px;
}

.hero-overlay-bottom-right {
	bottom: 20px;
	right: 20px;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.overlay-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.overlay-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.overlay-icon {
	font-size: 20px;
}

.warning-icon {
	color: #FFA726;
}

.overlay-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #1A202C;
}

.overlay-subtitle {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #676767;
	margin-bottom: 8px;
}

.progress-bar-overlay {
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #4CAF50 0%, #0C6983 100%);
	border-radius: 3px;
	transition: width 0.3s ease;
}

.overlay-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.overlay-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.overlay-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #676767;
}

.overlay-value {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #0C6983;
}

/* RPI Score Overlay */
.rpi-score-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rpi-gauge {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.gauge-background {
	stroke: #e0e0e0;
}

.gauge-fill {
	stroke: #0C6983;
	stroke-linecap: round;
	transition: stroke-dashoffset 0.5s ease;
}

.rpi-score-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rpi-number {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #0C6983;
	line-height: 1;
}

.rpi-label {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 10px;
	color: #676767;
	letter-spacing: 0.5px;
	margin-top: 4px;
}

.main-video {
	text-align: center;
	padding: 0rem 0;

}
.main-video-scout {
    border-radius: 12px 12px 0px 0px;
    margin-top: 36px;
    /* box-shadow: 4px 4px 10px rgb(132 129 129); */
	box-shadow: -4px -4px 10px rgba(132, 129, 129, 0.3),  
	4px -4px 10px rgba(132, 129, 129, 0.3);
}
.main-video video {
	max-width: 100%;
	height: 400px;
	border-radius: 24px;
}
.disabled-7-days{
	color: #999999;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-weight: 14px;
	line-height: 150%;
}
.hero-badge-container {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}

.vertical-divider {
    width: 1px;
    height: 50px;
    background-color: #ddd;
    margin: 0 20px;
}

.aws-badge {
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    text-align: left;
}

.aws-logo {
    height: 48px;
    width: auto;
}

.aws-text h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.aws-text p {
    font-size: 14px;
    color: #808080;
}
/* Usecases section */
.feature {
	padding: 20px;
	margin-bottom: 20px;
	margin: auto;
}

.feature img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.btn-link-1 {
	padding: 2px;
	text-decoration: none;
	font-weight: 400;
	line-height: 170%;
	color: #393939;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	border: 0px solid;
	text-align: center;

}

.location-content {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #393939;
	padding-bottom: 4px;
}

.location-content-describe {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #676767;
}

.pad-lo {
	padding-top: 32px;
}

.feature {
	display: none;
}

.feature.active {
	display: block;
}

.active-link {
	border-bottom: 3px solid #0C6983;
	color: #0C6983;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	background-color: #dcf1f7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.featuredbtn {
	display: block;
	text-align: center;
	width: 100%;
}

.pad-r {
	padding-right: 20px;
}
.img-modified{
	padding-top: 200px;
}
.pad-l {
	padding-left: 30px;
}

.feature-links {
	margin: auto;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	margin-bottom: 35px;
}

.feature-usecase-name {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #0C6983;
	word-spacing: -2px;
	line-height: 120%;
	padding-top: 70px;
	padding-bottom: 0%;
}

.feature-para {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #646464;
	padding-bottom: 120px;
}
.learn_more_usecase{
	text-decoration: none;
	color: #0C6983;
	font-weight: 400;
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	text-decoration: underline;
}
/* solution section */
.main-solution {
	padding: 4rem 0;
	/* background-image: url(/Images/sol-feature-bg.png); */
	background: rgb(33, 150, 235);
	background: linear-gradient(180deg, rgba(33, 150, 235, 1) 0%, rgba(15, 30, 32, 1) 0%, rgba(19, 66, 71, 1) 0%, rgba(27, 131, 141, 1) 61%, rgba(74, 156, 164, 1) 78%, rgba(82, 161, 168, 1) 80%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

.solution-item {
	text-align: center;
	padding: 1rem;
}

.solution-item ul li {
	line-height: 30px;
}

.solution-item img {
	max-width: 100px;
	margin-bottom: 1rem;
}

.monitoring-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 120%;
	color: #FFFFFF;
	padding-bottom: 1px;
}

.Affordable-text {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #FFFFFF;
	padding-top: 2px;
}

.solution-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 150%;
	color: #FFFFFF;

}

/* testomonial section */
.carousel-inner-top {
	position: absolute;
	top: 1rem;
	left: 3rem;
	background: #2c3242e0;
	color: white;
	width: 390px;
	border-radius: 30px;
	padding: 25px;
}

.carousel-indicators [data-bs-target] {
	width: 12px;
	border-radius: 50px;
	height: 12px;
	background-color: #9e9e9e;
	border: 0;

}

.carousel-indicators {
	bottom: -70px;
}

.carousel-indicators .active {
	background-color: #0C6983;
	width: 14px;
	border-radius: 50px;
	height: 15px;
	border: 0;
}

.carousel_h1 {
	font-size: 1.5rem;
}

/* lead Generation */
.lead-generation {
	background-image: url(/Images/Mesh\ gradient\ photo\ \(Green\).jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.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%;
}

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

/* cookies set for user enagement */
.wrapper {
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 365px;
	background: #fff;
	padding: 25px 25px 30px 25px;
	border-radius: 15px;
	box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
	text-align: center;
	box-shadow: 1px 1px 20px rgb(155, 153, 153);
	font-family: "DM Sans", sans-serif;
}

.wrapper.hide {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
	transition: all 0.3s ease;
}
.wrapper img {
	max-width: 90px;
}

.content header {
	font-size: 25px;
	font-weight: 600;
}

.content {
	margin-top: 10px;
}

.content p {
	color: #858585;
	margin: 5px 0 20px 0;
}

.content .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttons button {
	padding: 10px 20px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	background: #0C6983;
	cursor: pointer;
	transition: all 0.3s ease;
}

.buttons button:hover {
	background-color: #0a5367;
}

.buttons .item {
	margin: 0 10px;
}

.buttons a {
	color: #0C6983;
}
@media (max-width: 768px) {
    .wrapper {
        bottom: 50px;
        left: 10px;
        right: 10px;
        padding: 15px;
    }

    .wrapper img {
        max-width: 50px;
    }

    .content header {
        font-size: 20px;
    }

    .buttons {
        flex-direction: column;
    }

    .buttons button, .buttons a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wrapper {
        bottom: 50px;
        left: 5px;
        right: 5px;
        padding: 10px;
    }

    .content p {
        font-size: 12px;
    }

    .content header {
        font-size: 18px;
    }
}
/* cookies css end here */
.feature-sh {
	display: block;
	width: 25%;
	padding-left: 0;
	padding-right: 0;
}
.AI-new-tag{
	width: 30px;
	height: fit-content;
   }
/* 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{
	  font-family: "DM Sans", sans-serif !important;
}
.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;
		    font-family: "DM Sans", sans-serif;
	 }
/* Hubspot Pop CSS Ends Here */
/* Home Page CSS */

/* case studies start*/
.case-studies {
  background-color: #ffffff;
  padding: 0px 0 50px; /* 60px to 0px due to remove the integration section*/
  overflow: visible;
  position: relative;
  z-index: 1;
  font-family: 'DM Sans', sans-serif;
}


.case-studies .section-title {
    font-weight: 500;
    font-size: 40px;
    color: #0C6983;
    word-spacing: -2px;
    line-height: 120%;
    padding-top: 0px;  /* 70px to 0px due to remove the integration section*/
    padding-bottom: 0%;
}
@media (max-width: 991px) {
    .case-studies .section-title {
         padding-top: 15px;
    }
}
.case-studies .section-subtitle {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #1A202C;
    padding-top: 25px;
  margin: 0 auto 40px auto;
}

.case-studies .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.case-studies .card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.case-studies .card-image-wrapper {
  padding: 16px;
}

.case-studies .card-image-wrapper img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 180px;
  /* height: auto !important; */
}

.case-studies .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-studies .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  color: #393939;
  min-height: 60px;
}

.case-studies .card-text {
  font-size: 1rem;
  color: #6c757d;
  flex-grow: 0;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-studies .case-link {
  font-weight: 700;
  font-size: 0.90rem;
  color: #0C6983;
  text-decoration: none;
  align-self: flex-start;
}

.case-studies .case-link:hover {
  text-decoration: underline;
}

.case-studies .btn-outline-primary {
  border-color: #0C6983 !important;
  color: #0C6983;
  border-radius: 50px;
  padding: 10px 30px;
}

.case-studies .btn-outline-primary:hover {
  background-color: #0C6983;
  color: #fff;
}

.extra-cards {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: max-height 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
  will-change: max-height, opacity, transform;
}

.extra-cards.show {
  max-height: 3000px; 
  opacity: 1;
  transform: translateY(0);
  overflow: visible; 
}

.viewMore {
  border-radius: 8px !important;
}

.viewMore:hover {
  background-color: transparent !important;
  color: #0C6983 !important;
}
/* case studies end */
/* 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*/