.text-23px {
    font-size: 23px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

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

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}

.card_preview_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 53px;
}

.card_preview_text_blog {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 53px;
}

.card_preview_text_course {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px;
}

.active-cat {
    color: var(--color-1) !important;
    font-weight: 600 !important
}

.child_category_menu {
    left: calc(100% + 0px);
    padding: 10px 0px;
    top: -5px !important;
}

.mega_list li a {
    border-radius: 5px;
    color: #000 !important;
    /* white-space: nowrap; */
    align-items: center;
}

.primary-menu li {
    padding: 4px 20px;
}

.mega_list li {
    padding: 0px 15px;
    width: 33%;
}

.main-mega-menu {
    left: 200px;
    padding: 17px 0px;
    transition: .3s;
}

.main-mega-menu {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 20px #3838381a;
    padding: 20px;
    transform: translate(-50%);
    text-align: left;
    width: 800px;
    transition: all 0.1s linear;
    position: absolute;
    top: 48px;
    left: 150px;
    height: auto;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition: 0.5s;
}

.mega_list li a span i {
    margin-top: 5px;
    display: inline-block;
}

.cart-top-number {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -14px;
    right: -8px;
    background-color: #d336e7;
    color: white;
    border-radius: 50px;
    padding: 0px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-select.form-select ul.list {
    width: auto;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 5px 5px;
    margin: 0px;
}

.nice-select.form-select ul li {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin: 0px;
}

/* Modal custom animation */

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
    -o-transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
    transition: all .2s cubic-bezier(0.87, 0.94, 0.68, 1.1);
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.fade-in-effect {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Modal custom animation Ended*/

/* 8 home page code start */

/* Common Css */

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

:root {
    --skinColor1: #13BE95;
    --skinColor2: #5363D2;
    --skinColor3: #00907f;
    --skinColor4: #f95c16;
    --skinColor5: #264871;
    --skinColor6: #ff2458;
    --whiteColor: #FFF;
    --blackColor: #000;
}

body {
    padding: 0;
    margin: 0;
    color: #858C8A;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}

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

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

a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: .3s;
    outline: none;
}

.btn:focus,
button:focus,
.form-control:focus {
    box-shadow: none;
}

button {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}

/* old */

.row-20 {
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.row-28 {
    row-gap: 28px;
    --bs-gutter-x: 28px;
}

.row-30 {
    row-gap: 30px;
    --bs-gutter-x: 30px;
}

/* new */

.g-20px {
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.g-28px {
    row-gap: 28px;
    --bs-gutter-x: 28px;
}

.gx-30px {
    --bs-gutter-x: 30px;
}

.gy-20px {
    row-gap: 20px;
}

.gy-30px {
    row-gap: 30px;
}

/* flex gap */

.gap-6px {
    gap: 6px !important;
}

.gap-12px {
    gap: 12px !important;
}

.gap-20px {
    gap: 20px !important;
}

.gap-30px {
    gap: 30px !important;
}

/* old */

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

/* new */

.mb-2px {
    margin-bottom: 2px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

/* padding */

.p-10px {
    padding: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.p-14px {
    padding: 14px !important;
}

.p-16px {
    padding: 16px !important;
}

.p-18px {
    padding: 18px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-26px {
    padding: 26px !important;
}

.p-40px {
    padding: 40px !important;
}

/* font size */

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

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

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-82px {
    font-size: 82px !important;
}

/* line hight */

.lh-normal {
    line-height: normal !important;
}

.lh-19px {
    line-height: 19px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-23px {
    line-height: 23px !important;
}

.lh-24px {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-28px {
    line-height: 28px !important;
}

.lh-29px {
    line-height: 29px !important;
}

.lh-30px {
    line-height: 30px !important;
}

.lh-36px {
    line-height: 36px !important;
}

.lh-37px {
    line-height: 37px !important;
}

.lh-38px {
    line-height: 38px !important;
}

.lh-42px {
    line-height: 42px !important;
}

.lh-44px {
    line-height: 44px !important;
}

.lh-48px {
    line-height: 48px !important;
}

.lh-52px {
    line-height: 52px !important;
}

.lh-60px {
    line-height: 60px !important;
}

.lh-107px {
    line-height: 107px !important;
}

span {
    font-style: normal !important;
}

/* title */

.title-1 {
    font-family: 'Poppins';
    color: #030531;
    font-weight: 500;
    line-height: 1.3;
}

.italic-1 {
    font-style: italic;
    background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.subtitle-1 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #86868d;
    line-height: 1.5;
}

.title-2 {
    font-family: 'Poppins';
    color: #062320;
    font-weight: 600;
    line-height: 1.3;
}

.title-3 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    line-height: 1.3;
    color: #0f101a;
}

.subtitle-2 {
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-3 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #8f919b;
}

.subtitle-4 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #838b95;
}

.title-4 {
    font-family: 'Lato';
    font-weight: 600;
    line-height: 1.3;
    color: #1d242d;
}

.title-5 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
    color: #121421;
}

.subtitle-5 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

/* Text Color */

.text-danger-2 {
    color: var(--skinColor6);
}

.rounded-20px {
    border-radius: 20px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

/* ===================================================================
                            Header Footer CSS Start
====================================================================*/

/* Header Area Css Start ***
**************************/

.Login-btn-1 {
    border-radius: 10px;
    background: var(--skinColor1);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 12px 30px;
    transition: .3s;
}

.Login-btn-1:hover {
    background: #039572;
}

.header-wrap {
    padding: 27px 0;
}

.nav-wrap {
    column-gap: 50px;
}

.nav-area ul {
    column-gap: 50px;
}

.nav-area ul li a {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    position: relative;
    color: #858c8a;
    z-index: 3;
}

.nav-area ul li a svg {
    display: none;
}

.nav-area nav>ul>li>a::after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0px;
    background: var(--skinColor1);
    border-radius: 3px;
    transition: .3s;
    z-index: -1;
}

.nav-area ul li a.active,
.nav-area ul li a:hover {
    color: #0d221d;
}

.nav-area ul li a.active::after,
.nav-area ul li a:hover::after {
    width: 20px;
}

/* Dropdown */

.nav-area nav>ul>li {
    position: relative;
}

.nav-area ul li .menu-dropdown {
    position: absolute;
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.08);
    padding: 8px;
    min-width: 220px;
    left: 0;
    top: calc(100% + 25px);
    transform: translateX(-37%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 2;
}

.nav-area nav>ul li:hover .menu-dropdown {
    top: calc(100% + 16px);
    visibility: visible;
    opacity: 1;
}

.nav-area ul li .menu-dropdown a {
    padding: 8px;
    border-radius: 7px;
    width: 100%;
    transition: .3s;
}

.nav-area ul li .menu-dropdown a:hover {
    background: rgba(19, 190, 149, 0.08);
    color: var(--skinColor1);
}

.nav-area ul li .menu-dropdown::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 17px solid transparent;
    border-bottom-color: var(--whiteColor);
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px -2px 38px rgba(16, 16, 16, 0.08));
}

/* Language Dropdown */

.language-dropdown .nice-select .list {
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 8px 38px 0px rgba(16, 16, 16, 0.08);
    padding: 8px;
    min-width: 115px;
    left: -50%;
    transform: translateX(-10%);
}

.language-dropdown .nice-select .option.selected {
    font-weight: 500;
}

.language-dropdown .nice-select .option {
    font-family: 'Poppins';
    color: #858C8A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    border-radius: 7px;
}

/* Nice Select */

.language-dropdown .nice-select {
    margin: 0;
    padding-right: 26px;
    padding-left: 0;
    background: transparent;
    color: #192335;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    display: flex;
    align-items: center;
}

.language-dropdown .nice-select:after {
    border: none;
    background-image: url(../image/angle-down-black-20.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    transform-origin: 10px 0;
    right: 0px;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    margin: 0;
    margin-top: 1px;
}

.language-dropdown .nice-select.open:after {
    transform: rotate(180deg) translateY(-50%);
}

/* Search */

.nav-btn-area .nav-search {
    margin-right: 20px;
}

.nav-search .search-form {
    right: 200px;
    top: 200px;
}

.nav-search .search-field {
    background-color: transparent;
    background-image: url(../image/search-black-20.svg);
    background-position: 94% 9px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;
    color: #858C8A;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-search .search-field::placeholder {
    color: #858C8A;
}

.nav-search .search-field:focus {
    background-color: var(--whiteColor);
    border: 1px solid #EDF0F7;
    cursor: text;
    outline: 0;
    width: 262px;
    color: #858C8A;
    background-image: url(../image/search-gray-20.svg);
    opacity: 1;
}

.nav-search .search-form .search-submit {
    display: none;
}

/* clears the ‘X’ from Internet Explorer */

.nav-search input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.nav-search input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */

.nav-search input[type="search"]::-webkit-search-decoration,
.nav-search input[type="search"]::-webkit-search-cancel-button,
.nav-search input[type="search"]::-webkit-search-results-button,
.nav-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.nav-search input:-webkit-autofill,
.nav-search input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.nav-search input[data-autocompleted] {
    background-color: transparent !important;
}

.nav-btn-area .language-dropdown {
    padding: 0 30px 0 20px;
    position: relative;
}

.nav-btn-area .language-dropdown::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #EDF0F7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Off Canvas Css Start */

.header-wrap .mobile-menu {
    border: none;
    padding: 0;
    background: transparent;
}

/* Off Canvas Css End */

/* Header Area Css End ***
************************/

/* Footer Area Css End ***
************************/

.footer-section {
    background: linear-gradient(180deg, #1e3764 0%, #192335 100%);
}

.footer-main-wrap {
    padding: 50px 0;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo-area {
    max-width: 292px;
    width: 100%;
}

.footer-logo-area .info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    color: #e4e4e4;
}

.footer-social-list {
    gap: 16px;
}

.footer-social-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 32px;
    height: 32px;
}

.footer-social-list li a:hover {
    border-color: #2F57EF;
}

.contact-us-btn1 {
    border-radius: 10px;
    border: 1px solid #2F57EF;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    color: var(--whiteColor);
    position: relative;
    z-index: 1;
    background: transparent;
    background-clip: padding-box;
    max-width: max-content;
    transition: .3s;
}

.contact-us-btn1:hover {
    color: #436aff;
}

.contact-us-btn1 svg {
    display: block;
}

.contact-us-btn1 path {
    transition: .3s;
}

.contact-us-btn1:hover path {
    fill: #436aff;
}

/* Footer Nav */

.footer-nav-wrap .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-nav-wrap li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    display: block;
}

.footer-nav-wrap li a:hover {
    color: #436aff;
}

.footer-nav-wrap li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-contact-subscribe {
    max-width: 360px;
    width: 100%;
}

.footer-contact-area {
    margin-bottom: 36px;
}

.footer-contact-area .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-contact-area .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    word-break: break-all;
}

.footer-contact-area .info:not(:last-child) {
    margin-bottom: 16px;
}

.footer-newsletter-area .title {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-size: 18px;
    color: var(--whiteColor);
}

.footer-newsletter-area .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: #dedede;
    margin-bottom: 16px;
}

.footer-search-group {
    width: 100%;
    position: relative;
}

.footer-search-group .form-control {
    padding: 10px 15px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
    border-radius: 10px 0 0 10px;
    background: transparent;
    border: 1px solid #2f57ef;
    border-right: none;
}

.footer-search-group .form-control::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

.footer-search-group .form-control:focus {
    color: #dedede;
    border-color: #2f57ef;
}

.footer-search-group .submit {
    border-radius: 0 10px 10px 0;
    background: linear-gradient(155deg, #2f57ef 0%, #c464fd 93.75%);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    color: #dedede;
    padding: 9px 25px 10px 24px;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Footer Bottom */

.footer-bottom-area {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom-wrap {
    padding: 30px 0;
    column-gap: 40px;
    row-gap: 10px;
}

.footer-bottom-nav {
    column-gap: 40px;
    row-gap: 7px;
}

.footer-bottom-nav a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

.footer-bottom-nav a:hover {
    color: #436aff;
}

.footer-bottom-wrap .copyright {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #dedede;
}

/* Footer Area Css End ***
************************/

/* ===================================================================
                            Header Footer CSS End
====================================================================*/

/* ===================================================================
                    Elegant Homepage 1 CSS Start
====================================================================*/

.home1-banner-content {
    padding: 30px 0;
}

.home1-banner-content .light {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15em;
    color: var(--skinColor1);
    margin-bottom: 4px;
}

.home1-banner-content .title {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #0d221d;
    margin-bottom: 27px;
}

.home1-banner-content .title .highlight {
    color: var(--skinColor1);
    position: relative;
    display: inline-block;
}

.home1-banner-content .title .highlight::after {
    position: absolute;
    content: "";
    left: 7px;
    bottom: -7px;
    width: calc(100% + 11.69px);
    aspect-ratio: 219 / 14.64;
    background: url(../image/highlight-shape1.svg) no-repeat scroll center center / cover;
}

.home1-banner-content .info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858c8a;
}

.theme-btn1 {
    border-radius: 8px;
    padding: 12px 18px;
    background: var(--skinColor1);
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
    transition: .3s;
}

.theme-btn1:hover {
    background: #039572;
}

.border-btn1 {
    border: 1px solid var(--skinColor1);
    border-radius: 8px;
    padding: 11px 17px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--skinColor1);
    transition: .3s;
}

.border-btn1:hover {
    background: var(--skinColor1);
    color: var(--whiteColor);
}

.home1-banner-content .buttons {
    gap: 12px;
}

.home1-banner-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home1-banner-section:after {
    position: absolute;
    content: "";
    right: 0;
    top: 47.5px;
    width: 473px;
    aspect-ratio: 473 / 342;
    background: url(../image/home1-banner-shape1.svg) no-repeat scroll center center / cover;
}

.home1-banner-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 143px;
    width: 155px;
    aspect-ratio: 340 / 454;
    background: url(../image/home1-banner-shape1.png) no-repeat scroll center center / cover;
    z-index: -1;
}

/* Crash Course */

/* Section Title */

.home1-section-title {
    max-width: 621px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.home1-section-title .title {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #0d221d;
    text-align: center;
}

.home1-section-title .info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #858c8a;
    text-align: center;
}

/* Course Card */

.course-card1-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 14px 32px 0 rgba(147, 148, 158, 0.2);
    background: var(--whiteColor);
}

.course-card1-link .banner {
    width: 100%;
    aspect-ratio: 242 / 190;
    margin-bottom: 14px;
}

.course-card1-link .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.course-card1-details .rating-reviews {
    gap: 6px;
    margin-bottom: 4px;
}

.course-card1-details .rating-reviews .rating {
    gap: 4px;
}

.course-card1-details .rating-reviews .reviews {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
}

.course-card1-details .title-info {
    margin-bottom: 12px;
}

.course-card1-details .title-info .title {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #0d221d;
    margin-bottom: 2px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-card1-details .title-info .info {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-card1-leasons-students {
    column-gap: 12px;
    row-gap: 8px;
}

.course-card1-leasons-students .leasons-students {
    column-gap: 4px;
    margin-bottom: 8px;
}

.course-card1-leasons-students .leasons-students .total {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
}

.course-card1-author-price {
    column-gap: 20px;
}

.course-card1-author-price .author {
    column-gap: 8px;
}

.course-card1-author-price .author .profile {
    width: 30px;
    height: 30px;
}

.course-card1-author-price .author .profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.course-card1-author-price .author .name {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #0d221d;
}

.course-card1-author-price .prices .new-price {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--skinColor1);
    text-align: right;
}

.course-card1-author-price .prices .old-price {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    color: #858c8a;
    text-align: right;
}

/* Why Choose */

.why-choose-section1 {
    background: url(../image/choose1-background.svg) no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.why-choose-section1::after {
    position: absolute;
    content: "";
    right: 0;
    top: 39.09px;
    width: 482px;
    aspect-ratio: 482 / 263;
    background: url(../image/choose-shape-1.svg) no-repeat scroll center center / cover;
    z-index: -1;
}

.why-choose-section1::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 39.09px;
    width: 482px;
    aspect-ratio: 482 / 263;
    background: url(../image/choose-shape-2.svg) no-repeat scroll center center / cover;
    z-index: -1;
}

.why-choose-area1 {
    padding: 60px 0px;
}

.why-choose-area1>.title {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #0d221d;
    text-align: center;
}

.why-choose-wrap1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
}

.why-choose1-single {
    justify-self: center;
    position: relative;
    width: 100%;
}

.why-choose1-single:not(:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 77px;
    width: 1px;
    background: rgba(133, 140, 138, 0.3);
}

.why-choose1-single .total {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 72px;
    line-height: 76px;
    color: #0d221d;
    margin-bottom: 12px;
    text-align: center;
}

.why-choose1-single .info {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #0d221d;
    text-align: center;
}

/* Testimonial */

.elegant-testimonial-title {
    margin-bottom: 0;
}

.elegant-testimonial-2 {
    padding-top: 0px;
    padding-bottom: 30px;
}

.elegant-testimonial-1 {
    padding-top: 30px;
    padding-bottom: 16px;
}

.elegant-testimonial-2 .swiper-slide {
    height: auto;
}

.elegant-testimonial-1 .swiper-slide {
    height: auto;
}

.elegant-testimonial-slide {
    background: var(--whiteColor);
    box-shadow: 0px 14px 32px rgba(147, 148, 158, 0.2);
    border-radius: 12px;
    padding: 24px;
    width: 100%;
    height: 100%;
}

.ele-testimonial-profile-area {
    column-gap: 12px;
    margin-bottom: 16px;
}

.ele-testimonial-profile-area .profile {
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.ele-testimonial-profile-area .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ele-testimonial-profile-name .name {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0d221d;
}

.ele-testimonial-profile-name .time {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
    margin-bottom: 2px;
}

.ele-testimonial-profile-name .rating {
    column-gap: 5.32px;
}

.elegant-testimonial-slide .review {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #858c8a;
}

/* QNA Accordion */

.qnaaccordion-one .accordion-item {
    border: none;
}

.qnaaccordion-one .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(133, 140, 138, 0.3);
}

.qnaaccordion-one .accordion-item,
.qnaaccordion-one .accordion-button {
    border-radius: 0;
}

.qnaaccordion-one .accordion-button {
    padding: 0;
    padding-right: 17px;
    transition: .3s;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #0d221d;
}

.qnaaccordion-one .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 20px;
}

.qnaaccordion-one .accordion-item:not(:first-child) .accordion-button {
    padding-top: 20px;
}

.qnaaccordion-one .accordion-button:focus {
    box-shadow: none;
}

.qnaaccordion-one .accordion-button:not(.collapsed) {
    background-color: inherit;
    color: #0d221d;
    box-shadow: none;
    padding-bottom: 12px !important;
}

.qnaaccordion-one .accordion-body {
    padding: 0;
    padding-bottom: 28px;
    padding-right: 30px;
}

.qnaaccordion-one .accordion-body .answer {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858c8a;
}

.qnaaccordion-one .accordion-button::after {
    background-size: 15px;
    background-image: url(../image/plus-black-15.svg);
    width: 15px;
    height: 15px;
}

.qnaaccordion-one .accordion-button:not(.collapsed)::after {
    background-image: url(../image/minus-black-15.svg);
}

/* Blog Post */

.blog-post1-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 14px 32px 0 rgba(147, 148, 158, 0.2);
    background: var(--whiteColor);
}

.blog-post1-link .banner {
    width: 100%;
    aspect-ratio: 335 / 230;
    margin-bottom: 14px;
}

.blog-post1-link .banner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blog-post1-details .title {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #121421;
    margin-bottom: 8px;
}

.blog-post1-details .info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #93949e;
    margin-bottom: 16px;
}

.blog-post1-details .read-more {
    column-gap: 4px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121421;
}

.blog-post1-details .read-more img {
    transition: .3s;
}

.blog-post1-link:hover .read-more img {
    margin-left: 5px;
}

/* Download */

.home1-download-section {
    background: #e6f8f4;
}

.home1-download-area {
    padding: 60px 0;
    max-width: 547px;
    width: 100%;
    margin: 0 auto;
}

.home1-download-area .title {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #0d221d;
    margin-bottom: 16px;
}

.home1-download-area .info {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0d221d;
}

.home1-download-area .buttons {
    gap: 12px;
}

.home1-download-area .buttons .theme-btn1 {
    min-width: 124px;
}

/* ===================================================================
                    Elegant Homepage 1 CSS End
====================================================================*/

/* ===================================================================
                        Meditation CSS Start
====================================================================*/

.maditation-banner-typography {
    max-width: 1083px;
    margin: 27px auto 50px auto;
}

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

.maditation-banner-left {
    margin-top: 45px;
    margin-bottom: 20px;
}

.maditation-banner-left .info {
    max-width: 359px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #49494A;
    margin-bottom: 32px;
}

.explore-btn1 {
    display: flex;
    align-items: center;
    max-width: max-content;
}

.explore-btn1 .text {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
    padding: 7px 23px;
    border-radius: 35px;
    background: #121314;
    border: 1px solid #121314;
    transition: .3s;
}

.explore-btn1 .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121314;
    border: 1px solid #121314;
    transition: .3s;
}

.explore-btn1:hover .text {
    background: #4e4e4e;
    border-color: #4e4e4e;
}

.explore-btn1:hover .icon {
    background: #4e4e4e;
    border-color: #4e4e4e;
}

.maditation-banner-image {
    max-width: 582px;
    width: 100%;
    margin-left: -80px;
}

.maditation-banner-image img {
    width: 100%;
}

.maditation-banner-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-left: 13.6px;
}

.maditation-video-profiles {
    margin-bottom: 12px;
}

.maditation-video-profiles li {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.maditation-video-profiles li img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.maditation-video-profiles li:not(:first-child) {
    margin-left: -13px;
}

.maditation-video-profiles-last {
    position: relative;
}

.maditation-video-profiles-last .more-options {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.maditation-video-profiles-last .more {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 14px;
    line-height: 22px;
    color: var(--whiteColor);
}

.maditation-video-profiles-last .item {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    color: var(--whiteColor);
    margin-top: -6px;
}

.maditation-class-participant {
    column-gap: 24px;
    row-gap: 12px;
}

.maditation-class-participant .total {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #121314;
}

.maditation-class-participant .info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121314;
}

.maditation-beginner-lesson {
    border-radius: 65px;
    padding: 10px 32px;
    width: 100%;
    border: 1px solid #0BF496;
    margin-bottom: 90px;
}

.maditation-beginner-lesson .total {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    color: #121314;
}

.maditation-beginner-lesson .info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121314;
}

/* Harmony */

.harmony-main-section {
    background: #141318;
    padding: 80px 0 114px 0;
    position: relative;
    z-index: 1;
}

.harmony-main-section::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 300px;
    aspect-ratio: 516 / 342;
    background: url(../images/shape/harmoney-section-shadow1.svg) no-repeat scroll center center / cover;
    z-index: -1;
}

.harmony-main-section::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 320px;
    aspect-ratio: 553 / 299;
    background: url(../images/shape/harmoney-section-shadow2.svg) no-repeat scroll center center / cover;
    z-index: -1;
}

.harmony-title-area {
    column-gap: 30px;
    row-gap: 16px;
    margin-bottom: 24px;
}

.harmony-title-area .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: var(--whiteColor);
    max-width: 50%;
    width: 100%;
}

@media all and (max-width:767px) {
    .harmony-title-area .title {
        max-width: 100%;
    }
}

.explore-btn2 {
    display: flex;
    max-width: max-content;
}

.explore-btn2 .text {
    border: 1px solid var(--whiteColor);
    border-radius: 35px;
    padding: 7px 23px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
    transition: .3s;
}

.explore-btn2 .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.explore-btn2:hover .text {
    border-color: #666666;
}

.explore-btn2:hover .icon {
    border-color: #666666;
}

.single-harmony-yoga {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.single-harmony-yoga .banner {
    width: 100%;
    aspect-ratio: 263 / 263;
}

.single-harmony-yoga .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.single-harmony-yoga .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background: url(../image/harmony-yoga-overlay.svg) no-repeat scroll center center / cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    top: 100%;
    transition: .3s;
}

.single-harmony-yoga .overlay .name {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor);
    text-align: center;
}

.single-harmony-yoga.active .overlay,
.single-harmony-yoga:hover .overlay {
    top: 0;
}

/* Pose's Journey */

.posesjourney-title-area {
    column-gap: 30px;
    row-gap: 16px;
    margin-bottom: 24px;
}

.posesjourney-title-area .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: var(--blackColor);
    max-width: 643px;
    width: 100%;
}

.single-posesjourney-yoga {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.single-posesjourney-yoga .banner {
    width: 100%;
    aspect-ratio: 360 / 360;
    border-radius: 16px;
}

.single-posesjourney-yoga .banner img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.single-posesjourney-yoga .price {
    position: absolute;
    right: 16px;
    top: 16px;
    border-radius: 8px;
    padding: 4px 8px;
    background: #121314;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--whiteColor);
    z-index: 1;
}

.single-posesjourney-yoga .overlay {
    position: absolute;
    width: 100%;
    height: 260px;
    max-height: calc(100% - 50px);
    border-radius: 16px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: var(--bgShape);
    padding: 16px;
    bottom: -300px;
    transition: bottom 0.3s;
}

.single-posesjourney-yoga:hover .overlay {
    bottom: -35px;
    transition: bottom 0.3s;
}

.posejourney-overley {
    width: 100%;
    column-gap: 16px;
}

.posejourney-overley .title-area .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor);
    margin-bottom: 4px;
}

.posejourney-overley .title-area .info {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121314;
    font-family: 'Manrope';
}

.posejourney-overley .icon {
    height: 44px;
    min-width: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--whiteColor);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(62px);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.single-posesjourney-yoga:hover .posejourney-overley .icon {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

/* Yoga Benefti */

.yoga-benefit-area {
    background: #fff8f6;
    border-radius: 16px;
    padding: 48px 36px 21px 36px;
    position: relative;
    z-index: 1;
}

.yoga-benefit-area::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-top-right-radius: 16px;
    width: 197px;
    aspect-ratio: 197 / 341;
    background: url(../image/yoga-benefit-shadow2.svg) no-repeat scroll center center / cover;
    z-index: -1;
    transform: rotate(180deg);
    filter: opacity(0.3);
    border-radius: 0px 0px 0px 16px;
}

.yoga-benefit-area::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 16px;
    width: 170px;
    aspect-ratio: 168 / 365;
    background: url(../image/yoga-benefit-shadow1.svg) no-repeat scroll center center / cover;
    z-index: -1;
    transform: rotate(180deg);
    filter: opacity(0.5);
    border-radius: 0px 16px 0px 0px;
}

.yoga-benefit-area>.title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: var(--blackColor);
    margin-bottom: 4px;
}

.yoga-benefits-wrap {
    column-gap: 42px;
    row-gap: 42px;
}

.yoga-benefit-banner {
    max-width: 280px;
    width: 100%;
}

.yoga-benefit-list li {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
}

.yoga-benefit-list li:not(:last-child) {
    margin-bottom: 32px;
}

.yoga-benefit-image {
    height: 56px;
    min-width: 56px;
    width: 56px;
    border-radius: 8px;
    background: #ffedd1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yoga-benefit-details>.title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--blackColor);
    margin-bottom: 8px;
}

