    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}


.hero-animate {
    display: inline-block;
    color: greenyellow;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    transition: opacity 0.6s, transform 0.6s;
}

.hero-animate.fade-out-up {
    opacity: 0;
    transform: translateY(-40px);
}

.hero-animate.fade-in {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: translateY(-5px);
}
.MsoNormal{
    margin: .5rem 0;
}

.form-control,
.form-select {
    border-radius: 5px !important;
}

/* back to top */
.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.back-to-top-btn i {
    display: inline-block;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 30px);
    height: var(--btn-size, 30px);
    line-height: var(--btn-size, 30px);
    z-index: 2;
    border-radius: 50%;
    position: relative;
    transition: all ease 0.8s;
}

.back-to-top-btn i:after {
    border: 2px dashed var(--bs-primary);
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 100%;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
/* end */
/* navbar */
.appnavbar {
    box-shadow: var(--bs-box-shadow-sm);
    position: sticky !important;
    top: 0;
    background-color: var(--bs-white);
    z-index: 1000;
}

.appnavbar .navbar-brand img {
    height: 3rem;
}

.appnavbar .navbar-collapse .navbar-nav .nav-link {
    transition: all 0.4s;
    color: var(--bs-dark);
    font-weight: 500;
}

.appnavbar .navbar-collapse .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}

.appnavbar .navbar-collapse .navbar-nav .dropdown-menu {
    background: var(--bs-white);
    border-radius: 4px;
    box-shadow: var(--bs-box-shadow);
    border: 0;
    padding: 0;
}

.appnavbar .navbar-collapse .navbar-nav .dropdown-menu[data-bs-popper] {
    top: 120% !important;
}

.appnavbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    color: #414141;
    transition: all 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appnavbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    padding-left: 30px;
    color: #00cc61;
}

.appnavbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.appnavbar .navbar-collapse .navbar-nav a {
    padding: 8px 16px;
}

.appnavbar .navbar-collapse .navbar-nav .btn:hover {
    background-color: var(--bs-main-color);
    border-color: var(--bs-main-color);
}

/* web-heading */
.web-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.web-heading h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.web-heading span {
    color: var(--bs-primary);
}

.web-heading p {
    color: var(--bs-secondary);
    margin: 0;
}

/* end */
/* hero-section */
.home-hero {
    background-color: var(--bs-primary);
    background-image: url(../img/download.png);
    background-position: start;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.home-hero {
    padding-top: 100px;
}

.home-image {
    margin-top: -400px;
}

.home-hero h1 {
    color: var(--bs-white);
    font-weight: 700;
    line-height: 1.4;
    font-size: 60px;
    text-align: center;
}

.home-hero p {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--bs-white);
}

.home-hero .home-btn {
    display: flex;
    justify-content: center;
}

.home-hero .home-btn a {
    padding: 15px 60px;
    margin-top: 3rem;
    text-decoration: none;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 5px;
    font-weight: 600;
}

