

@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: 400;
  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;
}

/* What is RPI Section */
.rpi-what-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.rpi-what-header {
  /* text-align: center; */
  max-width: 1000px;
  /* margin: 0 auto 60px; */
}

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

.rpi-what-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin: 0;
}

.rpi-feature-cards {
  margin-top: 40px;
}

.rpi-feature-card {
    background-color: rgb(248 254 255);
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #dadada;
    height: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px; */
    transition: transform 0.3s, box-shadow 0.3s;
}

.rpi-feature-card:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.rpi-feature-icon {
  width: 64px;
  height: 64px;
  background-color: #daf7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.rpi-feature-icon i {
  font-size: 28px;
  color: #005e6e;
}

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

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

/* How RPI Works Section */
.rpi-how-section {
  background-color: #F7FAFB;
  padding: 40px 0;
}

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

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

.rpi-how-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #676767;
  margin: 0;
}

.rpi-factor-cards {
  margin-bottom: 34px;
}

.rpi-factor-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  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;
  /* text-align: center; */
}

.rpi-factor-card:hover {
  /* transform: translateY(-4px); */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
  border: 1px solid #0C6983;
}

.rpi-factor-percentage {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #0C6983;
  margin-bottom: 16px;
}

.rpi-factor-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: rgb(56 56 56);
    margin-bottom: 12px;
}

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

.rpi-custom-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  border: 2.5px solid #CEE1E6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.rpi-custom-icon {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: #daf7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rpi-custom-icon i.fa-shield-alt {
  font-size: 28px;
  color: #086a83;
}

.rpi-custom-check {
  font-size: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: #0C6983;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  z-index: 1;
}

.rpi-custom-content {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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