@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

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

:root {
    --primary-bg-img: radial-gradient(ellipse at center, #1b2124 10%, #1a1a1a 70%);
    --secondary-bg-img: radial-gradient(ellipse at center, #111618 10%, #111618 70%);
    --primary-clr: #f7a707;
    --btn-clr: #ff4667;
    --background-clr1: #f2f6fb;
    --active-clr: #ff4667;
    --nav-link-clr: rgba(117, 117, 117, 1);
    --footer-text-clr: #A7A8B4;
    --white-clr: #fff;
    --text-clr: #40525a;
    --bnr-text-clr: #5c727d;
    --heading-clr: #0e0f0f;
    --dark-clr: #0e0f0f;
    --footer-bg-clr1: #171b2a;
    --footer-bg-clr2: #282b38;
    --heading-font: "Inter", sans-serif;
    --body-font: "Nunito Sans", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
}

body {
    font-family: var(--body-font) !important;
    background-color: #f8fafb !important;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style-type: none;
}

.f-col {
    flex-direction: column;
}

.list-type-num li {
    list-style-type: numeric;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font) !important;
}

.page-section {
    padding: 50px 0;
}

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

/* NAVBAR */
.navbar {
    background-color: var(--white-clr);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    min-height: 80px;
}

.navbar .brand-name {
    margin-bottom: 0;
    color: var(--white-clr);
    font-size: 18px;
    font-weight: var(--fw-400);
}

#top-sec {
    background-color: var(--active-clr);
}

.navbar-brand img {
    max-width: 140px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 18px;
    padding: 10px 0;
    color: var(--dark-clr);
    font-weight: var(--fw-500);
    font-size: 15px;
    outline: none;
}

.navbar-nav .nav-link.active {
    color: var(--dark-clr) !important;
    font-weight: var(--fw-700);
    border-bottom: 2px solid var(--dark-clr);
}

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

.login-btn {
    border: 1px solid var(--btn-clr) !important;
    color: var(--btn-clr) !important;
    font-size: 15px !important;
    font-weight: var(--fw-600) !important;
}

.login-btn:hover {
    background-color: var(--btn-clr) !important;
    color: var(--white-clr) !important;
    border: 1px solid #ee4431 !important;
}

.login-btn.active {
    background-color: var(--btn-clr) !important;
    color: var(--white-clr) !important;
    border: 1px solid #ee4431 !important;
}

/* BOOTSTRAP IMPORTANT CSS */

/* .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../../assets/img/menu-bar.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
} */

.dropdown-item {
    font-size: 15px !important;
}

.form-control {
    padding: 10px !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    border: none !important;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.5rem !important;
}

.navbar-nav .dropdown-menu {
    display: none;
    transition: opacity 50ms ease-in, visibility 0ms ease-in 0ms;
    background-color: var(--white-clr);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 8px rgba(0, 0, 0, .08);
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px !important;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

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

.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 0, 164, 0.2);
}

.navbar-toggler {
    background: var(--white-clr);
    -webkit-box-shadow: 0 16px 32px 0 rgb(231 76 60 / 13%);
    box-shadow: 0 16px 32px 0 rgb(231 76 60 / 13%);
}

/* Skills Section */
#skills-matter {
    position: relative;
    padding: 100px 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

/* Gradient Background */
#skills-matter .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(2deg, #392c7d 0%, #1a1a1a 50%, #ab3b4f 100%);
    z-index: -3;
}

/* Striped Grid Overlay */
#skills-matter .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(to right,
            rgba(255, 255, 255, 0.01) 0px,
            rgba(255, 255, 255, 0.01) 1px,
            transparent 1px,
            transparent 60px),
        repeating-linear-gradient(to bottom,
            rgba(255, 255, 255, 0.01) 0px,
            rgba(255, 255, 255, 0.01) 1px,
            transparent 1px,
            transparent 60px);
    z-index: -2;
}

/* Content */
#skills-matter .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

/* Text */
#skills-matter h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0;
    color: #fff;
}

#skills-matter p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: var(--fw-400);
    margin-bottom: 25px;
    color: rgb(205 209 216);
}

/* Button */
.get-start-btn a {
    background-color: rgb(27, 33, 36);
    color: var(--white-clr);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    padding: 12px 24px;
    border-radius: 4px;
}

#student-ahv-list {
    display: inline-flex;
}