/* end */
/* trusted-client */
.trusted-client {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.trusted-client .card {
    border: none;
    box-shadow: var(--bs-box-shadow-sm);
    padding: 1rem;
}

.trusted-client .card .card-body img {
    height: 4rem;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.trusted-client .card .card-body .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-client .card .card-body img:hover {
    filter: grayscale(0);
}

/* end */
/* ats */
.ats-about {
    padding: 3rem 0;
}

.ats-about .web-heading h2 {
    text-align: start;
}

/* end */
/* aeps-services */
.aeps-services {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.aeps-services .web-heading h2 {
    text-align: start;
}

/* end */
/* hrms-info */
.hrms-info {
    padding: 3rem 0;
}

.hrms-info .web-heading {
    text-align: start !important;
}

.hrms-info li {
    list-style: none;
    font-weight: 600;
    margin: 4px 0;
}

.hrms-info li span {
    margin-right: 10px;
}

.hrms-info a {
    margin: 1rem 0;
}

.hrms-info a:hover {
    background-color: var(--bs-main-color);
    border-color: var(--bs-main-color);
}

/* end */
/* home-page-about */
.home-about {
    margin: 3rem 0;
}

.home-about h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
}

.home-about h3 span {
    color: var(--bs-primary);
}

.home-about h6 {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 1.5rem;
}

.home-about p {
    color: var(--bs-secondary);
    margin-bottom: 1rem;
}

.home-about .about-img {
    box-shadow: 0px 3px 12px 0px rgba(75, 75, 75, 0.08);
    padding: 0.5rem;
    border-radius: var(--bs-border-radius-lg);
}

/* end */
/* connect-us */
.connect-with-us {
    background-color: var(--bs-main-color);
    background-image: url(https://sierra.keydesign.xyz/crm/wp-content/uploads/sites/13/2023/10/crm-shape-3.svg);
    display: flex;
    text-align: center;
    height: 18rem;
    align-items: center;
    color: var(--bs-white);
}

.connect-with-us a {
    padding: 10px 30px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 5px;
    text-decoration: none;
}

/* end */
/* why-choose-us */
.why-choose-us {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.why-choose-us .card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border: 0;
    width: 100%;
}

.why-choose-us .card .card-body p {
    color: var(--bs-secondary);
    margin: 0;
}

.why-choose-us .card .card-body ul {
    padding: 0;
    margin-bottom: 0.5rem;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.why-choose-us .card .card-body ul li img {
    height: 3.2rem;
    border-radius: var(--bs-border-radius-lg);
}

.why-choose-us .card .card-body ul li .card-title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}

/* end */
/* counter-section */
.counter {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.counter-bg {
    background-image: url(../img/counter-bg-1-1.jpg);
}

.counter ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.counter ul li:first-child {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 25px 0 0;
    background-color: var(--bs-primary);
    border-radius: 5px;
}

.counter ul li h3 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--bs-white);
}

.counter ul li p {
    font-weight: 600;
    color: var(--bs-white);
    margin: 0;
}

/* end */
/* our-product */
.our-products {
    margin: 3rem 0;
}

.our-products a {
    border-radius: 2px;
    text-align: center;
}

.our-products .card {
    width: 100%;
    border: none;
    transition: 0.5s;
}

.our-products .card:hover {
    box-shadow: var(--bs-box-shadow) !important;
    background-color: var(--bs-white) !important;
}

.our-products .card .card-body {
    padding: 2rem;
}

.our-products .card .card-body img {
    height: 3.5rem;
    width: 3.5rem;
    margin-bottom: 1rem;
    border-radius: var(--bs-border-radius-lg);
}

.our-products .card .card-body .card-title a {
    text-decoration: none;
    color: var(--bs-main-color);
}

.our-products .card .card-body .card-text {
    color: var(--bs-secondary);
}

/* end */
/* .testimonials */
.testimonials {
    padding: 3rem 0;
}

.testimonials .carousel .carousel-indicators {
    bottom: -55px !important;
}

.testimonials .carousel .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.testimonials .carousel .carousel-indicators [data-bs-target].active {
    width: 10px !important;
    height: 10px !important;
    border-radius: 11px !important;
    border-radius: 50% !important;
}

/* .testimonials .carousel .carousel-control-next,
.carousel-control-prev {
    bottom: -260px !important;
    background-color: var(--bs-primary);
    height: 30px;
    width: 60px;
    border-radius: 20px;
    top: unset !important;
    bottom: -54px !important;
} */

.testimonials .carousel .carousel-control-next {
    left: 57% !important;
}

.testimonials .carousel .carousel-control-prev {
    left: 38% !important;
}

.testimonials .carousel .carousel-indicators button {
    background-color: var(--bs-primary);
}

.testimonials .card {
    border: none;
    background-color: rgb(6 117 225 / 8%);
    width: 100%;
    box-shadow: var(--bs-box-shadow-sm);
}

.testimonials .card .card-body .testimonials-card {
    display: flex;
    align-items: center;
}

.testimonials .card .card-body .testimonials-card .profile {
    margin-left: 10px;
}

.testimonials .card .card-body .testimonials-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials .card .card-body .testimonials-card .profile .card-title {
    font-size: 16px;
    margin: 0;
}

.testimonials .card .card-body .card-text {
    color: var(--bs-secondary);
    font-size: 14px;
}

.testimonials .card .card-body .testimonials-card .profile p {
    margin: 0;
    font-size: 12px;
    color: var(--bs-secondary);
}

/* end */
/* breadcrumb */
.app-breadcrumb .breadcrumb {
    margin-bottom: 1.5rem;
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    color: var(--bs-dark);
    font-weight: 500;
    text-transform: capitalize;
}

.app-breadcrumb .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--bs-primary);
}