.yoga-benefit-details>.info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #49494a;
}

.yoga-benefit-left .title {
    text-align: right;
}

.yoga-benefit-left .info {
    text-align: right;
}

/* True Self */

.true-self-details .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin-bottom: 32px;
}

.true-self-details .info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5e6168;
}

.true-self-users {
    margin-bottom: 12px;
}

.true-self-users li:not(:first-child) {
    margin-left: -8px;
}

.true-self-users li {
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.true-self-users li img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Video */

.true-self-video {
    width: 100%;
    aspect-ratio: 360 / 308;
}

.true-self-video .plyr--video {
    height: 100%;
    width: 100%;
    border-radius: 24px;
}

.true-self-video .plyr__control--overlaid {
    background: var(--whiteColor);
    color: var(--blackColor);
    outline: 14px solid rgba(38, 38, 38, 0.26);
}

.true-self-video .plyr__control svg {
    height: 14px;
    width: 14px;
}

.true-self-video .plyr--video .plyr__control:hover {
    background: var(--whiteColor);
    color: var(--blackColor);
}

.true-self-video .plyr--full-ui input[type=range] {
    color: var(--whiteColor);
}

.true-self-banners .banner {
    width: 100%;
    aspect-ratio: 262 / 100;
}

.true-self-banners .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.true-self-banners .banner:not(:last-child) {
    margin-bottom: 4px;
}

/* Pricing */

.pricing-area-title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.single-yoga-pricing {
    border-radius: 20px;
    padding: 24px 24px 40px 24px;
    box-shadow: 2px 7px 10px 0 rgba(0, 0, 0, 0.06);
    background: var(--whiteColor);
    overflow: hidden;
}

.single-yoga-pricing .plan {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #121314;
    margin-bottom: 16px;
}

.single-yoga-pricing .info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #121314;
    margin-bottom: 16px;
}

.single-yoga-pricing .price {
    font-family: 'Manrope';
    color: #121314;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: flex-start;
}

.single-yoga-pricing .price .symble {
    font-size: 30px;
    line-height: 48px;
}

.get-start-btn1 {
    display: block;
    width: 100%;
    padding: 7px 23px;
    text-align: center;
    border: 1px solid #121314;
    border-radius: 35px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121314;
    transition: .3s;
}

.get-start-btn1:hover {
    background: #121314;
    color: var(--whiteColor);
}

.get-start-btn2 {
    display: block;
    width: 100%;
    padding: 7px 23px;
    text-align: center;
    border: 1px solid #121314;
    border-radius: 35px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
    background: #121314;
    color: var(--whiteColor);
}

.get-start-btn2:hover {
    color: #121314;
    background: var(--whiteColor);
}

.yoga-pricing-details-list {
    margin-top: 20px;
}

.yoga-pricing-details-list li:not(:last-child) {
    margin-bottom: 24px;
}

.yoga-pricing-details-list li {
    padding-left: 28px;
    position: relative;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #121314;
}

.yoga-pricing-details-list li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: url(../image/checked-sky-20.svg) no-repeat scroll center center / cover;
}

.single-yoga-pricing.premium {
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.single-yoga-pricing.premium::after {
    position: absolute;
    content: "";
    right: -163px;
    top: -195px;
    border-radius: 100%;
    background: radial-gradient(50.32% 50.69% at 47.23% 46.33%, rgb(57, 219, 254) 0%, rgb(220, 253, 255) 100%);
    filter: blur(10px);
    filter: blur(100px);
    width: 245px;
    height: 615px;
    z-index: -1;
    transform: rotate(-10deg);
}

.single-yoga-pricing.premium::before {
    position: absolute;
    content: "";
    left: -135px;
    bottom: -141px;
    border-radius: 100%;
    background: radial-gradient(56.25% 50.4% at 51.2% 47.2%, rgb(255, 99, 99) 0%, rgb(255, 207, 207) 100%);
    filter: blur(15.300000190734863px);
    filter: blur(150px);
    width: 181px;
    height: 478px;
    z-index: -1;
    transform: rotate(-20deg);
}

.yoga-pricing-details-list.premium li::after {
    background: url(../image/checked-black-20.svg) no-repeat scroll center center / cover;
}

.meditation-blog-title-area {
    column-gap: 24px;
    row-gap: 16px;
    margin-bottom: 24px;
}

.meditation-blog-title-area .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #000;
}

/* Blog */

.meditation-blog-link {
    display: block;
    width: 100%;
    height: 100%;
}

.meditation-blog-inner .banner {
    width: 100%;
    aspect-ratio: 360 / 280;
    margin-bottom: 12px;
}

.meditation-blog-inner .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.meditation-blog-details .title {
    font-family: 'Mica Valo';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    line-height: 1.4;
    color: #121314;
    margin-bottom: 8px;
}

.meditation-blog-details .info {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #49494a;
    margin-bottom: 16px;
}

.meditation-blog-details .read-more {
    column-gap: 8px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121314;
}

.meditation-blog-details .read-more img {
    transition: .3s;
}

.meditation-blog-link:hover .read-more img {
    margin-left: 5px;
}

/* ===================================================================
                        Meditation CSS End
====================================================================*/

/* ===================================================================
                        Cooking CSS Start
====================================================================*/

.cooking-banner-section {
    overflow: hidden;
}

.cooking-banner-details {
    margin-top: 100px;
    margin-bottom: 130px;
    position: relative;
    z-index: 1;
}

.cooking-banner-details::after {
    position: absolute;
    content: "";
    left: -266px;
    top: -223px;
    width: 541px;
    aspect-ratio: 541 / 541;
    border-radius: 100%;
    background: radial-gradient(61.56% 61.56% at 56.49% 50%, rgb(0, 144, 127) 0%, rgb(0, 144, 127) 100%);
    filter: blur(200px);
    z-index: -1;
    opacity: 0.09;
}

.cooking-banner-details .light {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: var(--skinColor3);
    margin-bottom: 10px;
}

.cooking-banner-details .title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 52px;
    line-height: 50px;
    text-transform: capitalize;
    color: #062320;
    max-width: 513px;
    width: 100%;
}

.cooking-banner-details .title .highlight {
    font-family: 'Mulish';
    font-weight: 800;
    font-size: 58px;
    line-height: 78px;
    text-transform: uppercase;
    color: var(--skinColor3);
}

.cooking-banner-details .title .small {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 41px;
    line-height: 55px;
    text-transform: capitalize;
    color: #062320;
}

.cooking-banner-details .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #909090;
}

.rectangle-btn1 {
    box-shadow: 0 10px 18px 0 rgba(0, 144, 127, 0.25);
    background: linear-gradient(166deg, #00907f 0%, #006e61 100%);
    padding: 14px 26px;
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    max-width: max-content;
}

.rectangle-btn1::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(35, 101, 96, 1) 0%, rgba(58, 131, 126, 1) 45%, rgba(58, 131, 126, 1) 55%, rgba(35, 101, 96, 1) 100%);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    transition: .3s;
}

.rectangle-btn1:hover:before {
    opacity: 1;
}

.cooking-banner-sponsors {
    column-gap: 54.5px;
    row-gap: 30px;
    margin-top: 50px;
}

.cooking-banner-image {
    max-width: 517px;
    width: 100%;
    margin-top: 68px;
    margin-bottom: 60px;
    position: relative;
}

.cooking-banner-image::after {
    position: absolute;
    content: "";
    top: -5px;
    right: -99px;
    width: 369px;
    aspect-ratio: 369 / 369;
    border-radius: 100%;
    background: radial-gradient(61.56% 61.56% at 56.49% 50%, rgb(0, 144, 127) 0%, rgb(0, 144, 127) 100%);
    filter: blur(50px);
    opacity: 0.1;
    z-index: -1;
}

.cooking-banner-image::before {
    position: absolute;
    content: "";
    bottom: 9.5px;
    left: -100px;
    width: 461px;
    aspect-ratio: 461 / 461;
    border-radius: 100%;
    background: radial-gradient(61.56% 61.56% at 56.49% 50%, rgb(0, 144, 127) 0%, rgb(0, 144, 127) 100%);
    filter: blur(50px);
    opacity: 0.1;
    z-index: -1;
}

/* Service */

.cooking-services-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
}

.cooking-single-service {
    text-align: center;
    position: relative;
    padding: 0 24px;
}

.cooking-single-service img {
    text-align: center;
    margin: 0 auto 30px auto;
}

.cooking-single-service .title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #062320;
    max-width: 264px;
    margin: 0 auto 15px auto;
}

.cooking-single-service .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #909090;
    max-width: 264px;
    margin: 0 auto;
}

.cooking-single-service:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 118px;
    width: 1px;
    background: #909090;
    opacity: 0.3;
}

/* Section Title */

.cooking-section-title {
    max-width: 565px;
    margin: 0 auto 50px auto;
}

.cooking-section-title>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #062320;
    text-align: center;
}

.cooking-section-title>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #909090;
}

/* Course Card */

.cooking-course-link {
    display: block;
    width: 100%;
    height: 100%;
}

.cooking-course-card {
    box-shadow: 0 14px 32px 0 rgb(147 148 158 / 16%);
    background: var(--whiteColor);
    padding: 16px;
    height: 100%;
    transition: box-shadow 0.3s;
}

.cooking-course-card:hover {
    box-shadow: 0 14px 32px 0 rgba(96, 97, 109, 0.247);
    transition: box-shadow 0.3s;
}

.cooking-course-card .banner {
    width: 100%;
    aspect-ratio: 232 / 157;
    margin-bottom: 16px;
}

.cooking-course-card .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cooking-course-card-body>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #171719;
    margin-bottom: 10px;
}

.cooking-course-card-body .time-rating {
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(144, 144, 144, 0.3);
}

.cooking-course-card-body .time-wrap {
    gap: 6px;
}

.cooking-course-card-body .time-wrap .time {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #909090;
}

.cooking-course-card-body .rating-wrap {
    gap: 5px;
}

.cooking-course-card-body .rating-wrap .rating {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #062320;
}

.cooking-course-card-body .author-price {
    gap: 10px;
}

.cooking-course-card-body .author-wrap {
    gap: 11px;
}

.cooking-course-card-body .author-wrap img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.cooking-course-card-body .author-wrap .name {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    color: #171719;
}

.cooking-course-card-body .author-price .price {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--skinColor3);
}

/* Course List View */

.cooking-course-list-link {
    display: block;
    width: 100%;
}

.cooking-course-list-card {
    width: 100%;
    box-shadow: 0 14px 32px 0 rgba(0, 144, 127, 0.2);
    background: var(--whiteColor);
}

.cooking-course-list-banner-title {
    padding: 16px;
    column-gap: 20px;
    max-width: 100%;
    width: 100%;
}

.cooking-course-list-banner-title .banner {
    min-width: 195px;
    width: 195px;
    aspect-ratio: 195 / 127.63;
}

.cooking-course-list-banner-title .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cooking-course-list-banner-title .title-wrap .title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #171719;
    margin-bottom: 20px;
}

.cooking-course-list-banner-title .title-wrap {
    max-width: 317px;
}

.cooking-course-list-banner-title .author-wrap {
    column-gap: 12px;
}

.cooking-course-list-banner-title .author-wrap img {
    min-width: 34.43px;
    width: 34.43px;
    height: 34.43px;
    border-radius: 50%;
    object-fit: cover;
}

.cooking-course-list-banner-title .author-wrap .name {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #171719;
}

.cooking-course-list-other {
    padding: 16px;
    max-width: 100%;
    width: 100%;
    justify-content: space-around;
    gap: 16px;
}

.cooking-course-list-other .date-time {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cooking-course-list-other .date-time::after {
    position: absolute;
    content: "";
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    height: 57px;
    width: 1px;
    background: rgba(144, 144, 144, 0.3);
}

.cooking-course-list-other .date-time .info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    margin-bottom: 13px;
}

.cooking-course-list-other .date-time .value {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #062320;
}

.cooking-course-list-other .date-time-price {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cooking-course-list-other .date-time-price .info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #909090;
    margin-bottom: 13px;
}

.cooking-course-list-other .date-time-price .value {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--skinColor3);
}

/* Counter */

.cooking-counter-area {
    column-gap: 20px;
    row-gap: 20px;
}

.cooking-counter-single {
    max-width: 100%;
    width: 100%;
    text-align: center;
    position: relative;
}

.cooking-counter-single:not(:last-child):after {
    position: absolute;
    content: "";
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 77px;
    background: rgba(144, 144, 144, 0.3);
}

.cooking-counter-single .total {
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 82px;
    line-height: 107px;
    color: var(--skinColor3);
    margin-bottom: 5px;
}

.cooking-counter-single .info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #151d27;
}

/* Kitchen */

.desirable-kitchen-area {
    column-gap: 30px;
    row-gap: 30px;
}

.desirable-kitchen-details {
    max-width: 514px;
    width: 100%;
}

.desirable-kitchen-details>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #062320;
}

.desirable-kitchen-details>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #909090;
}

.desirable-kitchen-prefer {
    column-gap: 45px;
    row-gap: 30px;
    margin-bottom: 40px;
}

.desirable-kitchen-prefer li {
    display: flex;
    align-items: center;
    column-gap: 13px;
    min-width: 187px;
}

.desirable-kitchen-prefer li .prefer {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #151d27;
}

.desirable-kitchen-banner {
    max-width: 596px;
    width: 100%;
}

/* Become Instructor */

.become-instructor-area {
    column-gap: 43px;
}

.become-instructor-video-area {
    max-width: 626px;
    width: 100%;
    padding-right: 48px;
    position: relative;
}

.become-instructor-video-area .play-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 6px solid var(--whiteColor);
    background: linear-gradient(155deg, #00907f 0%, #006e61 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.become-instructor-video-area .play-icon>img {
    margin-left: 5px;
}

/* Video Modal  */

.instructor-video-modal .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    background-image: none;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color) !important;
}

.instructor-video-modal .modal-title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #171719;
}

.instructor-video-modal .modal-header .btn-close {
    background-size: 14px;
}

.instructor-video-modal .modal-header .btn-close:focus {
    box-shadow: none;
}

/* Video */

.instructor-modal-video {
    width: 100%;
}

.instructor-modal-video .plyr--video {
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.instructor-modal-video .plyr__control--overlaid {
    background: var(--whiteColor);
    color: var(--blackColor);
    outline: 10px solid rgba(38, 38, 38, 0.26);
}

.instructor-modal-video .plyr__control svg {
    height: 14px;
    width: 14px;
}

.instructor-modal-video .plyr--video .plyr__control:hover {
    background: var(--whiteColor);
    color: var(--blackColor);
}

.instructor-modal-video .plyr--full-ui input[type=range] {
    color: var(--whiteColor);
}

.become-instructor-details {
    max-width: 465px;
    width: 100%;
}

.become-instructor-details>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #062320;
}

.become-instructor-details>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #909090;
}

/* Popular Instructor */

.cooking-popular-instructor {
    max-width: 334px;
    margin: auto;
}

.cooking-popular-instructor .profile-img {
    margin-bottom: 12px;
    width: 100%;
    height: 230px;
}

.cooking-popular-instructor .profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cooking-popular-instructor .details .name {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #062320;
    text-align: center;
}

.cooking-popular-instructor .details .role {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    color: rgba(144, 144, 144, 0.8);
    margin-bottom: 8px;
    text-align: center;
}

.popular-instructor-socila {
    column-gap: 10px;
    row-gap: 8px;
}

.popular-instructor-socila li a {
    padding: 0 7px;
}

.popular-instructor-socila li a path {
    transition: .3s;
}

.popular-instructor-socila li a:hover path {
    fill: var(--skinColor1);
}

/* Frequently Asked Questions */

.frequently-qna-title-area {
    column-gap: 40px;
    row-gap: 30px;
}

.frequently-qna-title-area>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    color: #062320;
    max-width: 369px;
    width: 100%;
}

.frequently-qna-title-area>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #909090;
    max-width: 600px;
    width: 100%;
}

/* Accordion */

.qnaaccordion-two .accordion-button {
    padding: 0;
    transition: .3s;
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #062320;
}

.qnaaccordion-two .accordion-item:not(:first-child) .accordion-button {
    padding-top: 30px;
}

.qnaaccordion-two .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 30px;
}

.qnaaccordion-two .accordion-button:focus {
    box-shadow: none;
}

.qnaaccordion-two .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: var(--blackColor);
    padding-bottom: 30px;
}

.qnaaccordion-two .accordion-button::after {
    background-image: url(../image/angle-right-black-20.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.qnaaccordion-two .accordion-button:not(.collapsed)::after {
    background-image: url(../image/angle-up-green-20.svg);
}

.qnaaccordion-two .accordion-item {
    border: none;
}

.qnaaccordion-two .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(144, 144, 144, 0.3);
}

.qnaaccordion-two .accordion-body {
    padding: 0;
    padding-bottom: 30px;
}

.qnaaccordion-two .accordion-item:last-child .accordion-body {
    padding-bottom: 0px;
}

.qnaaccordion-two .answer {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #909090;
}

.two-accordion-wrap .row {
    --bs-gutter-x: 61px;
    row-gap: 61px;
}

/* News */

.list-news1-link {
    display: block;
    width: 100%;
    height: 100%;
}

.list-link1-card {
    column-gap: 20px;
    row-gap: 20px;
}

.list-link1-card .banner {
    max-width: 244px;
    width: 100%;
}

.list-link1-card .banner img {
    width: 100%;
}

.list-news1-card-body {
    max-width: 100%;
    width: 100%;
}

.list-news1-card-body .date-wrap {
    column-gap: 6px;
    margin-bottom: 4px;
}

.list-news1-card-body .date-wrap .date {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #909090;
}

.list-news1-card-body .date-wrap img {
    margin-bottom: 2px;
}

.list-news1-card-body>.title {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #171719;
    margin-bottom: 12px;
}

.list-news1-card-body>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #909090;
    margin-bottom: 20px;
}

.list-news1-card-body .arrow img {
    transition: .3s;
}

.list-news1-link:hover .arrow>img {
    margin-left: 3px;
}

.cooking-news-section {
    overflow: hidden;
}

.cooking-news-main-area {
    position: relative;
    z-index: 1;
}

.cooking-news-main-area::after {
    position: absolute;
    content: "";
    top: -45px;
    right: -395px;
    width: 541px;
    aspect-ratio: 541 / 541;
    border-radius: 100%;
    background: radial-gradient(61.56% 61.56% at 56.49% 50%, rgb(0, 144, 127) 0%, rgb(0, 144, 127) 100%);
    filter: blur(200px);
    z-index: -1;
    opacity: 0.09;
}

/* ===================================================================
                        Cooking CSS End
====================================================================*/

/* ===================================================================
                        Development CSS End
====================================================================*/

.dev-banner-section {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.dev-banner-section::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    aspect-ratio: 1053 / 388;
    bottom: -119px;
    background: url(../images/shape/dev-banner-circle.png) no-repeat scroll center center / cover;
    z-index: -1;
}

.dev-banner-section::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    aspect-ratio: 848 / 598;
    bottom: -110px;
    background: url(../images/shape/dev-banner-shadow.webp) no-repeat scroll center center / cover;
    z-index: -1;
}

.development-banner-area {
    margin-top: 80px;
}

.development-banner-area>.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    color: #201f22;
}

.development-banner-area>.title .highlight {
    color: var(--skinColor4);
}

.development-banner-area .video-play-btn {
    margin-top: 195px;
    margin-bottom: 189px;
    margin-left: 42px;
}

@media all and (min-width: 1499px) {
    .development-banner-area .video-play-btn {
        margin-bottom: 200px;
    }
}

.video-play-btn {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #201f22;
    transition: .3s;
    max-width: max-content;
}

.video-play-btn .icon {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #b5b2ad;
    background: #f5f3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.video-play-btn .icon img {
    margin-left: 5px;
}

.video-play-btn:hover {
    color: var(--skinColor4);
}

.video-play-btn:hover .icon {
    border-color: var(--skinColor4);
}

.development-hero-section1 {
    background: #F4F4F4;
    border-top: 1px solid #b5b2ad;
}

.development-hero-area1 {
    padding: 33px 0 27px 0;
    gap: 28px;
    flex-wrap: wrap;
}

.hero-rated-profile-area {
    padding-right: 25.5px;
    max-width: 231.5px;
    width: 100%;
    position: relative;
}

.hero-rated-profile-area::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 18px);
    background: rgba(32, 31, 34, 0.27);
}

.hero-rated-profile-area .profiles {
    margin-bottom: 12px;
}

.hero-rated-profile-area .profiles li {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.hero-rated-profile-area .profiles li:not(:last-child) img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.hero-rated-profile-area .profiles li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #201f22;
}

.hero-rated-profile-area .profiles li:not(:first-child) {
    margin-left: -13px;
}

.hero-rated-profile-area .profiles li:not(:last-child) {
    position: relative;
}

.hero-rated-profile-area .profiles li:nth-of-type(1) {
    z-index: 2;
}

.hero-rated-profile-area .profiles li:nth-of-type(2) {
    z-index: 1;
}

.hero-rated-profile-area>.info {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #201f22;
}

.development-hero-area1 .hero-info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #201f22;
    max-width: 512px;
}

.btn-black1 {
    border-radius: 8px;
    padding: 14px 30px;
    background: #201f22;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
    max-width: max-content;
    display: block;
    transition: .3s;
}

.btn-black1:hover {
    background: #424242;
}

/* Software Development */

.software-development-banner {
    max-width: 504px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.software-development-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shape/soft-dev-shadow.webp) no-repeat scroll center center / cover;
    z-index: -1;
}

.software-development-details>.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #201f22;
    margin-bottom: 16px;
}

.software-development-details>.title .highlight {
    color: var(--skinColor4);
    font-weight: 600;
}

.software-development-details>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
}

.dashed-list-items li {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #201f22;
}

.dashed-list-items li span {
    color: var(--skinColor4);
}

.dashed-list-items li:not(:last-child) {
    margin-bottom: 8px;
}

.btn-black-arrow1 {
    border-radius: 8px;
    padding: 14px 24px 14px 30px;
    background: #201f22;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    column-gap: 6px;
    max-width: max-content;
    transition: .3s;
}

.btn-black-arrow1:hover {
    background: #424242;
}

/* Section Title */

.dev-section-title {
    max-width: 621px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.dev-section-title>.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #201f22;
}

.dev-section-title>.title .highlight {
    color: var(--skinColor4);
}

.dev-section-title>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #78777c;
}

.learning-coding-card {
    border: 1px solid #b5b2ad;
    border-radius: 12px;
    padding: 40px 24px;
    width: 100%;
    height: 100%;
}

.learning-coding-card>.title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #201f22;
    text-align: center;
    margin-bottom: 16px;
}

.learning-coding-card>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #78777c;
}

.learning-coding-card .banner {
    width: 125px;
    height: 125px;
    margin: 40px auto 0px auto;
}

.learning-coding-card .banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Course */

.dev-course-card-link {
    display: block;
    height: 100%;
    width: 100%;
}

.dev-course-card {
    border: 1px solid #b5b2ad;
    border-radius: 12px;
    padding: 12px;
    height: 100%;
    width: 100%;
}

.dev-course-card .banner {
    width: 100%;
    aspect-ratio: 246 / 186;
    margin-bottom: 12px;
}

.dev-course-card .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.dev-course-card-body>.title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #201f22;
    margin-bottom: 4px;
}

.dev-course-card-body .reviews {
    column-gap: 6px;
    margin-bottom: 8px;
}

.dev-course-card-body .reviews .ratings {
    column-gap: 4px;
}

.dev-course-card-body .reviews .total {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #78777c;
}

.dev-course-card-body .price {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #201f22;
    margin-bottom: 8px;
}

.dev-course-card-body .leason-student {
    column-gap: 12px;
    row-gap: 8px;
    flex-wrap: wrap;
}

.dev-course-card-body .leason-student .leasons-students {
    column-gap: 6px;
}

.dev-course-card-body .leason-student .leasons-students .total {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #78777c;
}

.dev-course-card-body .leason-student .leasons-students:not(:last-child) {
    padding-right: 12px;
    position: relative;
}

.dev-course-card-body .leason-student .leasons-students:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(32, 31, 34, 0.27);
}

.dev-course-btn-area {
    margin-top: 10px;
}

/* Programming E-book */

.programming-ebook-section {
    background: rgba(242, 225, 217, 0.8);
}

.programming-ebook-area {
    padding: 30px 0;
    column-gap: 50px;
    row-gap: 40px;
}

.programming-ebook-banner {
    max-width: 498px;
    width: 100%;
}

.programming-ebook-banner .img {
    width: 100%;
}

.programming-ebook-details {
    max-width: 582px;
    width: 100%;
}

.programming-ebook-details .title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #201f22;
    margin-bottom: 16px;
}

.programming-ebook-details .title .highlight {
    color: var(--skinColor4);
    font-weight: 600;
}

.programming-ebook-details .info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
}

/* QNA Accordion */

.qna-three-accordion .accordion-item {
    border: none;
}

.qna-three-accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(133, 140, 138, 0.3);
}

.qna-three-accordion .accordion-item,
.qna-three-accordion .accordion-button {
    border-radius: 0;
}

.qna-three-accordion .accordion-button {
    padding: 0;
    transition: .3s;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #201f22;
}

.qna-three-accordion .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 28px;
}

.qna-three-accordion .accordion-item:not(:first-child) .accordion-button {
    padding-top: 28px;
}

.qna-three-accordion .accordion-button:focus {
    box-shadow: none;
}

.qna-three-accordion .accordion-button:not(.collapsed) {
    background-color: inherit;
    color: #201f22;
    box-shadow: none;
    padding-bottom: 12px !important;
}

.qna-three-accordion .accordion-body {
    padding: 0;
    padding-bottom: 28px;
    padding-right: 30px;
}

.qna-three-accordion .accordion-body .answer {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
}

.qna-three-accordion .accordion-button::after {
    background-size: 24px;
    background-image: url(../image/arrow-circle-black-24.svg);
    width: 24px;
    height: 24px;
}

.qna-three-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

/* Testimonial */

.dev-student-testimonial {
    height: 100%;
    width: 100%;
    border: 1px solid #b5b2ad;
    border-radius: 12px;
    padding: 30px 24px;
}

.dev-student-testimonial .ratings {
    column-gap: 5.32px;
    margin-bottom: 12px;
}

.dev-student-testimonial .feedback {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
    margin-bottom: 18px;
}

.dev-student-testimonial .feedback .bold {
    font-weight: 500;
}

.dev-student-testimonial .profile-wrap {
    column-gap: 18px;
}

.dev-student-testimonial .profile-wrap .profile {
    min-width: 60px;
    width: 60px;
    height: 60px;
}

.dev-student-testimonial .profile-wrap .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.dev-student-testimonial .name-role .name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #201f22;
}

.dev-student-testimonial .name-role .role {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
}

.dev-student-swiper .swiper-slide {
    height: auto;
}

.swiper-button-wrap {
    column-gap: 18px;
    margin-top: 30px;
}