.student-ahv ul {
    animation: scrollList linear infinite;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 0;
}

.student-ahv ul li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

@keyframes scrollList {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.student-box {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    border: 1px solid #ffffff47;
    border-radius: 10px;
    width: 350px;
    height: 250px;
}

.student-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: -1;
}

.student-box .box-content {
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 1;
    min-height: 220px;
}

.student-box .stud-img {
    width: 80px;
    border-radius: 3px;
}

.student-box .box-content .stud-name {
    font-size: 18px !important;
    font-weight: var(--fw-500) !important;
    text-align: left !important;
    color: var(--white-clr) !important;
    margin-bottom: 0 !important;
    font-family: var(--heading-font);
}

.student-box .box-content .job {
    font-size: 16px !important;
    font-weight: var(--fw-400) !important;
    text-align: left !important;
    color: var(--white-clr) !important;
    margin-bottom: 0 !important;
    font-family: var(--heading-font);
}

.student-box .box-content .job-title {
    font-size: 16px !important;
    font-weight: var(--fw-400) !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.student-box .training {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    padding: 4px 0;
}

#student-ahv-list li:nth-child(5n+1) .student-box .training {
    background-color: #007bff;
}

#student-ahv-list li:nth-child(5n+2) .student-box .training {
    background-color: #28a745;
}

#student-ahv-list li:nth-child(5n+3) .student-box .training {
    background-color: #ffc107;
    color: #000;
}

#student-ahv-list li:nth-child(5n+4) .student-box .training {
    background-color: #dc3545;
}

#student-ahv-list li:nth-child(5n+5) .student-box .training {
    background-color: #6f42c1;
}

.logo-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    border: 1px solid #ffffff47;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
}

.company-ahv {
    max-width: 1000px;
    margin: auto;
}

.company-ahv-content {
    gap: 30px;
}

.company-ahv-content .num {
    font-size: 40px !important;
    line-height: 50px;
    margin-bottom: 15px !important;
    font-weight: var(--fw-500) !important;
    color: var(--white-clr) !important;
}

.company-ahv-content .text {
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
    font-weight: var(--fw-400) !important;
    color: rgba(228, 231, 234, 1);
}

.company-ahv-content .training-program,
.mentors,
.stud-placement,
.salary {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    border: 1px solid #ffffff47;
    border-radius: 10px;
    padding: 25px;
    width: 300px;
    transition-property: all;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.company-ahv-content .training-program:hover {
    border: 1px solid #ffffff94;
}

.company-ahv-content .mentors:hover {
    border: 1px solid #ffffff94;
}

.company-ahv-content .stud-placement:hover {
    border: 1px solid #ffffff94;
}

.company-ahv-content .salary:hover {
    border: 1px solid #ffffff94;
}

.company-ahv-content .training-program::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: -1;
}

.company-ahv-content .mentors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: -1;
}

.company-ahv-content .stud-placement::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: -1;
}

.company-ahv-content .salary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: -1;
}

.trusted-companies {
    max-width: 1000px;
    margin: auto;
}

.trusted-companies h3 {
    color: #fff;
}

.trusted-companies img {
    max-height: 3.5rem;
    object-fit: contain;
}


/* Training Program */
.explore-text p {
    display: inline-block;
    background-color: rgb(255 226 232);
    margin-bottom: 0;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid rgb(254 70 103);
    font-size: 15px;
    font-weight: var(--fw-500);
}

.explore-text p i {
    color: rgb(255 70 103);
}

.mentor-text h2 {
    font-size: 36px;
    font-weight: var(--fw-700);
    line-height: 60px;
    color: rgba(61, 61, 61, 1);
    margin-bottom: 0;
}

.exp-short-desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--fw-400);
    color: var(--nav-link-clr);
}

.custom-tab-btn {
    border: 1px solid rgb(239, 239, 239);
    padding: 1rem;
    border-radius: 0.5rem;
    width: 194px;
    background-color: var(--white-clr);
}

.tab-img-sec img {
    width: 50px;
    height: 40px;
    display: block;
}

.tab-text-sec {
    font-size: 15px;
    font-weight: var(--fw-700);
    text-align: left;
    line-height: 20px;
    color: rgba(117, 117, 117, 1);
}

#pills-tab li {
    margin-right: 20px;
}

