@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&family=Prosto+One&display=swap');

@font-face {
	font-family: smartxoft;
	src: url(../font/panton-black-caps.otf);
}
@font-face {
	font-family: smartxoft_pal;
	src: url(../font/smartxoft_pal.ttf);
}

/* General Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

h1,
h2 {
	font-family: smartxoft;
}

.mainBg-img {
	background-image: url(../img/mainBg-img.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.navbar-brand img {
	max-height: 50px;
	/* Ensures the logo is responsive */
}

.navbar-nav {
	flex-wrap: wrap;
	/* Makes nav items wrap on smaller screens */
}

.navbar-nav.nav-links {
	margin-left: 70px;
}

a.nav-link {
	padding: 0px 27px !important;
}

.nav-link {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 16px;
	font-weight: 500;
	position: relative;
	padding: 5px 15px;
	transition: all 0.3s ease;
}

.nav-link:before,
.nav-link:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border: 3px solid #03DAD9;
	transition: 0.3s;
	opacity: 0;
}

.nav-link:before {
	border-width: 3px 3px 0 0;
	top: 0;
	right: 0;
}

.nav-link:after {
	border-width: 0 0 3px 3px;
	bottom: 0;
	left: 0;
}

.nav-link:hover:before {
	top: -7px;
	right: -7px;
	opacity: 1;
}

.nav-link:hover:after {
	bottom: -7px;
	left: -7px;
	opacity: 1;
}

.nav-link:hover {
	background-color: #03DAD9;
	color: #fff;
}

.DownloadApp {
	padding: 13px 19px;
	border: none;
	border-radius: 6px;
	background-color: #03DAD9;
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	transition: all 0.3s ease;
}
.DownloadApp a{
   
    color: #fff;
    text-decoration: none;

}

.heading_smx {
	padding: 13px 19px;
	border: none;
	border-radius: 6px;
	background-color: #52fff5;
	color: #222222;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	transition: all 0.3s ease;
}

.DownloadApp:hover {
	background-color: #03DAD9;
	/* Darker color on hover */
	transform: scale(1.05);
	/* Slightly enlarge on hover */
	box-shadow: 0 0 10px rgb(1, 255, 247);
	/* Add shadow on hover */
}

@media (max-width: 991px) {
	.navbar-nav {
		justify-content: center;
		flex-direction: column;
		/* Stack items vertically */
		align-items: center;
	}

	.navbar-nav.nav-links {
		position: static;
		/* Ensures alignment consistency */
		top: auto;
		left: auto;
		transform: none;
	}

	.nav-link {
		padding: 10px;
		/* Increases padding for touch devices */
	}

	a.nav-link {
		margin-top: 40px;
		/* margin-bottom: 20px; */
		align-items: start;
		display: flex;
		justify-content: center;
	}

	/*.DownloadApp {*/
	/*	margin-top: 15px;*/
		/* Adds spacing for better layout */
	/*}*/
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}