.swiper-button-wrap .swiper-button-next,
.swiper-button-wrap .swiper-button-prev {
    position: inherit;
    margin: 0;
    height: 46px;
    width: 46px;
}

.swiper-button-wrap .swiper-button-next:after,
.swiper-button-wrap .swiper-button-prev:after {
    content: "";
    height: 46px;
    width: 46px;
    background-size: 46px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-wrap .swiper-button-next:after {
    background-image: url(../image/angle-circle-right-46.svg);
}

.swiper-button-wrap .swiper-button-prev:after {
    background-image: url(../image/angle-circle-left-46.svg);
}

.swiper-button-wrap .swiper-button-next.swiper-button-disabled,
.swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.45;
}

/* News Blog */

.dev-news-link {
    display: block;
    height: 100%;
    width: 100%;
}

.dev-news-card {
    height: 100%;
    width: 100%;
    border: 1px solid #b5b2ad;
    border-radius: 12px;
    padding: 16px;
}

.dev-news-card .banner {
    width: 100%;
    aspect-ratio: 335 / 230;
    margin-bottom: 14px;
}

.dev-news-card .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.dev-news-card-body>.title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #201f22;
}

.dev-news-card-body .date-comments {
    column-gap: 12px;
    row-gap: 5px;
}

.dev-news-card-body .date-comments .date-wrap,
.dev-news-card-body .date-comments .comment-wrap {
    column-gap: 6px;
}

.dev-news-card-body .date-comments .date-wrap .value,
.dev-news-card-body .date-comments .comment-wrap .value {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #78777c;
}

.dev-news-card-body .date-comments .date-wrap {
    padding-right: 12px;
    position: relative;
}

.dev-news-card-body .date-comments .date-wrap::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background: rgba(32, 31, 34, 0.27);
}

.dev-news-card-body>.info {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #78777c;
}

/* ===================================================================
                        Development CSS End
====================================================================*/

/* ===================================================================
                        Language CSS Start
====================================================================*/

.text-bordered-1 {
    border: 1px solid var(--skinColor5);
    border-radius: 100px;
    padding: 7px 15px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: var(--skinColor5);
    max-width: max-content;
}

.lms-subscribe-form-1 .form-control-1 {
    max-width: 322px;
    width: 100%;
}

.form-control-1 {
    border: 1px solid rgba(134, 134, 141, 0.34);
    border-radius: 8px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #86868d;
    transition: .3s;
    padding: 13px 15px;
}

.form-control-1:focus,
.form-control-1:hover {
    border-color: var(--skinColor5);
    color: #86868d;
}

.form-control-1::placeholder {
    color: #86868d;
}

.btn-primary-1 {
    border-radius: 8px;
    padding: 14px 30px;
    background: var(--skinColor5);
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
    border: none;
}

.btn-primary-1:active,
.btn-primary-1:hover {
    background: #076785 !important;
    color: var(--whiteColor) !important;
}

.lms-banner-1 {
    max-width: 388px;
    margin-left: -24px;
}

.lms-banner-1 img {
    width: 100%;
}

.lms-banner-area-1 {
    gap: 30px;
}

.lms-banner-wrap-1 {
    padding: 70px 0 100px 0;
}

.lms-banner-items1 {
    max-width: 223px;
}

/* Service */

.lms-service-card-1 {
    max-width: 282px;
    margin: 0 auto;
}

.service-card-icon1 {
    margin: 0 auto 30px auto;
}

/* Course */

/* card design */

/* card 1 */

.lms-1-card {
    box-shadow: 0 14px 32px 0 rgba(147, 148, 158, 0.2);
    background: var(--whiteColor);
    border-radius: 12px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}

i:not(.fas, .fa, .fab) {
    /* line-height: 1.5em !important; */
    /* vertical-align: -0.12em !important; */
    display: inline-flex;
}

i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
    line-height: 1.5em !important;
}

.lms-1-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* card hover */

.lms-card-hover1 {
    transition: .3s;
}

.lms-card-hover1:hover {
    box-shadow: 0 14px 32px 0 rgba(83, 99, 210, 0.26);
}

.lms-card-hover2 {
    transition: .3s;
    outline: 1px solid transparent;
}

.lms-card-hover2:hover {
    outline-color: #1d242d;
}

.card-banner-hover1 {
    transition: .3s;
}

.card-banner-hover1:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.list-view-banner1 {
    max-width: 233px;
    width: 100%;
    aspect-ratio: 233 / 180;
}

.list-view-banner1>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card-rating-reviews1 {
    gap: 6px;
}

.card-flug-sm {
    min-width: 22px;
    width: 22px;
    height: 22px;
}

.card-flug-sm>img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.card-programs-1 {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d8;
}

.card-author-sm {
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.card-author-sm>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.btn-outline-primary-1 {
    border: 1px solid var(--skinColor5);
    border-radius: 8px;
    padding: 11px 17px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--skinColor5);
}

.btn-outline-primary-1:active,
.btn-outline-primary-1:hover {
    background: var(--skinColor5) !important;
    color: var(--whiteColor) !important;
}

.btn-primary-2 {
    border-radius: 8px;
    padding: 12px 18px;
    background: var(--skinColor5);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--whiteColor);
    border: none;
}

.btn-primary-2:active,
.btn-primary-2:hover {
    background: #076785 !important;
    color: var(--whiteColor) !important;
}

.about-text-items {
    padding-left: 23px;
    position: relative;
}

.about-text-items::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: calc(100% - 7px);
    border-radius: 24px;
    background: linear-gradient(rgb(38 72 113) 0%, rgb(72 137 215 / 0%) 100%);
}

.about-area-banner1>img {
    width: 100%;
}

/* Form and Why choose Area */

.form-control-2 {
    border: 1px solid rgba(134, 134, 141, 0.34);
    border-radius: 8px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #86868d;
    transition: .3s;
    padding: 15px 25px;
}

.form-control-2:focus,
.form-control-2:hover {
    border-color: var(--skinColor5);
    color: #86868d;
}

.form-control-2::placeholder {
    color: #86868d;
}

.form-label-2 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #030531;
    margin-bottom: 12px;
}

.btn-primary-3 {
    border-radius: 8px;
    padding: 16px 26px;
    background: var(--skinColor5);
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: var(--whiteColor);
    border: none;
}

.btn-primary-3:active,
.btn-primary-3:hover {
    background: #076785 !important;
    color: var(--whiteColor) !important;
}

.bgcolor-card-1 {
    border-radius: 12px;
    padding: 16px;
    max-width: 255px;
    width: 100%;
    background: var(--bgcolor, linear-gradient(164deg, #e8f7fc 0%, #f1f9fc 100%));
}

.signup-form-wrap {
    position: static;
    z-index: 1;
}

.signup-form-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    margin-top: -330px;
    width: 671px;
    width: calc(50% - 200px);
    height: 312px;
    background: linear-gradient(89deg, #264871 0%, #2e5788 33.99%, #4889d7 100%);
    z-index: -1;
}

/* Team */

.grid-view-banner1 {
    border-radius: 8px;
}

.grid-view-banner1>a {
    width: 100%;
}

.grid-view-banner1>a>img,
.grid-view-banner1>img {
    width: 100%;
    height: 207px;
    border-radius: 8px;
    object-fit: cover;
}

.grid-view-banner2>img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.social-link-1 {
    border: 0.50px solid rgba(38, 72, 113, 0.2);
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link-1:hover {
    border-color: var(--skinColor5);
}

.link-icon-btn1 {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121421;
    gap: 4px;
    max-width: max-content;
}

.link-icon-btn1 span::before {
    display: block;
    font-size: 18px;
    transition: .3s;
}

.link-icon-btn1:hover span::before {
    margin-left: 3px;
}

/* Language Slider */

.testimonial-profile-wrap1 {
    max-width: 290px;
    width: 100%;
    margin: auto;
}

.testimonial-profile-area1 {
    height: 56px;
}

.testimonial-profile-img1 {
    width: 56px !important;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.testimonial-profile-img1 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.testimonial-profile1 {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonial-profile-area1 .slick-slide img {
    width: 70%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-profile-area1 .slick-current img {
    width: 100% !important;
    aspect-ratio: 1/1;
}

/* Details */

.testimonial-details-wrap1 .slick-prev {
    left: 0px;
}

.testimonial-details-wrap1 .slick-next {
    right: 0px;
}

.testimonial-details-wrap1 .slick-next,
.testimonial-details-wrap1 .slick-prev {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: rgba(134, 134, 141, 0.14);
    transition: .3s;
}

.testimonial-details-wrap1 {
    padding: 0 100px;
}

.testimonial-ratings-1 {
    column-gap: 6px;
}

.testimonial-details-wrap1 .slick-next:before {
    content: "\f130";
}

.testimonial-details-wrap1 .slick-prev:before {
    content: "\f12f";
}

.testimonial-details-wrap1 .slick-next:before,
.testimonial-details-wrap1 .slick-prev:before {
    transition: .3s;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #030531;
}

.testimonial-details-wrap1 .slick-next:hover:before,
.testimonial-details-wrap1 .slick-prev:hover:before {
    color: var(--whiteColor);
}

.testimonial-details-wrap1 .slick-next:hover,
.testimonial-details-wrap1 .slick-prev:hover {
    color: var(--whiteColor);
    background: var(--skinColor5);
}

/* ===================================================================
                        Language CSS End
====================================================================*/

/* ===================================================================
                        Kindergarten CSS End
====================================================================*/

.kg-banner-area {
    padding-top: 60px;
}

.text-red-highlight1 {
    font-family: 'Lexend Deca';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2em;
    color: #ff375e;
}

.title-purple {
    color: #5363d2;
}

.kg-banner-title {
    position: relative;
}

.kg-banner-title::before {
    position: absolute;
    content: "";
    left: -31px;
    top: -4px;
    width: 31px;
    height: 31px;
    background: url(../image/kg-banner-shape1.svg) no-repeat center center / cover;
}

.kg-banner-title-last {
    position: relative;
    padding-right: 70px;
    display: inline-block;
}

.kg-banner-title-last::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -2px;
    width: 64px;
    height: 53px;
    background: url(../image/kg-banner-shape2.svg) no-repeat center center / cover;
}

.speech-purple-bordered {
    padding-left: 14px;
    position: relative;
}

.speech-purple-bordered::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 8px);
    background: var(--skinColor2);
}

.play-btn-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0f101a;
    transition: .3s;
}

.play-btn-1 .icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(164deg, #ff6b88 0%, #ff375e 100%);
    transition: .3s;
}

.play-btn-1 .icon img {
    margin-left: 3px;
}

.play-btn-1:hover .icon {
    box-shadow: 0 7px 12px 0 rgba(255, 55, 94, 0.25);
}

.trusted-companies-title {
    padding-right: 30px;
    position: relative;
    max-width: 212px;
    width: 100%;
}

.trusted-companies-title::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 14px);
    background: #0f101a;
}

.lms-banner-2 img {
    width: 100%;
}

.lms-banner-2 {
    position: relative;
    z-index: 1;
}

.lms-banner-2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shape/kg-banner-shadow1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.counter-area-wrap1 {
    border-radius: 30px;
    background: rgba(83, 99, 210, 0.1);
    padding: 60px 40px;
}

.image-box-md {
    width: 88px;
    height: 88px;
    border-radius: 15px;
    background: var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.kg-counter-title {
    font-family: 'Lexend Deca';
    font-weight: 600;
    font-size: 38px;
    line-height: 53px;
    color: var(--skinColor2);
}

.section-title-1 .subtitle-2 {
    max-width: 494px;
    width: 100%;
    margin: 0 auto;
}

.card-icon-text1>.info {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #8f919b;
}

.card-icon-text1>span::before {
    display: block;
    color: var(--skinColor2);
    margin-top: -1px;
    font-size: 14px;
}

.card-icon-text2>span::before {
    display: block;
    color: #1d242d;
    margin-top: -1px;
    font-size: 14px;
}

.card-rating1>.rating {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #062320;
}

.card-rating1>img {
    margin-top: -2px;
}

.card-leason-rating1 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.kg-card-profile-price .title-1 {
    font-family: 'Mulish';
    color: #0f101a;
}

.kg-card-profile-price .price {
    font-family: 'Mulish';
    color: #ff375e;
}

/* Category */

.bg-icon-card1 {
    min-width: 93px;
    border-radius: 8px;
    width: 93px;
    height: 93px;
    background: var(--bgcolor, #e9f6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

/* Accordion */

.qnaaccordion-three .accordion-button {
    padding: 0;
    transition: .3s;
    font-family: 'Lexend Deca';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0f101a;
}

.qnaaccordion-three .accordion-item:not(:first-child) .accordion-button {
    padding-top: 30px;
}

.qnaaccordion-three .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 30px;
}

.qnaaccordion-three .accordion-button:focus {
    box-shadow: none;
}

.qnaaccordion-three .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: var(--skinColor2);
    padding-bottom: 30px;
}

.qnaaccordion-three .accordion-button::after {
    background-image: url(../image/angle-right-black-20.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.qnaaccordion-three .accordion-button:not(.collapsed)::after {
    background-image: url(../image/angle-up-blue-20.svg);
}

.qnaaccordion-three .accordion-item {
    border: none;
}

.qnaaccordion-three .accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.qnaaccordion-three .accordion-body {
    padding: 0;
    padding-bottom: 30px;
}

.qnaaccordion-three .accordion-item:last-child .accordion-body {
    padding-bottom: 0px;
}

.accor-three-answer {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #8f919b;
}

.link-btn-hover1 {
    transition: .3s;
}

.link-btn-hover1:hover {
    color: var(--skinColor2);
}

.lms-1-card:hover .link-btn-hover1 {
    color: var(--skinColor2);
}

.link-icon-btn2 {
    display: flex;
    align-items: center;
    font-family: 'Lexend Deca';
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #0f101a;
    gap: 4px;
    max-width: max-content;
}

.link-icon-btn2 span::before {
    display: block;
    font-size: 20px;
    transition: .3s;
}

.link-icon-btn2:hover span::before {
    margin-left: 3px;
}

/* Testimonial */

.lms-testimonial-1 {
    padding: 0px 0px 50px 28px;
}

.lms-testimonial-1 .swiper-slide {
    height: auto;
}

.lms-testimonial-1 .swiper-button-prev,
.lms-testimonial-1 .swiper-button-next {
    background: rgba(134, 134, 141, 0.15);
    backdrop-filter: blur(8px);
    height: 42px;
    width: 42px;
    border-radius: 50%;
    color: var(--blackColor);
    transition: .3s;
}

.swiper-button-next {
    right: 3px;
}

.swiper-button-prev {
    left: 3px;
}

.lms-testimonial-1 .swiper-button-prev:hover,
.lms-testimonial-1 .swiper-button-next:hover {
    background: var(--skinColor2);
    color: var(--whiteColor);
}

.lms-testimonial-1 .swiper-button-prev:after,
.lms-testimonial-1 .swiper-button-next:after {
    font-size: 14px;
    font-weight: bold;
    margin-left: -2px;
}

.single-testimonial1-inner {
    box-shadow: 0 14px 32px 0 rgba(83, 99, 210, 0.16);
    background: var(--bg-color, #fffccf);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    margin-top: 52px;
    padding-top: 65px;
}

.testimonial1-user-role {
    font-family: 'Lexend Deca';
    font-weight: 400;
    font-size: 14px;
    color: var(--skinColor2);
}

.testimonial1-profile-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    outline: 2px solid #fffbf8;
    position: absolute;
    right: 40px;
    top: 10px;
}

.testimonial1-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.swiper-slide.swiper-slide-active .testimonial1-profile-img {
    outline-color: #FF375E;
}

.btn-purple-1 {
    background: linear-gradient(158deg, #6f7fed 0%, #5363d2 100%);
    border-radius: 10px;
    padding: 14px 23.5px;
    font-family: 'Lexend Deca';
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: var(--whiteColor);
    border: none;
    transition: .3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-purple-1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(158deg, #2d44dd 0%, #6f7fed 100%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: .3s;
}

.btn-purple-1:active,
.btn-purple-1:hover {
    background: linear-gradient(158deg, #6f7fed 0%, #5363d2 100%) !important;
    color: var(--whiteColor) !important;
}

.btn-purple-1:hover::before {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.btn-purple-1 span::before {
    display: block;
    margin-bottom: -1px;
}

.btn-purple-sm {
    padding: 11.5px 20px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 7px 12px 0 rgba(83, 99, 210, 0.26);
}

.community-service-banner {
    height: 36px;
    width: auto;
}

.community-service-banner>img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.community-service-name {
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #0f101a;
}

.community-banner1>img {
    width: 100%;
}

.community-banner1 {
    position: relative;
    z-index: 1;
}

.community-banner1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shape/community-banner-shadow1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

/* ===================================================================
                        Kindergarten CSS End
====================================================================*/

/* ===================================================================
                        Marketplace CSS Start
====================================================================*/

.lms-banner-area-3 {
    padding: 83px 40px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.lms-banner-area-3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1d242d;
    opacity: 0.6;
    z-index: -1;
    border-radius: inherit;
}

.lms-banner-slide {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 57px;
}

.text-white-highlight1 {
    font-family: 'Lexend Deca';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2em;
    color: var(--whiteColor);
    text-align: center;
}

.lms-banner-slide .btn-white1 {
    margin: 0 auto;
}

.btn-white1 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 9.24px;
    padding: 16px 20px;
    border-radius: 10px;
    background: var(--whiteColor);
    max-width: max-content;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 15px;
    color: #1d242d;
    transition: .3s;
    border: none;
}

.btn-white1 span::before {
    display: block;
    margin-bottom: -1px;
    color: #838b95;
}

.btn-white1:active,
.btn-white1:hover {
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.4);
    background: var(--whiteColor) !important;
    color: #1d242d !important;
}

.btn-white1:hover span::before {
    color: #838b95;
}

.banner-swiper-1 .swiper-horizontal>.swiper-pagination-bullets,
.banner-swiper-1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner-swiper-1 .swiper-pagination-custom,
.banner-swiper-1 .swiper-pagination-fraction {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.35px;
}

.banner-swiper-1 .swiper-pagination-bullet {
    height: 8.62px;
    width: 8.62px;
    background: #b6bdc6;
    opacity: 1;
    transition: .3s;
}

.banner-swiper-1 .swiper-pagination-bullet-active {
    height: 10.35px;
    width: 10.35px;
    background: var(--whiteColor);
}

.banner-swiper-1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner-swiper-1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.75px;
}

/* Categories */

.icon-box-md {
    height: 84.64px;
    width: 84.64px;
    border-radius: 16px;
    background: #f2f4f7;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card */

.card-discount1 {
    width: 65.17px;
    height: 65.17px;
    background: url(../image/card-discount-shape.svg) no-repeat scroll center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Lato';
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: var(--whiteColor);
    position: absolute;
    right: 12.5px;
    top: 12.5px;
}

.card-icon-text2>span::before {
    display: block;
    color: #1D242D;
    margin-top: -1px;
    font-size: 14px;
}

.card-rating2>img {
    margin-top: -2px;
}

.card-rating2>.rating {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    color: #1d242d;
}

.mk-old-price {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-decoration: line-through;
    color: #838b95;
}

.mk-card-price .mk-old-price {
    margin-bottom: -3px;
}

.btn-dark-1 {
    display: block;
    max-width: max-content;
    border: none;
    background: #1d242d;
    border-radius: 10px;
    padding: 9px 16.3px;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: var(--whiteColor);
    transition: .3s;
}

.btn-dark-1:active,
.btn-dark-1:hover {
    background: #39495d !important;
    color: var(--whiteColor) !important;
}

/* Counter */

.counter-section-2 {
    background: url(../images/img/counter-banner-2.webp) no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
}

.counter-section-2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #1d242d;
    opacity: 0.9;
}

.counter-area-wrap2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    padding: 55.75px 0;
}

.counter-single-item2 {
    position: relative;
}

.counter-single-item2:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0px;
    width: 1px;
    height: 77px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(224, 231, 240, 0.3);
}

/* Video */

.video-banner-area1 {
    width: 100%;
    padding-right: 48px;
    position: relative;
}

.video-banner-area1>img {
    width: 100%;
    border-radius: 16px;
}

.video-banner-area1 .play-btn-2 {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.play-btn-2 {
    border: 6px solid var(--whiteColor);
    background: #1d242d;
    height: 104px;
    width: 104px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-2 img {
    margin-left: 4px;
}

/* QNA Accordion */

.qnaaccordion-four .accordion-item {
    border: none;
}

.qnaaccordion-four .accordion-item:not(:last-child):has(.accordion-button.collapsed) {
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
    transition: .3s;
}

.qnaaccordion-four .accordion-item:not(:last-child) {
    border-bottom: 1px solid #1d242d;
}

.qnaaccordion-four .accordion-item,
.qnaaccordion-four .accordion-button {
    border-radius: 0;
}

.qnaaccordion-four .accordion-button {
    padding: 0;
    padding-right: 10px;
    transition: .3s;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1d242d;
}

.qnaaccordion-four .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 30px;
}

.qnaaccordion-four .accordion-item:not(:first-child) .accordion-button {
    padding-top: 30px;
}

.qnaaccordion-four .accordion-button:focus {
    box-shadow: none;
}

.qnaaccordion-four .accordion-button:not(.collapsed) {
    background-color: inherit;
    color: #1d242d;
    box-shadow: none;
    padding-bottom: 15px !important;
}

.qnaaccordion-four .accordion-body {
    padding: 0;
    padding-bottom: 24px;
    padding-right: 30px;
}

.qnaaccordion-four .accordion-button::after {
    background-size: 15px;
    background-image: url(../image/plus-gray-15.svg);
    width: 15px;
    height: 15px;
}

.qnaaccordion-four .accordion-button:not(.collapsed)::after {
    background-image: url(../image/minus-black-15-2.svg);
}

/* Testimonial */

.lms-testimonial-2 {
    padding: 20px 0 50px 0;
}

.lms-testimonial-2 .swiper-slide {
    height: auto;
}

.lms-single-testimonial2 {
    height: 100%;
    padding: 16px 16px 12px 16px;
}

.testimonial-profile-wrap2 {
    gap: 22px;
}

.testimonial-profile-2 {
    min-width: 82px;
    width: 82px;
    height: 82px;
}

.testimonial-profile-2>img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.testimonial-quate-1 {
    width: 43px;
    margin-top: 14px;
}

.testimonial-quate-1>img {
    width: 100%;
}

/* Subscribe Area */

.subscribe-area-wrap1 {
    border-radius: 16px;
    background: #1d242d;
}

.subscribe-area-banner1 {
    width: 100%;
    height: 100%;
}

.subscribe-area-banner1>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.subscribe-area-1 {
    padding: 56px 79px;
}

.subscribe-form-inner {
    gap: 10px;
}

.btn-white1-sm {
    padding: 10.25px 15px;
    font-size: 13px;
}

.sub1-form-control {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.06);
    padding: 9.25px 16px 9.25px 38px;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 13px;
    color: #838b95;
    transition: .3s;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position: 16px center;
    background-image: url(../image/message-gray-12.svg);
    max-width: 284px;
    width: 100%;
}

.sub1-form-control::placeholder {
    color: #838b95;
}

.sub1-form-control:focus {
    color: #838b95;
    background-color: rgba(255, 255, 255, 0.06);
}

.sub1-form-control:focus,
.sub1-form-control:hover {
    border-color: var(--whiteColor);
}

/* blog */

.mk-blog-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.mk-blog-banner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 48px);
    border-radius: inherit;
    background: linear-gradient(360deg, rgb(29 36 45) 0%, rgb(29 36 45 / 0%) 60%);
}

.mk-blog-banner>img {
    width: 100%;
}

.mk-blog-body {
    margin: -50px 20px 0px 20px;
    position: relative;
    width: calc(100% - 40px);
}

.card-icon-text3 {
    column-gap: 5px;
}

.card-icon-text3 span::before {
    display: block;
    font-size: 12px;
    margin-top: -1px;
    color: #838b95;
}

.mk-blog-icontext {
    padding-top: 12px;
    border-top: 1px solid rgba(143, 145, 155, 0.3);
}

/* ===================================================================
                        Marketplace CSS End
====================================================================*/

/* ===================================================================
                        University CSS Start
====================================================================*/

/* New Start */

.uv-banner-content {
    margin-bottom: 44px;
}

.uv-banner-content .title-5 span.highlight-title {
    position: relative;
    display: inline-block;
}

.uv-banner-content .title-5 span.highlight-title::after {
    content: "";
    background-image: url(../image/highlight_right.png);
    background-size: auto;
    height: 50px;
    background-repeat: no-repeat;
    width: 50px;
    position: absolute;
    top: -8px;
    right: -42px;
    z-index: 99;
}

.uv-banner-content .title-5 span.highlight-title::before {
    content: "";
    background-image: url(../image/highlight_left.png);
    background-size: auto;
    height: 50px;
    background-repeat: no-repeat;
    width: 50px;
    position: absolute;
    top: -15px;
    left: -38px;
    z-index: 99;
}

.scale-slider-main .swiper-button-next,
.scale-slider-main .swiper-rtl .swiper-button-prev {
    right: 0px;
}

.scale-slider-main .swiper-button-prev,
.scale-slider-main .swiper-rtl .swiper-button-next {
    left: 0px;
}

.scale-slider-main .swiper-button-next,
.scale-slider-main .swiper-button-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    margin-top: -22px;
}

.scale-slider-main .swiper-button-prev::after,
.scale-slider-main .swiper-rtl .swiper-button-next::after {
    content: '';
    height: 100%;
    width: 100%;
    background: url(../image/arrow-left-white-44.svg) no-repeat scroll center center / cover;
    transition: .3s;
}

.scale-slider-main .swiper-button-prev:hover::after,
.scale-slider-main .swiper-rtl .swiper-button-next:hover::after {
    background: url(../image/arrow-left-red-44.svg) no-repeat scroll center center / cover;
    transition: .3s;
}

.scale-slider-main .swiper-button-next::after,
.scale-slider-main .swiper-rtl .swiper-button-prev::after {
    content: '';
    height: 100%;
    width: 100%;
    background: url(../image/arrow-right-white-44.svg) no-repeat scroll center center / cover;
    transition: .3s;
}

.scale-slider-main .swiper-button-next:hover::after,
.scale-slider-main .swiper-rtl .swiper-button-prev:hover::after {
    background: url(../image/arrow-right-red-44.svg) no-repeat scroll center center / cover;
    transition: .3s;
}

.scale-slider-main .swiper-slide {
    height: auto;
}

.scale-single-slide {
    border-radius: 20px;
    padding: 20px 16px;
    background: transparent;
    position: relative;
    z-index: 1;
    height: 100%;
}

.scale-single-slide::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    outline: 1px solid #FF375E;
    outline-offset: -2px;
    z-index: 5;
}

.scale-slide-image {
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.scale-slide-image>img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lms-banner-section4 {
    padding-top: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.lms-banner-section4::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 269px);
    background: #121421;
    z-index: -2;
}

.lms-video .plyr {
    z-index: 6;
}

/* Video */

.lms-video {
    width: 100%;
}

.lms-video .plyr--video {
    width: 100%;
    border-radius: 16px;
}