.app-breadcrumb .breadcrumb .breadcrumb-item a:active {
    color: var(--bs-primary) !important;
}

.app-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: var(--bs-secondary) !important;
}

/* end */
.product-home {
    background-image: url(../img/aeps-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 532px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aeps-home{
    background-image: url(../img/aeps.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    height: 532px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
     z-index: 1; 
}
.aeps-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust opacity for darker/lighter overlay */
    z-index: -1; /* Keeps overlay behind the content */
}

.hrms-bg{
    background-image: url(../img/hrms.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    height: 532px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
     z-index: 1;   
}

.hrms-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust opacity for darker/lighter overlay */
    z-index: -1; /* Keeps overlay behind the content */
}

.product-home h1,
.aeps-home h1,
.hrms-bg h1 {
    font-weight: 700;
    font-size: 3rem;
    color: var(--bs-white);
    display: inline-flex;
    color: var(--bs-primary);
    line-height: 1;
    margin: 0;
}

.product-home p,
.aeps-home p 
,.hrms-bg p{
    color: var(--bs-white);
    margin: 1.5rem 0;
}

.product-home a,
.aeps-home a 
.hrms-bg a{
    text-decoration: none;
    color: var(--bs-white);
    font-weight: 600;
    padding: 14px 50px;
}

/* ats-home */
.ats-home {
    padding: 3rem 0;
    background-color: var(--bs-primary-bg-subtle);
}

.ats-home h1 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ats-home p {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

/* hrms-home */
.hrms-home {
    padding: 3rem 0;
    background-color: var(--bs-primary-bg-subtle);
}

.hrms-home h1 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hrms-home p {
    color: var(--bs-secondary);
    margin-bottom: 1.5rem;
}

/* Product Details */
.product-details {
    margin: 3rem 0;
}

.product-details h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: 28px;
}

.product-details h2 span {
    color: var(--bs-primary);
}

.product-details p {
    margin-bottom: 1rem;
    color: var(--bs-secondary);
}
.product-details ul{
    margin: 0;
    padding: 0;
}
.product-details li {
    color: var(--bs-primary);
    margin: .50rem 0;
    font-weight: 500;
    list-style: none;
}

.product-details .card {
    border-color: var(--bs-primary) !important;
}

.product-details .card .card-body h4 {
    color: var(--bs-primary);
    font-weight: 600;
}

.product-details .card .card-body input:focus {
    box-shadow: none !important;
    border-color: var(--bs-primary);
}

/* product-layer */
.product-layer {
    padding: 3rem 0;
    background-color: #004050;
    background-image: url(https://sierra.keydesign.xyz/crm/wp-content/uploads/sites/13/2023/10/crm-shape-3.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.product-layer ul{
    margin: 0;
    padding: 0;
}
.product-layer h2 {
    font-weight: 600;
    color: var(--bs-white);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product-layer h2 span {
    color: var(--bs-primary);
}

.product-layer p {
    color: var(--bs-white);
}

.product-layer li {
    list-style: none;
    font-weight: 600;
    color: var(--bs-white);
}

.product-layer li span {
    margin-right: 10px;
}

/* product-faq */
.product-faq {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.product-faq .faq-heading {
    text-align: center;
}

.product-faq .faq-heading h6 {
    color: var(--bs-primary);
    background-color: var(--bs-white);
    display: inline;
    padding: 5px 10px;
}

.product-faq .faq-heading h2 {
    font-weight: 600;
    color: var(--bs-dark);
    margin: .825rem 0;
    line-height: 1.3;
}

.accordion-item {
    border-radius: 20px !important;
}

 .accordion .accordion-button:focus {
    box-shadow: none !important;
}

 .accordion .accordion-button {
    border-radius: 10px !important;
    font-weight: 600;
    padding: 20px;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 600;
}

.product-faq .accordion .accordion-body {
    color: var(--bs-secondary);
}

.accordion .accordion-header {
    border-radius: 10px !important;
}

/* start contact form */
.contact-us {
    padding: 3rem 0;
    background: radial-gradient(rgba(6, 22, 109, 0.2), rgba(0, 0, 0, 0.2)), url(../img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
    height: 300px;
}

.contact-us .app-breadcrumb {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.contact-us h1 {
    font-weight: 700;
    text-align: center;
    color: var(--bs-white);
}

.contact-form {
    background-color: var(--bs-light);
    padding: 3rem;
}

.contact-form .card {
    border: 0;
    width: 100%;
    border-radius: 0;
}

.contact-form .card .card-body {
    padding: 3rem;
}

.contact-form .card .card-body .card-title {
    color: var(--bs-primary);
}

.contact-form .card .card-body form label span {
    color: var(--bs-danger);
}

.contact-form .card .card-body form .form-control:focus {
    box-shadow: none !important;
    border-color: var(--bs-primary);
}

.contact-form .card .card-body form button {
    margin-top: 2rem;
    font-weight: 600;
    padding: 10px 60px;
    border: none;
}

.contact-form .card .card-body form button:hover {
    background-color: var(--bs-main-color);
    border: var(--bs-main-color);
}

.contact-form .card.contact-us-info {
    background: radial-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), url(../img/office-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .card.contact-us-info .card-body .card-title,
.contact-form .card.contact-us-info .card-body .card-text {
    color: var(--bs-white) !important;
}

.contact-form .card .card-body .card-title {
    margin-bottom: 0.5rem;
}

.contact-form .card.contact-us-info .card-body .get-address {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-form .card.contact-us-info .card-body .get-address li {
    color: var(--bs-white);
    margin-top: 2rem;
}

.contact-form .card.contact-us-info .card-body .get-address li p {
    margin-bottom: 0.50rem;
    text-transform: capitalize;
}

.contact-form .card.contact-us-info .card-body .get-address li h6 {
    line-height: 1.4;
    margin-bottom: 0;
}

.contact-form .card.contact-us-info .card-body .get-address li a {
    text-decoration: none;
    color: var(--bs-white);
}

.contact-form .card.contact-us-info .card-body .get-address li i {
    font-size: 26px;
}

/* end */
/* start-footer */
footer {
    padding: 3rem 0 1rem 0;
}

footer h6 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--bs-dark);
}

footer p {
    color: var(--bs-secondary);
    font-size: 14px;
    margin-bottom: 1rem;
}
footer ul li{
    display:flex;
}

footer ul li i {
    color: var(--bs-primary);
    margin-right: 10px;
    margin-top: 4px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    color: var(--bs-secondary);
    font-size: 14px;
    margin-bottom: 1rem;
}

footer ul li a {
    color: var(--bs-secondary);
    text-decoration: none;
}

footer ul li a:hover {
    color: var(--bs-primary);
}

footer .socail-links ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 0 10px;
}

footer .socail-links ul li {
    margin: 0;
}

footer .socail-links ul li a i {
    color: var(--bs-primary) !important;
    font-size: 28px;
    transition: 0.5s;
}

/* /end */
.not-found {
    padding: 3rem 0;
    text-align: center;
}

.not-found a {
    border-radius: 2px;
}

/* aeps-features */
.features {
    padding: 3rem;
}

.features h2 {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    text-align: center;
}

.features h2 span {
    color: var(--bs-primary);
}

.features .feature-icon {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 2px 8px 16px;
    padding: 1rem;
    text-align: center;
    height: 100%;
    position: relative;
}

.features .feature-icon::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    background: #00cc61bf;
    opacity: .2;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
}

.features .feature-icon:hover::after {
    width: 100%;
    height: 100%;
}

.features .feature-icon img {
    height: 40px;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.features .feature-icon:hover.feature-icon img {
    filter: grayscale(100%);
}

.features .card-content h4 {
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 600;
}

.aeps-aadhar {
    padding: 3rem 0;
    background-color: var(--bs-light);
}

.aeps-aadhar h2 {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.aeps-aadhar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.aeps-aadhar ul li{
    font-weight: 500;
    color: var(--bs-primary);
}

.aeps-aadhar h2 span {
    color: var(--bs-primary);
}

.aeps-aadhar p {
    margin: 1rem 0;
    color: var(--bs-secondary);
}

.aeps-aadhar img {
    margin: 10px;
}

.domectic-transfer {
    padding: 3rem 0;
    background-image: url(../img/dmt-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.domectic-transfer h2 {
    font-weight: 600;
    color: var(--bs-light);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.domectic-transfer h2 span {
    color: var(--bs-primary);
}

.domectic-transfer p {
    color: var(--bs-white);
}

/* ats-page */
.ats-home {
    padding: 3rem 0;
}

.terms-top {
    padding: 3rem 0;
    background-image: url(../img/terms.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.terms-top .breadcrumb .breadcrumb-item.active {
    color: var(--bs-white) !important;
}

.terms-top .web-heading h2 {
    color: var(--bs-white) !important;
}

.terms-text {
    margin: 3rem 0;
}

.terms-text .card {
    border: 2px solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-sm);
}

.terms-text .card .card-body ul li {
    color: var(--bs-secondary);
    margin: 1rem 0;
    font-size: 14px;
}

/* privacy-policy */
.privacy-policy {
    padding: 3rem 0;
    background-image: url(../img/privacy-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.privacy-policy .web-heading h2 {
    color: var(--bs-white);
}

.privacy-text {
    margin: 3rem 0;
}

.privacy-text .card {
    border: 2px solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-sm);
}

.privacy-text p {
    color: var(--bs-secondary);
    font-size: 14px;
    margin: 1rem 0;
}

.privacy-text .card-title {
    font-size: 1rem;
    font-weight: 500 !important;
}

.thank-you .card {
    border: 0;
    box-shadow: var(--bs-box-shadow);
    text-align: center;
}

.thank-you .card .card-body p {
    color: var(--bs-secondary);
    margin-bottom: 1rem;
}

.thank-you .card .card-body img {
    height: 10rem;
    margin-bottom: 1rem;
}

/* about-us */
.about-home {
    padding: 6rem 0 9rem 0;
    background-image: url(../img/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--bs-primary);
}

.about-home .breadcrumb {
    display: flex !important;
    justify-content: center;
}

.about-home .breadcrumb a {
    color: var(--bs-white);
    text-decoration: none;
}

.about-home h1 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--bs-white);
}

.about-home .about {
    text-align: center;
}

.about-home .about p {
    color: var(--bs-white);
    margin: 2rem 0;
}

.about-home .about-get {
    padding: 10px 30px;
    margin-top: 3rem;
    text-decoration: none;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-radius: 5px;
    font-weight: 600;
}

.our-values {
    padding: 3rem 0;
}

.our-values h3 {
    font-weight: 700;
    font-size: 2rem;
}

.our-values p {
    color: var(--bs-secondary);
}

.our-values .card .card-body img {
    margin: 1rem 0;
    height: 5rem;
}

.our-values .card {
    text-align: center;
    border-radius: var(--bs-border-radius-xl);
    border: none;
    width: 100%;
    height: 100%;
    box-shadow: var(--bs-box-shadow-sm);
}

.our-mission {
    padding: 3rem 0;
}

.our-mission h3 {
    font-weight: 700;
    margin: 1rem 0;
}

.our-mission h3 span {
    color: var(--bs-primary);
}

.our-mission p {
    color: var(--bs-secondary);
}

.eachsolution {
    background-image: url(../img/join-us.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 6rem 0;
}

.eachsolution h4 {
    text-align: center;
    line-height: 1.5;
    color: var(--bs-white);
    font-size: 2rem;
    font-weight: 700;
}

.our-culture {
    padding: 3rem;
    background-image: linear-gradient(52deg, #004050 60%, rgba(255, 255, 255, 0) 57%), url(../img/culture.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-culture h3 {
    font-weight: 700;
    color: var(--bs-white);
}

.our-culture h6 {
    color: var(--bs-white);
    font-weight: 600;
    margin: 1rem 0;
}

.our-culture p {
    color: var(--bs-white);
}

.need-guidance {
    padding: 3rem 0;
    /* background-color: var(--bs-primary); */
    /* color: var(--bs-white); */
}

.need-guidance h3 {
    font-weight: 600;
}

.need-guidance p {
    margin: 0;
}

.need-guidance a {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 10px 20px;
    margin: 2rem 0;
}

.about-hrms h3 span {
    color: var(--bs-primary);
}
.about-hrms h3{
    font-weight: 600;
}
.about-hrms p{
    color: var(--bs-secondary);
}
.about-ats h3 span {
    color: var(--bs-primary);
}
.blogs{
    padding: 6rem 0;
    background-image: url(../img/blog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.dark-overly::before {
    background: rgba(9, 30, 66, 0.35);
    background: linear-gradient(-90deg, transparent, #091e42 65%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    left: 0;
    z-index: 1;
}
.blogs .blog-text{
    position: relative;
    z-index: 2;
}
.blogs .blog-text h1{
    color: var(--bs-white);
}
.blogs .blog-text .breadcrumb{
    margin-top: 1rem;
}
.blogs .blog-text .breadcrumb .breadcrumb-item a{
    color: var(--bs-white);
    text-decoration: none;
}
.blogs .blog-text .breadcrumb .breadcrumb-item.active{
    color: var(--bs-secondary) !important;
}
.blog-card{
    margin: 3rem 0;
}

.blog-card .card{
    border: 0;
    box-shadow: var(--bs-box-shadow-sm);
}
.blog-card .card .card-body .card-title{
    font-weight: 600;
}
.blog-card .card .card-body .card-text{
    color: var(--bs-secondarys);
}
.blog-card .card .card-body .card-link{
    font-weight: 500;
}
.faqs{
    margin: 3rem 0;
}
.faqs .accordion .accordion-item{
    background: #fff;
    box-shadow: none;
    margin-top: 0 !important;
    border: none !important;
}
.faqs .accordion .accordion-item .accordion-header{
    border: 0px;
    padding: 0;
    transition: all 0.3s ease 0s;
    background: #fff;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #008740 !important;
    background: -webkit-linear-gradient(-45deg, #008740, #0084e9);
    background: -moz-linear-gradient(-45deg, #008740, #0084e9);
    background: -o-linear-gradient(-45deg, #008740, #0084e9);
    background: linear-gradient(-45deg, #008740, #0084e9);
    color: #fff !important;
    border-bottom: transparent;
    border-left: none !important;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
    background: none;
    color: #5a5d80;
    border-bottom: 1px dashed #cee1f8;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button.collapsed .counts {
    background: transparent;
    border: 1px solid #cee1f8;
    color: #292dc2;
}
.faqs .accordion .accordion-item .accordion-header .accordion-button .counts {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    background: #fff;
    color: var(--bs-primary);
    font-size: 12px;
    margin-right: 10px;
}

.faqs .accordion .accordion-item .accordion-header .accordion-button .item-title {
    display: inline-block;
    vertical-align: middle;
    width: 88%;
}

.faqs .accordion .accordion-item .accordion-body{
    color: var(--bs-secondary);
}
.page-not-found{
    margin: 2rem 0;
}
/* Hero Section */
.hero-section {
    background: radial-gradient(circle at 10% 20%, rgba(0, 168, 82, 0.12) 0%, transparent 45%), 
                radial-gradient(circle at 90% 80%, rgba(0, 135, 64, 0.15) 0%, transparent 50%), 
                linear-gradient(135deg, #062f1a 0%, #03150b 100%);
    padding: 90px 0 85px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
}

.hero-section .hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 99px;
    color: #00d97e;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.hero-section .text-gradient {
    background: linear-gradient(135deg, #00d97e 0%, #00a852 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-section .hero-animation-container {
    height: 48px;
    margin-bottom: 18px;
    position: relative;
}

.hero-section .hero-animate {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 1.3;
}

.hero-section .hero-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.8;
    color: #cbd5e1;
}

.hero-section .half-width-left {
    max-width: 520px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.hero-section .hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Custom premium CTA button to override standard bootstrap btn-success */
.hero-section .btn-success {
    background: linear-gradient(135deg, #00a852, #008740) !important;
    border: none !important;
    border-radius: 99px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    box-shadow: 0 10px 25px rgba(0, 168, 82, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    color: #FFFFFF !important;
}

.hero-section .btn-success:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(0, 168, 82, 0.5) !important;
}

.hero-section .btn-outline-light {
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(12px) !important;
    border-radius: 99px !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    color: #FFFFFF !important;
}

.hero-section .btn-outline-light:hover {
    background: #FFFFFF !important;
    color: #0c2b1a !important;
    border-color: #FFFFFF !important;
    transform: translateY(-3px) !important;
}

/* Mockup Card glassmorphism container */
.hero-section .hero-image-wrapper {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-section .hero-image-wrapper:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-4px);
}

.hero-section .hero-dashboard-img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Floating interactive badges */
.hero-section .floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    padding: 10px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    z-index: 10;
    color: #0c2b1a;
    font-size: 13px;
    animation: float-badge 5s ease-in-out infinite;
}

.hero-section .badge-1 {
    top: 15%;
    left: -40px;
    animation-delay: 0s;
}

.hero-section .badge-2 {
    bottom: 18%;
    right: -25px;
    animation-delay: 2.5s;
}

.hero-section .floating-badge i {
    font-size: 18px;
}

.hero-section .floating-badge div {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.hero-section .floating-badge strong {
    font-weight: 700;
}

.hero-section .floating-badge span {
    font-size: 10.5px;
    color: #475569;
}

@keyframes float-badge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-section .hero-animate.fade-out-up {
    opacity: 0;
    transform: translateY(-30px);
}

.hero-section .hero-animate.fade-in {
    opacity: 1;
    transform: translateY(0);
    animation: hero-fadeInUp 0.6s ease-out;
}

@keyframes hero-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Buttons */
.green-button {
    background: #10B981 !important;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    color: white;
}

.green-button:hover {
    background: #059669 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.hero-section .btn:hover .fa-arrow-right,
.hero-section .btn:focus .fa-arrow-right {
    padding-left: 12px;
    transition: padding-left 0.2s;
}

/* Modal */
.pop-up .modal-header {
    position: relative;
}

.pop-up.modal-close-absolute {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.pop-up .modal-header .btn-close {
    margin-left: 2px;
}

/* Why Choose Us Section */
.why-choose-us-section {
    background-color: #f8fafc;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.why-choose-us-section .section-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

.why-choose-us-section .section-title,
.comparison-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.why-choose-us-section .feature-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(229, 231, 235, 0.8);
    opacity: 0;
    transform: translateY(30px);
    animation: why-fadeInUp 0.6s ease-out forwards;
}

.why-choose-us-section .feature-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.why-choose-us-section .feature-card-primary {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: white;
    border: none;
}

.why-choose-us-section .feature-card-primary .feature-title,
.why-choose-us-section .feature-card-primary .feature-description {
    color: white;
}

.why-choose-us-section .feature-card-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(30, 58, 138, 0.3);
}

.why-choose-us-section .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 197, 94, 0.1);
    border: 2px solid rgba(34, 197, 94, 0.2);
}

.why-choose-us-section .feature-card-primary .feature-icon {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.why-choose-us-section .feature-icon i {
    font-size: 1.5rem;
    color: #22c55e;
}

.why-choose-us-section .feature-card-primary .feature-icon i {
    color: white;
}

.why-choose-us-section .feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1rem;
}

.why-choose-us-section .feature-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-choose-us-section .btn-cta {
    background: #22c55e;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.why-choose-us-section .btn-cta:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

.why-choose-us-section .btn-cta:focus {
    background: #16a34a;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
}

.why-choose-us-section .btn:hover .bi-arrow-right,
.comparison-section .btn:hover .bi-arrow-right {
    padding-left: 10px;
    transition: padding-left 0.2s;
}

@keyframes why-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Comparison Section */
.comparison-section {
    background-color: white;
    position: relative;
}

.comparison-section .section-label {
    color: #22c55e;
    font-weight: 700;
}

.comparison-section .section-title {
    margin-bottom: 1rem;
}

.comparison-section .section-subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    color: #22c55e;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.comparison-section .comparison-table-wrapper {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.comparison-section .comparison-header,
.comparison-section .comparison-row,
.comparison-section .comparison-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.comparison-section .comparison-header {
    background: #f8fafc;
    border-bottom: 2px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-feature-header {
    padding: 2rem 1.5rem;
    display: flex;
    align-items: flex-end;
    border-right: 1px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-feature-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin: 0;
}

.comparison-section .comparison-product-header {
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
}

.comparison-section .comparison-product-header:first-of-type {
    border-right: 1px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .product-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.comparison-section .product-icon i {
    font-size: 1.5rem;
    color: white;
}

.comparison-section .product-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.comparison-section .product-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

.comparison-section .comparison-row {
    border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-feature {
    padding: 1.5rem;
}

.comparison-section .check-icon {
    font-size: 1.25rem;
    color: #22c55e;
}

.comparison-section .cross-icon {
    font-size: 1.25rem;
    color: #ef4444;
    font-weight: 700;
}

.comparison-section .feature-text {
    font-weight: 500;  
}

.comparison-section .comparison-value {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.comparison-section .comparison-value:first-of-type {
    border-right: 1px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-value.highlight {
    background: rgba(34, 197, 94, 0.05);
}

.comparison-section .comparison-value.highlight::before {
    content: '';
    position: absolute;
    left: 0;
    inset-block: 0;
    width: 4px;
    background: #22c55e;
}

.comparison-section .value-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1F2937;
}

.comparison-section .comparison-value.highlight .value-text {
    color: #22c55e;
    font-weight: 700;
}

.comparison-section .comparison-cta-row {
    background: #f8fafc;
    border-top: 2px solid rgba(229, 231, 235, 0.8);
}

.comparison-section .comparison-cta-row .comparison-feature {
    background: #f8fafc;
}

.comparison-section .comparison-cta-row .comparison-value {
    padding: 2rem 1.5rem;
}

.comparison-section .btn-comparison-cta {
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-comparison-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
}

@keyframes comparison-fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}