/* header-section-end */
/* Banner-Section-start */
.banner {
	background-image: url('../img/banner1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-X: hidden;
}

.banner-title {
	font-family: smartxoft;
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(134.66deg, #00DAD8 23.51%, #059FA3 74.69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.banner-subtitle {
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}

/*.appBtns img {*/
/*max-width: 150px;*/
/*height: auto; */
/*}*/
img.grp1Img {
	margin-top: -109px;
}

.banner-bg.mt-5 {
	width: 630px;
	height: auto;
	margin: 0 auto;
}

/* grpImg-positionProperty */
.grp3Img {
	position: absolute;
	left: -5%;
	bottom: 0%;
}

.grp4Img {
	position: absolute;
	bottom: 0%;
	right: -8%;
}

button.accordion-button.collapsed {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	font-family: "Poppins", sans-serif;
}

button.accordion-button:not(.collapsed) {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	width: 100%;
	font-family: "Poppins", sans-serif;
}
.content-block-primary {
    background-color: rgba(241, 241, 241, 1);
    display: flex;
    min-height: 16px;
    margin-top: 0px;
    width: 100%;
  }
  @media (max-width: 991px) {
    .content-block-primary {
      max-width: 100%;
    }
  }
  .content-block-secondary {
    background-color: rgba(241, 241, 241, 1);
    display: flex;
    min-height: 16px;
    margin-top: 10px;
    width: 100%;
  }
  @media (max-width: 991px) {
    .content-block-secondary {
      max-width: 100%;
    }
  }
  .content-block-tertiary {
    background-color: rgba(241, 241, 241, 1);
    display: flex;
    margin-top: 10px;
    width: 368px;
    max-width: 100%;
    height: 16px;
  }
.banner-accordion-img {
	width: 280px;
}
.skill-divider {
    min-height: 1px;
    margin: 0px 0 0 40px;
    width: 94%;
    border-bottom:1px solid #e1e1e1;
}
/*h2.accordion-header_x {*/
/*    padding: 10px 0;*/
    /*border-bottom: 1px solid #e1e1e1;*/
/*}*/
  @media (max-width: 991px) {
    .skill-divider {
      max-width: 80%;
    }
  }
.accordion-button {
	width: 88%;
}

.Accordion_sec {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.banner-accordion-img::after {
	content: "";
	position: absolute;
	top: 59%;
	left: 15%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url(../img/Polygon\ 1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

span.foot_social a {
    text-decoration: none;
}

@media (max-width: 768px) {
	.banner-accordion-img::after {
		content: "";
		position: absolute;
		top: 37%;
		left: 48%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
		background-image: url(../img/Polygon\ 1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.slide-content {
	    width:90% !important;
	    bottom: -3% !important;
	}
	
	i.fi.fi-br-volume-mute {
    right: 25px !important;
	}
	
	.left_anim, .right_anim, .smx_anim_in, .form_anim1, .form_anim2, .form_anim3, .form_anim4 {
	    display:none;
	}
	
	.job_form {
    padding: 20px !important;
    border-radius: 0px !important;
    }
    
    .jobposting-wrapper {
    padding-bottom: 40px !important;
    }
    
    section.Org-footer-section {
    padding: 30px !important;
    }
    
    .Org-banner {
    padding: 0 !important;
    }
    
    

	.banner-accordion-img {
		width: 100%;
	}

	.banner-title {
		font-size: 2rem;
	}

	.banner-subtitle {
		font-size: 1rem;
	}

	.appBtns img {
		max-width: 150px;
		/* Scales down app buttons on smaller screens */
		margin-bottom: 10px;
	}

	.banner-bg.mt-5 {
		width: 300px;
		height: auto;
		margin: 0 auto;
	}

	button.accordion-button.collapsed {
		font-size: 12px;
		font-weight: 600;
		margin-left: 0;
	}

	button.accordion-button.collapsed {
		font-size: 14px !important;
		font-weight: 600;
	}


	button.accordion-button:not(.collapsed) {
		font-size: 14px;
		font-weight: 600;
		margin-left: 0;
		color: #000;
	}

	.accordion-body {
		padding: 10px;
		font-size: 12px;
		text-align: start;
		margin-left: 0;
	}
}

.accordion-button::after {
	display: none;
	/* Removes the default arrow */
}
#accordionFlushExample:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
i[class^="fi-bs-"]:before,
i[class*=" fi-bs-"]:before,
span[class^="fi-bs-"]:before,
span[class*="fi-bs-"]:before {
	color: #03DAD9;
}

/* How-It-Works */
.hiw-subtitle {
	font-weight: bold;
	font-size: 40px;
	line-height: 35px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.hiwSmart {
	font-size: 14px;
}

.whyVideo-subtitle {
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

@media (max-width: 768px) {
	.whyVideo-subtitle {
		font-size: 40px;
	}

	.why-videos-img.mt-3 {
		width: 100%;
		padding: 20px;
	}

	img.img-fluid.video-img {
		padding: 20px;
	}
}

/* why-Hireona*/
.image-content {
	background-image: url('../img/whybg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-X: hidden;
}

.viewsXoft {
	position: absolute;
	top: 8px;
	left: 28px;
	object-fit: cover;
}

.playImg img {
	width: 50px;
	height: 50px;
}

.playImg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* .accordion-button::after {
font-family: "FontAwesome";
content: "\f107";
font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
content: "\f106";
}
.accordion-button {
display: flex;
align-items: center;
}
.accordion-button i {
margin-right: 10px;
font-size: 1.25rem;
color: #17a2b8;
}
.content-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: center;
}
.content-section .text-content {
flex: 1;
min-width: 300px;
}
.content-section .image-content {
flex: 1;
text-align: center;
}
.image-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */
.table-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.table-subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	font-family: 'poppins', sans-serif;
}

.table-responsive {
	overflow-x: auto;
	/* box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1); */
	/*margin-bottom: 187px;*/
}

.check-icon {
	cursor: pointer;
}

.table>:not(caption)>*>* {
	padding: 1.5rem 0.5rem;
	background-color: #ffffff;
	border: none;
}

.table-sider {
	margin-left: 20px;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	/* margin-left: 30%; */
}

td.table-sider {
	margin-left: -1px;
}

.tableContainer.mt-4 {
	max-width: 1150px;
	margin: 0 auto;
	/*box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);*/
}

.table img {
	height: 30px;
}

.table-section.mt-5 {
	background-image: url(../img/rectangle.jpg);
    background-size: 135%;
    background-position: center 160px;
    background-repeat: no-repeat;
    overflow-X: hidden;
}

td.table-sider {
	font-size: 16px;
}

.logoh, .logol {
    height:25px !important;
}

.logoi {
    height:36px !important;
}

@media screen and (max-width: 768px) {
	.table img {
		width: auto;
	}
	
	.logoh, .logol {
        height:20px !important;
    }
    
    .logoi {
        height:30px !important;
    }

	.table>:not(caption)>*>* {
		padding: 1rem 0.5rem;
		font-size: 10px;
		font-weight: 700;
		background-color: #ffffff7d;
		border: none;
	}

	section.why-videos-sec.mb-5 {
		margin-top: 80px;
	}
}

/* Testimonial */
.testimonial-container {
	border-radius: 0;
	overflow: hidden;
	/*background-color: #f8f9fa;*/
	/*padding: 40px;*/
}

.profile-card {
	position: relative;
	text-align: center;
	padding: 24px 25px;
	font-weight: 700;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	color: #000;
	flex-grow: 1;
}

.profile-background {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	border-radius: 4px;
}

.profile-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin: auto;
	margin-top: 10px;
}

.profile-name {
	background-color: rgb(82, 255, 245);
	padding: 8px 12px;
	border-radius: 20px;
	margin-top: 15px;
	font-weight: bold;
}

img.double-quotation {
	width: 50px;
	padding: -1px;
	border-radius: 50px;
	background-color: #ccc;
}

.testimonial-content-container {
    background: rgb(238, 255, 247);
    background: linear-gradient(90deg, rgba(238, 255, 247, 1) 9%, rgba(247, 248, 255, 1) 35%, rgba(255, 255, 255, 1) 62%, rgba(233, 236, 254, 1) 100%);
    padding: 70px 33px;
}

.testimonial-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	margin: 20px auto;
}

.quote-mark {
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.navigation button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-prev {
	background-color: #ccc;
}

.nav-next {
	background-color: #000;
	color: #fff;
}

.navigation.d-flex.mt-5.gap-2 {
	/*position: absolute;*/
	bottom: 7%;
	left: 4%;
}

.testimonial-left {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.testimonial-left.active {
	display: block;
	opacity: 1;
}

.testimonial-image {
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media screen and (max-width: 575px) {
   .testimonial-image {
      width:100%;
   }
}
.testimonial-image.hidden {
	opacity: 0;
	transform: scale(0.9);
}

/* whatsapp */
.whatsapp-section {
	background-color: #04B849;
	padding: 40px 0px;
}

h3.whatsapp-title {
	font-size: 80px;
	font-weight: 800;
	color: #ffffff;
	margin-top: 20px;
	font-family: 'palatino', sans-serif;
}

.whatsapp-btn {
	color: #0E9C2E;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid #0E9C2E;
	position: relative;
	overflow: hidden;
}

.whatsapp-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: #1a4323;
	transition: width 0.3s, left 0.3s;
}


.whatsapp-btn:hover::before {
	left: 0;
	width: 100%;
	color: #fff;
}

.whatsapp-img {
	max-width: 100%;
	height: auto;
}

h3.whatsapp-title {
	font-size: 40px;
	margin-top: 10px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

@media (min-width: 768px) {
	h3.whatsapp-title {
		font-size: 80px;
		margin-top: 20px;
	}
}

/* footer */
.footer-section {
	background-color: #582AB9;
	padding: 40px 0px;
}

.ready-btn {
	position: absolute;
	top: 4%;
	left: 26%;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 30px;
	border-radius: 50px !important;
	border: none;
	transform: rotate(-15deg) !important;
	background: rgb(238, 255, 200);
	background: linear-gradient(90deg, rgba(238, 255, 200, 1) 0%, rgba(225, 230, 255, 1) 28%, rgba(208, 255, 244, 1) 52%, rgba(243, 208, 255, 1) 85%);
	transition: transform 0.3s ease-in-out;
}

.ready-btn:hover {
	transform: rotate(0deg) !important;
}

.footer-title {
	font-weight: bold;
    font-size: 48px;
    line-height: 20px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.footer-subtitle {
	font-weight: bold;
	font-size: 48px;
	line-height: 26px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

@media (max-width: 768px) {
	.footer-title {
		font-size: 40px;
		/* Adjust for smaller screens */
		line-height: 38px;
	}

	.footer-subtitle {
		font-size: 35px;
		/* Adjust for smaller screens */
		line-height: 24px;
	}

	.ready-btn,
	.DownloadApp {
		font-size: 14px;
		/* Adjust button font size if needed */
		padding: 10px 15px;
	}
}

@media (max-width: 576px) {
	.footer-title {
		font-size: 30px;
		/* Further decrease for extra small screens */
		line-height: 35px;
	}

	.footer-subtitle {
		font-size: 28px;
		line-height: 20px;
	}
}

.boredr-line {
	border: 1px solid #9C9C9C;
	margin-top: 10%;
}

ul.footer-list.d-flex li {
	list-style: none;
	font-size: 12px;
}

ul.footer-list.d-flex a {
	text-decoration: none !important;
	color: #fff;
}

.footer-icons {
	background: rgb(246, 242, 205);
	background: linear-gradient(90deg, rgba(246, 242, 205, 1) 0%, rgba(230, 254, 202, 1) 17%, rgba(215, 254, 208, 1) 69%, rgba(191, 249, 223, 1) 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 20px;
}

ol,
ul {
	padding-left: 0;
}

.icon-hover {
	transition: transform 0.3s ease-in-out;
}

.icon-hover:hover {
	transform: rotate3d(0, 0, 1, 360deg);
}

/* Organization-css */
/* pricing */
.chechpricing {
	font-size: 18px;
	font-weight: bold;
	font-family: 'poppins', sans-serif;
}

/* grpImage */
.Org-banner {
	background-image: url(../img/org-bannerbg.png);
	background-size: cover;
	background-position: center;
	/*padding: 100px 0px;*/
}

.OrgGrp-3 {
	position: absolute;
	left: 0%;
	right: 55% !important;
	top: -1188px !important;
	bottom: 0;
	margin: auto;
}

.OrgGrp-4 {
	position: absolute;
	left: 18%;
	right: 0%;
	top: -857px;
	bottom: 2%;
	margin: auto;
}

/* JobPosting */
.job-designation {
	background-color: #F7F8F3;
	border-radius: 40px;
	border: 3px solid #03DAD9;
	padding: 200px 0px;
}

.search-results {
	position: absolute;
	z-index: 10;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 0.25rem 0.25rem;
	max-height: 200px;
	overflow-y: auto;
}

.search-results li {
	padding: 10px;
	cursor: pointer;
}

.search-results li:hover {
	background-color: #f8f9fa;
}

.job-title {
	font: 16px, bold, 'poppins', sans-serif;
	margin-right: 40%;
}

.form-control {
	display: block;
	padding: 10px 10px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 4px solid #03DAD9;
	-webkit-appearance: none;
	-moz-appearance: none;
	float: left;
	appearance: none;
	border-radius: 10px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-icon {
    width: 58px;
    height: 53px;
    background-color: #03DAD9;
    border: none;
    border-radius: 100px;
    align-items: center;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Hover effect */
.search-icon:hover {
    background-color: #02c2c1;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(3, 218, 217, 0.3);
}

/* Emoji styling */
.search-icon::before {
    /*content: "🔍";*/
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bounce 2s infinite;
}

/* Bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -60%);
    }
}

/* Click effect */
.search-icon:active {
    transform: scale(0.95);
}
.job_form {
    padding: 250px 200px;
    border: 4px solid #39ccf8;
    border-radius: 30px;
    background: #faf8f2;
    position:relative;
    z-index:1;
}

.job-designation {
	position: absolute;
	top: -8%;
	left: 15%;
	background-color: #F7F8F3;
	border-radius: 40px;
	border: 3px solid #03DAD9;
	padding: 274px 167px;
}

@media (max-width: 768px) {
	.job-designation {
		position: absolute;
		top: -310px;
		left: 1.5%;
		background-color: #F7F8F3;
		border-radius: 40px;
		border: 3px solid #03DAD9;
		padding: 140px 44px;
	}
}

/* job features */
/* .features-tag {
border-radius: 40px;
background-color: rgb(82, 255, 245);
text-align: center;
padding: 20px 24px;
font: 16px Poppins, sans-serif;
} */
.features-title {
	margin-top: 20px;
	font: 40px;
	font-family: 'palatino', sans-serif;
	font-weight: bold;
}

.features-image {
	border-radius: 10px;
	height: auto;
}

.feature-icon {
	aspect-ratio: 1.1;
	object-fit: contain;
	width: 21px;
}

.features-title {
	font-size: 40px;
	font-weight: bold;
	font-family: smartxoft_pal;
}

.feature-icon {
	width: 40px;
	height: 40px;
}

@media (max-width: 991px) {
	.features-title {
		font-size: 2rem;
	}

	.features-image {
		margin-bottom: 1rem;
	}
}

@media (max-width: 576px) {
	.features-title {
		font-size: 38px;
	}

	/*.DownloadApp {*/
	/*	width: 50% !important;*/
	/*}*/
}

/* swiper */
/* plan  */
.plan-title {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Palatino';
}

.plan-subtitle {
	font-size: 18px;
	font-family: 'Poppins';
	line-height: 26px;
}

.plan-info {
	font-size: 18px;
	font-family: 'poppins';
	line-height: 27px;
}

.reg-rate {
	color: #E2E2E2;
	font-family: 'palatino';
	font-size: 36px;
	line-height: 20px;
}

.pre-launch {
	background-color: #FFED4B;
	border: none;
	font-size: 16px;
	font-weight: bold;
    padding: 13px 21px;
	border-radius: 40px;
}

.bg-smrt {
	background-image: url(../img/bg-img.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-X: hidden;
	padding: 35px;
	margin-top: -165px;
}
/*Range starts*/

        .calculator {
            background: white;
            /*padding: 2rem;*/
            border-radius: 10px;
            /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
            width: 100%;
            max-width: 100%;
        }

        .slider-section {
            margin: 2rem 0;
        }

        .label-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }

        .label-wrapper label {
            font-weight: 500;
            color: #374151;
        }

        .amount {
            font-weight: 600;
            color: #2563eb;
        }

        input[type="range"] {
            width: 100%;
            height: 6px;
            background: #e5e7eb;
            border-radius: 5px;
            outline: none;
            -webkit-appearance: none;
        }

        input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            background: #2563eb;
            border-radius: 50%;
            cursor: pointer;
            border: none;
            transition: background 0.15s ease-in-out;
        }

        input[type="range"]::-moz-range-thumb {
            width: 18px;
            height: 18px;
            background: #2563eb;
            border-radius: 50%;
            cursor: pointer;
            border: none;
            transition: background 0.15s ease-in-out;
        }

        input[type="range"]::-webkit-slider-thumb:hover {
            background: #1d4ed8;
        }

        .range-values {
            display: flex;
            justify-content: space-between;
            margin-top: 0.75rem;
            padding: 0 2px;
        }

        .range-values div {
            font-size: 0.875rem;
            color: #6b7280;
            position: relative;
            text-align: center;
        }

        .range-values div::before {
            content: '';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 2px;
            height: 8px;
            background: #e5e7eb;
        }

        .d-none {
            display: none;
        }

        .d-flex {
            display: flex;
        }

        .justify-content-between {
            justify-content: space-between;
        }

   

        /* Active state styling */
        .range-values div.active {
            color: #2563eb;
        }

        .range-values div.active::before {
            background: #2563eb;
        }

        /* Responsive adjustments */
        @media (max-width: 480px) {
            .calculator {
                padding: 1.5rem;
            }

            .range-values div {
                font-size: 0.75rem;
            }
        }

/* slider-swipe */
.swiper-slide {
	position: relative;
}

.swiper-slide img {
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease, height 0.5s ease;
    opacity: 1;
    /* min-height: 350px; */

}

.swiper-slide-active img {
    transform: scale(1.2);
    opacity: 1;
    margin-top: 0px;
    /* height: 400px; */
    border: 9px solid #ffffff00;
    border-radius: 5px;
    box-shadow: 17px 10px 15px rgb(219 219 219);
    /* margin: 0 40px; */

}

.swiper-content button {
	font-size: 11px;
}

i.fi.fi-br-volume-mute {
position: absolute;
    top: -22px;
    right: 0;
    /* left: 253px; */
    background-color: #e7d6d666;
    padding: 5px 10px;
    border-radius: 50px;
}

.swiper-slide i.fi.fi-br-volume-mute {
    display:none;
}

.swiper-slide.swiper-slide-active i.fi.fi-br-volume-mute  {
    display:block;
    color:#fff;
}

.slide-content {
	position: absolute;
	bottom: 0%;
	left: 0%;
	text-align: center;
	color: white;
	background-color: #FFFFFF42;
	backdrop-filter:blur(3px);
	border-radius: 0px;
	padding: 10px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	-webkit-backdrop-filter: blur(3px);
    /*border: 1px solid #fff;*/
}

.swipre-para {
	font-size: 14px;
	text-align:left;
}

.smx_slide_btn {
    font-size: 12px;
    padding: 8px 11px;;
    background:#fff;
    color: #222;
    border-radius: 100px;
    text-decoration:none;
    height:fit-content;
}

.swiper-slide-active .slide-content {
	opacity: 1;
	visibility: visible;
}

.mute-icon {
	font-size: 24px;
	margin-bottom: 10px;
}

/* premium */
.premium-sec {
	border-radius: 10px;
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.rs {
	font-size: 60px;
	font-weight: bold;
	font-family: 'palatino';
}

.month {
	color: #AEAEAE;
	font-weight: bold;
	font-family: 'palatino';
}

.Join-Waitlist {
	background-color: #03DAD9;
	border: none;
	padding: 10px 80px;
	border-radius: 5px;
}

.plan-list {
	line-height: 47px;
}

.plan-list li i {
	margin-right: 10px;
	/* Add space between the icon and the list item text */
	color: #ffffff;
	/* Optional: change the color of the check icon */
	background-color: #6397FD;
	border-radius: 50px;
	padding: 3px 7px;
}

i[class^="fi-br-"]:before,
i[class*=" fi-br-"]:before,
span[class^="fi-br-"]:before,
span[class*="fi-br-"]:before {
	font-family: uicons-bold-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Premium-sec,
.plan-list {
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
}

/* turbosec */
.features-sec {
	background-color: #fff;
}

.turbo-title {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Palatino';
}

.turbo-subtitle {
	font-size: 18px;
	font-family: 'Poppins';
	line-height: 28px;
}

.turbo-sec {
	box-shadow: 8px -5px 30px rgba(50, 21, 5, 0.3);
	padding: 25px;
	border-radius: 15px;
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(250,250,250,1) 55%, rgba(250,250,250,1) 100%);
}

.palnStart {
	box-shadow: 6px 3px 11px rgba(19, 8, 5, -1.);
	border-radius: 15px;
	margin-bottom: 20px;
}

.plan_bg {
	background-image: url(../img/plan-main-sec.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
    overflow-X: hidden;
    padding: 0 0 100px 0;
}

/* faq-sec */
.faq-title {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Palatino';
}

.faq-subtitle {
	font-size: 18px;
	font-family: 'Poppins';
	line-height: 26px;
}


.org-acc {
	background-image: url('../img/org-accordion.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-X: hidden;
	margin-bottom:120px;
}

.accordion {
	background-color: #fff;
}

/* Footer */
section.Org-footer-section {
	background-color: #00D295;
	padding: 90px;
}

.blue_card {
	background-color: #6F58F0;
	padding: 36px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	align-content: center;
}

.yellow_card {
	background-color: #FFBB01;
	padding: 36px;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	align-content: center;
	border-radius: 10px;
}

.green_card {
	background-color: #06C983;
    padding: 35px;
    border-radius: 10px;
    align-content: center;
    color: #fff;
    text-align: center;
}

.cardz p {
    margin:0;
}

.job-posting-wrapper {
	margin-top: -100px;
}

.accordion-body {
	font-size: 13px;
	text-align: start;
	padding: 7px 40px;
}

@media (max-width: 768px) .banner-accordion-img {
	width: 100%;
}

.wv-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 52px;
	font-family: Palatino;
}

.why-video {
	margin-top: 182px;
}

.why-video-icons {
	color: #000;
	font-size: 16px;
	margin-right: 20px;
	position: relative;
	/* Required for positioning the pseudo-element */
}

.wv-right {
	background-image: url('../img/wv-bg-img.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.wv-main-img {
	/* width: 333px; */
	margin-top: 25px !important;
	margin: 0 auto;
}

section.whyVideo-section.mb-5 {
	margin-top: 150px !important;
}
@media screen and (max-width: 575px) {
    section.whyVideo-section.mb-5 {
       margin-top: 100px !important;
   }
}

.wv-bg {
	background-color: #fff;
	/* width: 400px; */
	padding: 35px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.wv-main-img {
	position: relative;
}


.like-counter {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    padding: 6px 12px;
    border-radius: 9999px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
}

.like-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.like-count {
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
}

.video-icon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(0, 0, 0, 0.6);*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.video-icon-container:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video-icon {
    width: 50px;
    height: 50px;
    /*filter: invert(1);  Makes the icon white */
}
section.swiper-section {
	margin-top: 114px !important;
}
@media screen and (max-width: 575px) {
   section.swiper-section {
       margin-top: 50px !important;
   }
}
.wv-intro {
	font-size: 12px;
	font-weight: bold;
}

i.fa.fa-check-square {
	color: #08CB89;
}

.fa.fa-check-square.grey {
	color: #D2D2D2;
}

.smx_banner {
	/*width: calc(100% - 150px);*/
}

.left_anim,
.right_anim {
	/*position:relative;*/
}

.left_anim:before {
	content: '';
	background: url(../img/groupl1.png);
	position: absolute;
	width: 300px;
	height: 300px;
	left: 5%;
	background-size: contain;
	top: -2%;
	transition-duration:.5s;
}

.left_anim:after {
	content: '';
	background: url(../img/groupl2.png);
	position: absolute;
	width: 300px;
	height: 300px;
	left: -1%;
	background-size: contain;
	bottom: 30%;
	transition-duration:.5s;
}

.right_anim:before {
	content: '';
	background: url(../img/groupr1.png);
	position: absolute;
	width: 300px;
	height: 300px;
	right: 5%;
	background-size: contain;
	top: 0;
	transition-duration:.5s;
}

.right_anim:after {
	content: '';
	background: url(../img/groupr2.png);
	position: absolute;
	width: 300px;
	height: 300px;
	right: -2%;
	background-size: contain;
	bottom: 30%;
	transition-duration:.5s;
}

.smx_home_ban_anim:hover .left_anim:before {
    left: 3%;
	top: -1%;
	transition-duration:.5s;
}
.smx_home_ban_anim:hover .left_anim:after  {
    left: -2%;
    transition-duration:.5s;
}
.smx_home_ban_anim:hover .right_anim:before {
    right: 3%;
    transition-duration:.5s;
}
.smx_home_ban_anim:hover .right_anim:after {
    right: -4%;
	bottom: 40%;
	transition-duration:.5s;
}

.accordion-button {
    border: 0px;
    position:relative;
}

.accordion-body {
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
}

.accordion-collapse {
    border: 0px;
    /*border-bottom: 1px solid #eee;*/
    padding-bottom: 5px;
    /*margin-bottom: 10px;*/
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.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);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    position:absolute;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.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);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.text-justify {
    text-align:justify;
}

p {
    font-size: 14px;
    line-height: 25px;
}

.smx_check {
    font-size: 25px;
}

.text_quote i {
    background: #000;
    padding: 11px 12px;
    border-radius: 100px;
    color: #fff;
    font-size: 22px;
}

p.testi_content_smx {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 53px;
}

span.foot_social {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 29px;
    text-indent: 1px;
    font-size: 16px;
}

.smx_org_anim {
    position: relative;
}

.anim_org1 {
    position: absolute;
    bottom: 38%;
    right: 280px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.anim_org2 {
    position: absolute;
    top: 0;
    left: 50px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.anim_org3 {
    position: absolute;
    top: 20%;
    left: 15%;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.anim_org4 {
    position: absolute;
    right: 5%;
    top: 0;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.smx_org_anim:hover .anim_org1 {
    right: 270px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.smx_org_anim:hover .anim_org2 {
    left: 0;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.smx_org_anim:hover .anim_org3 {
    left: 10%;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.smx_org_anim:hover .anim_org4 {
    right: 0;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.form_anim1, .form_anim2, .form_anim3, .form_anim4 {
    position: absolute;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.form_anim1 {
    top: 0;
    right: 0;
}

.form_anim2 {
    top: 23%;
    left: 30px;
}

.form_anim3 {
    bottom: 4%;
    right: 40px;
}

.form_anim4 {
    left: 60px;
    bottom: -100px;
}

.jobposting-wrapper {
    padding-bottom:150px;
}

.jobposting-wrapper:hover .form_anim1 {
    right:5%;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.jobposting-wrapper:hover .form_anim2 {
    left:60px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.jobposting-wrapper:hover .form_anim3 {
    right:60px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.jobposting-wrapper:hover .form_anim4 {
    bottom:-30px;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}



.list-group {
    display: flex;
    flex-direction: row;
}


a.list-group-item {
    background-color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #222;
    font-size: 16px;
    padding: 15px 20px;
    /* font-family: main, sans-serif; */
    transform: skew(-15deg);
    transition: .2s;
    position: relative;
    /* font-style: italic; */
    width: 170px;
    font-weight: bold;
}

a.list-group-item:hover {
    cursor: pointer;
    transform: skew(-21deg) scale(1.1);
    color: #000;
}

a.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #00dad9;
border-color: #0d6efd;
}

a.list-group-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #00dad9;
    opacity: .5;
    transition: .2s;
    border-radius: 10px;
}

a.list-group-item:hover::before {
    width: 100%;
    opacity: 1;
    left: 0;
    right: auto;
    box-shadow: 0 0 31px 14px #03e2e0 inset;
}

a.list-group-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115%;
    height: 115%;
    transition: .4s;
    border: .8vh transparent solid;
    border-radius: 10px;
}

a.list-group-item:hover::after {
    width: 100%;
    height: 100%;
    border: var(--border);
}

a.list-group-item span {
    display: inline-block;
    transform: skew(15deg);
}

/*.cardz {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100vh; */
/*    overflow: hidden;*/
/*}*/

/*.smx_crdz_o {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    width: 100vw; */
/*    height: 100%; */
/*    position: relative;*/
/*    bottom:200px;*/
/*}*/

/*.smx_cardz_in {*/
/*    flex: 0 0 auto;*/
/*    width: 480px; */
/*    margin-right: 20px; */
/*}*/
/*.containers {*/
/*    overflow-x: scroll;*/
/*    white-space: nowrap;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    scroll-behavior: smooth;*/
/*    width: 100%;*/
/*}*/
/*.smx_cardz_in {*/
/*    flex: 0 0 480px; */
/*    min-width: 480px; */
/*    max-height: 340px;*/
/*}*/

/*swipe scroll auto*/

        /* .h-screen {*/
        /*    position: relative;*/
        /*    overflow: hidden;*/
            /*padding: 40px 0;*/
        /*}*/
        
        /*.slide-overall-wrapper,*/
        /*.slide-overall-wrapperx {*/
        /*    display: flex;*/
        /*    gap: 20px;*/
        /*    position: relative;*/
        /*    width: max-content;*/
        /*    padding: 20px;*/
        /*}*/
        
        /*.slide-overall-wrapper {*/
        /*    animation: moveLeft linear infinite;*/
        /*}*/
        
        /*.slide-overall-wrapperx {*/
        /*    animation: moveRight linear infinite;*/
        /*}*/
        
        /*@keyframes moveLeft {*/
        /*    0% { transform: translateX(0); }*/
        /*    100% { transform: translateX(calc(-50% + 10px)); }*/
        /*}*/
        
        /*@keyframes moveRight {*/
        /*    0% { transform: translateX(calc(-50% + 10px)); }*/
        /*    100% { transform: translateX(0); }*/
        /*}*/
        
        .h-screen {
            
            position: relative;
            overflow: hidden;
            /*height: 100vh;*/
        }
        
        .slide-overall-wrapper,
        .slide-overall-wrapperx {
            display: flex;
            gap: 20px;
            position: relative;
            width: max-content;
            padding: 20px;
            will-change: transform;
        }
        
        .slide-wrapper,
        .slide-wrapperx {
            width: 375px;
            height: 265px;
            border-radius: 15px;
            overflow: hidden;
            flex-shrink: 0;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        
        .blue_card { 
            background: #6F58F0;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .yellow_card { 
            background: #FFBB01;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .green_card { 
            background-color: #06C983;
            border-radius: 10px;
            text-align: center;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .cards-content {
            /*padding: 30px;*/
            height: 100%;
            width: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .cards-h3 {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: #fff;
        }
        
        .cards-p {
            font-size: 1rem;
            font-weight: 400;
            color: #fff;
        }
        
        img.autoimg {
            width: 400px;
            height: 400px;
            object-fit: cover;
        }

        
/*numberic starts*/
      .benefit-number-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 1rem;
        }

        .benefit-number {
            font-size: 4rem;
            font-weight: 600;
            line-height: 1;
            background: linear-gradient(90deg, #52fff5 0%, #20d0c5 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
        }

        .trend-arrow {
            color: #00ff00;
            font-size: 2rem;
            transform: scale(0.7);
        }

        .benefit-title {
            font-weight: 700;
            margin: 1rem 0;
            font-family: 'Poppins', sans-serif;
            text-align: center;
        }

        .benefit-description {
            font-size: 0.875rem;
            line-height: 1.6;
            color: #000;
            text-align: center;
        }

        .section-title {
            background-color: #52fff5;
            border-radius: 40px;
            padding: 1.25rem 2rem;
            display: inline-block;
            font-weight: 700;
            margin-bottom: 2rem;
        }

        .section-subtitle {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 4rem;
            font-family: 'Palatino', serif;
        }

        .benefit-card {
            border: 2px solid #e2e2e2;
            border-radius: 20px;
            padding: 1rem;
            margin-bottom: 2rem;
            align-content: center;
            background: white;
            transition: transform 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
        }

        @media (max-width: 991px) {
            .benefit-number {
                font-size: 2.5rem;
            }
            .trend-arrow {
                font-size: 1.5rem;
            }
            .section-subtitle {
                font-size: 2rem;
            }
        }
        
        .modal-lg, .modal-xl {
            max-width:1180px ;
        }
        
        .form-containerx {
            background-color: white;
            border-radius: 10px;
        }
        /* Rest of the styles remain the same */
        .custom-input {
            border-radius: 100px;
            border: 2px solid #ebeaed;
            padding: 12px 24px;
        }
        .custom-select {
            border-radius: 100px;
            border: 2px solid #ebeaed;
            padding: 12px 24px;
            background-position: right 24px center;
        }
        .required { color: #ff0409; }
        .main-heading {
            color: #1e0e62;
            font-family: 'Poppins', sans-serif;
            font-size: 42px;
            font-weight: 500;
            line-height: 1;
        }
        .close-btnx {
            color: rgba(30, 14, 98, 0.3);
            font-size: 30px;
            font-weight: 700;
        }
        .subtext {
            color: rgba(21, 20, 57, 0.4);
            font-size: 22px;
            line-height: 32px;
        }
        .phone-icon { color: #ffa800; }
        .help-text {
            color: #1e0e62;
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
        }
        .consult-btn {
            background: rgb(66,11,245);
            background: linear-gradient(241deg, rgba(66,11,245,1) 44%, rgba(231,27,234,1) 100%);
            color: white;
            border-radius: 100px;
            padding: 17px 70px;
            font-weight: 700;
            border: none;
        }
        .requirements-box {
            border-radius: 10px;
            border: 2px solid #ebeaed;
            padding: 13px 19px;
            min-height: 120px;
        }
        .side-text {
            color: rgba(21, 20, 57, 0.4);
            font-size: 16px;
            line-height: 26px;
        }
        .side-help{
            color: #1E0E62;
            font-size: 16px;
            line-height: 26px;
        }
        
        
.navbar-expand-lg .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}



.accordion-button div.d-flex::after {
    content: '';
    position: absolute;
    right: 0;
    top: 21px;
    width: 15px;
    height: 13px;
    background: url(https://lajix.com/hireonaindia/asset/img/chevron.svg);
    background-size:contain;
    background-repeat: no-repeat;
    transition-duration: .5s;
    transform: rotate(90deg);
}

.accordion-button.collapsed div.d-flex::after {
    content: '';
    position: absolute;
    right: 0;
    top: 21px;
    width: 15px;
    height: 13px;
    background: url(https://lajix.com/hireonaindia/asset/img/chevron.svg);
    background-size:contain;
    background-repeat: no-repeat;
    transition-duration: .5s;
    transform: rotate(0deg);
}

.modal.fade.bd-example-modal-lg.show {
    background: rgb(219,255,255);
background: linear-gradient(0deg, rgba(219,255,255,1) 0%, rgba(255,246,238,1) 8%, rgba(255,246,238,1) 52%, rgba(255,255,255,1) 100%);
}

.swiper-slide.swiper-slide-active {
    margin: 0 40px;
    left: -22px;

}

@media screen and (max-width: 575px) {
   .org-acc {
       margin-bottom: 20px;
   }
}

.swip_nav .swiper-button-next {
    bottom: 0;
    left: -30px;
    margin: 0 20px;
    width: 13px;
    background-size: 15px;
    background-color: #fff;
    padding: 0 22px;
    border-radius: 100px;
    filter: invert(1) brightness(100);
}

.swip_nav {
    position: relative;
    width: 100px;
    margin: 0 auto;
    bottom: -20px;
    left: 20px;
}

.swip_nav .swiper-button-prev {
    bottom: 0;
    left: 30px;
    margin: 0 20px;
    width: 13px;
    background-size: 15px;
    background-color: #fff;
    padding: 0 22px;
    border-radius: 100px;
    filter: invert(1) brightness(100);
}



/*PRIVACY POLICY PAGE*/
        .heading-primary {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 2rem;
            color: #2d3748;
        }

        .heading-secondary {
            font-size: 1.5rem;
            color: #2d3748;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .text-content {
            color: #4a5568;
            margin-bottom: 1rem;
            line-height: 1.7;
            font-size: 1rem;
        }

        /* Section styles */
        .section {
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.7s ease-out;
        }

        .section.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive styles */
        @media (max-width: 768px) {
            .container {
                padding: 10px;
            }
            
            .heading-primary {
                font-size: 2rem;
            }
            
            .heading-secondary {
                font-size: 1.25rem;
            }
            
            .text-content {
                font-size: 0.95rem;
            }
        }
        
        .email-link {
            color: #3182ce;
            text-decoration: none;
            position: relative;
            transition: color 0.3s ease;
        }

        .email-link:hover {
            color: #2c5282;
        }

        .email-link::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: -2px;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .email-link:hover::after {
            transform: scaleX(1);
        }
                .link-list {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0;
        }

        .link-list li {
            margin-bottom: 1rem;
            transition: transform 0.3s ease;
        }

        .link-list li:hover {
            transform: translateX(10px);
        }

        .animated-link {
            color: #333;
            text-decoration: none;
            position: relative;
            transition: color 0.3s ease;
            display: inline-block;
            padding: 4px 0;
        }

        .animated-link::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .animated-link:hover {
            color: #2c5282;
        }

        .animated-link:hover::after {
            transform: scaleX(1);
        }

        /* Icon before link */
        .animated-link::before {
            content: '→';
            margin-right: 8px;
            opacity: 0;
            transform: translateX(-10px);
            display: inline-block;
            transition: all 0.3s ease;
        }

        .animated-link:hover::before {
            opacity: 1;
            transform: translateX(0);
        }



.copyright-logo {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
              