

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


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

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

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

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

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

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

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

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

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

.dashboard-preview-wrapper {
  width: 100%;
  max-width: 600px;
  position: relative;
}


.dashboard-screenshot {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles for Dashboard Hero Section */
@media (max-width: 991px) {
  .dashboard-hero-section {
    padding: 80px 0 60px;
    margin-top: 12px;
    min-height: auto;
  }
  
  .dashboard-hero-left {
    padding: 20px 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .dashboard-hero-right {
    padding: 20px 15px;
  }
  
  .dashboard-hero-title {
    font-size: 36px;
    text-align: center;
  }
  
  .dashboard-hero-description {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 24px;
  }
  
  .dashboard-preview-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dashboard-hero-section {
    padding: 60px 0 40px;
    margin-top: 12px;
    min-height: auto;
  }
  
  .dashboard-hero-left {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .dashboard-hero-right {
    padding: 20px 10px;
  }
  
  .dashboard-hero-badge {
    margin: 0 auto 20px;
  }
  
  .dashboard-hero-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .dashboard-hero-description {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 24px;
  }
  
  .dashboard-preview-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .dashboard-hero-section {
    padding: 40px 0 30px;
    margin-top: 12px;
  }
  
  .dashboard-hero-title {
    font-size: 28px;
    line-height: 130%;
  }
  
  .dashboard-hero-description {
    font-size: 15px;
  }
  
  .dashboard-laptop-frame {
    border-radius: 12px;
  }
}

/* Dashboard Features Section */
.dashboard-features-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.dashboard-features-header {
  text-align: justify;
  margin-bottom: 60px;
  /* padding: 0 20px; */
}

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

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

.dashboard-feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  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;
  border: 1px solid #f0f0f0;
}

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

.dashboard-feature-icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #def4f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.dashboard-feature-icon {
  color: #00849f;
  font-size: 24px;
}

.dashboard-feature-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 16px;
}

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

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

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

.dashboard-feature-list li i {
  color: #0C6983;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  align-self: center;
}

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

/* Responsive Styles for Dashboard Features Section */
@media (max-width: 991px) {
  .dashboard-features-section {
    padding: 60px 0;
  }
  
  .dashboard-features-header {
    margin-bottom: 40px;
  }
  
  .dashboard-features-title {
    font-size: 36px;
  }
  
  .dashboard-features-subtitle {
    font-size: 16px;
  }
  
  .dashboard-feature-card {
    padding: 28px 24px;
    margin-bottom: 20px;
  }
  
  .dashboard-feature-icon-wrapper {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
  }
  
  .dashboard-feature-icon {
    font-size: 20px;
  }
  
  .dashboard-feature-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  
  .dashboard-feature-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .dashboard-feature-list li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .dashboard-features-section {
    padding: 50px 0;
  }
  
  .dashboard-features-header {
    margin-bottom: 32px;
    padding: 0 15px;
  }
  
  .dashboard-features-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  
  .dashboard-features-subtitle {
    font-size: 16px;
  }
  
  .dashboard-feature-card {
    padding: 24px 20px;
  }
  
  .dashboard-feature-icon-wrapper {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }
  
  .dashboard-feature-icon {
    font-size: 18px;
  }
  
  .dashboard-feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .dashboard-feature-description {
    font-size: 14px;
    margin-bottom: 18px;
  }
  
  .dashboard-feature-list {
    gap: 10px;
  }
  
  .dashboard-feature-list li {
    font-size: 13px;
    gap: 8px;
  }
  
  .dashboard-feature-list li i {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .dashboard-features-section {
    padding: 40px 0;
  }
  
  .dashboard-features-header {
    margin-bottom: 32px;
    padding: 0 10px;
  }
  
  .dashboard-features-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .dashboard-features-subtitle {
    font-size: 15px;
  }
  
  .dashboard-feature-card {
    padding: 20px 16px;
  }
  
  .dashboard-feature-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  
  .dashboard-feature-icon {
    font-size: 16px;
  }
  
  .dashboard-feature-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .dashboard-feature-description {
    font-size: 14px;
    margin-bottom: 16px;
  }
  
  .dashboard-feature-list li {
    font-size: 13px;
  }
}

/* Dashboard Details Section - Revamped */
.dashboard-details-section {
  padding: 40px 0;
  background-color: #ffffff;
}

.dashboard-details-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}

.dashboard-details-main-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  color: #1A202C;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

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

.dashboard-details-item {
  margin-bottom: 40px;
}

.dashboard-details-item:last-child {
  margin-bottom: 0;
}

.dashboard-details-content {
  padding: 40px 20px;
}

.dashboard-details-badge {
  display: inline-block;
  margin-bottom: 20px;
}

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

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

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

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

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

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

.dashboard-details-list li span {
  flex: 1;
}

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

.dashboard-details-cta:hover {
  background-color: #0a5a70;
  border-color: #0a5a70;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 105, 131, 0.3);
}

.dashboard-details-cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.dashboard-details-cta:hover i {
  transform: translateX(4px);
}

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

.dashboard-details-preview {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-details-preview:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}

.dashboard-details-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.dashboard-details-reverse .dashboard-details-content {
  order: 2;
}

.dashboard-details-reverse .dashboard-details-image {
  order: 1;
}

/* Responsive Styles for Dashboard Details Section */
@media (max-width: 991px) {
  .dashboard-details-section {
    padding: 60px 0;
  }

  .dashboard-details-header {
    margin-bottom: 60px;
  }

  .dashboard-details-main-title {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .dashboard-details-main-description {
    font-size: 18px;
  }

  .dashboard-details-item {
    margin-bottom: 60px;
  }

  .dashboard-details-content {
    padding: 30px 15px;
    text-align: center;
  }

  .dashboard-details-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .dashboard-details-description {
    font-size: 16px;
    margin-bottom: 28px;
    max-width: 100%;
  }

  .dashboard-details-list {
    margin-bottom: 28px;
    align-items: flex-start;
    text-align: left;
  }

  .dashboard-details-list li {
    font-size: 15px;
  }

  .dashboard-details-cta {
    padding: 12px 24px;
    font-size: 15px;
  }

  .dashboard-details-image {
    padding: 15px;
    margin-top: 20px;
  }

  .dashboard-details-reverse .dashboard-details-content {
    order: 1;
  }

  .dashboard-details-reverse .dashboard-details-image {
    order: 2;
  }
}

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

  .dashboard-details-header {
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .dashboard-details-main-title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .dashboard-details-main-description {
    font-size: 16px;
  }

  .dashboard-details-item {
    margin-bottom: 50px;
  }

  .dashboard-details-content {
    padding: 20px 10px;
  }

  .dashboard-details-badge span {
    font-size: 12px;
    padding: 6px 16px;
  }

  .dashboard-details-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .dashboard-details-description {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .dashboard-details-list {
    gap: 12px;
    margin-bottom: 24px;
  }

  .dashboard-details-list li {
    font-size: 14px;
    gap: 10px;
  }

  .dashboard-details-list li i {
    font-size: 16px;
  }

  .dashboard-details-cta {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .dashboard-details-preview {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .dashboard-details-section {
    padding: 40px 0;
  }

  .dashboard-details-header {
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .dashboard-details-main-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .dashboard-details-main-description {
    font-size: 15px;
  }

  .dashboard-details-item {
    margin-bottom: 40px;
  }

  .dashboard-details-title {
    font-size: 24px;
  }

  .dashboard-details-description {
    font-size: 14px;
  }

  .dashboard-details-list li {
    font-size: 13px;
  }
}
/* 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;
	}
}
/* 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;
}
/* 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*/ 