* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

p {
	margin:0px;
	padding:0px;
}

ul, li, span {
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
}

a {
    text-decoration: none !important;
}

.common-btn {
    margin: 0px;
    border-radius: 4px;
    background: #004AAD;
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    border: 0px;
    padding: 8px 24px;
    transition: all 0.5s ease-in-out;
}

/* Page not found style */

/* Page not found */

.error-container {
    position: relative; /* Ensures the container is positioned */
	overflow:hidden;
}

.error-container::after {
    content: " "; /* Keep it empty */
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("https://insightlab.co/wp-content/uploads/2025/02/rocket.png");
    background-size: auto; /* Keeps actual image size */
    background-repeat: no-repeat;
    
    /* Set actual image dimensions */
	width: 50%;
    height: 90%;
    
    /* Prevent affecting layout */
    display: block;
    z-index: -10;
}


/* Page not found Header css */

header {
    border-bottom: 3px solid #ccd0d6;
    padding: 15px;
}

.nav-link-wrapper .nav-item a {
    color: #283551;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.nav-btn {
    padding: 10px 24px !important;
    border-radius: 4px !important;
    background: #004AAD !important;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.navbar-toggler {
    border: none !important;
}

/* Page Not found footer css */

.site-footer {
    padding: 50px 0px;
    border-top: 1px solid #004AAD;
}


.footer-link-wrapper li a {
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-privacy-term-link li a {
    color: #98A2B3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-bottom-part p {
    color: #98A2B3;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* old survey page css */
#footer-top::after {
    content: "";
    margin-top:9.57px;
    width: 100%;
    height: 0.94px;
    background: linear-gradient(90deg, rgba(65, 70, 77, 0.00) 0%, #98A2B3 50.5%, rgba(65, 70, 77, 0.00) 100%);
}

#insight-accordian .elementor-accordion-item {
    border-top: 1.375px solid #EAECF0 !important;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a{
	color:#98a2b3 !important;
}

@media (max-width: 768px) {
	.footer-links {
	  gap: 10px;
	}
	
	.linkedin p {
		margin: 0px !important;
	}
}

@media (max-width: 768px) {
	#footer-top::after {
    content: "";
    margin-top:9.57px;
    width: 100%;
    height: 0.94px;
    background: linear-gradient(90deg, rgba(65, 70, 77, 0.00) 0%, #98A2B3 50.5%, rgba(65, 70, 77, 0.00) 100%);
}

#insight-accordian .elementor-accordion-item {
    border-top: 1.375px solid #EAECF0 !important;
}

.footer-links {
  display: flex;
  gap: 10px;
}

.footer-links a {
  color: #98a2b3;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.footer-links a:hover {
  color: #606f89;
}

.footer-links a {
  color: #98a2b3;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.footer-links a:hover {
  color: #606f89;
}

}


/* new suvrey page css*/

.linkedin-profile {
	position: relative !important;
}

.linkedin-img img {
    position: absolute !important;
    bottom: 0px;
    right: 43px;
}


.linkedin-profile {
	position: relative !important;
}

.linkedin-profile p {
    margin: 0px;
}


.testimonial a {
    color: #004AAD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.16px;
}

/* survey page footer css */
.footer-social-link .elementor-social-icon {
    background: none !important;
}

.footer-social-link a {
    width: 25px !important;
    height: 25px !important;
}

.footer-social-link .elementor-social-icons-wrapper {
    display: flex !important;
    gap: 14px !important;
	flex-wrap: nowrap !important;
}

.footer-bottom-link ul {
    display: flex;
    gap: 32px;
    margin: 0px;
    padding: 0px;
	justify-content: end;
}

.footer-bottom-link li {
	list-style: none;
}

.footer-bottom-link a {
	color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
}

.footer-nav-link li {
    list-style: none;
}

.footer-nav-link {
    display: flex;
    gap: 36px;
    justify-content: center;
}

.footer-nav-link a {
    color: #344054;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
}

#footer-signup {
    padding: 10px 24px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    width: 100%;
	max-width: 272px;
    background: #004AAD;
	transition: all .5s ease-in-out;
}

#footer-signup:hover {
    background: #f7f8fa;
    color: #004aad;
}

.footer-line p {
    margin: 0px !important;
}

#logo-n-social-link {
  min-width: 290px !important;
}


#contact-n-signup {
  min-width: 290px;
}

#footer-sicon-link a {
    width: 25px !important;
    height: 25px !important;
}

#footer-sicon-link .elementor-social-icons-wrapper {
    display: flex;
    gap: 14px;
}

.footer-nav-link ul{
	padding:0px;
	margin:0px;
}

#copyright-icon svg {
    align-self: center !important;
    display: flex !important;
}

/* Review testimonial slider style */
.swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial-profile-detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.testimonial-profile {
    display: flex;
    gap: 10px;
}

.testimonial-silde-content {
    display: flex;
    flex-direction: column;
    height: 120px;
}

.testimonial-content-wrapper {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E2DEDE;
    min-height: 205px;
    height: 100%;
}

.testimonial-silde-content h5 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* padding-bottom: 24px; */
}

.testimonial-silde-content p {
    color: #667085;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
	padding-top:15px;
}

.testimonial-profile-detail span {
    color: #101828;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.16px;
}


.testimonial-carousel-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 000;
}

.testimonial-carousel-pagination .swiper-pagination-bullet-active, 
.testimonial-tablet-pagination .swiper-pagination-bullet-active {
    background: #344054 !important;
	opacity: 1 !important;
}

.testimonial-carousel-pagination .swiper-pagination-bullet, 
.testimonial-tablet-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.testimonial-silde-content > p a {
    color: #004AAD;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.2px;
    letter-spacing: -0.16px;
}

#review-section {
	position: relative;
}

.testimonial-carousel-pagination, 
.testimonial-tablet-pagination {
    position: absolute;
    bottom: -31px !important;
}

/* Tablet (Medium devices, 768px to 1024px) */
@media  (max-width: 1024px) {
	.testimonial-content-wrapper {
		min-height: 200px;
	}
	
/* 	footer css for new landing page */
	.footer-nav-link {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	
	.footer-nav-link li {
		text-align: center;
	}
}

@media (max-width: 767px) {
/*   footer css */
	.footer-nav-link li {
		text-align: left;
	  }
	
	.footer-bottom-link ul {
		justify-content:start;	
	}
	
	.footer-bottom-link a {
		font-size:14px;
	}
 /* Survey linkedin section */
	.linkedin-img img {
		right: 91px;
	}
}