#pills-tab {
    flex-wrap: nowrap;
    overflow: auto;
}

.tab-content .content-box {
    background-color: var(--white-clr);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 8px rgba(0, 0, 0, .08);
}

.tab-content .content-img img {
    min-height: 170px;
    object-fit: cover;
    border-radius: 6px;
}

.tab-content h3 {
    font-size: 24px;
    line-height: 32px;
    color: rgba(27, 33, 36, 1);
    font-weight: var(--fw-600);
}

.tab-content .content-title {
    font-size: 16px;
    font-weight: var(--fw-700);
    line-height: 24px;
    overflow-wrap: break-word;
    color: rgba(27, 33, 36, 1);
    min-height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-duretion {
    flex-direction: column;
}

.hr-line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9dce1;
}

.dur-content {
    color: rgba(27, 33, 36, 1);
}

.dur-content i {
    font-size: 20px;
    margin-right: 5px;
}

#training-program {
    position: relative;
}

/* Striped Grid Overlay */
#training-program .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(to right,
            rgba(236, 236, 236, 0.5) 0px,
            rgba(236, 236, 236, 0.5) 1px,
            transparent 1px,
            transparent 60px),
        repeating-linear-gradient(to bottom,
            rgba(236, 236, 236, 0.5) 0px,
            rgba(236, 236, 236, 0.5) 1px,
            transparent 1px,
            transparent 60px);
    z-index: -2;
}

.show-all-btn a {
    background-color: rgb(27, 33, 36);
    color: var(--white-clr);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    padding: 12px 24px;
    border-radius: 4px;
}

/* Testimonial */
.client .testimonial .card {
    transition: all 0.25s ease;
    transform: scale(0.9);
    opacity: 0.5;
    filter: blur(2px);
}

/* Focused (centered) item */
.client .owl-item.center .card {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    z-index: 2;
    border-radius: 20px;
}

/* Side items stay behind */
.client .owl-item:not(.center) {
    z-index: 1;
}

/* Card Body */
.client .testimonial .card-body {
    text-align: center;
    padding: 40px 60px;
}

/* Profile Image */
.client .testimonial img.rounded-circle {
    border: 4px solid #f5f5f5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.client .owl-item {
    width: 700px !important;
}

.client .item {
    max-width: 700px;
    margin: 0 auto;
}

/* Name */
.client .testimonial h3 {
    font-size: 1rem;
    font-weight: var(--fw-600);
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
}

.client .testimonial h4 {
    font-size: 0.9rem;
    font-weight: var(--fw-500);
    color: #333;
    text-align: left;
}

/* Quote Text */
.client .testimonial p {
    font-size: 1.3rem;
    color: #242424;
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
    font-weight: var(--fw-700);
}

/* Quote Icon */
.client .testimonial p i {
    color: #ff5722;
    margin-right: 6px;
    font-size: 0.9rem;
}

/* Owl Carousel Dots */
.client .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.client .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #ccc;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.client .owl-dots .owl-dot.active span {
    background: #ff5722;
    transform: scale(1.2);
}

.client .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.client .owl-nav button.owl-prev {
    left: -20px;
}

.client .owl-nav button.owl-next {
    right: -20px;
}

.client .owl-nav button span {
    font-size: 1.5rem;
    color: #ff4768;
    line-height: 1;
}

.started-btn a {
    background-color: rgb(27, 33, 36);
    color: var(--white-clr);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    padding: 12px 24px;
    border-radius: 4px;
}

.f-msg h2 {
    color: transparent;
    background-image: linear-gradient(to right, #fff, #392c7d 100%);
    background-clip: text;
    font-size: 36px;
    font-weight: var(--fw-700);
    line-height: 45px;
    margin-bottom: 0;
}

#founder {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

/* Gradient Background */
#founder .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #392c7d 0%, #1a1a1a 100%);
    z-index: -3;
}

/* Striped Grid Overlay */
#founder .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(to right,
            rgba(255, 255, 255, 0.01) 0px,
            rgba(255, 255, 255, 0.01) 1px,
            transparent 1px,
            transparent 60px),
        repeating-linear-gradient(to bottom,
            rgba(255, 255, 255, 0.01) 0px,
            rgba(255, 255, 255, 0.01) 1px,
            transparent 1px,
            transparent 60px);
    z-index: -2;
}

