@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --bs-primary: #40b554;
    --bs-secondary: #1a1c33;
    --bs-light: #f6f6f6;
    --bs-dark: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-light);
    font-family: 'Inter', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-family: "Nunito", sans-serif;
}

img,
svg {
    height: revert-layer;
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 800;
}

.btn {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 0.95rem 1.2rem 0.85rem;
    transition: all 0.3s ease-in-out;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: var(--bs-secondary);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-sm {
    font-size: 15px;
}

.text-xs {
    font-size: 13px;
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 2px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    padding: 0 !important;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 0.25rem !important;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.2rem !important;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 0.2rem;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: var(--bs-gray-500);
    width: 0.6rem;
    height: 0.6rem;
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

/* =============== Header CSS =============== */
.header-top {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding-block: 0.5rem;
}

.info-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.9rem;
}

.social-list>li {
    flex-shrink: 0;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 1;
}

.social-link:hover,
.social-link:focus,
.social-link:active {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: rgb(255 255 255 / 17%);
    color: var(--bs-white);
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.header {
    background-color: var(--bs-white);
    border-bottom: 1px solid var(--bs-gray-300);
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    background-color: var(--bs-white);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 100;
    width: 100%;
}

.header.normal {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 6px;
}

.main-menu {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
}

.menu-item {
    position: relative;
    display: inline-flex;
}

.menu-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    padding: 0.5rem 1rem;
}

.menu-link:hover {
    color: var(--bs-primary);
}

.menu-item:has(.submenu:hover) .menu-link {
    color: var(--bs-primary);
}

.menu-item:has(.submenu) .menu-link::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    margin-left: 0.4rem;
    margin-top: 0.1rem;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.2rem;
    background-color: var(--bs-white);
    min-width: 220px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    z-index: 99;
}

.submenu::before {
    content: '';
    display: block;
    padding-top: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.menu-item:hover .submenu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.submenu-list {
    padding: 0.6rem 0;
}

.submenu-link {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--bs-gray-700);
    padding: 0.3rem 1.3rem;
}

.submenu-link:hover {
    color: var(--bs-primary);
}

/* =============== Header CSS =============== */

/* =============== Hero CSS =============== */
.hero-section {
    position: relative;
}

.hero-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/others/bg_img_header.png);
    background-repeat: repeat-x;
    background-size: 50%;
    background-position: center bottom;
    z-index: 1;
    pointer-events: none;
}

.hero-carousel .slick-slide img {
    transform: scale(1);
    transition: transform 0.5s ease;
}

.hero-carousel .slick-current img {
    animation: zoomIn 20s ease forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

.slide-wrapper {
    height: 650px;
    position: relative;
    z-index: 2;
}

.slide-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slide-overlay {
    background-color: #00161B4D;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.slide-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
    padding-block: 2rem 4rem;
}

.hero-title {
    color: var(--bs-white);
    font-weight: 900;
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
}

.hero-text {
    color: var(--bs-white);
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.hero-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.hero-btn .btn {
    padding-block: 1.3rem 1.2rem;
    padding-inline: 2rem;
    min-width: 220px;
    justify-content: center;
}

/* =============== Hero CSS =============== */

/* =============== Feature CSS =============== */
.feature-section {
    margin-top: -70px;
    position: relative;
    z-index: 2;
    padding: 1rem 0 3rem;
}

.feature-item {
    display: flex;
    flex-direction: column;
}

.feature-icon {
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    border-radius: 50%;
    margin: 0 auto;
    color: var(--bs-primary);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--bs-gray-200);
}

.feature-title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 1rem;
    color: var(--bs-dark);
    max-width: 250px;
    margin-inline: auto;
}

/* =============== Feature CSS =============== */

.about-section {
    background-image: url(../images/others/bg_pattern.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 0em 3em 0em;
    position: relative;
}

.about-section>.container {
    position: relative;
    z-index: 2;
}

.about-section::before {
    content: '';
    background-color: transparent;
    background-image: radial-gradient(at top center, #FFFFFFCC 0%, #ffffff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: 1;
}

.section-subtitle {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-primary);
}

.section-title {
    font-weight: 800;
    color: var(--bs-gray-900);
}

.about-right {
    background-color: transparent;
    background-image: linear-gradient(135deg, #40b554 0%, #a8cf45 100%);
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
}

.about-right img {
    border-radius: 0.8rem;
}

.about-experience {
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: rgb(64 181 84 / 60%);
    min-height: 140px;
    width: 200px;
    text-align: center;
    padding: 1rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--bs-white);
}

.about-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--bs-white);
    line-height: 1.2;
}

.about-text {
    font-weight: 700;
    color: var(--bs-gray-900);
    line-height: 1.3;
    color: var(--bs-white);
}