.lms-video .plyr__control--overlaid {
    background: #ff2458;
    color: var(--whiteColor);
    outline: 1px solid var(--whiteColor);
    outline-offset: 5px;
}

.lms-video .plyr__control svg {
    height: 14px;
    width: 14px;
}

.lms-video .plyr--video .plyr__control:hover {
    background: #ff2458;
    color: var(--whiteColor);
}

.lms-video .plyr--full-ui input[type=range] {
    color: #ff2458;
}

.lms2-video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 6;
}

.lms2-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.uv-banner-shape1 {
    position: absolute;
    left: 0;
    height: 830px;
    width: 436px;
    top: -91px;
    background: url(../image/uv-banner-shape1.svg) no-repeat scroll center center / Cover;
    z-index: -1;
    opacity: 0.4;
}

.uv-banner-shape2 {
    position: absolute;
    right: 0;
    height: 830px;
    width: 436px;
    bottom: 0;
    background: url(../image/uv-banner-shape2.svg) no-repeat scroll center center / Cover;
    z-index: -1;
    opacity: 0.4;
}

/* New End */

/* .lms-banner-section4 {
    padding-top: 60px;
    background: #121421;
} */

.max-w-620px {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.max-w-765px {
    max-width: 765px;
    width: 100%;
    margin: 0 auto;
}

.max-w-850px {
    max-width: 765px;
    width: 100%;
    margin: 0 auto;
}

/* Service */

.service-card-banner-2 {
    width: 100%;
}

.service-card-banner-2>img {
    width: 100%;
    border-radius: 20px;
}

/* Community */

.community-banner-2 {
    padding-top: 20px;
    padding-left: 20px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.community-banner-2>img {
    width: 100%;
    border-radius: 20px;
}

.community-banner-2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 63.63px;
    width: 107.81px;
    background: url(../images/shape/community2-shape1.svg) no-repeat scroll center center / cover;
    z-index: -1;
}

.community-service-banner2 {
    height: 41.47px;
    min-width: 41.47px;
    width: 41.47px;
}

.community-service-banner2>img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.btn-danger-1 {
    border: none;
    transition: .3s;
    border-radius: 2px 10px;
    background: #ff2458;
    padding: 13.5px 26px;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: var(--whiteColor);
}

.btn-danger-1:active,
.btn-danger-1:hover {
    background: #ff2458bd !important;
    color: var(--whiteColor) !important;
}

/* Section Title */

.section-title-2 {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}

.imagebg-btn-card {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.imagebg-btn-card>img {
    border-radius: 27px;
    width: 100%;
}

.btn-whitelight {
    border-radius: 14px;
    box-shadow: 0 14px 32px 0 rgba(147, 148, 158, 0.2);
    background: rgba(255, 255, 255, 0.9);
    padding: 18.5px 26px;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    color: #121421;
    border: none;
    transition: .3s;
}

.btn-whitelight:active,
.btn-whitelight:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: #121421 !important;
}

.card-position-btn1 {
    position: absolute;
    bottom: -70px;
    left: 30px;
    width: calc(100% - 60px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.imagebg-btn-card:hover .btn-whitelight {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    bottom: 30px;
}

.list-view-banner2 {
    max-width: 233px;
    width: 100%;
    aspect-ratio: 233 / 210;
}

.list-view-banner2>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-leason-rating2 {
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.card-icon-text4>span::before {
    display: block;
    color: var(--skinColor6);
    margin-top: -1px;
    font-size: 14px;
}

.card-rating3>img {
    margin-top: -2px;
}

/* Event */

.lms-event1-banner {
    max-width: 313px;
    width: 100%;
}

.lms-event1-banner>img {
    height: 170px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.lms-icon-text1>span::before {
    display: block;
    color: var(--skinColor6);
    margin-top: -1px;
    font-size: 14px;
}

.lms-author-sm {
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.event-details-banner-wrap {
    column-gap: 47px;
    row-gap: 24px;
}

.lms-event-single1:not(:last-child) {
    margin-bottom: 30px;
}

.lms-event-single1:not(:last-child) .event-details-banner-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.lms-event-number {
    max-width: 147px;
    width: 100%;
    text-align: center;
    position: relative;
}

.lms-event-single1:not(:last-child) .lms-event-number::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 83px;
    width: 1px;
    height: calc(100% - 85px);
    background: var(--skinColor6);
}

/* Accordion */

.qnaaccordion-five .accordion-button {
    padding: 0;
    transition: .3s;
    border-color: rgba(143, 145, 155, 0.3);
}

.qnaaccordion-five .accordion-item:not(:first-child) .accordion-button {
    padding-top: 30px;
}

.qnaaccordion-five .accordion-item:not(:last-child) .accordion-button {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.qnaaccordion-five .accordion-button:focus {
    box-shadow: none;
}

.qnaaccordion-five .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: var(--skinColor6);
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.qnaaccordion-five .accordion-button::after {
    background-image: none;
    content: "\f12d";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: bold !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    height: auto;
    width: auto;
}

.qnaaccordion-five .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.qnaaccordion-five .accordion-item {
    border: none;
}

.qnaaccordion-five .accordion-body {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 20px;
}

.qnaaccordion-five .accordion-item:last-child .accordion-body {
    padding-bottom: 0px;
}

.list-group-card {
    border-radius: 16px;
    border: 1px solid rgba(143, 145, 155, 0.3);
    overflow: hidden;
}

.list-group-card-item {
    padding: 16px 28px;
    border-bottom: 1px solid rgba(143, 145, 155, 0.3);
}

.list-group-card-item .title-5 {
    color: #93949e;
}

.list-group-card li .title-5 {
    min-width: 33.33%;
}

.list-group-card-header {
    background: var(--skinColor6);
    padding: 15px 28px;
}

.list-group-card-footer {
    background: rgba(191, 191, 191, 0.3);
    padding: 15px 28px
}

.link-btn-hover2 {
    transition: .3s;
}

.link-btn-hover2:hover {
    color: var(--skinColor6);
}

.lms-1-card:hover .link-btn-hover2 {
    color: var(--skinColor6);
}

.capitalize {
    text-transform: capitalize;
}

.cook_slider .item h1 {
    font-size: 25px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 5px;
}

.eThink {}

.eThink .lms-event-single1:not(:last-child) .lms-event-number::after {
    background-color: var(--skinColor3);
}

.eThink .lms-icon-text1>span::before {
    color: var(--skinColor3);
}

.lms-author-sm img {
    border-radius: 50%;
    object-fit: cover;
}

.slider_btn {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 60px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

.posejourney-overley .info {
    text-transform: capitalize;
}

.social-link-1 i {
    color: #264871;
}

.h-190px {
    height: 190px;
    object-fit: cover;
}

.h-230px {
    height: 230px !important;
    object-fit: cover;
}

.radious-0 {
    border-radius: 0 !important;
}

.popular-instructor-socila li a i {
    color: #00907F;
}

/* ===================================================================
                        University CSS End
====================================================================*/

/* 8 home page code ended */

.Userprofile .dropmenu-end a {
    padding: 6px 10px;
    margin-bottom: 0px;
}

.course-motion-top {
    justify-content: flex-start;
}

.hero-details {
    margin-top: 20px;
}

.page-content-pb-100 {
    padding-bottom: 40px !important;
}

@media only screen and (min-width: 992px) {
    .page-static-sidebar {
        position: sticky;
        top: 5px;
        margin-top: -365px;
    }

    .hero-details,
    .details-page-content {
        margin-top: -100px;
    }

    .page-content-pb-100 {
        padding-bottom: 100px !important;
    }
}

.course-details h2.g-title {
    margin: 30px 0px 20px 0px !important;
}

.course-details .g-text {
    margin-bottom: 30px;
}

.playing-breadcum {
    height: 500px;
}

.course-motion-top li {
    min-width: 166px;
}

.player-feature .hero-details {
    top: 0px;
}

.hero-details img {
    height: auto;
}

.fDetails-tab {
    max-width: unset;
}

.profile-banner-area {
    background: linear-gradient(90deg, #8ca3ff 26%, #d58dff 93%);
    width: 100%;
    height: 310px;
    position: relative;
    z-index: -1;
}

.profile-banner-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 35%) 70%);
    z-index: 0;
}

.eNtery-item {
    position: relative;
}

.breadcum-area {
    background: linear-gradient(90deg, #31b1dd 26%, #0377ef 93%);
    position: relative;
    z-index: 0;
    padding-top: 150px;
    padding-bottom: 78px;
}

.breadcum-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 35%) 70%);
    z-index: -1;
}

.breadcum-area.bg-white:after,
.breadcum-area.bg-default:after {
    background: linear-gradient(180deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 68%) 70%) !important;
}

.profile-banner-area-container {
    margin-top: -280px;
}

.profile-info {
    position: relative;
}

.profile-info img.photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
}

.profile-info .name,
.profile-info .email {
    text-align: center;
    font-size: 15px;
}

.profile-info .name {
    margin: 16px 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-2);
    font-family: "Euclid Circular A";
}

.profile-info .upload-new {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 33px;
}

.profile-info .upload-new:hover a {
    display: flex;
}

.profile-info .upload-new>a {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #0000007a;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .toggle-bar {
        width: 36px;
    }

    .us-btn:after {
        display: none;
    }

    .Userprofile {
        width: 48px;
    }
}

.sub-header-left .nice-select {
    padding: 0px;
}

.eNtry-breadcum .breadcrumb-item.active {
    color: #000;
}

.tab-list li.active {
    border-radius: 6px;
}

.tooltip {
    font-size: 13px;
}

.active-image.no-status::after,
.active-image.no-status::before {
    display: none;
}

/*Start common css*/