/* Mentor Section */
.mentor .owl-nav button {
    background-color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.mentor .owl-nav span {
    font-size: 1.5rem;
    color: #ff4768;
    line-height: 1;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f2e9eb !important;
}

/* Content */
#founder .f-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: auto;
}

.f-msg-short-desc p {
    color: var(--white-clr);
    font-size: 15px;
    font-weight: var(--fw-300);
}

.f-name h3 {
    font-size: 20px;
    color: var(--white-clr);
    font-weight: var(--fw-600);
    line-height: 40px;
}

.f-name span {
    color: var(--white-clr);
    font-size: 15px;
    font-weight: var(--fw-300);
}

.mentor-img {
    background-image: radial-gradient(ellipse at left, #e85d76 10%, #ffc3ce 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
}

.mentor-img img {
    z-index: 2;
}

.mentor-img .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, rgb(255 179 170 / 38%) 0px, rgb(255 179 170 / 38%) 1px, transparent 1px, transparent 40px), repeating-linear-gradient(to bottom, rgb(255 179 170 / 38%) 0px, rgb(255 179 170 / 38%) 1px, transparent 1px, transparent 40px);
    backdrop-filter: blur(30px);
    z-index: 1;
}

/* Breadcrumb */
#breadcrumb {
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #FEE0DE 0%, #E4F5FD 51.39%, #DDEDFF 100%);
    text-align: center;
}

.breadcrumb-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-list ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-weight: var(--fw-500);
}

.breadcrumb-list ul li a {
    color: var(--active-clr);
}

.breadcrumb-list ul li:nth-child(1)::after {
    position: absolute;
    content: "\f054";
    color: var(--active-clr);
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 10px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* About Section */
.about-img-sec img {
    border-radius: 20px;
    width: 1000px;
    height: 400px;
    object-fit: cover;
}

#about-sec {
    position: relative;
}

#about-sec .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 50px), repeating-linear-gradient(to bottom, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 50px);
    z-index: -2;
}

/* Training Program */
.register-now a {
    background-color: rgb(27, 33, 36);
    color: var(--white-clr);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.register-now a:hover {
    border: 1px solid rgb(27, 33, 36);
    font-weight: var(--fw-700);
}

.send-message-btn input {
    background-color: rgb(27, 33, 36);
    border: 1px solid rgb(27, 33, 36);
    color: var(--white-clr);
    font-size: 14px;
    font-weight: var(--fw-600);
    line-height: 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 8px 24px rgba(0, 0, 0, .06);
    padding: 12px 24px;
    border-radius: 4px;
}

.send-message-btn input:hover {
    border: 1px solid rgb(27, 33, 36);
    font-weight: var(--fw-700);
    background-color: transparent;
    color: rgb(27, 33, 36);
}

/* Animated messages */
.message {
    position: fixed;
    top: 100px !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.8rem 0.8rem;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    animation: slideIn 0.5s forwards;
}

.message.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.message.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

@keyframes slideIn {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 20px;
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        top: 20px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

/* Placement */
#placement {
    position: relative;
}

#placement .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(to bottom, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 60px);
    z-index: -2;
}

.placement-f-sec h2 {
    font-size: 36px;
    font-weight: var(--fw-700);
    line-height: 60px;
    color: rgba(61, 61, 61, 1);
    margin-bottom: 0;
}

.placement-f-sec p {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--fw-400);
    color: var(--nav-link-clr);
}

#companies-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

#companies-list .img-sec img {
    max-height: 40px;
    object-fit: contain;
}

.companies {
    overflow: hidden;
    width: 100%;
}

.companies span {
    font-size: 25px;
    line-height: 20px;
    font-weight: var(--fw-500);
    color: rgba(61, 61, 61, 1);
}

.companies ul {
    animation: scrollList linear infinite;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.companies ul li {
    flex: 0 0 auto;
    padding: 0 20px;
}

/* Login Page */

.strength-meter {
    height: 8px;
    background: #eee;
    border-radius: 8px;
    margin-top: 6px;
    overflow: hidden;
}

.strength-meter-fill {
    height: 100%;
    width: 0%;
    transition: width 0.3s;
    border-radius: 8px;
}

.rules {
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    gap: 2px;
}

.rules li {
    list-style: none;
    color: #777;
    margin: 4px 0;
}

.rules li.valid {
    color: green;
}

.needs-validation label {
    font-size: 17px;
    line-height: 10px;
    margin-bottom: 10px;
    font-weight: var(--fw-600);
}

#login-form h2 {
    font-size: 30px;
    font-weight: var(--fw-700);
    line-height: 40px;
    color: rgba(61, 61, 61, 1);
}