/* =============== About CSS =============== */

/* =============== Service CSS =============== */
.service-section {
    background-image: url(../images/others/bg_pattern.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 1rem 0 3rem;
    position: relative;
}

.service-section::before {
    content: '';
    background-color: transparent;
    background-image: radial-gradient(at bottom center, #FFFFFFCC 0%, #ffffff 75%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: 1;
}

.service-section>.container {
    position: relative;
    z-index: 2;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background-color: var(--bs-white);
    box-shadow: 0px 15px 20px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border-radius: 0.6rem;
    margin-bottom: 2rem;
}

.service-carousel .slick-slide:nth-child(odd) .service-card,
.services>div:nth-child(2n)>.service-card {
    background-color: transparent;
    background-image: linear-gradient(135deg, #40b554 0%, #a8cf45 100%);
}

.service-card-icon {
    color: var(--bs-white);
    width: 80px;
    height: 80px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-carousel .slick-slide:nth-child(odd) .service-card-icon,
.services>div:nth-child(2n) .service-card-icon {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.service-card-icon img {
    filter: brightness(0) invert(1);
}

.service-carousel .slick-slide:nth-child(odd) img,
.services>div:nth-child(2n) img {
    filter: none;
}

.service-card-title {
    font-weight: 800;
    color: var(--bs-primary);
}

.service-carousel .slick-slide:nth-child(odd) .service-card-title,
.service-carousel .slick-slide:nth-child(odd) .service-card-desc,
.services>div:nth-child(2n) .service-card-title,
.services>div:nth-child(2n) .service-card-desc {
    color: var(--bs-white);
}

.service-card-desc {
    color: var(--bs-gray);
    margin-bottom: 0;
}

.service-card-link {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    box-shadow: 0 4px 10px 3px rgb(0 0 0 / 10%);
    color: var(--bs-primary);
    border-radius: 50%;
    margin-bottom: -3rem;
    transition: all 0.3s ease-in-out;
}

.service-card-link:hover {
    transform: rotate(-45deg);
}

.service-carousel .slick-list {
    overflow: visible;
}

.service-carousel .slick-slide {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.service-carousel .slick-slide.slick-active {
    visibility: visible;
    opacity: 1;
}

.service-image {
    border-radius: 0.8rem;
    margin-bottom: 1rem;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.5rem;
}

.service-item {
    display: block;
}

.service-link {
    border: 1px solid #81c38a;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.service-link:hover {
    background-color: #e0fce4;
    transform: translateX(1rem);
    color: var(--bs-primary);
}

.service-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-radius: 0.7rem;
    margin-right: 0.8rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.service-text {
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 700;
    color: #1c461a;
}

/* =============== Service CSS =============== */

/* =============== Map CSS =============== */
.section-heading {
    max-width: 900px;
    margin-inline: auto;
}

/* =============== Map CSS =============== */

/* =============== Course CSS =============== */
.heading-line {
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background-color: var(--bs-primary);
    margin-top: 1rem;
}

.institute-card {
    background-color: var(--bs-white);
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 0.625rem;
    border: 1px solid #dad8d4;
    padding: 16px;
    overflow: hidden;
    padding-bottom: 55px;
    height: 100%;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dbdfe9;
}

.institute-card__title {
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

.intitute__features {
    flex-grow: 1;
}

.intitute__features ul li {
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
}

.intitute__features ul li a {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.intitute__features ul li:not(:last-child) {
    border-bottom: 1px dashed #dbdfe9;
}

.institute-card__middle {
    display: flex;
    gap: 15px;
    align-items: start;
}

.institute__logo {
    flex-shrink: 0;
    background-color: var(--bs-white);
    border: 1px solid #dad8d4;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 4px;
}

.institute-card__footer {
    padding: 10px;
    margin-top: 0;
    padding-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0;
}

.institute-card__link {
    display: block;
    width: 100%;
    background-color: rgb(155 32 144 / 10%);
    color: rgb(155 32 144);
    padding: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgb(155 32 144 / 60%);
    line-height: 1.5;
    padding-top: 8px;
}

.institute-card__link:hover {
    background-color: #9b2090;
    color: var(--bs-white);
}

.featured-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #f8b940;
}

.institute__location {
    font-size: 14px;
    padding-top: 10px;
    display: inline-flex;
    align-items: flex-start;
}

.institute__location span:first-child {
    flex-shrink: 0;
    margin-right: 0.1rem;
    padding-top: 0.15rem !important;
}

/* =============== Course CSS =============== */

/* =============== Blog CSS =============== */
.blog-card {
    background-color: var(--bs-white);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.7rem;
    overflow: hidden;
    height: 100%;
    border-bottom: 3px solid var(--bs-primary);
}

.blog-card-content {
    padding: 1rem;
}

.blog-card-title {
    color: var(--bs-primary);
    font-weight: 700;
}

.blog-card-meta {
    color: var(--bs-gray);
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.blog-card-desc {
    font-size: 0.95rem;
    color: var(--bs-gray-700);
    margin-bottom: 0;
}

/* =============== Blog CSS =============== */

/* =============== Parter CSS =============== */
.partner-card {
    background-color: rgb(64 181 84 / 10%);
    border: 2px solid rgb(64 181 84 / 40%);
    border-radius: 0.8rem;
    margin: 0.2rem;
    text-align: center;
    padding: 0 1rem;
}

.partner-card img {
    display: inline-block;
}

/* =============== Parter CSS =============== */

/* =============== Action CSS =============== */
.action-section {
    background-color: transparent;
    background-image: linear-gradient(135deg, #40b554 0%, #a8cf45 100%);
    padding: 3rem 0;
}

.action-title {
    font-weight: 800;
    color: var(--bs-white);
    margin-bottom: 1rem;
}

/* =============== Action CSS =============== */

/* =============== Footer CSS =============== */
.footer {
    background-color: #222222;
    color: var(--bs-white);
    padding: 3rem 0 0;
}

.footer-logo {
    filter: brightness(0) invert(1);
}

.footer-title {
    font-weight: 800;
}

.footer-link {
    font-size: 0.9rem;
    display: inline-block;
    padding: 0.35rem 0;
}

.footer-link:hover {
    color: var(--bs-gray-400);
}

.footer-text {
    font-size: 0.95rem;
}

.subscription-input {
    height: 46px;
    border-radius: 5rem;
    padding-inline: 1.5rem;
    margin-bottom: 0.5rem;
    max-width: 450px;
    font-size: 14px;
}

.subscription-btn {
    display: flex;
    width: 100%;
    max-width: 450px;
    align-items: self-end;
    justify-content: center;
    gap: 0.3rem;
    height: 46px;
    padding: 0.8rem;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-light);
    --bs-btn-hover-border-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-light);
    --bs-btn-active-border-color: var(--bs-light);
}

.footer .social-link {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    color: var(--bs-secondary);
}

.footer .social-link:hover {
    color: var(--bs-white);
}

.footer-bottom {
    font-size: 0.9rem;
    border-top: 1px solid rgb(255 255 255 / 17%);
    padding: 0.5rem 0;
    margin-top: 3rem;
}

.footer-bottom-list {
    display: flex;
    align-items: center;
    font-size: 0.83rem;
}

.footer-bottom-list .list-item {
    flex-shrink: 0;
    position: relative;
}

.footer-bottom-list .list-item:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 10px;
    display: inline-flex;
    background-color: var(--bs-white);
    margin-right: 0.5rem;
}

.footer-bottom-link {
    display: inline-block;
    padding: 0.5rem;
}

/* =============== Footer CSS =============== */


/* ========== Mobile Menu CSS ========== */
.nav-toggler {
    min-width: 30px;
    padding: 0 !important;
    height: 30px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 99;
    color: var(--bs-primary);
}

.close-icon {
    display: block;
    width: 16px;
    position: relative;
}

.close-icon:before,
.close-icon:after {
    background-color: var(--bs-gray);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 400px;
    background-color: var(--bs-white);
    z-index: 9999;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.open-menu {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-gray-200);
    height: 60px;
    flex-shrink: 0;
}

.mobile-menu-body {
    flex-grow: 1;
    overflow: auto;
}

.mobile-menu-footer {
    background-color: var(--bs-gray-200);
    padding: 1rem 1.3rem;
    flex-shrink: 0;
}

.account-link {
    display: inline-flex;
    padding: 8px 0;
    color: var(--bs-black);
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.close-menu {
    padding: 6px;
    display: grid;
    place-items: center;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
}

.mlist-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.nav__cat-par {
    display: block;
    padding: 13px 0 13px 15px;
}

.mlist-item h6 {
    padding: 13px 0 13px 15px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f6f7;
    line-height: 1;
}

.nav__cats .mlist-item .nav__parent>span {
    margin-left: 12px;
}

.submenu_toggler {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--bs-gray);
    width: 46px;
    display: grid;
    place-items: center;
    height: 100%;
    cursor: pointer;
    border-left: 1px solid #eee;
}

.submenu_toggler::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.item-submenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background-color: var(--bs-white);
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mlist-item.open>.item-submenu {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu-heading {
    color: var(--bs-gray-800);
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.submenu_collapse {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ddd;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--bs-gray);
    font-size: 14px;
}

.submenu_collapse::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}

.menu-heading-list {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background-color: var(--bs-light);
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-list {
    flex: 0 0 auto;
    height: calc(100% - 50px);
    overflow: auto;
}

.mmenu-link,
.mmenu-link:hover,
.mmenu-link:focus {
    display: block;
    color: var(--bs-gray-800);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
}

.list-social {
    display: flex;
    align-items: center;
}

.list-social svg {
    height: 1.3rem;
}

.list-social__item {
    display: inline-flex;
}

.list-social__link {
    display: inline-flex;
    margin: 0 0.5rem;
}

/* ========== Mobile Menu CSS ========== */

/* ========== Page Header CSS ========== */
.page-header {
    background-position: center center;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
    padding-top: 3rem;
}

.page-header::before {
    content: '';
    background-color: #00161B4D;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-header>div {
    position: relative;
    z-index: 2;
}

.page-header-subtitle {
    color: var(--bs-white);
}

.page-header-title {
    color: var(--bs-white);
    font-weight: 800;
}

@media (min-width: 1200px) {

    .page-header-subtitle {
        font-size: 1.3rem;
    }

    .page-header-title {
        font-size: 3.5rem
    }
}

.page-header-breadcrumb {
    background-color: var(--bs-primary);
    font-size: 15px;
    padding: 0.6rem 0;
    margin-top: 3rem;
}

.breadcrumb {
    margin-bottom: 0;
    justify-content: center;
    color: var(--bs-white);
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
}

.breadcrumb li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: var(--bs-white);
    margin: 0 12px;
}

.breadcrumb-text {
    transition: all 0.3s ease-in;
}

.breadcrumb-text:hover,
.breadcrumb-text.active {
    color: var(--bs-gray-100);
}

/* ========== Page Header CSS ========== */

/* ========== Contact CSS ========== */
.contact-form {
    background-color: var(--bs-white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 2.6rem 3rem;
    border-radius: 0.5rem;
}

.form-control {
    border-color: #dcdcde;
    background-color: #f5f7f8;
    font-size: 0.9rem;
    min-height: 40px;
    padding-inline: 1rem;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 700;
}

.contact-heading {
    padding-bottom: 1rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 1.5rem;
}

.contact-list-item {
    display: flex;
    align-items: flex-start;
}

.contact-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 1rem;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 0% 50% 50%;
}

.contact-content {
    flex-grow: 1;
}

.contact-item-title {
    font-weight: 800;
    font-size: 1.1rem;
    color: #0b2735;
}

.contact-item-text {
    max-width: 230px;
}

.map-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.map-wrapper iframe {
    width: 100%;
    height: 500px;
}

/* ========== Contact CSS ========== */

/* ========== Mission Vision CSS ========== */
.mission-vision {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}

.mission-vision::before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(135deg, #0B27351A 0%, #030c10 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mission-vision-wrapper {
    position: relative;
    z-index: 2;
}

.box-wrapper {
    background-color: var(--bs-white);
    padding: 1.5rem;
    border-radius: 0.8rem;
    box-shadow: 0px 5px 40px 14px rgba(0, 0, 0, 0.1);
    display: flex;
    padding-bottom: 0.6rem;
}

.box-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50% 0% 50% 50%;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.box-content {
    flex-grow: 1;
}

.box-title {
    font-weight: 800;
    color: var(--bs-primary);
}

.box-description {
    color: var(--bs-gray);
}

/* ========== Mission Vision CSS ========== */

/* ========== Team CSS ========== */
.team-card {
    background-color: var(--bs-white);
    padding: 0.2rem;
    border-radius: 1rem;
    overflow: hidden;
    border-bottom: 3px solid var(--bs-primary);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.team-card-image {
    border-radius: 0.8rem;
    overflow: hidden;
}

.team-card-content {
    text-align: center;
    padding: 1rem 0.8rem 0.8rem;
}

.team-company {
    font-weight: 700;
    font-size: 14px;
    color: var(--bs-primary);
}

.team-phone {
    font-weight: 700;
    font-size: 13px;
    color: var(--bs-gray);
}

.team-designation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.team-designation::after,
.team-designation::before {
    content: '';
    width: 2rem;
    display: flex;
    height: 2px;
    background-color: var(--bs-primary);
    transform: translateY(-1px);
}

/* ========== Team CSS ========== */
.notify {
    z-index: 999;
    padding: 0.5rem !important;
}

.notify .p-4 {
    padding: 0.8rem !important;
}

.notify .leading-5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.border-green-500 .leading-5 {
    color: rgb(34 197 94/var(--tw-border-opacity));
}

.notify .leading-5+.leading-5 {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: var(--bs-gray-600);
}

.notify .shadow-lg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0, rgba(0, 0, 0, 0.05) 0px 0px 3px 0px !important;
}

.notify.animate__animated {
    animation-duration: 1.2s;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background-color: #6e7881 !important;
}