.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-6 {
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-7 {
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-12 {
    display: -webkit-box !important;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-20 {
    display: -webkit-box !important;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.alert-purple {
    color: #b94aff;
    background-color: #c364ff1a;
    border-color: #c364ff45;
}

.alert-purple a {
    color: #b94aff;
}

.image-100 {
    min-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-80 {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-50 {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-45 {
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-40 {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-35 {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-30 {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.footer-content img,
.logo-image img {
    width: auto !important;
}

.blog-post1-link .banner img {
    object-fit: cover;
}

/* floating searchbar for mobile app */

@media only screen and (min-width: 992px) {
    .floating-searchbar {
        display: none;
    }
}

.floating-searchbar {
    position: relative;
}

.floating-searchbar>form {
    width: 250px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1001;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, margin .3s;
}

.primary-end .nice-control .current {
    display: inline-block !important;
    padding: 0px 6px !important;
}

.floating-searchbar button {
    background-color: transparent;
    height: 100%;
}

.floating-searchbar form>button {
    background-color: #fff;
    height: 42px;
    width: 42px;
    margin: 2px;
    margin-left: -45px;
    border-radius: 10px;
}

.floating-searchbar>form.show {
    visibility: visible;
    opacity: 1;
    margin-top: -4px;
    transition: opacity .3s, margin .3s;
}

/* floating searchbar for mobile app ENDED*/

.modal-spinner-border {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.color-linkedin {
    color: #0077b5;
}

.color-whatsapp {
    color: #128c7e;
}

.color-twitter {
    color: #1DA1F2;
}

.color-facebook {
    color: #316FF6;
}

.bg-color-e9f6ff {
    background-color: #e9f6ff;
}

.bg-color-ffeff8-f6f0f4 {
    background: linear-gradient(160deg, #ffeff8 10.78%, #f6f0f4 91.29%);
    ;
}

.bg-color-e8f7fc-f1f9fc {
    background: linear-gradient(164deg, #e8f7fc 0%, #f1f9fc 100%);
}

.Userprofile img,
.profile-info img.photo {
    object-fit: cover;
}

.primary-menu .have-mega-menu .menu-parent-a {
    position: relative;
}

.primary-menu .have-mega-menu .menu-parent-a::after {
    vertical-align: middle;
    border: 6px solid #000;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-radius: 3px;
    background: transparent;
    position: absolute;
    right: -18px;
    top: 9px;
    left: auto;
    width: 10px;
}

.primary-menu .have-mega-menu .menu-parent-a.active::after,
.primary-menu .have-mega-menu .menu-parent-a:hover::after {
    vertical-align: middle;
    border: 6px solid #2f57ef;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: 9px;
    left: auto;
    width: 10px;
}

.description-style {
    color: #3b3b3b;
}

.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6 {
    margin-bottom: 14px;
}

.description-style h1,
.description-style h2,
.description-style h3,
.description-style h4,
.description-style h5,
.description-style h6,
.description-style strong {
    color: #232323;
}

.description-style ul,
.description-style ol {
    list-style: initial;
    margin: initial;
    padding: 0px 0px 0px 17.5px;
}

.description-style-sm p {
    font-size: 14px;
}

.card.Ecard.eBar-card {
    height: 400px;
    opacity: 1;
    width: 100%;
    border: 1px solid #0000003d;
    border-bottom: 6px solid #e5b804;
    padding: 0;
}

.lms-testimonial-1 {
    padding: 40px 22px;
}

.single-testimonial1-inner {
    height: 320px;
}

.ps-box {
    position: relative;
    z-index: 2;
}

.breadcum-area {
    z-index: 0 !important;
}

.header-area .offcanvas-body {
    height: 100%;
    overflow-y: auto;
}

.user-slider.owl-carousel .owl-nav:not(:nth-last-child(2)) {
    display: none;
}

.offcanvas-body .list-unstyled .btn-toggle:not(.collapsed) {
    color: var(--color-1) !important;
}

.offcanvas-body .list-unstyled button:hover,
.offcanvas-body .list-unstyled button.active,
.offcanvas-body .list-unstyled a:hover,
.offcanvas-body .list-unstyled a.active {
    color: var(--color-1) !important;
}

.bg-pink {
    background-color: #d336e7 !important;
}

.main-search-item {
    width: 450px !important;
}

.btn-join-now {
    color: #2f57f0 !important;
    font-weight: 600;
}

.nav.nav-bordered .nav-link {
    border-bottom: 2px solid #2f56f000;
    color: #131315;
}

.nav.nav-bordered .nav-link:hover,
.nav.nav-bordered .nav-link.active {
    border-bottom: 2px solid #2f57f0;
    color: #2f57f0;
}

/* overlap content start*/

.overlay-content.show-more {
    max-height: 125px;
    height: min-content;
    overflow-y: hidden;
    position: relative;
}

.overlay-content-max-h-800.show-more {
    max-height: 800px;
}

.overlay-content-max-h-700.show-more {
    max-height: 700px;
}

.overlay-content-max-h-600.show-more {
    max-height: 600px;
}

.overlay-content-max-h-500.show-more {
    max-height: 500px;
}

.overlay-content-max-h-400.show-more {
    max-height: 400px;
}

.overlay-content-max-h-300.show-more {
    max-height: 300px;
}

.overlay-content-max-h-200.show-more {
    max-height: 200px;
}

.overlay-content-max-h-150.show-more {
    max-height: 150px;
}

.overlay-content-max-h-100.show-more {
    max-height: 100px;
}

.overlay-content.show-less {
    position: relative;
    padding-bottom: 40px;
}

.overlay-content.show-more p:last-child {
    position: absolute;
    width: -webkit-fill-available;
    z-index: 1111;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    padding: 30px 0px 6px 0px;
}

.overlay-content.show-less p:last-child {
    padding: 5px 0px;
    width: -webkit-fill-available;
    position: absolute;
    z-index: 1111;
    bottom: -8px;
}

/* overlap content ended*/

.sub-header li.primary-end {
    height: 22px !important;
    margin-top: 4px !important;
}

.testimonial-border .user-info {
    margin-top: 8px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.course-card1-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card1-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.course-card1-link,
.blog-post1-link,
.dev-course-card,
.dev-news-card,
.lms-1-card {
    transition: box-shadow 0.3s !important;
}

.course-card1-link:hover,
.blog-post1-link:hover,
.dev-course-card:hover,
.dev-news-card:hover,
.lms-1-card:hover {
    box-shadow: 0 14px 32px 0 rgb(147 148 158 / 41%) !important;
    transition: box-shadow 0.3s !important;
}

.elegant-testimonial-slide {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
}

.elegant-testimonial-slide:hover {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.339);
}

.meditation-testimonial-1 {
    padding-bottom: 28px;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    color: #000;
    transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #000;
    color: #fff;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\f16b";
    font-family: 'uicons-regular-rounded';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\f16c";
    font-family: 'uicons-regular-rounded';
}

.swiper-horizontal .row .swiper-scrollbar {
    height: 5px;
    width: 240px;
}

@media all and (max-width:400px) {
    .swiper-horizontal .row .swiper-scrollbar {
        height: 5px;
        width: 180px;
    }
}

.swiper-scrollbar-drag {
    background: #000;
}

.swiper-scrollbar {
    background: #fff;
    box-shadow: 0px 0px 5px 2px #413d3d0a;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

@media all and (max-width:576px) {
    .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.meditation-testimonial-1 .swiper-slide {
    height: unset;
}

.kindergarden-home .swiper-button-prev {
    left: 0px;
}

.kindergarden-home .swiper-button-next {
    right: 0px;
}

#schedule-list .swiper-button-prev,
#schedule-list .swiper-button-next {
    border: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\f12c" !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\f12d" !important;
}

.editor-content ul,
.editor-content ol {
    margin: 0px 14px;
    padding: unset;
    list-style: unset;
}

.editor-content * {
    max-width: 100%;
}

.bannerhome {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.theleftssselement {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.theleftssselement img {
    width: 100%;
    height: 100%;
}

.therughtssselement {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

ul.thebannerssulss {
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

ul.thebannerssulss li {
    font-family: 'Helvetica';
    color: #fff;
    font-weight: 500;
    /* margin-right: 10px; */
    /* list-style: disc; */
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
}

ul.thebannerssulss li span {
    font-size: 6px;
    margin-left: 10px;
    /* align-items: center; */
    margin-right: 5px;
}

.cursor::after {
    content: "|";
    margin-left: 4px;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.thebannercontents {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 75%;
}

small.thebannersmall {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

small.thebannersmall:hover {
    transform: scale(1.03);
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

h2.thebannerh2 {
    font-family: 'Libre';
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    padding-top: 20px;
}

h2.thebannerh2 {
    font-family: 'Libre';
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.thebannerh2 span {
    font-style: italic;
}

p.thebannerp {
    color: #fff;
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 10px;
    width: 80%;
}

a.thebannerbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    border: 1px solid #fff;
    width: fit-content;
    /* margin-left: auto;
    margin-right: auto; */
    padding: 5px 15px;
    border-radius: 54px;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 16px;
    position: relative;
}

a.thebannerbtn span {
    position: relative;
    left: 8px;
    height: 35px;
}

section.thepoersmall {
    padding: 50px 0;
    text-align: center;
}

h2.thepoersheads {
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}

.thepowermaiges {
    padding-top: 40px;
}

.thehomeabouts {
    /* background: radial-gradient(circle at top left, rgba(47, 107, 255, 0.15), transparent 55%),
        radial-gradient(circle at bottom right, rgba(160, 110, 255, 0.12), transparent 55%),
        #fff; */
    background: #f5f5f5;
    padding: 80px;
}

h2.thehomeabh2 {
    color: #000;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

h2.thehomeabh2::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

h2.thehomeabh2 span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
}

.theaboutrows {
    width: 98%;
    margin: 55px auto 0;
}

img.thebigaboutimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.therowsinnessabout {
    position: relative;
}

img.theaboutrowplays {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    /* z-index: 9; */
}

p.thefirsp {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    width: 90%;
    margin: unset;
    text-align: center;
    padding-top: 12px;
    text-align: left;
}

h2.thenumberabs {
    color: #0377EF;
    font-family: 'Libre';
    font-weight: 700;
    font-size: 70px;
}

p.thenumberp {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
}

.thenumberss {
    border-left: 2px solid #4555FD;
    padding-left: 20px;
}

.therowsinnessabout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.thebannerofsuccesctass {
    position: relative;
}

p.theabotrowsthirdp {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
}

.thepinconted {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    width: 76%;
}

img.thepinss {
    padding-bottom: 30px;
}

a.theaboutviews {
    display: flex;
    align-items: center;
    border: 1px solid #0377EF;
    color: #0377EF;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 15px;
}

:root {
    --border: 1vh;
    --radius: 75vh;
}

a.theaboutviews {
    display: flex;
    align-items: center;
    /* border: 1px solid #0377EF; */
    color: #0377EF;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 14px;
    width: fit-content;
    padding: 4px 20px 4px 13px;
    border-radius: 55px;
    margin-top: 40px;
    letter-spacing: 0.5px;
    background: #4E516A;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    border: 0;
    background: linear-gradient(-45deg, #44cdfd, #0377ef, #4e516a, #52b2e1, #0377ef);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    transition: .3s;
    box-shadow: rgb(255 235 59 / 71%) -3px 4px 26px;
}

/* .theaboutviews::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 150%;
  height: auto;
  border-radius: 50%;
  background: conic-gradient(#fff 0%, #000 3%, #409 60%, #fff 100%);
  animation: spin linear 2s infinite;
  transform: translate(-50%, -50%);
}

.theaboutviews::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--border));
  height: calc(100% - var(--border));
  background: #000d;
  transform: translate(-50%, -50%);
  border-radius: var(--radius);
  backdrop-filter: blur(10vh);
} */

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a.theaboutviews span {
    width: 30px;
    height: 30px;
    position: relative;
    left: 15px;
}

.therowsinnessabout.thellasssst {
    justify-content: flex-end;
}

h2.thecenterheadss {
    text-align: center;
    padding-top: 60px;
    font-family: 'Libre';
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

h2.thecenterheadss::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

h2.thecenterheadss span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
}

.thecardsmsllrows {
    width: 100%;
    margin: 50px auto 0;
}

.thecardssmallsinfos {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 230px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

h4.thepercentafes {
    color: #0377EF;
    font-family: 'Libre';
    font-size: 42px;
    font-weight: 600;
    line-height: 45px;
}

p.thepercernames {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 13px;
}

p.thepercernames.thesecondadryp {
    font-size: 13px;
}

section.technologicals {
    padding: 80px 0;
}

h2.techlogh2 {
    font-family: 'Libre';
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
}

h2.techlogh2::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

h2.techlogh2 span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
}

p.technlop {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    width: 70%;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}

.technologiswipers {
    padding-top: 60px;
    /* width: 100vw; */
    padding-left: 10px;
    position: relative;
}

.thetechswperinners {
    position: relative;
    height: auto;
    background: #eaf0fd;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #000;
    border-bottom: 8px solid #000;
}

.thetechswperinners img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.thetechheadsd.thehomeeesstechheaads {
    position: relative;
    transform: unset;
    bottom: 0;
    left: unset;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 10px;
}

p.theemoouwemainnheadsds {
    color: #000;
    font-family: 'Helvetica';
    font-size: 18px;
    line-height: 28px;
    padding-top: 31px;
    width: 75%;
    margin: 0 auto;
}

.gounderdrrshighlighhts {
    padding-top: 50px;
}

h2.whowearrresssh2 {
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 25px;
    /* background: #0377ef; */
    padding: 0 0 14px;
    /* border-radius: 10px; */
    /* width: fit-content; */
    border-bottom: 2px solid #000;
}

h2.whowearrresssh2 span {
    width: 50px;
    margin-right: 10px;
}

h2.whowearrresssh2 span img {
    width: 100%;
    height: 100%;
}

/* .thewhoweareress {
    padding-top: 25px;
} */

/* .thetechinfohovers {
    display: none;
} */

.thehomeeesstechheaads h3.thetechslidenames {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

/* .thetechswperinners:hover .thetechinfohovers {
    display: block;
} */

.thehomeeesstechheaads p.thehoverinfop {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 16;
    line-height: 17px;
    padding-top: 20px;
}

a.thehoverinfoa {
    font-family: 'Helvetica';
    font-size: 13px;
    font-weight: 700;
    color: #0377EF;
    border-bottom: 1px solid #0377EF;
    width: fit-content;
}

.swiper-button-next.technologis {
    position: relative;
    margin: 0 10px;
    background: #0377EF;
    color: #fff;
    border: 0;
}

.swiper-button-prev.technologis {
    position: relative;
    margin: 0 10px;
    background: #0377EF;
    color: #fff;
    border: 0;
}

.technologis i {
    position: relative;
    top: 1px;
    left: 1px;
}

.swiper-button-next.technologis::after {
    content: unset !important;
}

.swiper-button-prev.technologis::after {
    content: unset !important;
}

.technoheads {
    display: flex;
    align-items: end;
    justify-content: center;
}

.swiperarrroes {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    width: 115%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 9;
}

.swiperarrroes svg.swiper-navigation-icon {
    display: none;
}

html {
    overflow-x: hidden;
}

.technologicals.excellences {
    background: #1C1E3A;
}

.excellences .techlogh2 {
    color: #fff;
}

/* .excellences .techlogh2::after {
    filter: brightness(0) invert(1);
} */

.excellences .techlogh2.theedtechheaderit::after {
    filter: unset;
}

.sub-header {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 25px;
}

.sidebar-content {
    display: none;
    height: 100%;
}

.sidebar-content.active {
    display: block;
}

.instructor-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
    background: none;
    padding: 0 !important;
    position: relative;
    height: 100%;
}

.sticky-sidebar {
    position: sticky;
    top: 2rem;
}

section.sucessfulls {
    background: #0377EF1A;
    padding: 80px;
}

.thesuceesb {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    margin-top: 30px;
    background: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 1px solid #000;
    border-bottom: 7px solid #000;
    border-left: 7px solid #000;
}

.thesuceesb p {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 21px;
}

.thesuceesb a.theaboutviews.thesucessfulssa {
    display: flex;
    align-items: center;
    /* border: 1px solid #0377EF; */
    color: #0377EF;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 14px;
    width: fit-content;
    padding: 4px 20px 4px 13px;
    border-radius: 55px;
    margin-top: 0;
    letter-spacing: 0.5px;
    background: #4E516A;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    border: 0;
    background: linear-gradient(-45deg, #44cdfd, #0377ef, #4e516a, #52b2e1, #0377ef);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    transition: .3s;
    box-shadow: rgb(255 235 59 / 71%) -3px 4px 26px;
}

small.sucessfullss {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-radius: 999px;
    background: #0377EF1A;
    border: 1px solid #0377EF;
    overflow: hidden;
    white-space: nowrap;
}

/* ✨ moving shine line */

.sucessfullss::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #0377EF1A, #0377EF, #0377EF1A, transparent);
    transform: skewX(-20deg);
    animation: shineMove 2.4s ease-in-out infinite;
    opacity: 0.7;
}

/* keep text above shine */

.sucessfullss {
    isolation: isolate;
}

.sucessfullss * {
    position: relative;
    z-index: 2;
}

/* subtle depth */

.sucessfullss {
    box-shadow: 0 10px 25px rgba(3, 119, 239, 0.10);
}

@keyframes shineMove {
    0% {
        left: -60%;
        opacity: 0;
    }

    15% {
        opacity: 0.8;
    }

    50% {
        left: 120%;
        opacity: 0.7;
    }

    100% {
        left: 120%;
        opacity: 0;
    }
}

h2.sucessfullsheads {
    padding-top: 0;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
}

h2.sucessfullsheads::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

h2.sucessfullsheads span {
    color: #0377EF;
    font-style: italic;
}

.thesucessfulaccorios {
    padding-top: 80px;
}

.accordion-item.border-0.shadow-sm.mb-3.rounded {
    background: transparent;
    box-shadow: none !important;
    border-top: 1px solid #00000030 !important;
    border-radius: 0 !important;
}

.accordion-button {
    background-color: transparent;
    color: #000;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 25px;
    padding: 20px;
    background: transparent;
    border-top: 1px solid #00000030;
    border-radius: 0 !important;
}

.themainimages {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.thelayerimagess {
    position: absolute;
    bottom: 0;
}

.theaccodionbasedcontents {
    height: 100%;
}

section.benefitss {
    padding: 80px 0;
    background: #f5f5f5;
}

.thebenfitsh2 {
    font-family: 'Libre';
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
}

h2.thebenfitsh2::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

.thebenfitsh2 span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
}

ul.thecardssbeneuls {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

ul.thecardssbeneuls li {
    width: 13%;
    margin: 0 6px;
    margin-bottom: 10px;
    transform: translateY(40px) scale(0.9);
    will-change: transform;
}

.benefitscards {
    margin-top: 70px;
}

.benefitcsrdsinnners {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

.benefitcsrdsinnners:hover {
    transition: all 0.5s;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.benfecardinfos p {
    font-family: 'Helvetica';
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    padding-top: 41px;
}

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

.footer-area {
    margin-top: 0;
    background: linear-gradient(180deg, #1E3764 0%, #192335 100%);
    padding: 50px 0 30px 0;
    color: var(--color-white);
}

header.header-area.themainwebsiteheader {
    position: fixed;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.row.flex-md-nowrap.theheaderinners {
    justify-content: space-between;
    background: #fff;
    backdrop-filter: blur(75px);
    padding: 10px 10px;
    border-radius: 0;
    border: 1px solid;
    border-image-source: linear-gradient(193.31deg, #1C5FA4 8.85%, rgba(28, 95, 164, 0.14) 89.73%);
    backdrop-filter: blur(30px);
}

.nav-menu.w-100.thebuttonsheads {
    height: 100%;
}

.primary-menu li a.active {
    color: #000 !important;
    font-weight: 600;
}

a.thebuttonsheads1 {
    background: #0377EF;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    background: linear-gradient(-45deg, #44cdfd, #0377ef, #4e516a, #52b2e1, #0377ef);
    background-size: 400% 400%;
    animation: gradientBG 4.5s ease infinite;
    transition: .3s;
    /* box-shadow: rgb(255 235 59 / 71%) -3px 4px 26px; */
}

a.thebuttonsheads1 span {
    font-family: 'Poppins';
    padding-left: 12px;
}

a.thebuttonsheads2 {
    background: #4E516A;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}

a.thebuttonsheads2 span {
    font-family: 'Poppins';
    padding-left: 12px;
}

.thebuttonsheads li {
    padding: 0;
    margin-left: 10px;
}

.themainwebfooter {
    border: 0.5px solid #FFFFFF85;
    background: #fff;
    padding-bottom: 0;
}

p.description.builder-editable.themainwebfootdesc {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 400;
    color: #000 !important;
    line-height: 19px;
}

p.description.builder-editable.themainwebfootdesc {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 400;
    color: #000 !important;
    text-align: justify;
    width: 95%;
}

.themainwebfooter .f-socials li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
    border: none;
    color: #000 !important;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.themainwebfooter .f-socials li a:hover {
    background: none !important;
    color: #000 !important;
    border: none !important;
    transform: none !important;
    transition: none !important;
}

.footer-social-svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.themainwebfooter h4.socialnane {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.themainwebfooter img.themainwebfoootlogos {
    height: 80px;
}

.themainwebfooter .footer-widget h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Helvetica';
    margin-bottom: 24px;
    color: #000;
    text-transform: uppercase;
}

.themainwebfooter .footer-widget ul li a {
    display: inline-block;
    color: #424242;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 400;
    transition: 0.5s;
    font-family: 'Helvetica';
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ffffff38;
    padding-bottom: 30px;
    background: #1C1E3A;
}

.thebactotos {
    justify-content: end;
}

.edtechbanner {
    background: #000;
}

.thebannercontents.edtechbannercontents {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 42%;
    text-align: left;
    z-index: 9;
}

.edtechbannercontents h2.thebannerh2 {
    font-family: 'Libre';
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    padding-top: 30px;
    width: 80%;
    margin: unset;
    text-shadow: 1px 1px 0 #000
}

.edtechbannercontents p.thebannerp {
    color: #fff;
    font-family: 'HelveticaLight';
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 10px;
}

small.thebannersmall.edtechbannsmall span {
    background: #0377EF;
    color: #fff;
    padding: 3px 9px;
    position: relative;
    right: 7px;
    border-radius: 27px;
}

small.thebannersmall.edtechbannsmall {
    padding: 10px 15px;
}

.theedtechbanheadspans {
    color: #0377EF;
}

.thebannerctabtnsedtech {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.thebannerctabtnsedtech a.thebannerbtn {
    /* justify-content: flex-start; */
    margin: unset;
}

.edtechswperss {
    position: absolute;
    width: 65%;
    transform: translate(-50%, -50%);
    top: 49%;
    left: 56%;
    overflow: hidden;
    height: 399px;
}

.swiper.mySwiperedtechbanner {
    width: 75vw;
}

.theshadowleftbanners {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 9;
    left: -90px;
}

.thebannerhighligheredtech {
    position: absolute;
    /* transform: translate(-50%, -50%); */
    top: 0;
    left: 0;
    width: 600px;
}

.thebannerctabtnsedtech a.thebannerbtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 50px;
    border: 0;
    width: fit-content;
    margin-left: unset !important;
    margin-right: auto;
    padding: 8px 0px;
    border-radius: 10px;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 16px;
    position: relative;
    margin-right: 20px !important;
    width: 200px;
}

.theedtechbanbtn1 {
    background: #0377EF;
    border-radius: 10px;
}

.theedtechbanbtn2 {
    background: #000000;
    width: 220px !important;
    border-radius: 10px !important;
}

span.theedtechbanspanbts {
    font-family: 'Poppins';
    /* top: 6px; */
    display: flex;
    align-items: center;
    left: 0 !important;
}

section.thepoersmall.workingcompaniess {
    background: #000;
    padding-top: 0;
}

.workingcompaniess h2.thepoersheads {
    color: #fff;
    margin-bottom: 50px;
}

.workingmainss .marquee {
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.workingmainss .track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation: marquee-left 25s linear infinite;
}

/* second row opposite direction */

.workingmainss .workingmaquees2 .track {
    animation: marquee-right 25s linear infinite;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.marquee .content {
    background: #ffffff38;
    backdrop-filter: blur(65px);
    padding: 13px;
    height: 70px;
    width: 170px;
    border-radius: 8px;
    margin-right: 10px;
    flex-shrink: 0;
}

.marquee .content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.workingmaquees1 {
    margin-bottom: 30px;
}

.workingmaquees2 {
    margin-bottom: 30px;
}

.thefiguressssmals {
    padding-top: 50px;
    width: 60%;
    margin: 0 auto;
}

.thecountinfferss h4 {
    font-family: 'Libre';
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

.thecountinfferss p {
    color: #FFFFFF75;
    font-family: 'Helvetica';
    font-size: 18px;
}

h2.thehomeabh2.theinsideinovh2 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-family: 'Helvetica';
    font-weight: 700;
    line-height: 90px;
}

h4.theinsideinovh4 {
    text-align: center;
    font-family: 'Helvetica';
    font-style: oblique;
    font-size: 45px;
    font-weight: 400;
    line-height: 45px;
    color: #000;
}

h4.theinsideinovh4 span {
    font-family: 'Libre';
    color: #0377EF;
}

p.theinnovavenuep {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 400;
    color: #000;
    width: 55%;
    margin: 0 auto;
    padding-top: 48px;
    text-align: center;
    line-height: 26px;
}

ul.circcless {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    position: relative;
    left: 54px;
}

.circcless .themainlis:nth-child(1) {
    background: linear-gradient(169.04deg, #FFE263 8.11%, #ECECEC 91.83%);
}

.circcless .themainlis:nth-child(2) {
    background: linear-gradient(180deg, #77FFB6 0%, #ECECEC 100%);
    position: relative;
    left: -33px;
}

.circcless .themainlis:nth-child(3) {
    background: linear-gradient(180deg, #7DCBFF 0%, #ECECEC 100%);
    position: relative;
    left: -65px;
}

.circcless .themainlis:nth-child(4) {
    background: linear-gradient(180deg, #FF70C7 0%, #ECECEC 100%);
    position: relative;
    left: -98px;
}

li.themainlis {
    padding: 35px;
    border-radius: 150px;
}

h4.thecirclesh4 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
}

h5.thecilcresh5 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    padding-top: 12px;
}

p.thecirclesp {
    font-family: 'Helvetica';
    text-align: center;
    font-size: 14px;
    color: #727272;
    padding-top: 10px;
}

ul.theclicleslist li {
    font-family: 'Helvetica';
    font-size: 13px;
    font-weight: 400;
    color: #000;
    width: 85%;
    margin: 0 auto 4px;
    background: #fff;
    text-align: center;
    border-radius: 22px;
    padding: 3px 10px;
}

.theclicleslist {
    margin-top: 10px;
}

.thebinnvolines {
    position: relative;
}

.thecomonlinepater {
    border: 2px dashed #999999;
}

.thehoezintallines1 {
    position: absolute;
    top: 14%;
    transform: translate(-50%, -50%);
    left: 23.5%;
    width: 150px !important;
}

.thehorizontalwidths {
    width: 170px;
}

.thehoezintallines2 {
    position: absolute;
    top: 14%;
    transform: translate(-50%, -50%);
    right: 10%;
    width: 150px;
}

.thevericallines1 {
    position: absolute;
    transform: rotate(90deg);
    left: 8.5%;
    top: 28.5%;
}

.theverticalwidths {
    /* transform: rotate(
90deg); */
    width: 197px;
}

.thevericallines2 {
    position: absolute;
    transform: rotate(90deg);
    top: 28.5%;
    right: 8%;
}

.theinovtioa {
    padding-bottom: 50px;
}

.theinovtioa a {
    justify-content: space-around;
}

section.technologicals.theprograamss {
    background: #f5f5f5;
    padding-top: 0;
}

.techloginerhedad.theprograamssheads {
    text-align: center;
}

.theprograamssheads p.technlop {
    margin: 0 auto;
}

.theprogramswipeinners {
    background: linear-gradient(180deg, rgb(3 119 239 / 25%) 79%, #FAFAFA 100%);
    padding: 10px 10px;
    border-radius: 10px;
}

/* .theprogramswipeinners {
    background: linear-gradient(180deg, rgb(3 119 239 / 25%) 79%, #FAFAFA 100%);
    padding: 10px 10px;
    border-radius: 10px;
    height: 660px;
} */

.theprogramswipeinners {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    height: 660px;
    border: 1px solid #000;
    border-bottom: 8px solid #000;
}

.theprogramswiperimage {
    position: relative;
}

span.thepalyprogrambtns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

ul.thrprogramswilwul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.thebanerswierimagess img {
    height: 370px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

ul.thrprogramswilwul li {
    background: #000;
    padding: 5px;
    font-family: 'Helvetica';
    font-size: 10.5px;
    margin-right: 2px;
    color: #fff;
    margin-top: 5px;
}

p.theswipeprogfirstp {
    font-family: 'Helvetica';
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0 8px;
    line-height: 20px;
    letter-spacing: 0.3px;
}

h5.theprograeliegh5 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

p.theprowelegip {
    font-family: 'Helvetica';
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0 0;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.thecommonstylless {
    justify-content: center;
    flex-direction: row;
    padding-top: 80px;
    position: relative;
    left: 50%;
    width: 100%;
}

.thecommonstylless .swiper-pagination {
    width: fit-content !important;
    position: relative;
    margin-right: 60px;
    top: 0px !important;
}

.thecommonstylless .swiper-pagination-bullet {
    border-radius: 0;
    width: 150px;
    height: 4px;
    margin: 0 !important;
}

.thecommonstylless .swiper-pagination-bullet-active {
    background: #000 !important;
}

.thecommonstylless .swiper-button-next.technologis {
    position: relative;
    margin: 0 10px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.thecommonstylless .swiper-button-prev.technologis {
    position: relative;
    margin: 0 10px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.excellences.insightsss {
    background: #f5f5f5;
    padding-top: 0;
}

.insightsssheadmains {
    width: 100%;
    justify-content: center;
}

.insightsssheads .techlogh2 {
    color: #000;
}

.insightsssmains .thecommonstylless .swiper-pagination-bullet {
    border-radius: 0;
    width: 100px;
    height: 4px;
    margin: 0 !important;
}

.insightsssmains .thecommonstylless .swiper-pagination-bullet-active {
    background: #0377EF !important;
}

.thecommonstylless .technologis i {
    position: relative;
    top: 1px;
    left: 5px;
}

.insightsssmains .thecommonstylless .swiper-button-prev.technologis {
    position: relative;
    margin: 0 10px;
    background: #0377EF;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.insightsssmains .thecommonstylless .swiper-button-next.technologis {
    position: relative;
    margin: 0 10px;
    background: #0377EF;
    color: #fff;
    border: 0;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

.theprograamssheads h2.techlogh2 {
    font-family: 'Helvetica';
    font-weight: 700;
}

.theprograamssheads h2.techlogh2 span {
    font-family: 'Libre';
    font-weight: 700;
}

.insightsssheads h2.techlogh2 {
    font-family: 'Helvetica';
    font-weight: 700;
}

.insightsssheads h2.techlogh2 span {
    font-family: 'Libre';
    font-weight: 700;
}

section.bannerhome::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000057;
}

section.bannerhome.edtechbanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000038;
    z-index: 9;
}

.thebannervideos {
    height: 100%;
    width: 100%;
}

.thebannervideos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.mega_list {
    display: flex;
    flex-wrap: wrap;
}

.thepinss span {
    font-family: 'Helvetica';
    color: #000;
    font-weight: 600;
    padding-left: 5px;
}

.thepinss span {
    font-family: 'Helvetica';
    color: #000;
    font-weight: 600;
    padding-left: 5px;
}

ul.powereduls {
    display: flex;
    padding-top: 37px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.powereduls li img {
    width: 105px;
    margin: 0 10px 40px;
}

.thepinss {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

ul.mega_list li a span img {
    width: 30px;
    height: 30px;
    /* filter: grayscale(1); */
}

.mega_list li a:hover img {
    filter: unset;
}

.mega_list li a:hover {
    color: #000;
}

/* Ripple waves */

.play-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    /* transform: translate(-50%, -50%); */
    border-radius: 50%;
    z-index: 5;
}

.play-wave::before,
.play-wave::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(59, 92, 255, 0.45);
    animation: ripple 2.8s infinite;
    z-index: 1;
}

.play-wave::after {
    animation-delay: 1.4s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(2.6);
        opacity: 0;
    }
}

.video-wrapper {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 10;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.thereviewswiperinners {
    background: #fff;
    padding: 20px 20px 40px;
    border-radius: 10px;
    height: 200px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

.theswiperrevupers {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.swiperongrev img {
    width: 60px;
    height: 60px;
    margin-right: 14px;
}

h3.swiperrevtherenameinersnames {
    color: #0377EF;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 23px;
}

p.swiperrevtherenameinersp {
    color: #FFFFFFCC;
    font-family: 'Helvetica';
    font-size: 14px;
}

p.thereviewwwdetails {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
}

.swiper.mySwiperhearfromms.thehomeswiperreviews {
    padding-top: 50px;
}

section.sucessfulls.thecctass {
    background: #000;
}

h2.sucessfullsheads.thectaassheadsd {
    color: #fff;
    font-size: 44px;
    text-align: center;
    font-family: 'Helvetica';
}

h2.sucessfullsheads.thectaassheadsd span {
    font-family: 'Libre';
}

.thesucesctaassimages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thesucesctaassimages {
    position: relative;
}

.thectassssinnerross {
    padding-top: 50px;
}

.thecolinnnertechs {
    background: #FFFFFF26;
    height: 81px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
}

section.successmodules {
    background: #f5f5f5;
    padding: 80px;
}

h2.sucessmodeheadsh2 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: #000;
    text-align: center;
}

h2.sucessmodeheadsh2 span {
    color: #0377EF;
    font-family: 'Libre';
    font-style: oblique;
}

p.sucessmoudlleheadsp {
    font-family: 'Helvetica';
    text-align: center;
    padding-top: 20px;
    color: #000;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
}

.sucessmodullleimages img {
    width: 100%;
    border-radius: 10px;
}

.sucessmodullleimages {
    padding-top: 40px;
}

.successmodules.theprojjecttssd {
    background: #000;
}

.theprojjecttssd h2.sucessmodeheadsh2 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    text-align: center;
}

.pocsss {
    background: #000;
    padding: 80px 0;
}

h2.pocssheadssh2 {
    text-align: center;
    font-family: 'Helvetica';
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

h2.pocssheadssh2 span {
    color: #0377EF;
    font-family: 'Libre';
    font-style: oblique;
}

.pocsssswipers {
    padding-top: 75px;
}

.mySwiperpocsss {
    padding: 0 150px !important;
}

.thepoccssslidesinnnerslide {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(180deg, rgba(3, 119, 239, 0.78) 0%, rgba(3, 119, 239, 0.22) 100%) border-box;
    border: 1px solid transparent;
}

.pocsssinnerimage {
    height: 200px;
}

.pocsssinnerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pocsssinnercontent {
    padding-top: 20px;
}

h3.pocsssinnercontenth3 {
    font-family: 'Helvetica';
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.theinnnerpoccontenlindsd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.theinnnerpoccontenlindsd a {
    color: #0377EF;
    font-family: 'Helvetica';
    font-size: 15px;
}

.theinnnerpoccontenlindsd p {
    color: #0377EF;
    font-family: 'Helvetica';
    font-size: 15px;
}

.therelativpaginas {
    position: relative !important;
    padding-top: 10px;
}

.therelativpaginas .swiper-pagination-bullet {
    background: #fff;
}

.therelativpaginas .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0377EF;
}

.pocsss.onboardinnngss {
    background: #fff;
}

.onboardinnngss .pocssheadssh2 {
    color: #000;
}

.thebannervideos.thelmsbannerimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.bannerhome.thelmsbanners::before {
    content: unset;
}

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

.thebannercontents.thelmsbannercontents {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 44%;
    text-align: left;
}

.iaamhereress {
    padding: 80px 0;
    background: #fff;
}

/* .iamheresmains {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #A7C6ED;
    padding: 40px 40px;
    border-radius: 50px;
    width: 75%;
    margin: 0 auto;
} */

.iamheresmains {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
}

ul.iamhersssssul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.thewhyanayticleftheads h2 {
    color: #000;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.thewhyanayicssinfosleft h4 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 20px;
    width: 95%;
    line-height: 28px;
    margin-bottom: 20px;
}

.thewhyanayicssinfosleft p {
    color: #000;
    font-family: 'Helvetica';
    width: 85%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

span.thepiticon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 16px;
}

.thewhyanayicssinfosleft .themainhighlights {
    font-size: 18px;
    width: 85%;
    border-left: 3px solid #0377ef;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 25px !important;
    background: #0377ef17;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Libre';
    font-weight: 600;
    line-height: 29px;
}

.thewhyanayticsrights {
    height: 300px;
}

.thewhyanayticsrights .the-video-card {
    height: 100%;
}

h2.imaherheadh2 {
    font-family: 'Libre';
    font-weight: 500;
    color: #000;
    font-size: 30px;
}

ul.iamhersssssul li {
    background: #E0E0E0;
    padding: 6px 24px;
    margin-right: 10px;
    border-radius: 39px;
    color: #000;
    font-family: 'Helvetica';
    font-size: 15px;
}

p.iamhereesparap {
    color: #000;
    font-family: 'Helvetica';
    font-size: 18px;
}

section.hearfromss {
    background: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
}

h2.hearfrommssh2 {
    font-family: 'Libre';
    font-size: 60px;
    font-weight: 500;
    color: #000;
}

h2.hearfrommssh2 span {
    color: #0377EF;
}

.gradient-border {
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(180deg, #0377EF 0%, #D8B021 100%);
    margin-bottom: 20px;
}

.themunnsheareinners {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.theheadrfrommcollssnums {
    padding-top: 50px;
    width: 65%;
}

h4.thenumbbsnumberh4 {
    color: #0377EF;
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.hearfromswiperss {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    left: -85px;
}

.thehearfrommsleftts {
    position: relative;
    left: 50px;
}

p.thenumbbsnumberp {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.technologiswipers.tholookupps {
    width: 100%;
}

.technologiswipers.tholookupps .swiper-slide {
    margin-bottom: 20px;
}

.thepoersmall.workingcompaniess.thestudeenccommsdsdslms {
    background: transparent;
    background-size: cover;
    background-position: 100% 110%;
    padding: 80px 0;
}

.workingcompaniess.thestudeenccommsdsdslms h2.thepoersheads {
    color: #0377EF;
    font-family: 'Libre';
    font-size: 50px;
    font-weight: 600;
    /* color: #000; */
}

.thestudeenccommsdsdslms .marquee .content {
    background: #000;
}

.pocsss.themediaspotlights {
    background: #f5f5f5;
}

.themediaspotlights .pocssheadssh2 {
    color: #000;
}

.themediaspotlights .thepoccssslidesinnnerslide {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(#f5f5f5, #f5f5f5) padding-box, linear-gradient(180deg, rgba(3, 119, 239, 0.78) 0%, rgba(3, 119, 239, 0.22) 100%) border-box;
    border: 1px solid transparent;
}

.themediaspotlights h3.pocsssinnercontenth3 {
    font-family: 'Helvetica';
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.thtailerrmaisd {
    padding: 80px 0;
    background: linear-gradient(180deg, #0377EF 0%, #1C1E3A 100%);
}

h2.thetailorheadsh2 {
    color: #fff;
    font-family: 'Libre';
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}

ul.thetalsullsssss li {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: 400;
    background: #000;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 24%;
    text-align: center;
}

ul.thetalsullsssss {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    justify-content: center;
}

.technologiswipers.theprogrammssswright {
    width: 100%;
}

.technologicals.theprograamss.therightproggrams {
    padding: 80px 0;
}

.therightproggrams .techloginerhedad.theprograamssheads {
    text-align: center;
    width: 100%;
}

.therightproggrams .theprograamssheads h2.techlogh2 {
    font-family: 'Libre';
    font-weight: 700;
}

.therightproggrams .theprograamssheads h2.techlogh2 span {
    font-style: normal;
}

.theprogramslideinnerinfos {
    padding: 10px 20px;
}

.theprogramslideinnerinfos small {
    color: #0377EF;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 400;
}

.theprogramslideinnerinfos h3 {
    color: #000;
    padding-top: 10px;
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 400;
}

.theprogramslideinnerinfos p {
    color: #00000099;
    padding-top: 5px;
    font-family: 'Helvetica';
    font-size: 13px;
}

.theprogramslideinnerinfos span {
    padding-top: 15px;
    color: #34A853;
    font-family: 'Helvetica';
    font-size: 15px;
}

.theprogramslideinnerinfos a {
    background: #0377EF;
    width: 100%;
    margin-top: 27px;
    padding: 10px;
    color: #ffff;
    font-family: 'Helvetica';
    text-align: center;
    border-radius: 49px;
    font-size: 15px;
}

.theprojgraamssslde {
    border: 1px solid #0377EF;
    border-radius: 15px;
}

.theprogrammpaginationss .swiper-pagination {
    position: relative;
    padding-top: 37px;
}

.navtabssuppers li.nav-item button {
    color: #7A7A7A;
    font-family: 'Helvetica';
    font-size: 15px;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    width: 100%;
}

.navtabssuppers {
    padding: 3px 0;
    /* border-bottom: 1px solid #7A7A7A; */
    margin-bottom: 0;
}

.navtabssuppers li.nav-item button.nav-link.active {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #0377EF;
}

.theaccoordionfaqs .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #D8B021 !important;
    border-radius: 15px;
}

.theaccoordionfaqs .accordion-button {
    border-top: 0;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 400;
}

.technologiswipers.thegrowwlslists {
    width: 100%;
    padding-left: 0;
}

ul.careerg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.careerg li {
    position: relative;
    margin-right: 4px;
    padding: 6px;
    border: 1px solid #0377ef61;
    border-radius: 10px;
    width: 19%;
}

ul.careerg .thetechswperinners {
    position: relative;
    height: 320px;
}

.thetechheadsd {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: -40px;
    left: 50%;
    width: 90%;
    background: transparent;
    border-radius: 10px;
    padding: 0;
}

h3.thetechslidenames {
    font-family: 'Helvetica';
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

p.thehoverinfop {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 16;
    line-height: 17px;
    padding-top: 20px;
}

img.growthcardshaowws {
    position: absolute;
    top: 0;
}

.theedtechheadersss .row.flex-md-nowrap.theheaderinners {
    /* background: #F5F2E9E5; */
    border-radius: 10px;
    width: 88%;
    margin: 0 auto;
}

.theedtechheadersss .primary-menu li a {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.5s;
    position: relative;
}

li.have-mega-menu.theallprogramsedss {
    background: #0377EF;
    /* color: #fff; */
    border-radius: 5px;
    padding-left: 10px;
}

.primary-menu .have-mega-menu.theallprogramsedss .menu-parent-a {
    position: relative;
    color: #fff !important;
}

.primary-menu .have-mega-menu.theallprogramsedss .menu-parent-a::after {
    content: unset;
}

.footer-area.themainwebfooter.edtechfooterss {
    background: #000;
}

.edtechfooterss .thesocialss li i {
    color: #FFFFFF8F;
    justify-content: center;
}

.themainwebfooter.edtechfooterss .footer-widget h4 {
    color: #FFFFFF8F;
}

.edtechfooterss p.description.builder-editable.themainwebfootdesc a {
    color: #FFFFFF8F;
}

.edtechfooterss p.description.builder-editable.themainwebfootdesc {
    color: #FFFFFF8F !important;
}

.thewiddthoosrow {
    width: 78%;
    margin: 0 auto;
}

.edtechfooterss .footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ffffff38;
    padding-bottom: 30px;
    background: #1C1A18;
}

.thelmsloginns {
    background: #4E516A;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    box-shadow: none;
    width: 120px;
    margin-left: 15px;
}

.thelmsloginns:hover {
    background: #4E516A;
    color: #fff !important;
    padding: 10px 17px;
    border-radius: 48px;
    font-family: 'Helvetica';
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    box-shadow: none;
    width: 120px;
    margin-left: 15px;
}

.thelmssheadsrsss .theheaderinners {
    background: #202342CC;
}

.thelmssheadsrsss span {
    font-family: 'Poppins';
    padding-left: 12px;
}

li.have-mega-menu.theallprogramsedss.thelmmsprogrammms {
    border-radius: 35px;
    padding: 8px 15px;
    position: relative;
    top: -5px;
}

li.themainlis {
    transition: all 0.5s;
}

li.themainlis:hover {
    transition: all 0.9s;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 9;
}

/* Smooth transition */

.edtechreviewwss .mySwiperreviewss .swiper-slide {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* When hovering anywhere inside swiper, fade all slides */

.edtechreviewwss .mySwiperreviewss:hover .swiper-slide {
    opacity: 0.3;
}

/* Keep hovered slide fully visible */

.edtechreviewwss .mySwiperreviewss .swiper-slide:hover {
    opacity: 1;
}

/* (Optional) Slight zoom on hovered slide */

.edtechreviewwss .mySwiperreviewss .swiper-slide:hover {
    transform: scale(1.05);
    z-index: 2;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .thebannercontents {
        width: 90%;
    }

    h2.thebannerh2 {
        font-size: 35px;
    }

    p.thebannerp {
        font-size: 15px;
        line-height: 25px;
    }

    .bannerhome {
        height: 580px;
    }

    ul.powereduls li img {
        width: 30px;
        margin: 0 10px 15px;
    }

    h2.thepoersheads {
        font-size: 15px;
    }

    section.thepoersmall {
        padding: 30px 0;
        text-align: center;
    }

    .thehomeabouts {
        background-color: #f5f5f5;
        padding: 50px 0;
    }

    h2.thehomeabh2 {
        font-size: 30px;
        line-height: 47px;
        width: 100%;
    }

    .theaboutrows {
        width: 100%;
        margin: 18px auto 0;
    }

    p.thefirsp {
        color: #000;
        font-family: 'Helvetica';
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        width: 100%;
    }

    p.theabotrowsthirdp {
        color: #000;
        font-family: 'Helvetica';
        font-weight: 700;
        font-size: 13px;
        line-height: 24px;
    }

    .thenumberss {
        border-left: 2px solid #4555FD;
        padding-left: 20px;
    }

    h2.thenumberabs {
        font-size: 45px;
    }

    p.thenumberp {
        color: #000;
        font-family: 'Helvetica';
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        padding-top: 10px;
    }

    .therowsinnessabout {
        height: 320px;
        margin-bottom: 20px;
    }

    .thepinconted {
        width: 100%;
    }

    h2.thecenterheadss {
        text-align: center;
        padding-top: 20px;
        font-family: 'Libre';
        font-size: 25px;
        font-weight: 600;
        line-height: 33px;
        color: #000;
        width: 100%;
        margin: 0 auto;
    }

    .thecardsmsllrows .col-md-4 {
        width: 50%;
    }

    p.thepercernames.thesecondadryp {
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
    }

    h4.thepercentafes {
        color: #0377EF;
        font-family: 'Helvetica';
        font-size: 30px;
        font-weight: 700;
        line-height: 52px;
    }

    p.thepercernames {
        color: #000;
        font-family: 'Helvetica';
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 14px;
    }

    .thecardssmallsinfos {
        height: 260px;
        padding: 8px;
    }

    section.technologicals {
        padding: 40px 0;
    }

    .technoheads {
        flex-direction: column;
    }

    h2.techlogh2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    p.technlop {
        font-size: 18px;
        width: 100%;
        padding-top: 6px;
        line-height: 27px;
    }

    section.sucessfulls {
        background: #0377EF1A;
        padding: 40px 0;
    }

    small.sucessfullss {
        font-size: 10px;
    }

    h2.sucessfullsheads {
        font-family: 'Libre';
        padding-top: 25px;
        font-size: 30px;
        width: 100%;
        color: #000;
        text-align: center;
    }

    .sucessfullsheadss {
        text-align: center;
    }

    .sucessfullslefts p.text-muted {
        color: #000 !important;
        font-family: 'Helvetica';
        font-size: 18px;
        opacity: 1;
    }

    .sucessfullslefts ul li {
        font-family: 'Helvetica';
        font-size: 18px;
        margin-bottom: 10px;
    }

    .thesucessfulaccorios {
        padding-top: 38px;
    }

    .accordion-button:not(.collapsed) {
        font-size: 16px;
    }

    .accordion-button {
        background-color: transparent;
        color: #000;
        font-family: 'Helvetica';
        font-weight: 700;
        font-size: 16px;
        padding: 20px;
        background: transparent;
        border-top: 1px solid #00000030;
        border-radius: 0 !important;
    }

    .theaccodionbasedcontents {
        height: 290px;
    }

    img.thelayerimagess {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .themainimages {
        object-position: top;
    }

    section.benefitss {
        padding: 40px 0;
        background: #f5f5f5;
    }

    .thebenfitsh2 {
        font-size: 30px;
        line-height: 40px;
    }

    .benefitscards {
        margin-top: 28px;
    }

    .themainwebfooter .footer-widget ul li a {
        display: inline-block;
        color: #424242;
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 400;
        transition: 0.5s;
        font-family: 'Helvetica';
    }

    ul.thecardssbeneuls li {
        width: 46%;
        margin: 0 6px;
        margin-bottom: 10px;
    }

    .benfecardinfos p br {
        display: none;
    }

    .benefitcsrdsinnners {
        height: 165px;
    }

    .themainwebfooter img.themainwebfoootlogos {
        height: 50px;
    }

    p.description.builder-editable.themainwebfootdesc {
        font-size: 15px;
        line-height: 24px;
    }

    footer.footer-area.themainwebfooter .col-lg-3.col-md-6 {
        width: 50%;
    }

    .footer-bottom {
        text-align: center;
    }

    .thebactotos {
        justify-content: center;
    }

    small.thebannersmall {
        font-size: 11px;
    }

    .thebannercontents.edtechbannercontents {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        text-align: left;
        z-index: 9;
        width: 100%;
    }

    .thebannercontents.edtechbannercontents {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 54%;
        text-align: left;
        z-index: 9;
    }

    .edtechbannercontents h2.thebannerh2 {
        font-family: 'Libre';
        font-size: 30px;
    }

    .edtechbannercontents p.thebannerp {
        font-size: 15px;
        line-height: 21px;
        width: 80%;
    }

    .thebannerctabtnsedtech a.thebannerbtn {
        display: flex;
        align-items: center;
        justify-content: space-around;
        top: 50px;
        border: 0;
        width: fit-content;
        margin-left: unset !important;
        margin-right: auto;
        padding: 2px 0px;
        border-radius: 10px;
        color: #fff;
        font-family: 'Helvetica';
        font-size: 12px;
        position: relative;
        margin-right: 20px !important;
        width: 140px;
    }

    .marquee .content {
        background: #ffffff38;
        backdrop-filter: blur(65px);
        padding: 8px;
        height: 40px;
        width: 120px;
        border-radius: 8px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .workingmaquees1 {
        margin-bottom: 15px;
    }

    .workingcompaniess h2.thepoersheads {
        color: #fff;
        margin-bottom: 25px;
    }

    .thefiguressssmals {
        padding-top: 15px;
        width: 100%;
        margin: 0 auto;
    }

    .thefiguressssmals .col-md-3 {
        width: 50%;
    }

    .thecountinfferss h4 {
        font-family: 'Libre';
        font-size: 25px;
        font-weight: 500;
        color: #fff;
    }

    .thecountinfferss p {
        color: #FFFFFF75;
        font-family: 'Helvetica';
        font-size: 11px;
        line-height: 15px;
    }

    .thecountinfferss {
        margin-bottom: 15px;
    }

    h2.thehomeabh2.theinsideinovh2 {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-family: 'Helvetica';
        font-weight: 700;
        line-height: 40px;
    }

    h4.theinsideinovh4 {
        text-align: center;
        font-family: 'Helvetica';
        font-style: oblique;
        font-size: 25px;
        font-weight: 400;
        line-height: 45px;
        color: #000;
    }

    p.theinnovavenuep {
        font-family: 'Helvetica';
        font-size: 14px;
        font-weight: 400;
        color: #000;
        width: 100%;
        margin: 0 auto;
        padding-top: 8px;
        text-align: center;
        line-height: 23px;
    }

    .theinnerlinesss {
        display: none;
    }

    ul.circcless {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 50px;
        position: relative;
        left: 0;
        flex-direction: column;
    }

    ul.circcless {
        padding-top: 10px;
    }

    h4.thecirclesh4 {
        font-size: 15px;
    }

    h5.thecilcresh5 {
        font-size: 12px;
        padding-top: 5px;
    }

    ul.theclicleslist li {
        font-family: 'Helvetica';
        font-size: 11px;
        font-weight: 400;
        color: #000;
        width: 100%;
        margin: 0 auto 4px;
        background: #fff;
        text-align: center;
        border-radius: 22px;
        padding: 3px 10px;
    }

    p.thecirclesp {
        font-family: 'Helvetica';
        text-align: center;
        font-size: 12px;
        color: #727272;
        padding-top: 5px;
    }

    .circcless .themainlis:nth-child(2) {
        background: linear-gradient(180deg, #77FFB6 0%, #ECECEC 100%);
        position: relative;
        left: 0;
        top: -26px;
    }

    .circcless .themainlis:nth-child(3) {
        background: linear-gradient(180deg, #7DCBFF 0%, #ECECEC 100%);
        position: relative;
        left: 0;
        top: -50px;
    }

    .circcless .themainlis:nth-child(4) {
        background: linear-gradient(180deg, #FF70C7 0%, #ECECEC 100%);
        position: relative;
        left: 0;
        top: -72px;
    }

    .theinovtioa a.thebannerbtn.theedtechbanbtn2 {
        top: 0;
    }

    .thecommonstylless .swiper-pagination-bullet {
        border-radius: 0;
        width: 27px;
        height: 4px;
        margin: 0 !important;
    }

    .thecommonstylless {
        justify-content: center;
        flex-direction: row;
        padding-top: 47px;
        position: relative;
        left: 0;
    }

    ul.thrprogramswilwul li {
        background: #000;
        padding: 5px;
        font-family: 'Helvetica';
        font-size: 7.5px;
        margin-right: 2px;
        color: #fff;
        margin-top: 5px;
    }

    h5.theprograeliegh5 {
        color: #000;
        font-weight: 700;
        font-size: 13px;
    }

    p.theswipeprogfirstp {
        font-family: 'Helvetica';
        color: #000;
        font-size: 11px;
        font-weight: 400;
        padding: 15px 0;
        line-height: 17px;
        letter-spacing: 0.3px;
    }

    p.theprowelegip {
        font-family: 'Helvetica';
        color: #000;
        font-size: 11px;
        font-weight: 400;
        padding: 10px 0 0;
        line-height: 13px;
        letter-spacing: 0.3px;
    }

    h2.sucessfullsheads.thectaassheadsd {
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-family: 'Helvetica';
        padding-top: 0;
    }

    .thesucesctaassimages {
        position: relative;
        height: 155px;
    }

    .play-wave {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: unset;
        border-radius: 50%;
        z-index: 5;
    }

    .thectassssinnerross .col-md-2 {
        width: 33%;
    }

    .thecolinnnertechs {
        background: #FFFFFF26;
        height: 55px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        padding: 5px;
    }

    section.successmodules {
        background: #f5f5f5;
        padding: 40px 0;
    }

    h2.sucessmodeheadsh2 {
        font-family: 'Helvetica';
        font-weight: 700;
        font-size: 30px;
        line-height: 46px;
        color: #000;
        text-align: center;
    }

    p.sucessmoudlleheadsp {
        font-family: 'Helvetica';
        text-align: center;
        padding-top: 7px;
        color: #000;
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        /* margin-bottom: 20px; */
    }

    .theprojjecttssd h2.sucessmodeheadsh2 {
        font-family: 'Helvetica';
        font-weight: 700;
        font-size: 30px;
        line-height: 7px;
        color: #fff;
        text-align: center;
    }

    .swiperarrroes.thecommonstylless .swiper-pagination {
        white-space: nowrap;
        margin-right: 9px;
    }

    .insightsssmains .thecommonstylless .swiper-pagination-bullet {
        border-radius: 0;
        width: 22px;
        height: 4px;
        margin: 0 !important;
    }

    h2.pocssheadssh2 {
        text-align: center;
        font-family: 'Helvetica';
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .mySwiperpocsss {
        padding: 0 0 !important;
    }

    .thelmsbannercontents h2.thebannerh2 br {
        display: none;
    }

    section.bannerhome.thelmsbanners::before {
        content: '';
        background: #0000004a;
        position: absolute;
        inset: 0;
    }

    .theleftssselement {
        display: none;
    }

    .thelmsbanners p.thebannerp {
        font-size: 15px;
        line-height: 25px;
        text-align: left;
    }

    .iaamhereress {
        padding: 40px 0;
        background: #fff;
    }

    .iamheresmains {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #A7C6ED;
        padding: 15px 8px;
        border-radius: 24px;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    ul.iamhersssssul li {
        background: #E0E0E0;
        padding: 6px 10px;
        margin-right: 10px;
        border-radius: 39px;
        color: #000;
        font-family: 'Helvetica';
        font-size: 8px;
        text-align: center;
        margin-bottom: 10px;
        width: 45%;
    }

    ul.iamhersssssul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }

    h2.imaherheadh2 {
        font-family: 'Libre';
        font-weight: 500;
        color: #000;
        font-size: 23px;
    }

    p.iamhereesparap {
        color: #000;
        font-family: 'Helvetica';
        font-size: 15px;
    }

    .technologicals.theprograamss.therightproggrams {
        padding: 40px 0;
    }

    h2.hearfrommssh2 {
        font-family: 'Libre';
        font-size: 34px;
        font-weight: 500;
        color: #000;
    }

    .theheadrfrommcollssnums {
        padding-top: 32px;
        width: 100%;
    }

    .theheadrfrommcollssnums .col-md-6 {
        width: 50%;
    }

    .themunnsheareinners {
        background: #fff;
        border-radius: 8px;
        padding: 10px;
    }

    p.thenumbbsnumberp {
        color: #000;
        font-family: 'Helvetica';
        font-size: 8px;
        font-weight: 300;
        text-align: center;
        line-height: 16px;
    }

    h4.thenumbbsnumberh4 {
        color: #0377EF;
        font-family: 'Helvetica';
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
    }

    .thtailerrmaisd {
        padding: 40px 0;
        background: linear-gradient(180deg, #0377EF 0%, #1C1E3A 100%);
    }

    h2.thetailorheadsh2 {
        color: #fff;
        font-family: 'Libre';
        font-size: 28px;
        text-align: center;
        font-weight: 500;
    }

    ul.thetalsullsssss li {
        color: #fff;
        font-family: 'Helvetica';
        font-size: 9px;
        font-weight: 400;
        background: #000;
        padding: 10px 8px;
        border-radius: 50px;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 46%;
        text-align: center;
    }

    p.thereviewwwdetails {
        color: #FFFFFFCC;
        font-family: 'Helvetica';
        font-size: 12px;
    }

    ul.careerg li {
        position: relative;
        margin-right: 4px;
        padding: 6px;
        border: 1px solid #0377ef61;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .theaccoordionfaqs .accordion-button {
        border-top: 0;
        font-family: 'Helvetica';
        font-size: 11px;
        font-weight: 400;
        line-height: 19px;
    }

    .theaccoordionfaqs .accordion-button:not(.collapsed) {
        font-size: 11px;
    }

    .theaccoordionfaqs .accordion-body {
        font-size: 11px;
        line-height: 17px;
    }

    ul.careerg {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .thebannercontents.thelmsbannercontents {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        text-align: left;
    }

    .theprogramslideinnerinfos h3 {
        color: #000;
        padding-top: 10px;
        font-family: 'Helvetica';
        font-size: 15px;
        font-weight: 400;
    }

    .theprogramslideinnerinfos span {
        padding-top: 15px;
        color: #34A853;
        font-family: 'Helvetica';
        font-size: 12px;
    }

    .theprogramslideinnerinfos small {
        color: #0377EF;
        font-family: 'Helvetica';
        font-size: 13px;
        font-weight: 400;
    }

    .theprogramslideinnerinfos a {
        background: #0377EF;
        width: 100%;
        margin-top: 25px;
        padding: 5px 0;
        color: #ffff;
        font-family: 'Helvetica';
        text-align: center;
        border-radius: 49px;
        font-size: 12px;
    }

    section.hearfromss {
        background: #f5f5f5;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pocsss.themediaspotlights {
        background: #f5f5f5;
        padding: 40px 0 0;
    }

    .thetechheadsd {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: -25px;
        left: 50%;
        width: 90%;
        background: transparent;
        border-radius: 10px;
        padding: 0;
    }

    .thepoersmall.workingcompaniess.thestudeenccommsdsdslms {
        padding: 30px 0;
    }
}

/* endtoends start*/

.arch-wrapper {
    max-width: 1200px;
    margin: auto;
}

.arch-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px;
    align-items: start;
}

.title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111827;
    text-align: center;
}

.title span {
    font-weight: 500;
    font-size: 15px;
    color: #6b7280;
}

.card {
    background: #ffffff;
    border-radius: 18px;
    padding: 11px;
    box-shadow: 0 10px 25px rgba(20, 30, 60, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.logos-grid.social {
    grid-template-columns: repeat(3, 1fr);
}

.logo {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 6px;
    text-align: center;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 60px;
}

.logo:hover {
    transition: all 0.5s;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.node:hover {
    transition: all 0.5s;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.logo.wide {
    grid-column: span 2;
}

/* CENTER GRAPH */

.center-area {
    position: relative;
    width: 100%;
    height: 420px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    /* box-shadow: 0 10px 25px rgba(20, 30, 60, 0.06); */
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.node {
    position: absolute;
    background: white;
    border-radius: 14px;
    padding: 6px 8px;
    font-weight: 700;
    font-size: 13px;
    color: #111827;
    box-shadow: 0 8px 18px rgba(20, 30, 60, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    min-width: 96px;
    height: 60px;
    width: 100px;
}

.node img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hub {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 22px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 18px 35px rgba(37, 99, 235, 0.35);
    z-index: 9;
}

.hub-icon {
    font-size: 38px;
    color: #fff;
}

/* Node Positions */

.node-top-left {
    top: 30px;
    left: 40px;
}

.node-top {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.node-top-right {
    top: 30px;
    right: 40px;
}

.node-left {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.node-right {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.node-bottom-left {
    bottom: 35px;
    left: 40px;
}

.node-bottom {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.node-bottom-right {
    bottom: 35px;
    right: 40px;
}

/* Lines */

.line {
    position: absolute;
    background: #94a3b8;
    opacity: 0.6;
}

.line-top {
    width: 2px;
    height: 85px;
    left: 50%;
    top: 76px;
    transform: translateX(-50%);
}

.line-left {
    width: 85px;
    height: 2px;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
}

.line-right {
    width: 85px;
    height: 2px;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
}

h2.endtoendh2 {
    color: #000;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

h2.endtoendh2::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

h2.endtoendh2 span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
}

.line-bottom {
    width: 2px;
    height: 85px;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}

.line-top-left {
    width: 2px;
    height: 120px;
    left: 137px;
    top: 85px;
    transform: rotate(338deg);
}

.line-top-right {
    width: 2px;
    height: 120px;
    right: 137px;
    top: 85px;
    transform: rotate(33deg);
}

.line-bottom-left {
    width: 2px;
    height: 120px;
    left: 170px;
    bottom: 77px;
    transform: rotate(220deg);
}

.line-bottom-right {
    width: 2px;
    height: 120px;
    right: 164px;
    bottom: 77px;
    transform: rotate(136deg);
}

/* RIGHT SIDE */

.tools {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.tool {
    background: #f3f4f6;
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
    color: #111827;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 48%;
}

.tool:last-child {
    width: 100%;
}

.tool img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list {
    padding-left: 8px;
    color: #374151;
    font-size: 14px;
    line-height: 1.8;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .arch-grid {
        grid-template-columns: 1fr;
    }

    .center-area {
        height: 480px;
    }
}

.thendtoendddsss {
    padding-top: 75px;
}

.thendtoendschaartss {
    padding-top: 50px;
}

/* endtoends end */

/* .architecture {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 45px;
}

.section {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 16px;
    padding: 20px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 450px;
}

.section-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e3f2fd;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 7px;
    align-items: center;
    justify-items: center;
}

.logo-item {
    text-align: center;
}

.logo-item img {
    height: auto;
    width: 68px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    transition: all 0.25s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.center-section {
    flex: 1.2;
    min-width: 340px;
    text-align: center;
    position: relative;
}

.lake-core {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: white;
    padding: 50px 30px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(13, 71, 161, 0.25);
    position: relative;
    z-index: 1;
}

.lake-core h2 {
    margin: 0 0 12px;
    font-size: 1.8rem;
}

.lake-core p {
    margin: 0;
    font-size: 1.05rem;
    opacity: 0.95;
}

.storage-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.storage-logos img {
    height: 44px;
    opacity: 0.9;
}

.arrow {
    font-size: 3rem;
    color: #666;
    font-weight: bold;
    opacity: 0.6;
    margin: 0 10px;
}

.outcomes {
    margin-top: 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}

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

.outcomes li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.outcomes li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1976d2;
    font-weight: bold;
}

@media (max-width: 1100px) {
    .architecture {
        flex-direction: column;
        gap: 60px;
    }

    .arrow {
        transform: rotate(90deg);
        margin: 20px 0;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .lake-core h2 {
        font-size: 1.6rem;
    }
}


.thendtoendddsss {
    padding: 80px 0px;
}

h2.endtoendh2 {
    color: #000;
    font-family: 'Libre';
    font-weight: 500;
    font-size: 50px;
    line-height: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

h2.endtoendh2 span {
    color: #0377EF;
    font-style: italic;
}

.singleetruthhs {
    display: flex;
    align-items: center;
    position: relative;
}

.singleetruthhs .arrow:first-child {
    position: absolute;
    left: -44px;
}


.singleetruthhs .arrow:last-child {
    position: absolute;
    right: -44px;
} */

.theinnersectiods {
    height: 100%;
}

.thebannersssrightss {
    width: 100%;
    height: 100%;
}

.theinnerhomeabtsheads h2 {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 30px;
}

.theimmberheadsdscaardsss {
    padding-top: 30px;
}

ul.theimmberheadsdscaardsssul {
    display: flex;
    flex-wrap: wrap;
}

ul.theimmberheadsdscaardsssul li {
    width: 30%;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #00000036;
    color: #000;
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 18px;
}

.theinnerhomeabtsheads h2 {
    color: #000;
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 30px;
}

img.theinnerhonecardicons {
    border: 1px solid #cbc9f1;
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 36px;
    background: #ecebfe;
    object-fit: contain;
    margin-bottom: 17px;
}

img.thebusinesimapcimages {
    border: 1px solid #eceafd;
    width: 60px;
    height: 60px;
    padding: 7px;
    border-radius: 49px;
    background: #346deb1f;
}

.theheadinimagess {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.theheadinimagess p.thepercernames {
    color: #000;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 0;
    padding-left: 19px;
}

/* newdatadriven start */

.the-about-modern {
    position: relative;
    overflow: hidden;
}

.theabout-top {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.thehomeabh2 {
    font-size: 52px;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
    margin-bottom: 16px;
}

.thehomeabh2 span {
    color: #2f6bff;
    position: relative;
    display: inline-block;
}

/* .thehomeabh2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 6px;
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #2f6bff, rgba(47, 107, 255, 0.15));
} */

.thefirsp {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0;
}

/* Highlights */

.the-highlights {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 90%;
}

.the-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #111827;
}

.the-highlight-item p {
    margin: 0;
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 17px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #2f6bff;
}

.check {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    font-size: 13px;
    background: rgba(47, 107, 255, 0.12);
    color: #2f6bff;
}

/* Feature grid */

.the-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.the-feature-card {
    background: #fff;
    border: 1px solid #000;
    border-radius: 18px;
    padding: 18px 16px;
    transition: 0.25s ease;
    box-shadow: 0px 12px 30px rgba(17, 24, 39, 0.05);
    min-height: 150px;
    border-bottom: 6px solid #000;
}

.the-feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 107, 255, 0.45);
    box-shadow: 0px 18px 40px rgba(47, 107, 255, 0.12);
}

.theinnerhonecardicons {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-bottom: 10px;
}

.the-feature-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px;
}

.the-feature-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
}

/* Stats strip */

.the-stats-strip {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(47, 107, 255, 0.06);
    border: 1px solid rgba(47, 107, 255, 0.15);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-bottom: 6px solid #2163a1;
}

.the-stat {
    text-align: center;
}

.the-stat h3 {
    font-size: 26px;
    font-weight: 900;
    color: #111827;
    margin: 0;
}

.the-stat p {
    font-size: 12px;
    color: #000;
    margin: 4px 0 0;
}

/* Video card */

.the-video-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(47, 107, 255, 0.2);
    box-shadow: 0px 20px 60px rgba(17, 24, 39, 0.10);
    height: 460px;
}

.thebigaboutimage {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.the-video-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(17, 24, 39, 0.75);
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
}

.play-wave {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 74px;
    height: 74px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(47, 107, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: 0.25s ease;
}

.play-wave:hover {
    transform: scale(1.05);
    background: rgba(47, 107, 255, 0.35);
}

.theaboutrowplays {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

/* Video iframe */

.video-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* Responsive */

@media (max-width: 992px) {
    .thehomeabh2 {
        font-size: 38px;
    }

    .the-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .the-stats-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .thebigaboutimage {
        height: 420px;
    }
}

/* new data driven ends */

ul.list li span i {
    margin-right: 6px;
    color: #46a319;
    font-size: 6px;
}

ul.list li {
    display: flex;
}

/* mainweb flow chart 1 start */

/* --- MAIN LAYOUT --- */

:root {
    --gold: #d4af37;
    --bg: #ffffff;
    --sub: #64748b;
    --glow: rgba(212, 175, 55, 0.4);
}

.grid-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
    opacity: 0.3;
}

.viewport {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    width: 300vw;
    height: 100vh;
}

.section {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
}

/* Headers */

.header-group {
    position: absolute;
    top: 8%;
    left: 5%;
    z-index: 100;
}

.step-tag {
    font-weight: 800;
    color: #346deb;
    letter-spacing: 3px;
    font-size: 4rem;
    margin: 0;
}

.step-title {
    font-size: 5rem;
    font-weight: 800;
    margin: 5px 0;
    color: #000;
    padding-top: 10px;
}

.step-desc {
    color: #000;
    font-size: 1.5rem;
    max-width: 500px;
    line-height: 1.6;
}

/* Step 1: Sources */

.source-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    z-index: 10;
    margin-right: 30vw;
    margin-top: 100px;
}

.card {
    background: white;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    width: 110px;
    border: 1px solid #f1f5f9;
}

.card img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin-bottom: 8px;
}

.card p {
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0;
}

/* Gateways */

.gate-list {
    position: absolute;
    left: unset;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
    right: 15%;
}

.gate {
    background: white;
    border: 2px solid var(--gold);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.7rem;
    font-weight: 800;
    opacity: 0;
    transform: scale(0.8);
    box-shadow: 0 0 20px var(--glow);
    color: #000;
}

/* Step 2: Processing Core */

.core-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
}

.hub-card {
    width: 120px;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.hub-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

/* Processing Effect */

.processing-ring {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 2px dashed var(--gold);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

/* Step 3: Intelligence */

.analytics-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-item {
    background: white;
    padding: 16px 25px;
    border-radius: 8px;
    border-left: 5px solid var(--gold);
    font-weight: 700;
    opacity: 0;
    transform: translateX(50px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    color: #000;
}

/* SVG Paths */

.svg-canvas {
    position: absolute;
    top: 0px;
    left: -52%;
    width: 600vw;
    height: 100vh;
    pointer-events: none;
    z-index: 1;
}

.path-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 2;
}

.path-pulse {
    fill: none;
    stroke: var(--gold);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 20, 100;
}

section.section:nth-child(2) {
    padding: 0 0;
    left: -100px;
}

.scroll-content .section:nth-child(3) {
    flex-direction: unset;
    padding-left: 2%;
}

section.section:nth-child(2) .header-group {
    position: absolute;
    top: -8%;
    left: 0% !important;
    z-index: 100;
}

.analytics-container {
    position: relative;
    left: -200px;
    margin-right: 32px;
    height: 315px;
    margin-top: 50px;
}

/* mainweb flow chart 1 end */

/* enterprise module starts */

:root {
    --navy: #1e293b;
    --gold: #f59e0b;
    --accent: #3b82f6;
    --soft-bg: #f8fafc;
}

/* Title Slide */

.title-screen2 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.title-screen2 h1 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 800;
    letter-spacing: -2px;
    text-align: center;
}

/* Main Model Container */

.model-section2 {
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background: #fff; */
}

/* The Architecture Layout */

.architecture-container2 {
    display: grid;
    grid-template-columns: 1fr 250px 1fr;
    align-items: center;
    gap: 40px;
    width: 90%;
    max-width: 1200px;
    position: relative;
}

/* The Bulb Center */

.bulb-center2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bulb-svg2 {
    width: 250px;
    fill: #e2e8f0;
    opacity: 0.2;
    transition: all 0.5s ease;
    filter: blur(1px);
}

.bulb-label2 {
    position: absolute;
    top: 31%;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 26px;
    color: #94a3b8;
    line-height: 1.1;
    pointer-events: none;
}

/* Columns of Cards */

.column2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card2 {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    opacity: 0;
    transform: translateY(20px);
    transition: border-color 0.3s;
}

.card2:hover {
    border-color: var(--gold);
}

.card2 h4 {
    font-size: 18px;
    color: #0377EF;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.card2 b {
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    color: #000;
}

.card2 p {
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

/* SVG Energy Lines */

.lines-layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.energy-line2 {
    fill: none;
    stroke: #f1f5f9;
    stroke-width: 2;
    transition: stroke 0.5s;
}

.energy-pulse2 {
    fill: none;
    stroke: var(--gold);
    stroke-width: 3;
    stroke-dasharray: 10, 50;
    opacity: 0;
}

.scroll-indicator2 {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

/* enterpirse module ends */

/* edtech hearit from starts */

/* slider spacing */

/* swiper section padding */

.mySwiperreviewsshearit.edtechhheasrittt {
    padding: 40px 0;
}

/* fade left right */

.mySwiperreviewsshearit.edtechhheasrittt .swiper-slide.edtechhheasrittt {
    opacity: 0.25;
    transform: scale(0.85);
    transition: all 0.4s ease-in-out;
}

/* center slide */

.mySwiperreviewsshearit.edtechhheasrittt .swiper-slide-active.edtechhheasrittt {
    opacity: 1;
    transform: scale(1);
}

/* main card design */

.mySwiperreviewsshearit.edtechhheasrittt .thereviewswiperinners.edtechhheasrittt {
    background: #fff;
    color: #000;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    min-height: 190px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

/* text black */

.mySwiperreviewsshearit.edtechhheasrittt .swiperrevtherenameinersnames.edtechhheasrittt {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mySwiperreviewsshearit.edtechhheasrittt .thereviewwwdetails.edtechhheasrittt {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* arrows */

.mySwiperreviewsshearit.edtechhheasrittt .swiper-button-prev,
.mySwiperreviewsshearit.edtechhheasrittt .swiper-button-next {
    color: #000;
}

/* remove default arrow icon */

.mySwiperreviewsshearit.edtechhheasrittt .swiper-button-prev:after,
.mySwiperreviewsshearit.edtechhheasrittt .swiper-button-next:after {
    display: none;
}

/* edtech hearit from ends */

a.thebannerbtn.theedtechbanbtn2.theedtecchsssdiagrambtns {
    margin: 0 auto;
}

/* edtech aitools starts */

.ai-flow {
    padding: 70px 0;
}

.wrap {
    width: min(1200px, 95%);
    margin: auto;
    display: grid;
    grid-template-columns: 170px 320px 120px 1fr;
    align-items: center;
    gap: 20px;
}

/* LEFT TITLE */

.left-title .big {
    font-size: 64px;
    font-weight: 900;
    line-height: 0.9;
    color: #0377EF;
    text-align: center;
    position: relative;
    right: 23px;
}

.left-title .big span {
    display: inline-block;
}

/* SKILLS BLOCK */

.skills-block {
    position: relative;
    display: flex;
    gap: 18px;
    align-items: center;
}

.bracket {
    width: 55px;
    height: 360px;
    transform: rotate(180deg);
}

.skills {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 240px;
}

.skill-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.skill {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #12224a;
    margin-bottom: 20px;
    white-space: nowrap;
}

.skill.dot::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2c5cff;
    display: inline-block;
}

.divider {
    height: 2px;
    width: 100%;
    background: rgba(44, 92, 255, .2);
    border-radius: 99px;
    position: relative;
    top: -8px;
}

/* PHASE LABELS */

.phases {
    display: flex;
    flex-direction: column;
    gap: 180px;
    justify-content: center;
    font-weight: 700;
    color: #000;
    padding-left: 30px;
}

.phase {
    font-size: 16px;
    position: relative;
}

.phase::before {
    content: "";
    position: absolute;
    left: -23px;
    top: -76px;
    bottom: 5px;
    width: 15px;
    border: 2px solid #0377ef;
    border-right: none;
    transform: rotate(180deg);
    height: 160px;
}

/* ROLES BLOCK */

.roles-block {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.role-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.right-bracket {
    width: 55px;
    height: 210px;
    transform: rotate(0deg);
    top: -44px;
    position: relative;
}

.roles {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 220px;
}

.role {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    color: #000;
}

.role::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #0377EF;
}

/* Container to hold the content and the bracket */

.dynamic-bracket {
    display: flex;
    align-items: center;
    /* Centers content vertically */
    position: relative;
    padding-left: 25px;
    /* Space for the bracket */
    margin: 20px 0;
}

/* Creating the thin bracket using pseudo-elements */

.dynamic-bracket::before {
    content: "";
    position: absolute;
    left: 0;
    top: -17px;
    bottom: 0;
    width: 12px;
    border: 2px solid #0377ef;
    border-right: none;
    border-radius: 0;
    transform: rotate(180deg);
    height: 350px;
}

/* If you want the bracket on the RIGHT side (like in your image) */

.role-section {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.role-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 15px;
    border: 2px solid #0377ef;
    border-right: none;
    transform: rotate(180deg);
}

.skills,
.roles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    /* Space between items */
}

/* BONUS */

.bonus {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 15px;
}

.plus {
    font-size: 30px;
    font-weight: 900;
    color: #0377EF;
}

.bonus-text {
    font-size: 15px;
    font-weight: 700;
    color: #12224a;
    line-height: 1.2;
}

/* RESPONSIVE */

@media(max-width: 1000px) {
    .wrap {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .phases {
        flex-direction: row;
        gap: 30px;
        margin-top: 15px;
    }

    .roles-block {
        width: 100%;
    }
}

/* edtech aitools ends */

/* careerssinaiedtech starts */

:root {
    --ai-blue: #1e4ba1;
    --text-white: #ffffff;
}

/* Spacer to allow scrolling before the section */

.spacer {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #444;
}

.thecarrergooalllss {
    position: relative;
    width: 100%;
    background: #000;
}

.career-container {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.center-text {
    margin-left: 8%;
    z-index: 10;
    position: relative;
    pointer-events: none;
}

.center-text h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-family: 'Helvetica';
}

.center-text span {
    color: var(--ai-blue);
}

/* The Dotted Arc Path */

.arc-path {
    position: absolute;
    left: 111px;
    top: 50%;
    width: 500px;
    height: 800px;
    transform: translateY(-50%);
    border-right: 2px dashed #000000;
    border-radius: 50%;
    pointer-events: none;
}

.items-container {
    position: absolute;
    inset: 0;
    z-index: 5;
    left: 150px;
}

.orbit-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    /* Handled by GSAP */
    width: fit-content;
}

.icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    box-shadow: 0 0 25px rgba(30, 75, 161, 0.5);
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* border: 0px solid #000; */
}

.orbit-item p {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    color: #000;
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
    font-family: 'Libre';
}

.spacer-bottom {
    height: 100vh;
}

.items-container .orbit-item:nth-child(2) {
    left: 410px !important;
}

.items-container .orbit-item:nth-child(3) {
    left: 435px !important;
}

.items-container .orbit-item:nth-child(4) {
    left: 425px !important;
}

.items-container .orbit-item:nth-child(5) {
    left: 400px !important;
}

.items-container .orbit-item:nth-child(6) {
    left: 335px !important;
}

/* theedtechindusstray doman start */

:root {
    --primary-blue: #1e4ba1;
    --line-color: rgba(255, 255, 255, 0.2);
}

/* The container GSAP will pin */

.master-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.header-section {
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}

.header-section h1 {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 20px;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fff 50%, #444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-stem {
    width: 2px;
    height: 60px;
    background: var(--primary-blue);
    margin: 0 auto;
    box-shadow: 0 0 15px var(--primary-blue);
}

/* THE TRACK - This holds all 10 columns */

.horizontal-track {
    display: flex;
    padding-left: 45vw;
    /* Start centered */
    padding-right: 45vw;
    /* End centered */
    gap: 120px;
    align-items: flex-start;
    position: relative;
    width: max-content;
}

/* The horizontal branch line */

.branch-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: var(--line-color);
    z-index: 1;
}

/* Column Design */

.domain-card {
    min-width: 320px;
    position: relative;
    padding-top: 50px;
}

.node2 {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--primary-blue);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px var(--primary-blue);
    z-index: 5;
}

.link-down {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: var(--line-color);
    transform: translateX(-50%);
}

.card-title {
    background: var(--primary-blue);
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    font-family: 'Libre';
    color: #fff;
}

.list-container {
    list-style: none;
    padding: 25px 0 0 25px;
    margin: 0;
    border-left: 1px dashed var(--line-color);
}

.list-container li {
    margin: 15px 0;
    font-size: 2.1rem;
    color: #bbb;
    white-space: nowrap;
    font-family: 'Helvetica';
}

.footer-tag {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 2rem;
    opacity: 0.8;
}

/* theedtechindusstray doman end */

/* loader starts */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.preloader-inner {
    text-align: center;
}

.loader-img {
    width: 120px;
    height: auto;
}

.loading-percent {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: Arial, sans-serif;
}

.themainwebsitelogos {
    height: 40px;
    object-fit: cover;
    position: relative;
    top: 6px;
}

/* loader ends */

h2.homereviesrswheads {
    padding-top: 0;
    font-family: 'Libre';
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
}

section.swippersssssreviewwss {
    padding: 60px 0;
}

/* homereviews starts */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews {
    padding: 40px 0;
}

/* fade left right */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-slide.thehomeswiperreviews {
    /* opacity: 0.25; */
    transform: scale(0.85);
    transition: all 0.4s ease-in-out;
}

/* center slide */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-slide-active.thehomeswiperreviews {
    opacity: 1;
    transform: scale(1);
}

/* main card design */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .thereviewswiperinners.thehomeswiperreviews {
    background: #fff;
    color: #000;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    min-height: 190px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

/* text black */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiperrevtherenameinersnames.thehomeswiperreviews {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .thereviewwwdetails.thehomeswiperreviews {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* arrows */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-button-prev,
.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-button-next {
    color: #000;
}

/* remove default arrow icon */

.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-button-prev:after,
.mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .swiper-button-next:after {
    display: none;
}

.theswiperrevupers.thehomeswiperreviews {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
}

.thereviewswiperinners.thehomeswiperreviews {
    height: 265px;
}

.thehemeswoppeierssstarrdreviews ul {
    display: flex;
}

.theswiperrevupers.thehomeswiperreviews .swiperongrev {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 68px;
}

.theswiperrevupers.thehomeswiperreviews .swiperongrev img {
    width: 75px;
    height: 75px;
    margin-right: 0;
}

.swiperrevtherenameinersers.thehomeswiperreviews {
    padding-top: 36px;
}

.swiperrrsssreviwsinners {
    padding-top: 25px;
}

.swiperarrroes.thecommonstylless.thehomeswiperreviews {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 0;
    width: 112%;
    justify-content: space-between;
    z-index: 99999;
}

.swiper-button-prev.technologis.thehomeswiperreviews {
    background: #0377ef;
    color: #fff;
    border-radius: 45px;
}

.swiper-button-next.technologis.thehomeswiperreviews {
    background: #0377ef;
    color: #fff;
    border-radius: 45px;
}

.swiperrrsssreviwsinners {
    position: relative;
}

span.thequoteicons {
    font-size: 40px;
    position: absolute;
    top: 18px;
    left: 27px;
    color: #0377ef;
    z-index: 10;
    display: inline-block;
    line-height: 1;
}

/* homereviewss ends */

/* listingpges start */

section.thelistingggheadinggss {
    height: 350px;
}

.listiingngsssinnghhers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listiingngsssinnghhers h2 {
    color: #000;
    font-family: 'Libre';
    font-weight: 600;
    font-size: 50px;
    position: relative;
    padding-top: 21px;
}

.listiingngsssinnghhers h2 span {
    color: #0377EF;
}

.listiingngsssinnghhers h2::after {
    content: "";
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    opacity: .7;
}

ul.listinggsscardsdsd {
    display: flex;
    flex-wrap: wrap;
}

li.listinggsscardssli {
    width: 33%;
}

li.listinggsscardssli {
    width: 31%;
    margin-right: 15px;
    margin-bottom: 20px;
}

.thelistingcardaininners {
    border: 1px solid #000;
    border-radius: 8px;
    border-bottom: 7px solid #000;
    padding: 10px;
}

.listingcardsssimagess {
    height: 190px;
}

.listingcardsssimagess img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.thelistingsscardsssinfoss {
    margin-top: 10px;
}

h2.listingcardsinfosh2 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 500;
}

p.thelistingcardinfosp {
    color: #000;
    padding-top: 11px;
    font-size: 13px;
    line-height: 21px;
}

.theexplooresstechhss {
    padding-top: 14px;
}

h2.theexloretechtabssh2 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

ul.thexlporetechhssullss {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

ul.thexlporetechhssullss li {
    border: 1px solid #000;
    margin-right: 7px;
    padding: 4px 20px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Libre';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 36px;
    border-bottom: 5px solid #000;
}

a.thelistinggsscardssinfossa {
    margin-top: 14px;
    background: #0377ef;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: 'Libre';
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 64px;
    padding: 7px;
}

/* listingpges ends */

/* loginpopup starts */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.auth-popup {
    padding: 10px;
    font-family: Arial, sans-serif;
}

.auth-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.auth-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-field label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.auth-field input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
}

.auth-field input:focus {
    border-color: #111;
}

.auth-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 6px;
}

.forgot-link {
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.auth-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.auth-btn:hover {
    opacity: 0.9;
}

.auth-switch-text {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.switch-link {
    color: #111;
    font-weight: 700;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}

/* hide/show login signup */

.auth-box {
    display: none;
}

.auth-box.active {
    display: block;
}

/* loginpopup ends */

h2.thecenterheadss.top__000211454545.aos-init.aos-animate {
    margin-top: 90px;
}

.primary-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    position: relative;
}

.listiingngsssinnghhers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.listiingngsssinnghhers p {
    text-align: center;
    padding-top: 40px;
    color: #000;
    font-family: 'Helvetica';
    width: 80%;
}

@media screen and (min-width:768px) and (max-width:4000px) {
    .ims__icon__098s.mobile__0099888 {
        display: none;
    }

    .hembargar__00099e {
        display: none;
    }

    a.closebtn {
        display: none;
    }
}

.themobileenterprisse {
    display: none;
}

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

.mfp-bottom-bar,
* {
    font-family: 'Abel', sans-serif;
}

.magnific-img {
    display: inline-block;
    width: 100%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.materingaiissmainnnss {
    width: 90%;
    margin: 0 auto;
}

.masterignaiissheads {
    text-align: center;
}

.masterignaiissheads h2 {
    font-family: 'Libre';
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 27px;
}

.masterignaiissheads h2 span {
    font-family: 'Libre';
    font-weight: 700;
    color: #0377EF;
}

.masterignaiissheads h2 span {
    color: #0377EF;
}

.masterignaiissheads p {
    color: #000;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}

section.experttspannel {
    padding: 80px 0;
}

.expertpannelheadssh2 {
    font-family: 'Libre';
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
    font-family: 'Libre';
    font-weight: 700;
}

.expertpannelheadssh2 span {
    color: #0377EF;
    font-style: italic;
    position: relative;
    z-index: 99;
    font-family: 'Libre';
}

.eBar-card .learn-more.theenrollnowbtn {
    position: relative !important;
    background: #0377ef !important;
    top: 0;
    left: 0;
    transform: unset;
    width: 38px;
    border-radius: 5px;
    padding: 0 17px;
    /* border: 1px solid #0377ef; */
    /* border-bottom: 4px solid #0377ef; */
    backdrop-filter: blur(21px);
    color: #fff;
    margin-right: unset;
    margin-left: auto;
    top: 11px;
    /* right: 6px; */
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    height: 50px;
    padding-top: 8px;
    font-size: 14px !important;
    border-bottom-left-radius: 0;
    display: none;
}

.card.Ecard.eBar-card:hover .learn-more.theenrollnowbtn {
    display: flex;
    position: relative !important;
    background: #0377ef !important;
    top: 0;
    left: 0;
    transform: unset;
    width: 38px;
    border-radius: 5px;
    padding: 0 17px;
    /* border: 1px solid #0377ef; */
    /* border-bottom: 4px solid #0377ef; */
    backdrop-filter: blur(21px);
    color: #fff;
    margin-right: unset;
    margin-left: auto;
    top: 11px;
    /* right: 6px; */
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    height: 50px;
    padding-top: 8px;
    font-size: 14px !important;
    border-bottom-left-radius: 0;
}

.expertpannelheadssh2::after {
    /* content: ""; */
    background-image: url("/analyticsavenuenew/public/assets/frontend/default/images/img/theheadiinglinne.webp");
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    z-index: 9;
    background-position: bottom center;
    /* opacity: .7; */
}

p.expertpanerlheadsquote {
    color: #000;
    padding-top: 35px;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 20px;
}

p.theexpertpanneparap {
    color: #000;
    font-family: 'Helvetica';
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    padding-top: 6px;
}

.expertpanelswipers {
    padding-top: 44px;
    position: relative;
}

p.thepostioosssofmentor {
    background: #fddb5a;
    width: fit-content;
    padding: 7px 18px 3px;
    border-radius: 55px;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    margin-top: 10px;
    font-family: 'Helvetica';
    letter-spacing: 0.3px;
}

.expertpanelswipers .mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews {
    padding: 60px 0;
}

.expertpanelswipers .theswiperrevupers.thehomeswiperreviews .swiperongrev {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0px;
    background: #fff;
    padding: 5px;
    border-radius: 68px;
}

.expertpanelswipers .theswiperrevupers.thehomeswiperreviews .swiperongrev img {
    width: 100px;
    height: 100px;
    border-radius: 51px;
    object-fit: cover;
    object-position: top;
}

.expertpanelswipers .mySwiperreviewsshearitthehomeswiperreviews.thehomeswiperreviews .thereviewswiperinners.thehomeswiperreviews {
    min-height: 400px;
}

.keysskillsexpeerts {
    padding-top: 5px;
    text-align: center;
}

h5.keyskillsepertsh5 {
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

ul.keyskillexperrtsullls {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    justify-content: center;
}

ul.keyskillexperrtsullls li {
    font-family: 'Helvetica';
    font-size: 13px;
    border: 1px solid #000;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
    border-radius: 6px;
    border-bottom: 4px solid #000;
    color: #000;
}

.courses-img {
    position: relative;
    overflow: visible;
    border-radius: 10px;
}

.eBar-card .courses-img img {
    height: 181px;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.cText {
    position: absolute;
    bottom: -15px;
    right: 12px;
    gap: 7px;
    z-index: 999;
    align-items: center;
    flex-wrap: wrap;
    background: #ffff;
    padding: 5px 12px;
    border: 1px solid #00000059;
    border-radius: 65px;
    left: unset;
    border-bottom: 3px solid #000;
}

.cText h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Libre';
    color: #000;
}

.courses-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../image/safe.png) no-repeat center center / cover;
    border-radius: 10px;
    /* border-radius: 0; */
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.eBar-card .card-body {
    padding: 35px 12px 0;
}

.eBar-card .card-body.entry-details .info-card.mb-15 {
    display: none;
}

.eBar-card .learn-more {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
    display: inline-flex;
    position: absolute !important;
    margin-top: 0 !important;
    background: #0377ef;
    padding: 0;
    border: 0;
    border-radius: 6px;
    border-bottom: 0;
    width: 40px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    top: 43%;
    left: 9%;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 54px;
    opacity: 1;
}

.thegridtitledescription h3.w-100.ellipsis-line-2 {
    /* line-height: 10px; */
    height: auto !important;
}

.eBar-card .learn-more i {
    justify-content: center;
}

.eBar-card:hover .learn-more {
    color: #fff;
}

.eBar-card:hover .learn-more::after {
    visibility: hidden;
    opacity: 1;
    width: 104px;
}

.eBar-card .entry-title h3 {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.entry-title.thegridtitledescription {
    flex-direction: column;
}

p.description.gridssdescriptions {
    text-align: left;
    color: #000;
    margin: 0 0;
    font-family: 'Helvetica';
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

#edutechSection .edutech-carousel {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#edutechSection .carousel-container {
    position: relative;
    width: 800px;
    height: 400px;
    margin-top: 0;
    overflow: hidden;
}

#edutechSection .hub-content {
    font-size: 3rem;
    font-family: 'Helvetica';
    letter-spacing: 0.5px;
}

/* The central hub half-sunken */

#edutechSection .center-hub {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
}

#edutechSection .feature-item {
    position: absolute;
    width: 300px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

#edutechSection .feature-item.visible {
    opacity: 1;
    pointer-events: auto;
}

/* #edutechSection .feature-item.active {
        transform: scale(1.1);
    } */

#edutechSection .icon-box {
    width: 100px;
    height: 50px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset;
    font-size: 2.2rem;
}

/* #edutechSection .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

#edutechSection .text-content h3 {
    font-size: 1.9rem;
    margin: 0;
    white-space: nowrap;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 0.5px;
}

#edutechSection .text-content p {
    font-size: 1.5rem;
    margin: 0;
    color: #000;
    padding-top: 10px;
    font-family: 'Helvetica';
    width: 90%;
}

p.bootcampheadsparap {
    padding-top: 30px;
    color: #000;
    font-family: 'Helvetica';
    font-size: 24px;
}

ul.thebootcammpsheaadsuls {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

ul.thebootcammpsheaadsuls li {
    /* border: 1px solid #000; */
    color: #000;
    font-family: 'Helvetica';
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 10px 3px;
    font-size: 14px;
    border-radius: 32px;
    background: #e5b80438;
    border: 1px solid #e5b804;
    border-bottom: 4px solid #e5b804;
    backdrop-filter: blur(54px);
}

ul.thebootcammpsheaadsuls li span {
    color: #148F31;
}

#ai-hub {
    background: #1e81ce47;
    border: 2px solid #1e81ce;
    border-bottom: 4px solid #1e81ce;
    width: 100px;
    height: 100px;
}

h4.thecompainesactivhrings {
    color: #000;
    font-family: 'Helvetica';
    font-size: 28px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 36%;
    left: 50%;
    text-transform: capitalize;
}

.expertpanelswipers .thehomeswiperreviews {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    justify-content: center;
}

.expertpanelswipers .thehomeswiperreviews .swiper-slide.thehomeswiperreviews {
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    flex-direction: column;
    /* display: block; */
    height: fit-content;
}

.expertpanelswipers .thereviewswiperinners.thehomeswiperreviews {
    padding-top: 0;
    position: relative;
    height: 400px;
    margin-bottom: 10px;
}

.expertpanelswipers .swiperrevtherenameinersers.thehomeswiperreviews {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    padding-top: 26px;
}

.expertpanelswipers h3.swiperrevtherenameinersnames.thehomeswiperreviews {
    padding-top: 24px;
}

.expertpanelswipers .swiperrevdowners.thehomeswiperreviews {
    padding-top: 0;
}

.expertpanelswipers p.thereviewwwdetails.thehomeswiperreviews {
    padding-top: 0;
}

.hearfromswiperss .thereviewswiperinners.thehomeswiperreviews {
    height: auto;
    padding: 0;
}

.hearfromswiperss .theswiperrevupers.thehomeswiperreviews {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
}

.hearfromswiperss .theswiperrevupers.thehomeswiperreviews .swiperongrev {
    position: relative;
    transform: unset;
    left: 0;
    top: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.hearfromswiperss .theswiperrevupers.thehomeswiperreviews .swiperongrev img {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.theemobbbillessss {
    display: none;
}

section.appreaciatiionss {
    padding: 70px 0;
}

h2.apprecationheadh2 {
    text-align: center;
    padding: 35px 0;
    font-family: 'Libre';
    color: #000;
    font-weight: 600;
    font-size: 50px;
}

.referalrevviess {
    padding: 0px 0 50px;
}

.referalrevvieshead2 {
    text-align: center;
    /* padding: 35px 0; */
    font-family: 'Libre';
    color: #000;
    font-weight: 600;
    font-size: 50px;
}

.referalreviessswiper .thereviewswiperinners.thehomeswiperreviews {
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    border-bottom: 6px solid #000;
}

.referalreviessswiper .theswiperrevupers.thehomeswiperreviews {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    top: 0;
}

.referalreviessswiper .theswiperrevupers.thehomeswiperreviews .swiperongrev {
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.referalreviessswiper .theswiperrevupers.thehomeswiperreviews .swiperongrev img {
    width: 100%;
    height: 100%;
    margin-right: 0;
}

.referalreviessswiper {
    padding-top: 34px;
}

.refferalsheadssh2 {
    text-align: center;
    font-family: 'Libre';
    color: #000;
    font-weight: 600;
    font-size: 50px;
}

.refferlass {
    padding: 50px 0;
}

.theppointeress {
    text-align: center;
    margin-top: 27px;
    background: #0377ef29;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0377ef21;
    padding: 19px 16px;
    border-top: 4px solid #0377ef;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

h4.referheadddssh4 {
    color: #000;
    font-family: 'Helvetica';
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 13px;
}

.thebootcampconsult {
    background: #0377ef;
    width: 100%;
    position: relative;
    top: 17px;
    color: #fff;
    padding: 7px;
    border-radius: 6px;
    font-family: 'Helvetica';
    font-size: 17px;
}

p.therefferalheadssp {
    padding-top: 7px;
    color: #000;
    font-family: 'Helvetica';
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.theiiconsrefe1 {
    margin-right: 8px;
    /* background: #ffff; */
    /* border-radius: 10px; */
    /* padding: 3px; */
}

.thereferslstickysec {
    padding-top: 80px;
}

.therefferstiickyheadsds h2 {
    font-family: 'Helvetica';
    color: #000;
    font-weight: 600;
    font-size: 35px;
    width: 90%;
    text-align: center;
}

.thesttckyheaddvideoss {
    height: 255px;
}

.thesttckyheaddvideoss .the-video-card {
    height: 100%;
    border-radius: 10px;
}

.therefferstiickyheadsds {
    height: 100%;
    display: flex;
    align-items: center;
    height: 200px;
    flex-direction: column;
    justify-content: center;
}

.thesticsecrefinners {
    border: 1px solid #0000002b;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 6px solid #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
    background: #fff;
    top: 108px;
    height: 325px;
}

.thesticsecrefinners:nth-child(2) {
    top: 128px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.thesticsecrefinners:nth-child(3) {
    top: 108px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

header.header-area.themainwebsiteheader.thelmssheadsrsss {
    z-index: 999999;
}

a.thepodacarssyutbtn {
    background: #0377ef73;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #0377ef;
    border-bottom: 4px solid #0377ef;
    border-radius: 50px;
    border-left: 2px solid #0377ef;
    border-right: 2px solid #0377ef;
    position: relative;
    top: 50px;
}

.phone-input {
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.theforffrefferaals {
    padding-top: 50px;
}

h2.referafolmrheadh2 {
    font-family: 'Helvetica';
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

ul.teffalfiormheadulsss li {
    color: #000;
    font-family: 'Helvetica';
    font-size: 16px;
    width: 90%;
    margin-bottom: 15px;
    line-height: 25px;
}

ul.teffalfiormheadulsss {
    padding-top: 20px;
}

ul.teffalfiormheadulsss li span {
    color: #0377ef;
}

.reffersalformmsrightss {
    background: #1c5aa5;
    padding: 20px;
    border-radius: 10px;
}

h2.refralrightformheads {
    color: #ffff;
    font-family: 'Helvetica';
    font-size: 25px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.formssinpps {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.formssinpps label {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 18px;
    margin-bottom: 7px;
}

.formssinpps input {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0;
    font-family: 'Helvetica';
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.formssinpps select {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0;
    font-family: 'Helvetica';
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.formssinpps textarea {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0;
    font-family: 'Helvetica';
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.formssinpps select option {
    color: #000;
}

.formssinpps input::placeholder {
    color: #fff;
    opacity: 0.5;
}

.formssinpps textarea::placeholder {
    color: #fff !important;
    opacity: 0.5;
}

.formssinpps textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* Firefox */

.formssinpps textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

/* Internet Explorer */

.formssinpps textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.phone-input input {
    border-bottom: 0;
}

.phone-input .code {
    color: #ffff;
    margin-right: 10px;
    font-family: 'Helvetica';
    font-size: 15px;
}

button.therefferalformsubmitbtn {
    background: #fff;
    height: 41px;
    border-radius: 5px;
    border-bottom: 4px solid #000000fa;
    background: #e5b804;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 600;
}

h2#metric-title {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 600;
    line-height: 11px;
}

span.theullsddots {
    display: flex;
    align-items: flex-start;
}

span.theullsddots {
    font-size: 24px;
    color: #000;
    font-family: 'Helvetica';
    margin-bottom: 13px;
    line-height: 39px;
}

span.theullsddots i {
    margin-right: 10px;
    color: #148F31;
    position: relative;
    top: 6px;
}

h3#pop-header {
    font-family: 'Helvetica';
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0 !important;
}

.thepopupactivehiring {
    color: #000;
    font-family: 'Helvetica';
    font-size: 25px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 32%;
    left: 59%;
    margin-bottom: 0 !important;
}

img.theeobbeclogo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.theeobjjenainnlogss {
    width: 70px;
    height: 70px;
    padding: 8px;
    border: 1px solid #2563eb !important;
}

.theewhollenammess {
    font-family: 'Helvetica' !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.theplaccemmntsh2 {
    font-family: 'Libre';
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: #000;
    text-align: center;
    position: relative;
}

.theplaccemmntsh2 span {
    color: #0377EF;
    position: relative;
    z-index: 99;
    font-family: 'Libre';
}

p.thepplacemmentsheaddssp {
    text-align: center;
    padding-top: 30px;
    font-family: 'Helvetica';
    color: #000;
    font-size: 20px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.tthhheeeoppsssss {
    top: -84px;
}

.expert-row {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
}

.expert-row.row-1 {
    grid-template-columns: minmax(auto, 460px);
}

.expert-row.row-2 {
    grid-template-columns: repeat(2, minmax(340px, 460px));
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.expert-row.row-3,
.expert-row.row-4 {
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Optional: make sure inner content doesn't stretch too much */

.thehomeswiperreviews {
    width: 100%;
}

.thelmssheadsrsss div#mySidenav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Mobile fallback */

@media (max-width: 1024px) {

    .expert-row.row-3,
    .expert-row.row-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {

    .expert-row.row-2,
    .expert-row.row-3,
    .expert-row.row-4 {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .theemobbbillessss {
        display: block;
    }

    .theemobbbillesss a.thebuttonsheads1 {
        padding-left: 10px;
    }

    .thelmssheadsrsss div#mySidenav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .thesuceesb {
        flex-direction: column;
    }

    .thedestopenterprisse {
        display: none;
    }

    .themobileenterprisse {
        display: block;
        padding: 0;
    }

    .thebannersssleftss {
        margin-top: 93px;
    }

    .bannerhome {
        height: 875px;
    }

    ul.powereduls li img {
        width: 83px;
        margin: 0 11px 11px;
    }

    h2.thehomeabh2 {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }

    h2.thehomeabh2::after {
        bottom: -22px;
    }

    .thendtoendhheads h2.endtoendh2 {
        font-size: 30px;
        line-height: 36px;
    }

    h2.endtoendh2::after {
        bottom: -24px;
    }

    .viewport {
        height: 100vh;
        width: 3000px !important;
        overflow: hidden;
        position: relative;
    }

    .source-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 14px;
        z-index: 10;
        margin-right: 75vw;
        margin-top: 100px;
    }

    .scroll-content {
        display: flex;
        width: 3000px !important;
        height: 100vh;
    }

    .section {
        width: 100% !important;
    }

    .elt-wrapper {
        max-width: 3000px !important;
        margin: 80px auto;
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .elt-wrapper {
        flex-direction: row !important;
    }

    .process-arrow {
        transform: rotate(0deg) !important;
    }

    .elt-process {
        flex-direction: row !important;
    }

    .section {
        padding: 0 1% !important;
    }

    .analytics-container {
        position: relative;
        left: -18px !important;
    }

    .step-title {
        font-size: 21px;
        font-weight: 800;
        margin: 5px 0;
        color: #000;
        padding-top: 10px;
    }

    .header-group {
        position: absolute;
        top: 8%;
        left: 5% !important;
        z-index: 100;
        width: 38% !important;
        text-align: center !important;
    }

    .source-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        z-index: 10;
        margin-right: 88vw;
        margin-top: 100px;
    }

    .content-grid {
        display: inline !important;
    }

    .a__molineee {
        top: -1px !important;
        height: 53% !important;
        width: 204% !important;
        left: -236px !important;
        bottom: inherit;
        pointer-events: none;
        transform: rotate(90deg);
        bottom: 0px !important;
    }

    .thehomeabouts .sdkj3565 {
        position: absolute;
        top: inherit !important;
        left: -164px !important;
        width: 266% !important;
        height: 34% !important;
        z-index: 1;
        pointer-events: none;
        transform: rotate(90deg);
        bottom: 0px !important;
    }

    .thehomeabouts #connection-path {
        z-index: 0 !important;
        pointer-events: none;
    }

    .product-block.s_00022244 {
        margin-top: 0px;
    }

    .product-block.s_000227 {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .product-block.s_000225 {
        position: relative;
        top: 0px;
    }

    .product-block.s_00022244 {
        margin-top: 0px !important;
    }

    .product-block p {
        background: #f5f5f5;
    }

    h2.thecenterheadss.top__000211454545 {
        margin-top: 137px;
    }

    .product-block.s_000227 {
        position: relative;
        top: 120px;
        left: -25px;
    }

    .product-block.s_00022244 {
        margin-left: 60px;
    }

    .product-block p {
        background: #f5f5f5bf;
    }

    .product-block.s_000227 {
        position: relative;
        top: 120px;
        left: -40px !important;
    }

    .ims__icon__098s.desktoppkkk {
        display: none;
    }

    .ims__icon__098s.mobile__0099888 {
        margin-bottom: 42px;
        padding: 39px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .thendtoendddsss.s46555555555555 {
        margin-top: -193px;
    }

    .theloteiofimapccs dotlottie-wc {
        width: 100% !important;
    }

    ul.thecardssbeneuls li {
        width: 49%;
        margin: 0 0px;
        margin-bottom: 1px;
    }

    h2.sucessfullsheads {
        font-weight: 600;
        line-height: 33px;
    }

    h2.thebannerh2 {
        font-size: 26px;
    }

    .thebannersssrightss {
        margin-top: 58px;
    }

    .sidenav {
        height: auto !important;
        width: 0;
        position: fixed;
        z-index: 999999999999999999 !important;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    header.header-area.themainwebsiteheader {
        position: fixed;
        z-index: 999999999999999999999999999999 !important;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 0;
        height: auto;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }

    #mySidenav .nav-menu {
        position: relative !important;
        left: 0px !important;
        display: block !important;
        height: auto !important;
        z-index: 99999999 !important;
    }

    .sidenav {
        height: auto !important;
        width: 0;
        position: fixed;
        z-index: 999999999999999999 !important;
        top: 0;
        left: -14px !important;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .nav-menu .primary-menu {
        flex-direction: column;
        height: 100vh;
        padding-left: 20px;
        padding-top: 20px;
        /* justify-content: left; */
        text-align: left !important;
        align-items: flex-start !important;
        padding-left: 0px;
    }

    .sidenav a {
        padding: 8px 8px 8px 0px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    li.have-mega-menu {
        width: 95%;
        padding-bottom: 0px !important;
        margin-bottom: 0px;
    }

    #mySidenav li.pe-2.ps-5 {
        padding-left: 19px !important;
    }

    .hembargar__00099e {
        float: right;
        position: absolute;
        right: 0px;
        top: 21px;
    }

    .theloteiofimapccs {
        display: none;
    }

    .product-block {
        display: flex;
    }

    .thehomeabouts .icon-circle {
        width: 54px;
        height: 54px;
        margin: 0 auto 10px;
        border: 2px dashed #ccc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        background: white;
        padding: 8px;
    }

    .product-block p {
        background: transparent;
        text-align: left;
        position: relative;
        left: 29px;
    }

    .thehomeabouts .icon-circle {
        width: 54px !important;
        height: 54px !important;
        margin: 0 auto 10px;
        border: 2px dashed #ccc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px !important;
        background: white;
        padding: 8px !important;
        position: relative;
        left: 0px;
    }

    .product-block.s_00022222 {
        margin-top: 44px;
        margin-bottom: 35px;
        padding-left: 0px;
    }

    .product-block.s_00022222 .icon-circle {
        position: relative;
        left: 22px;
    }

    .product-block.s_00022222 p {
        padding-left: 4px;
    }

    .product-block.s_00022 p {
        position: relative;
        left: 12px;
    }

    .product-block.s_00022244 p {
        left: 4px;
        width: auto;
    }

    .product-block.s_00022244 h3 {
        position: relative;
        left: -16px;
    }

    .product-block.s_000223 .icon-circle {
        margin-left: 20px;
        margin-right: -12px;
    }

    .product-block.s_000225 p {
        left: 9px;
    }

    li.have-mega-menu.active ul.mega-dropdown-menu.mega.main-mega-menu {
        display: block;
    }

    li.have-mega-menu ul.mega-dropdown-menu.mega.main-mega-menu {
        display: none;
    }

    .main-mega-menu {
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 12px 20px #3838381a;
        padding: 20px;
        transform: translate(0%);
        text-align: left;
        width: auto;
        transition: all 0.1s linear;
        position: relative;
        top: 48px;
        left: 0px;
        height: auto;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
        transition: 0.5s;
    }

    .mega-menu-items ul.mega_list {
        display: inline-block !important;
        width: 100%;
    }

    .mega-menu-items ul.mega_list li {
        width: 100%;
        padding-bottom: 0px !important;
        padding: 0px !important;
        margin-bottom: 0px;
    }

    .main-menu-ul>li:hover .main-mega-menu {
        visibility: visible;
        opacity: 1;
        top: 0px;
    }

    .sidenav {
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    ul.mega-dropdown-menu.mega.main-mega-menu {
        padding: 0px;
    }

    ul.mega-dropdown-menu.mega.main-mega-menu span.me-auto {
        font-size: 13px;
    }

    ul.mega_list li a span img {
        width: 20px;
        height: auto;
        /* filter: grayscale(1); */
    }

    .ims__icon__098s img {
        width: 138%;
        max-width: 438px;
        max-height: max-content;
        margin-left: -51px;
        border-radius: 13px;
        margin-top: 16px;
        background: #081063;
        padding: 11px;
        z-index: 9;
        position: relative;
    }

    h2.thecenterheadss.top__000211454545.aos-init.aos-animate {
        margin-top: 150px;
    }

    .technoheads {
        align-items: center;
    }

    p.theemoouwemainnheadsds {
        color: #000;
        font-family: 'Helvetica';
        font-size: 18px;
        line-height: 28px;
        padding-top: 31px;
        width: 100%;
        margin: 0 auto;
    }

    .the-highlight-item p {
        margin: 0;
        font-family: 'Helvetica';
        font-weight: 400;
        font-size: 18px;
        color: #000;
        line-height: 27px;
    }

    h2.whowearrresssh2 span {
        width: 35px;
        margin-right: 10px;
    }

    h2.whowearrresssh2 {
        display: flex;
        align-items: center;
        color: #000;
        font-family: 'Libre';
        font-weight: 600;
        font-size: 20px;
        /* background: #0377ef; */
        padding: 0 0 14px;
        /* border-radius: 10px; */
        /* width: fit-content; */
        border-bottom: 2px solid #000;
    }

    li.listinggsscardssli {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .thelmsbanners .thebluebacckkss img {
        width: 100%;
        height: 524px;
        object-fit: cover;
    }

    .thebannercontents.thelmsbannercontents {
        position: relative;
        transform: translate(-50%, -50%);
        top: -69%;
        left: 50%;
        text-align: left;
    }

    ul.thebannerssulss li {
        font-size: 14px;
    }

    .iamheresmains {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        padding: 0px 8px;
        border-radius: 24px;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .thewhyanayticleftheads h2 {
        color: #000;
        font-family: 'Libre';
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 36px;
    }

    .thewhyanayicssinfosleft .themainhighlights {
        font-size: 16px;
        width: 100%;
        border-left: 3px solid #0377ef;
        padding: 15px;
        margin-bottom: 20px;
        margin-top: 25px !important;
        background: #0377ef17;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        font-family: 'Libre';
        font-weight: 600;
        line-height: 26px;
    }

    .thewhyanayicssinfosleft p {
        color: #000;
        font-family: 'Helvetica';
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .thewhyanayticsrights {
        height: 200px;
    }

    .header-box h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    #edutechSection .carousel-container {
        position: relative;
        width: 100%;
        height: 287px;
        margin-top: 0;
        overflow: hidden;
    }

    .masteringaaiisss .masterignaiissheads h2 {
        font-size: 26px !important;
    }

    .masterignaiissheads p {
        color: #000;
        font-family: 'Helvetica';
        font-size: 15px !important;
        font-weight: 500;
        margin-bottom: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        line-height: 25px;
    }

    .expertpannelheadssh2 {
        font-family: 'Libre';
        font-weight: 600;
        font-size: 30px;
        line-height: 37px;
        color: #000;
        text-align: center;
        position: relative;
        font-family: 'Libre';
        font-weight: 700;
    }

    p.theexpertpanneparap {
        color: #000;
        font-family: 'Helvetica';
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        padding-top: 6px;
    }

    p.expertpanerlheadsquote {
        color: #000;
        padding-top: 18px;
        text-align: center;
        font-family: 'Helvetica';
        font-size: 15px;
    }

    .expertpanelswipers p.thereviewwwdetails.thehomeswiperreviews {
        color: #000;
        font-family: 'Helvetica';
        font-size: 12px;
    }

    .expertpanelswipers .thereviewswiperinners.thehomeswiperreviews {
        padding-top: 0;
        position: relative;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 7px;
    }

    .expertpanelswipers .thehomeswiperreviews .swiper-slide.thehomeswiperreviews {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
        flex-direction: column;
        /* display: block; */
        height: fit-content;
    }

    section.experttspannel {
        padding: 80px 0 0;
    }

    .ai-flow {
        padding: 0 0;
    }

    .wrap {
        display: flex;
        /* flex-direction: column; */
        overflow: scroll;
    }

    ul.thebootcammpsheaadsuls {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    ul.thebootcammpsheaadsuls li {
        /* border: 1px solid #000; */
        color: #000;
        font-family: 'Helvetica';
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 5px 10px 3px;
        font-size: 14px;
        border-radius: 32px;
        background: #e5b80438;
        border: 1px solid #e5b804;
        border-bottom: 4px solid #e5b804;
        backdrop-filter: blur(54px);
        white-space: nowrap;
    }

    .thehearfrommsleftts {
        position: relative;
        left: 0;
    }

    .hearfromswiperss {
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        left: 0;
    }

    .theplaccemmntsh2 {
        font-family: 'Libre';
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        color: #000;
        text-align: center;
        position: relative;
    }

    p.thepplacemmentsheaddssp {
        text-align: center;
        padding-top: 15px;
        font-family: 'Helvetica';
        color: #000;
        font-size: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 600;
    }

    h2.pocssheadssh2 {
        text-align: center;
        font-family: 'Helvetica';
        font-size: 28px;
        font-weight: 700;
        color: #000;
    }

    .swiper.mySwiperhearfromms.thehomeswiperreviews {
        padding-top: 0;
    }

    .pocsss.themediaspotlights {
        background: #f5f5f5;
        padding: 0px 0 80px;
    }

    h2.apprecationheadh2 {
        text-align: center;
        padding: 35px 0;
        font-family: 'Libre';
        color: #000;
        font-weight: 600;
        font-size: 30px;
    }

    .referalrevvieshead2 {
        text-align: center;
        /* padding: 35px 0; */
        font-family: 'Libre';
        color: #000;
        font-weight: 600;
        font-size: 30px;
    }

    .refferalsheadssh2 {
        text-align: center;
        font-family: 'Libre';
        color: #000;
        font-weight: 600;
        font-size: 30px;
    }

    .theppointeress {
        text-align: center;
        margin-top: 27px;
        background: #0377ef29;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #0377ef21;
        padding: 19px 16px;
        border-top: 4px solid #0377ef;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    h4.referheadddssh4 {
        color: #000;
        font-family: 'Helvetica';
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 13px;
    }

    p.therefferalheadssp {
        padding-top: 7px;
        color: #000;
        font-family: 'Helvetica';
        font-size: 14px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .therefferstiickyheadsds h2 {
        font-family: 'Helvetica';
        color: #000;
        font-weight: 600;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .therefferstiickyheadsds {
        height: 100%;
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        justify-content: center;
    }

    .thesttckyheaddvideoss {
        height: 150px;
        margin-top: 36px;
    }
}

.themenntorrss {
    list-style: none;
}

.honorssprograaamss .hearfromswiperss {
    left: 0;
}

.thehonrssregooss .swiper-button-next::after {
    content: unset !important;
}

.thehonrssregooss .swiper-button-prev::after {
    content: unset !important;
}

.thehonrssregooss svg {
    background: #000;
    color: #fff;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 5px;
}

.theliveeclasssesscards .card.Ecard.eBar-card.bootcamp-grid-card {
    height: 500px;
}

.thelivecllasessbtnnss {
    position: relative;
    top: 20px;
}

.thetwocommonbtns {
    background: #ffff;
    color: #000;
    border: 1px solid #000;
    width: 100%;
    border-bottom: 4px solid #000;
    padding: 8px 0 7px;
}

.thetwocommonbtns:hover {
    color: rgb(0, 0, 0);
    width: 100%;
    background: rgb(255, 255, 255);
    border-width: 1px 1px 4px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-bottom: 4px solid rgb(0, 0, 0);
    padding: 8px 0px 7px;
}

.thedissabllledsss {
    opacity: 0.5;
}

.thebootcampconsult.thebootcangridcinsults {
    background: #0377ef;
    width: 100%;
    position: relative;
    top: 5px;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    font-family: 'Helvetica';
    font-size: 17px;
    margin-bottom: 11px;
    text-align: center;
}

.theprincinggcommonnsss {
    z-index: 9999999999;
}

.theprincinggcommonnsss .modal-header h4 {
    text-align: center;
    width: 100%;
    font-family: 'Helvetica';
    font-size: 26px;
    letter-spacing: 0.5px;
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: unset;
}

.theprincinggcommonnsss .modal-header {
    padding: 25px !important;
    text-align: center !important;
}

/* Modal Background */

.theprincinggcommonnsss .modal-content {
    background: linear-gradient(135deg, #f8f9ff, #eef2ff);
    border-radius: 20px;
}

/* Header */

.theprincinggcommonnsss .modal-title {
    font-size: 24px;
    background: linear-gradient(90deg, #5f2eea, #6a5cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Purchase Card */

.theprincinggcommonnsss .purchase-option {
    border-radius: 20px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

/* Hover Effect */

.theprincinggcommonnsss .hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(90, 60, 255, 0.15);
}

/* Recommended Card */

.theprincinggcommonnsss .purchase-option.border-primary {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    border: 2px solid #5f2eea !important;
}

/* Ribbon */

.theprincinggcommonnsss .ribbon {
    background: linear-gradient(90deg, #ff4d4d, #ff0066);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff !important;
}

/* Price Styling */

.theprincinggcommonnsss .price-block span {
    font-size: 34px;
}

.theprincinggcommonnsss .thepriceemainnnnss {
    background: #1c417c26;
    backdrop-filter: blur(36px);
    padding: 6px 15px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #1c417c26;
    font-family: 'Helvetica';
}

.theprincinggcommonnsss button.btn-close {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #ffff;
    color: #000 !important;
    backdrop-filter: unset !important;
    opacity: 1;
    width: 40px;
    height: 30px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 22px;
    padding-left: 0;
    font-size: 12px;
    margin-right: 0;
}

.theprincinggcommonnsss .price-block small {
    font-size: 14px;
}

/* List Items */

.theprincinggcommonnsss .purchase-option ul li {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    color: #000;
    font-family: 'Helvetica';
}

.theprincinggcommonnsss .purchase-option ul li i {
    font-size: 15px;
    color: #26ab10;
    margin-right: 7px;
    position: relative;
    top: 4px;
}

/* Gradient Button */

.theprincinggcommonnsss .eBtn.gradient {
    background: linear-gradient(90deg, #5f2eea, #6a5cff);
    color: #fff;
    padding: 12px 20px;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.theprincinggcommonnsss .eBtn.gradient:hover {
    background: linear-gradient(90deg, #4c1d95, #5b21b6);
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(95, 46, 234, 0.3);
}

/* Footer */

.theprincinggcommonnsss .modal-footer {
    background: #f3f4ff;
    font-size: 14px;
}

.cart-items .col-lg-12.col-md-12 {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 25px !important;
}

.cart-items .col-lg-12.col-md-12:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
}

span.cart-top-number {
    padding-left: 0;
}

.thecarrttsss {
    margin-right: 0 !important;
    left: 4px;
}

.login-area {
    margin-top: 100px;
}

.playing-header-section {
    background: #fff !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #00000030;
}

.toast-container {
    z-index: 99999999999 !important;
}

.modal-backdrop.fade.show {
    z-index: 0;
}

.thesvvgprivewws {
    position: relative;
    top: -3px;
    left: 15px;
}

.thecompleletelmms a {
    white-space: nowrap;
}

.thefittpaymments li {
    width: fit-content;
}

small.upgradeelms {
    background: #e5cc216b;
    margin-left: 10px;
    padding: 2px 13px 0px;
    color: #000;
    border-radius: 36px;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #e5cc21;
    border-bottom: 4px solid #e5cc21;
    text-transform: uppercase;
    font-size: 13px;
}

small.thelmmssactive {
    background: #3fc9125c;
    margin-left: 10px;
    padding: 2px 13px 0px;
    color: #000;
    border-radius: 36px;
    font-family: 'Helvetica';
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #3fc912;
    border-bottom: 4px solid #3fc912;
    text-transform: uppercase;
    font-size: 13px;
}

/* Responsive */

@media (max-width: 768px) {
    .price-block span {
        font-size: 28px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    div#enroll-strip {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        font-size: 15px;
    }

    div#enroll-strip button {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
    }

    .workingcompaniess.thestudeenccommsdsdslms h2.thepoersheads {
        color: #0377EF;
        font-family: 'Libre';
        font-size: 20px;
        font-weight: 600;
        /* color: #000; */
        line-height: 33px;
    }

    section.thelistingggheadinggss {
        height: auto;
        padding-top: 80px;
    }

    .listiingngsssinnghhers h2 {
        color: #000;
        font-family: 'Libre';
        font-weight: 600;
        font-size: 50px;
        position: relative;
        padding-top: 21px;
        text-align: center;
    }

    a.thebuttonsheads1 {
        padding: 10px 17px !important;
    }

    .check {
        width: 60px;
        height: auto;
        border-radius: 50px;
        display: grid;
        place-items: center;
        font-size: 13px;
        background: rgba(47, 107, 255, 0.12);
        color: #2f6bff;
    }
}

.thecommonns {
    padding-top: 80px;
}

/* ── Unified Heading Styles ── */
.expertpannelheadssh2,
h2.sucessmodeheadsh2,
.theprojjecttssd h2.sucessmodeheadsh2,
.hearfrommssh2,
.pocssheadssh2,
.techlogh2,
.theplaccemmntsh2,
.outcomes-heading {
    font-family: 'Libre', serif !important;
    font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 56px !important;
    color: #000 !important;
    text-align: center !important;
    position: relative !important;
}

.expertpannelheadssh2 span,
h2.sucessmodeheadsh2 span,
.hearfrommssh2 span,
.pocssheadssh2 span,
.techlogh2 span,
.theplaccemmntsh2 span,
.outcomes-heading span {
    color: #0377ef !important;
    font-family: 'Libre', serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

@media (max-width: 767px) {

    .expertpannelheadssh2,
    h2.sucessmodeheadsh2,
    .theprojjecttssd h2.sucessmodeheadsh2,
    .hearfrommssh2,
    .pocssheadssh2,
    .techlogh2,
    .theplaccemmntsh2,
    .outcomes-heading {
        font-size: 28px !important;
        line-height: 34px !important;
    }
}