#login-form {
    width: 50%;
    padding: 50px;
    margin: auto;
}

.google-login {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.google-login:hover {
    background: #f7f7f7;
    border-color: #ccc;
}

#login .img-sec {
    background: #ece8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 50%;
    backdrop-filter: blur(30px);
}

#login .img-sec img {
    width: 400px;
    height: auto;
}

#login {
    position: relative;
    height: 100vh;
}

#login .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(to bottom, rgba(236, 236, 236, 0.5) 0px, rgba(236, 236, 236, 0.5) 1px, transparent 1px, transparent 60px);
    z-index: -2;
}

#password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
    color: #666;
}

.devider {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.reset-form{
    max-width: 500px;
    margin: auto;
}

/* Toast base */
.toast {
    position: fixed;
    top: 80px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #333;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    z-index: 10000;
}

/* Show toast */
.toast.show {
    opacity: 1;
    pointer-events: auto;
}

/* Spinner */
.toast-spinner {
    width: 22px;
    height: 19px;
    border: 3px solid rgb(27 33 36);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    margin: 15px auto;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Career Engagements */
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #3056d3;
    margin-right: 20px;
}

/* Initial hidden state */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Visible state */
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* FOOTER */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #392c7d;
    color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.4s;
}

#myBtn:hover {
    background-color: #554898;
}

footer {
    color: var(--footer-text-clr);
}

.f-footer {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 50px;
}

.f-footer a {
    color: #6d6d6d !important;
}

.f-footer i {
    color: var(--active-clr);
}

.f-footer a i {
    color: var(--active-clr);
}

.footer-bg {
    position: relative;
}

.footer-bg .footer-bg-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    z-index: -1;
}

.footer-bg .footer-bg-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
}

.footer-menu ul li a {
    position: relative;
    transition: 0.3s ease-in;
}

.footer-menu ul li a::before {
    position: absolute;
    content: "//";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    margin-left: -20px;
    color: var(--ltn__secondary-color);
}

.footer-menu ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    color: var(--active-clr);
}

.footer-menu ul li a:hover {
    padding-left: 20px;
    color: var(--active-clr) !important;
}

.copyright {
    background-color: #392c7d;
    color: var(--white-clr) !important;
}

.copyright a {
    color: var(--active-clr);
}

.social-link a {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: var(--white-clr);
    border: 1px solid var(--white-clr);
}

.social-link a:hover {
    background-color: #e4e4e4;
    color: var(--bnr-text-clr);
}

::selection {
    background: #0757F7;
    color: #fff;
}


/* Media Query */
@media (min-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
}

@media only screen and (max-width: 768px) {

    #skills-matter {
        padding: 50px 20px;
    }

    #skills-matter h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .mentor-text h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .c-btn {
        padding-bottom: 20px;
    }

    .client .item {
        max-width: 300px;
        margin: 0 auto;
    }

    .client .testimonial .card-body {
        padding: 20px 40px;
    }

    .client .testimonial p {
        font-size: 1rem;
    }

    .f-msg h2 {
        font-size: 30px;
        line-height: 35px;
    }

    #skills-matter p {
        font-size: 16px;
        line-height: 25px;
    }

    .company-ahv-content {
        flex-direction: column;
    }

    .sm-d-f-col {
        flex-direction: column;
    }

    #login {
        position: relative;
        height: auto;
    }

    #login-form {
        width: auto;
        padding: 30px;
        margin: auto;
    }

    #login-form h2 {
        font-size: 27px;
        font-weight: var(--fw-600);
        line-height: 30px;
    }

    #desk-view .img-sec {
        display: none;
    }

    .needs-validation label {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: var(--fw-600);
    }

    .copyright {
        text-align: center;
    }

    .social-link {
        display: none !important;
    }

    .placement-f-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media all and (min-width: 992px) {}

@media only screen and (min-width: 1024px) {
    #login {
        position: relative;
        height: 100%;
    }
}

@media all and (min-width: 1440px) {

    #login {
        position: relative;
        height: 100%;
    }
}