/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/******* NOTIFICATION BOX ON MOBILE/TABLET FIXED POSITION ********/
@media (max-width: 1024px) {
    .notification-dropdown {
        right: unset !important;
    }
}

/******** ACTIVITY POST OVER MAIA ***********/
.activity-update-form {
    z-index: 99999999 !important;
}

/******** COOKIES BANNER OVER MAIA *********/
.moove-gdpr-align-center {
    z-index: 99999999 !important;
}


/************ COURSES NEW 24 *******************/
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('../../fonts/Satoshi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('../../fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Black.woff2') format('woff2'),
        url('../../fonts/Satoshi-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('../../fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('../../fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/Satoshi-Italic.woff2') format('woff2'),
        url('../../fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi-Variable';
    src: url('../../fonts/Satoshi-Variable.woff2') format('woff2'),
        url('../../fonts/Satoshi-Variable.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
/*************** ROOT ***************/
:root {
    --primary-font: 'Satoshi', sans-serif;
    --primary-color: #004FFF;
    --secondary-color: #FFBA00;
    --grey-color: #707070;
}
/*************** PREDEFINED ***************/
body {
	color: #000000;
}
body.page-template #page > section *{
	font-family: var(--primary-font) !important; 
	
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.btn {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    line-height: 1;
    border-radius: 30px;
    min-width: 170px;
}
.btn-sm {
    font-size: 16px;
    font-weight: 500;
}
.btn-primary {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    border: 1px solid var(--secondary-color) !important;
}
.btn-primary:hover {
    background: #CF9B0E !important;
    border: 1px solid #CF9B0E !important;
    color: #000000 !important;
}
.btn-outline {
    background: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}
.btn-outline.active,
.btn-outline:hover {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    border: 1px solid var(--secondary-color) !important;
}
.section-padding {
    padding: 25px 0;
}
.color-primary {
    color: var(--primary-color);
}
.color-secondary {
    color: var(--secondary-color);
}
.btn-secondary {
    background: var(--primary-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-secondary:hover {
    background: #003ec4 !important;
    border: 1px solid #003ec4 !important;
    color: #FFFFFF !important;
}
/************ NAVBAR *********/
.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-block {
    border-radius: 30px;
    padding: 8px 20px;
    background-color: #FFFFFF;
}
.offcanvas-title,
.navbar-brand {
    height: 33px;
    width: 150px;
    padding: 0;
    margin-top: 3px;
}
.offcanvas-title img,
.navbar-brand img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.nav-link {
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.nav-item {
    border-bottom: 1px solid #ECF0F1;
    padding: 5px 0;
}
.nav-item:last-child {
    border-bottom: none;
}
.navbar {
    margin-top: 15px;
}
.get-started-btn a {
    background: var(--secondary-color) !important;
    color: #000000 !important;
    display: flex;
    border: 1px solid var(--secondary-color) !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    line-height: 1;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
    padding: 20px 35px 20px 20px;
    position: relative;
    margin-left: 10px;
}
.get-started-btn a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url('img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.get-started-btn a:hover {
    background-color: #CF9B0E !important;
    border: 1px solid #CF9B0E !important;
}
/*********** HERO ********/
.lms-hero {
    padding: 225px 0 115px 0;
    background: linear-gradient(90deg, rgba(0,79,255,1) 0%, rgba(0,40,128,1) 100%);
}
.lms-hero2 {
    padding: 225px 0 115px 0;
    background: linear-gradient(90deg, rgba(0,79,255,1) 0%, rgba(0,40,128,1) 100%);
}
.lms-hero-bg {
    top:0;
    left: 0;
}
.lms-hero-bg2 {
    top:0;
    left: 0;
}
.lms-hero-bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.lms-hero-bg2 img {
    position: absolute;
    bottom: -100px;
    right: 0;
}

@media (max-width: 1860px) {
    .lms-hero {
      padding: 185px 0 90px 0;  
    } 

    .lms-hero2 {
      padding: 185px 0 90px 0;  
    } 

    .lms-hero-bg2 img {
        width: 1250px;
    }
}

@media (max-width: 1700px) {
    .lms-hero {
      padding: 185px 0 90px 0;  
    } 
    .lms-hero2 {
      padding: 185px 0 90px 0;  
    } 
    .lms-hero-bg2 img {
        bottom: -70px;
        right: -50px;
        width: 1100px;
    }
}

@media (max-width: 1386px) {
    .lms-hero {
        padding: 185px 0 90px 50px;
    }

    .lms-hero2 {
        padding: 185px 0 90px 50px;
    }
    .lms-hero-bg2 img {
        width: 1100px;
        right: -150px;
    }
}

@media (max-width: 1080px) {
    .lms-hero-bg2 img {
        display: none;
    }
}

@media (max-width: 600px) {
    .lms-hero {
        padding: 165px 0 90px 25px;
    }
    .lms-hero2 {
        padding: 385px 0 90px 25px;
    }
    .lms-hero-bg2 img {
        display: unset;
        top:100px;
        left: 0;
    }
    .lms-hero-block {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .lms-hero {
        padding: 145px 0 90px 25px;
    }

    .lms-hero2 {
        padding: 345px 0 90px 25px;
    }
}





.lms-hero-block h2 {
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.lms-hero-block h3 {
    color: #ffffff;
}
.why-lms-text ul li {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.lms-hero-block h2 span{
    color: #FFBA00;
}
.lms-hero-block p {
    line-height: 1.2;
    color: #FFFFFF;
}
.lms-hero-buttons {
    margin-top: 40px;
}
.lms-hero-block {
    max-width: 75%;
}

@media (max-width: 600px) {
    .lms-hero-block {
        max-width: 100%;
    }
}

.lms-hero-buttons a img {
    width: 18px;
    height: auto;
    object-fit: contain;
}
/******** OFFER SECTION ***********/
.offer-swiper-bg-blue {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0,79,255,1) 0%, rgba(0,40,128,1) 100%);
}

.offer-swiper-bg-black {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(36 36 36) 0%, rgb(0 0 0) 100%);
}

.offer-swiper-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 7%;
}
.offer-section-block {
    border-radius: 20px;
}
.offer-swiper-text h2{
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 10px;
}
.offer-swiper .swiper-slide {
    padding: 365px 0px 30px 0px;
    border-radius: 20px;
    overflow: hidden;
    height:auto;
}
.c-img {
    z-index: 1;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}
.offer-pagination {
    top: 20px !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: 8px;
    width: auto !important;
    max-width: 100%;
    min-width: 300px;
    z-index: 1;
}
.swiper-wrapper-offers {
    box-sizing: inherit !important;
}
.offer-pagination .swiper-pagination-bullet {
    padding: 5px 10px;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 !important;
    background-color: #176BE2;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 1;
    flex-shrink: 0;
}
.offer-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    color: #000000;
}
/********** VIDEO SECTION ********/
.video-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 20px;
}
.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* COURSES SECTION *********/
.courses-title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.courses-title span {
    color: var(--primary-color);
    text-decoration: underline;
}
.course-img img {
    aspect-ratio: 16/9;
    width: 100%;
}
.course-box {
    border-radius: 7px;
    transition: all .3s;
    -webkit-box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 60px -20px rgba(0,0,0,0.15);
}
.course-box:hover {
    border-radius: 7px;
    -webkit-box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 50px 10px rgba(0,0,0,0.15);
}
.course-text-box {
    padding: 8px 15px;
}
.course-cat {
    color: var(--grey-color);
    font-weight: 300;
}
.course-title {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
}
.course-learn-more {
    font-size: 18px;
}
.course-info {
    font-size: 14px;
    color: #676978;

}
.course-info img {
    width: auto;
    height: auto;
    max-width: 18px;
    max-height: 18px;
}
/********* FAQ SECTION *********/
.faq-block {
    padding: 25px 25px 10px 25px;
    border: 1px solid #000000;
    border-radius: 14px;
}
.faq-block-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.faq-accordion .accordion-item {
    border-bottom: none !important;
    border-top: 1px solid var(--grey-color) !important;
}
.faq-accordion .accordion-button {
    font-size: 16px;
}
.accordion-button:focus {
    color: #000000 !important;
}
.faq-accordion .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: contain;
}
.faq-accordion  .accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: none;
}
.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}
/********* FOOTER *********/
footer {
    padding: 45px 0 60px 0;
}
.footer-bg  {
    top: 0;
    left: 0;
}
.footer-bg  img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .08;
}
.footer-social a {
    height: 32px;
    width: 32px;
    border-radius: 12px;
    background-color: #1F2638;
    transition: all .2s;
}
.footer-social a img {
    width: auto;
    height: auto;
    max-width: 65%;
    max-height: 65%;
}
.footer-social a:hover {
    background-color: var(--secondary-color);
}
.footer-logo  {
    height: 50px;
    width: 200px;
    margin-bottom: 30px;
}
.footer-logo  img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.footer-text {
    font-size: 15px;
    margin-bottom: 30px;
    max-width: 275px;
    line-height: 1.4;
}
.footer-title {
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    padding: 0 0 8px 0;
    margin-bottom: 10px;
}
.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    transition: all .2s;
}
.footer-link:hover {
    color: var(--secondary-color);
}
.newsletter-text {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.footer-email-input {
    border-radius: 30px;
    padding: 7px 20px 7px 50px;
    position: relative;
    font-size: 16px;
    box-sizing: border-box;
    background-image: url('https://nysoralms.com/wp-content/uploads/2024/07/email.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 18px 18px;
    border: none !important;
}
.form-control:focus {
    box-shadow: none;
    border: none;
}
.footer-email-input::placeholder {
    color: #6B7280;
}
.footer-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}
/******** TOPICS SECTION ***********/
.topics-box a {
    width: 45%;
    transition: all .3s;
}
.topics-box a img{
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 1/1.4;
    box-shadow: 3px 3px 20px #00000029;
}
.topcis-title {
    font-size: 24px;
    line-height: 1.1;
    max-width: 220px;
}
.topics-btn {
    color: var(--primary-color);
    line-height: 1.2;
    position: relative;
    padding-right: 15px;
}
.topics-btn::after {
    position: absolute;
    content: "";
    background-image: url('img/arrow-right.svg');
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(5301%) hue-rotate(223deg) brightness(103%) contrast(107%);
    background-repeat: no-repeat;
}
.topics-btn:hover {
    color: #000;
    text-decoration: none;
}
.topics-box a:hover {
    scale: 1.1;
}
.why-lms-section {
    background-color: var(--primary-color);
}
.why-lms-img {
    top: 0;
    left: 0;
}
.why-lms-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-lms-title {
    line-height: 1,2;
    font-size: 26px;
    margin-bottom: 5px;
}
/******** FEATURES SECTION ***********/
.features-title {
    font-size: 26px;
    line-height: 1.2;
}
.feature-icon {
    width: 40px;
    height: 40px;
}
.feature-icon img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
}
.feature-text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.feature-text p {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--grey-color);
}
.features-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
/******** TESTIMONIALS SECTION ***********/
.testimonial-box {
    border-radius: 20px;
    border: 2px solid #000000;
    padding: 20px;
}
.testimonial-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--grey-color);
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.1;
}
.testimonial-name span {
    font-weight: 400;
    color: var(--grey-color);
}
.testimonial-text {
    color: #010101;
    font-size: 17px;
}
.testimonials-title{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.testi-prev,
.testi-next {
    left: unset !important;
    right: unset !important;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    border-radius: 50%;
}
.testi-prev::after,
.testi-next::after {
    content: "";
    background-image: url('https://nysoralms.com/wp-content/uploads/2024/07/arrow-swiper.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
}
.testi-prev::after {
    transform: rotate(180deg);
}

.testimonials-text ,
.why-lms-text p {
    line-height: 1.2;
}
.why-lms-block {
    max-width: 745px;
}
.why-lms-cta p {
    font-size: 20px;
    line-height: 1.2;
}
.why-lms-supertitle {
    font-size: 20px;
    z-index: 5;
    padding: 8px 22px 8px 0;
    margin-bottom: 20px;
}
.why-lms-supertitle span{
    font-weight: 700;
}
.why-lms-supertitle::after {
    content: "";
    position: absolute;
    right: 0;
    border-radius: 14px;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 160%;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
/******** PRACTICES SECTION ***********/
.practices-supertitle {
    line-height: 1.2;
}
.practices-btn a {
    color: #333333;
    padding-right: 30px;
}
.practices-btn a:hover {
    color: var(--primary-color);
   text-decoration: none;
}
.practices-btn a::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 50%;
    border-radius: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url('img/arrow-right-white.svg');
    background-color: var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
}
.practices-text p {
    color: var(--primary-color);
    font-size: 15px;
    margin-bottom: 0;
}
.practices-text h3 {
    font-size: 18px;
    font-weight: 700;
    transition: all .2s;
}
.practices-text a:hover h3 {
    color: var(--primary-color);
}
.practices-img img {
    width: 100%;
    aspect-ratio: 1/1.4;
    border-radius: 15px;
    box-shadow: 10px 5px 10px #00000029;
    object-fit: cover;
    transition: all .2s;
}
.practices-wrapper {
    max-width: 800px;
}
.stars-box img {
    width: 15px;
}
.practices-img:hover img{
    scale: 1.05;
}
/******** WHY LMS INSTITUTIONS ***********/
.why-lms-toptitle {
    font-size: 20px;
    margin-bottom: 35px;
}
.why-lms-toptitle span{
    font-weight: 700;
}
/******** INSTITUTIONALS ACCESS***********/
.access-title {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.access-badge {
    font-size: 12px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 16px;
}
.access-standard {
    border: 1px solid #000000;
    background: transparent;
}
.access-institutional {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #FFFFFF;
}
.access-overview-box {
    border: 1px solid #000000; 
    border-radius: 28px;
}
.access-box-title {
    font-size: 12px;
}
.check-icon {
    align-items: center;
    justify-content: center;
    height: 100%;
}
.check-icon img{
    width: 15px;
}
.accordion-button:hover {
    color: #212529;
}
.faq-accordion {
    background-color: transparent !important;
}
.accordion-item {
    background-color: transparent !important;
}
.accordion-button {
    background-color: transparent !important;
}
.access-overview-box-content {
    background-color: #F7F7F7;
}
.access-overview-box-top{
    padding: 12px 10px;
}
.access-item-title {
    font-size: 12px;
    line-height: 1.2;
    position: relative;
    padding-left: 10px;
}
.access-item-title::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.access-overview-box-content .row {
    border-top: 1px solid #707070;
    padding: 10px;
}
.access-box {
    border-radius: 21px;
    border: 1px solid var(--grey-color);
}
.access-box-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.access-box-img img {
    height: auto;
    width: auto;
    max-width: 50%;
    max-height: 50%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(2%) hue-rotate(184deg) brightness(117%) contrast(100%);
}
.access-box-text h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
}
.access-box-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--grey-color);
}
.hero-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,79,255);
    background: linear-gradient(90deg, rgba(0,79,255,1) 42%, rgba(0,78,251,0) 76%);
}
/******** REQUEST MODAL ***********/
.requestModal .form-control {
    border-radius: 30px;
    border: 1px solid #b6b6b6;
    font-size: 16px;
    color: var(--grey-color);
    padding: 12px 24px;
}
.requestModal .form-control:focus {
    border: 1px solid #000000;
}
.requestModal .form-control::placeholder {
    color: #6B7280;
}
.requestModal .modal-body p {
    color: #4D4F5C;
    line-height: 1.2;
}
.requestModal .modal-header {
    padding: 35px 35px 0 35px;
    border-top-left-radius: 50px;
}
.requestModal .modal-content {
    border-radius: 25px;
    border: none;
}
.requestModal .modal-dialog {
    max-width: 1100px;
}
.requestModal .modal-body {
    max-width: 600px;
    padding-bottom: 65px;
}

.course-item-new {
    flex: 0 0 33.33% !important;
}

.course-lesson-count-new img {
    width: 25px;
}

.course-lesson-count-new span {
    font-size: 20px;
    font-weight: 600;
    margin-left: 7px;
}

.bb-course-title {
    font-size: 20px !important;
}

.bb-card-course-details-new {
    padding: 20px 30px 10px !important;
}

.ld-progress-percentage {
    min-width: 232px;
}

.footer-section {
    padding: 65px 0 80px 0;
}

.why-lms-section .why-lms-title {
    margin-bottom: 50px;
    line-height: 1.2;
}

.empty-space {
    height: 80px;
}

.video-box {
    border: 1px solid #000000;
}

.requestModal .btn {
	border-radius: 30px !important;
	font-size: 20px;
    padding: 12px 15px;
    min-width: 270px;
	height: auto;
}
.requestModal .wpcf7-spinner {
	position: absolute;
}
.requestModal .form-control {
	height: auto;
}
.kl-private-reset-css-Xuajs1:focus-visible
.kl-private-reset-css-Xuajs1,
.kl-private-reset-css-Xuajs1:active,
.kl-private-reset-css-Xuajs1:focus {
	/*background-color: transparent !important;
	border: none !important;
	outline: none !important;*/
}

.c-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.offer-swiper-content {
    padding-left: 25px;
    padding-right: 25px;
}
/******** RESPONSIVE **************/

@media screen and (max-width: 820px) {
    .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50% !important;
    }
}

@media screen and (max-width: 480px) {
    .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
    }
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {

}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .lms-hero-block {
        max-width: 50%;
    }
    .navbar {
        margin-top: 25px;
    }
    .topics-box a {
        width: 23%;
    }
    .why-lms-supertitle::after {
        width: 170%;
    }
    .access-badge {
        font-size: 16px;
        padding: 10px 14px;
    }
    .access-box-title {
        font-size: 16px;
    }
    .check-icon img{
        width: 18px;
    }
    .access-overview-box-top{
        padding: 16px 14px;
    }
    .access-item-title {
        font-size: 16px;
    }
    .access-overview-box-content .row {
        padding: 14px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {

    .c-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .lms-hero-block h2 {
        font-size: 50px;
        line-height: 1.1;
    }
    .nav-item {
        padding: 0;
        border: none;
        margin: 0 3px;
    }
    .nav-link {
        font-size: 16px;
        padding: 5px 15px !important; 
        text-transform: none;
        color: #000000;
    }
    .nav-link:hover {
        color: var(--primary-color);
    }
    .nav-link.active {
        color: var(--primary-color) !important;
    }
    .navbar-block {
        padding: 12px 35px;
    }
    .navbar {
        margin-top: 35px;
    }
    .offer-swiper-text h2{
        font-size: 50px;
    }
    .offer-swiper-btn {
        position: absolute;
        bottom: 35px;
        right: 45px;
    }
    .offer-swiper-content {
        max-width: 900px;
        padding: 0;
    }
    .offer-swiper-text p {
        /*max-width: 600px;*/
        margin-bottom: 70px;
    }
    .offer-swiper .swiper-slide {
        padding: 190px 0px 65px 0px;
    }
    .offer-pagination {
        width: 100%  !important;
        top: 30px !important;
        gap: 3px;
    }
    .offer-pagination .swiper-pagination-bullet {
        font-size: 16px;
        padding: 10px 25px;
    }
    .offer-pagination .swiper-pagination-bullet:first-child{
        border-radius: 30px 0 0 30px;
    }
    .offer-pagination .swiper-pagination-bullet:last-child{
        border-radius: 0 30px 30px 0;
    }
    .offer-swiper .swiper-slide {
        /*min-height: 735px;*/
    }
    .courses-title {
        font-size: 44px;
        margin-bottom: 40px;
    }
    .faq-block-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .faq-accordion .accordion-button {
        font-size: 18px;
    }
    .faq-block {
        padding: 40px 50px 15px 50px;
    }
    .footer-social a {
        height: 45px;
        width: 45px;
    }
    .footer-logo  {
        height: 60px;
        width: 250px;
    }
    .footer-text {
        font-size: 17px;
    }
    .newsletter-text {
        font-size: 17px;
        margin-bottom: 45px;
    }
    .footer-title {
        margin-bottom: 20px;
    }
    .topics-btn {
        font-size: 18px;
    }
    .topics-box a:nth-child(1){
        width: 26%;
    }
    .topics-box a:nth-child(2){
        width: 23%;
    }
    .topics-box a:nth-child(3){
        width: 21%;
    }
    .topics-box a:nth-child(4){
        width: 19%;
    }
    .features-title {
        font-size: 34px;
    }
    .swiper-container {
        width: 135%;
    }
    .why-lms-title {
        font-size: 32px;
    }
    .practices-supertitle {
        font-size: 18px;
    }
    .practices-top {
        padding: 0 120px;
    }
    .practices-btn {
        position: absolute;
        bottom: 5px;
        right: 0;
    }
    .practices-btn a {
        font-size: 18px;
        padding-right: 45px;
    }
    .practices-btn a::after {
        width: 35px;
        height: 35px;
        background-size: 15px 18px;
    }
    .access-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .container-small {
        max-width: 1200px;
    }
    
    .lms-hero-block h2 {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 25px;
    }
    .lms-hero-block p {
        font-size: 18px;
    }
    .lms-hero-block {
        max-width: 640px;
    }
    .btn  {
        font-size: 20px;
        padding: 15px 20px;
        min-width: 270px;
    }
    .btn-sm {
        font-size: 18px;
        padding: 12px 15px;
    }
    .lms-hero-buttons {
        margin-top: 100px;
    }
   .section-padding {
        padding: 45px 0;
    }
    .offer-swiper-text h2{
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 30px;
    }
    .offer-swiper-btn {
        bottom: 65px;
        right: 75px;
    }
    .offer-pagination .swiper-pagination-bullet {
        padding: 10px 38px;
    }
    .course-text-box {
        padding: 18px 35px;
    }
    .faq-block-title {
        font-size: 44px;
        margin-bottom: 36px;
    }
    .faq-block {
        padding: 55px 65px 20px 55px;
    }
    .footer-section {
        padding: 65px 0 80px 0;
    }
    .footer-title {
        font-size: 24px;
    }
    .footer-link {
        font-size: 18px;
    }
    .footer-email-input {
        padding: 13px 20px 13px 50px;
    }
    .nav-item {
        margin: 0 25px;
    }
    .topcis-title {
        font-size: 30px;
    }
    .lms-hero-buttons a img {
        width: 30px;
    }
    .features-title {
        font-size: 40px;
    }
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    .feature-icon img{
        max-width: 55%;
        max-height: 55%;
    }
    .testimonials-title {
        font-size: 60px;
    }
    .testimonials-subtitle {
        font-size: 20px;
    }
    .testi-prev,
    .testi-next {
        width: 40px;
        height: 40px;
    }
    .testi-prev::after,
    .testi-next::after {
        background-size: 18px 18px;
    }
    .why-lms-title {
        font-size: 40px;
    }
    .why-lms-text p {
        font-size: 18px;
    }
    .why-lms-cta p {
        font-size: 30px;
    }
    .why-lms-supertitle {
        font-size: 30px;
        z-index: 5;
        padding: 14px 45px 14px 0;
        margin-bottom: 40px;
    }
    .why-lms-supertitle span{
        font-weight: 700;
    }
    .why-lms-supertitle::after {
        content: "";
        position: absolute;
        right: 0;
        border-radius: 14px;
        z-index: 1;
        top: 0;
        height: 100%;
        width: 140%;
        background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
    .why-lms-block {
        padding: 35px 0;
    }
    .practices-wrapper .gy-xl-5 {
        --bs-gutter-y: 4rem;
    }
    .why-lms-toptitle {
        font-size: 30px;
        margin-bottom: 85px;
    }
    .access-title {
        font-size: 40px;
        margin-bottom: 38px;
    }
    .access-badge {
        font-size: 24px;
        padding: 18px 36px;
    }
    .access-box-title {
        font-size: 24px;
    }
    .check-icon img{
        width: 22px;
    }
    .access-overview-box-top{
        padding: 24px 24px 24px 50px;
    }
    .access-item-title {
        font-size: 24px;
    }
    .access-overview-box-content .row {
        padding: 20px 24px 20px 50px;
    }
    .access-item-title {
        padding-left: 20px;
    }
    .access-item-title::after {
        width: 8px;
        height: 8px;
    }
    .access-box-img {
        width: 70px;
        height: 70px;
    }
    .access-box-text h3 {
        font-size: 20px;
    }
    .access-box-text p {
        font-size: 18px;
    }
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .nav-item {
        margin: 0 30px;
    }

    .get-started-btn a {
        padding: 20px 45px 20px 25px;
        margin-left: 15px;
    }
    .get-started-btn a::after {
        width: 14px;
        height: 14px;
        right: 17px;
    }
    .testimonial-box {
        padding: 40px 50px;
    }
    .testimonial-img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid var(--grey-color);
    }
    .testimonial-name,
    .testimonials-text {
        font-size: 22px;
    }
    .swiper-container {
        width: 160%;
    }
    .why-lms-supertitle::after {
        width: 200%;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1800px) {
    .why-lms-supertitle::after {
        width: 250%;
    }
}
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 2400px) {
    .swiper-container {
        width: 200%;
    }   
}


/***********************************************/
/*************SENID CSS*************************/
#content li.wpProQuiz_questionListItem.wpProQuiz_answerIncorrect {
    background-color: #ff9292;
}
#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete {
    background-color: rgb(94 202 134);
}
#content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect {
    background-color: rgb(94 202 134);
}
.wpProQuiz_response {
    padding: 0 !important;
    overflow: hidden;
}
.wpProQuiz_correct {
    padding: 15px;
    background-color: rgb(94 202 134);
}
.wpProQuiz_incorrect {
    padding: 15px;
    background-color: #ff9292;;
}
/*************TOUR CUSTOM CSS******************/
.dpit-tooltip--center {
    border: none !important;
    border-radius: 8px;
}

.dpit-button--skip {
    border-radius: 100px;
    background-color: rgb(204 204 204) !important;
}

.dpit-button-pn-wrap {
    border-radius: 100px;
    overflow: hidden;
}

.dpit-tooltip {
    border-radius: 8px !important;
}

.dpit-button--done {
    background-color: rgb(48 87 254) !important;
}

.dpit-button {
    /*background-color: rgb(204 204 204) !important;*/
}
/***********************************************/

/*************SWIPER SLIDER NA KURSEVIMA***********************/
.swiper-container-s {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

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

.swiper-slide-s {
    height: 200px;
    overflow: hidden;
}

@media (max-width: 768px) { /* Target devices with screen width ≤ 768px */
    .swiper-slide-s {
        width: 100%; /* Full width of the parent container */
        aspect-ratio: 1 / 1; /* Maintain a square shape */
        overflow: hidden; /* Hide overflowing parts of the image */
        position: relative;
    }

    .swiper-slide-s img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Crop image to fit without distortion */
        position: absolute;
        border-radius: 5px;
        top: 0;
        left: 0;
    }

    .swiper-slide-s a {
        display: flex;
        height: 100%;
        border-radius: 5px;
        overflow: hidden;
    }
}

.swiper-slide-s a {
    display: flex;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
}

.lms-button-next {
    width: 44px;
    height: 44px !important;
}

.lms-button-prev {
    width: 44px !important;
    height: 44px !important;
}

.lms-button-next::after,
.lms-button-prev::after {
    content: none !important; 
}

.page-template-page-courses-new2 .swiper-pagination {
    flex-wrap: wrap;
    gap: 10px !important;
}

.page-template-page-courses-new2 .swiper-pagination-bullet {
    border-radius: 100px !important;
}
/**************************************************************/
/***************** SINGLE PRODUCT WOOCOMMERCE (SENID) *********************/
.single-product .variations .value {
    display: flex;
}

.single-product .variations tr {
    display: flex;
    align-items: center;
}

.single-product .product_meta {
    display: none !important;
}

.single-product .woocommerce-breadcrumb {
    display: none !important;
}

.single-product .label label {
    line-height: 1rem !important;
}

.single-product .label {
    display: flex;
    align-items: center;
}
/*************************************************************************/

/********** GOOGLE TTS BY SENID ****************/
.tts-player {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1;
    display: flex;
    background-color: #385dff;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
    border-radius: 2px;
    overflow: hidden;
    min-height: 55px;
}
.tts-player button {
    display: inline;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.read-aloud {
    display: flex;
    color: #fff;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}
.tts-btn {
    background-color: #385dff;
    padding: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
}

.tts-btn img {
    width: 16px;
}

#loading-audio-btn img {
    animation: rotate 2s linear infinite;
}

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

@media (max-height: 1100px) {
    .tts-player {
        top:25%;
    }   
}

@media (max-height: 866px) {
    .tts-player {
        top:20%;
    }   
}
/***********************************************/
/********************* SINGLE COURSES - HIDE ENROLLERS *******************/
div.bb-course-member-wrap.flex.align-items-center
{
  display: none !important;
}
/*************************************************************************/



/********************* NEW COURSES PAGE 2025 - SENID ***************************/
@media (min-width: 1760px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.courses-new-grid {
    padding-top: 90px;
    padding-bottom: 50px;
}
.courses-new-title {
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}

.courses-new-title span {
    color: #0044FF;
    text-decoration: underline;
    line-height: 1.1;
}
.courses-title-desc {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 100px;
    line-height: 1.1;
}

.new-course-login {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 77px;
    padding: 20px 20px 30px 20px;
}

.new-course-progress {
    width: 50%;
    padding-right: 10px;
}

.new-course-continue {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.new-course-card {
    position: relative;
    border-radius: 8px;
    margin-bottom: 80px;
}
.new-course-card::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0044FF;
    opacity: 0.1;
    content: "";
    z-index: 0;
    border-radius: 8px;
}
.new-course-image {
    position: relative;
    height: 210px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.new-course-image img {
    position: absolute;
    width: 180px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.courses-new-cards {
    margin-top: 100px;
}
.new-course-info {
    padding: 20px 15px 20px 15px;
    position: relative;
    z-index: 2;
}

.new-course-logout {
    padding: 15px 15px 25px 15px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 77px;
}

.new-course-logout .new-course-prices {
    display: flex;
}

.new-lessons-p {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
    color: #676978;
}
.new-lessons-p img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.mo-button {
    color: #ffffff;
    background-color: #4B5AF7;
    padding:12px 12px 12px 12px;
    border-radius: 7px;
    margin-right: 6px;
}
.mo-button:hover {
    color: #ffffff;
}
.new-course-continue a {
    color: #ffffff;
    background-color: #4B5AF7;
    padding:12px 15px 12px 15px;
    border-radius: 7px;
    margin-right: 6px;
}
.new-course-continue a:hover {
    color: #ffffff;
}
.ye-button {
    color: #4B5AF7;
    background-color: #ffffff;
    padding:12px 12px 12px 12px;
    border: 1px solid #4B5AF7;
    border-radius: 7px;
}
.ye-button:hover {
    color: #4B5AF7;
}
.new-course-title {
    font-family: 'Satoshi', sans-serif !important;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    font-weight: 600;
    min-height: 43px;
}
.msk-image {
    background-image: url('https://nysoralms.com/wp-content/uploads/2025/01/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.new-course-description-p {
    font-size: 14px;
    color: #676978;
    font-weight: 400;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
}
.new-course-reviews {
    display: flex;
    align-items: center;
}
.new-course-reviews p img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
.new-course-reviews p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #676978;
    margin-bottom: 0;
}
.bestseller-label {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    line-height: 1;
    right: 0;
    bottom: 20px;
    width: 130px;
    background-color: #FF9900;
    padding-right: 10px;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}

.mostpopular-label {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    line-height: 1;
    right: 0;
    bottom: 20px;
    width: 130px;
    background-color: #139a1e;
    padding-right: 10px;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}

.course-popup {
    position: absolute;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 25px;
    top: 0;
    /*left: 105%;*/
    width: 550px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}

.course-popup-button {
    background-color: #4B5AF7;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.course-popup-button:hover {
    color: #ffffff;
}

.course-popup ul li {
    line-height: 1.2;
    margin-bottom: 8px;
}

.course-popup ul {
    margin-top: 15px;
}

.course-popup-updated {
    color: #438d2e;
    display: block;
    font-size: 14px;
}

.course-popup h4 {
    font-family: 'Satoshi', sans-serif;
    margin-bottom: 0px;
    font-weight: 700;
}

.course-popup::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 15px solid transparent;
}

.popup-left::after {
  right: -8px;
  border-left-color: #fff;
  border-right: none;
}

.popup-right::after {
  left: -8px;
  border-right-color: #fff;
  border-left: none;
}

.popup-left {
  left: 0;
  transform: translateX(-103%);
}

.popup-right {
  left: 105%;
  transform: translateX(0);
}

.new-course-card:hover .course-popup {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1023px) {
  .course-popup {
    display: none;
  }
}

@media (max-width: 1760px) {
  .course-popup {
    width: 400px;
  }
}


@media (max-width: 395px) {
    .new-course-continue a {
        margin-right: 0px;
        font-size: 12px;
    }
    .mo-button {
        font-size: 12px;
    }
    .ye-button {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .courses-title-desc {
        font-size: 22px;
    }
    .courses-new-title {
        font-size: 44px;
    }
}
@media (min-width:1600px) {
    .new-courses-container {
        max-width: 1600px;
    } 
}

/***** NEDIM CSS *****/
.ld-status-incomplete {
    border-radius: 20px !important;
}
.bb-course-status-content {
    padding-top: 1rem !important;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper) #btn-join, .learndash-wrapper:not(.ld-registration__outer-wrapper) .btn-join {
    margin-left: 0px !important;
}
/*********************/
/***** WHY SUBSCRIBE CSS *****/
.why-subscribe-lms-section {
	padding: 35px 0;
}
.why-subscribe-lms-title {
	font-weight: 900;
	font-size: 22px;
	line-height: 1.3;
	color: #000000;
}
.why-subscribe-lms-title span {
	color: #0044FF;
	text-decoration: underline;
}
.why-sub-slide-box {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.slide-box-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.slide-box-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.swiper-slide {
	transition: all .3s;
}
.box-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #0039B3;

	transition: all .3s;
}
.swiper-slide-active .box-overlay::after {
	opacity: 0;
}
.box-overlay::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0,57,179,0) 0%, rgba(0,57,179,1) 100%);
	z-index: 3;
}
.why-subscribe-swiper .swiper-wrapper .swiper-slide {
	z-index: 2;
    scale: 0.8;
}
.why-subscribe-swiper .swiper-wrapper .swiper-slide-next{
	z-index: 5;
    scale: 0.9
}

.why-subscribe-swiper .swiper-wrapper .swiper-slide-prev {
	z-index: 5;
    scale: 0.9
}
.why-subscribe-swiper .swiper-wrapper .swiper-slide-active {
	z-index: 10;
	scale: 1;
}
.why-subscribe-swiper-container {
	padding-bottom: 26px;
}
.why-subscribe-swiper-container .swiper-pagination-bullet {
	background-color: #0039B3 !important;
	opacity: 1 !important;
}
.why-subscribe-swiper-container .swiper-pagination-bullet-active {
	background-color: #FBAB03 !important;
}
.why-subscribe-swiper-container .swiper-pagination {
	bottom: 0 !important;
}
.why-subscribe-swiper-container .swiper-button-next,
.why-subscribe-swiper-container .swiper-button-prev {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url('https://nysoralms.com/wp-content/uploads/2024/07/arrow-swiper.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.why-subscribe-swiper-container .swiper-button-prev {
	transform: rotate(180deg);
	left: 31.5%;
}
.why-subscribe-swiper-container .swiper-button-next {
	right: 31.5%;
}
.why-subscribe-swiper-container .swiper-button-next::after,
.why-subscribe-swiper-container .swiper-button-prev::after {
	display: none;
}
.slide-box-text {
	padding: 20px 45px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.3;
	
}
.slide-box-title {
	margin-bottom: 6px;
}
.swiper-slide-active .slide-box-text {
	z-index: 5;
}
@media (min-width:768px) {}
@media (min-width:992px) {
	.why-subscribe-lms-section {
		padding: 50px 0;
	}
	.slide-box-text {
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.why-subscribe-lms-section {
		padding-left: 75px 0;
	}
	.why-sub-slide-box {
		border-radius: 25px;
	}
	.why-subscribe-lms-title {
		font-size: 45px;
	}
	.why-subscribe-swiper-container .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin: 0 8px !important;
	}    
	.why-subscribe-swiper-container {
		padding-bottom: 45px;
	}

	.why-subscribe-swiper-container .swiper-button-prev {
		left: 32%;
	}
	.why-subscribe-swiper-container .swiper-button-next {
		right: 32%;
	}
	.slide-box-text {
		padding: 30px 50px;
		font-size: 20px;
	}
}
@media (min-width:1400px) {
	.why-subscribe-lms-title {
		font-size: 64px;
	}
	.why-subscribe-swiper-container .swiper-button-next,
	.why-subscribe-swiper-container .swiper-button-prev {
		border-radius: 50%;
		width: 50px;
		height: 50px;
	}
	.why-subscribe-swiper-container .swiper-button-prev {
		left: 32.5%;
	}
	.why-subscribe-swiper-container .swiper-button-next {
		right: 32.5%;
	}
	.slide-box-text {
		padding: 35px 75px;
		font-size: 30px;
	}
}


/********** NEW LMS ***********/
.lms-hero-logo img{
    width: 150px;
}
.lms-hero-360 {
    position: absolute;
    left: 196px;
    top: -23px;
}
.lms-hero-360 img {
    width: 135px;
}
.lms-institutions-block p {
    max-width: 610px;
    font-size: 18px;
}
.lms-hero-block h4 {
    font-size: 20px;
    color: #FFBA00;
    font-weight: 900;
    margin-bottom: 6px;
    line-height: 1.1;
}
.info-block-bg {
    top:0;
    left:0;
}
.info-block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: soft-light;
    opacity: 0.21;
}
.info-section-block {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(24,110,232,1) 0%, rgba(0,51,124,1) 100%);
    padding: 20px 28px;
}
.info-block-lms-title {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}
.info-block-lms-title span {
    color: #FFBA00;
}
.info-block-lms-text li {
    line-height: 1.25;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
}
.info-block-lms-text li span {
    color: #FFBA00;
    font-weight: 500;
}
.info-block-lms-text ul {
    list-style-type: none;
    margin-left: 20px;
}
.info-block-lms-text li::before {
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    top: 6px;
    position: absolute;
    content: "";
    background-color: #FFBA00;
}
.lms-institutions-info-section {
    padding-top: 25px;
}
.lms-institutions-hero-bg img {
    height: 160px;
    top: 76px;
    left:0;
}
.lms-institutions-hero {
    padding: 250px 0 35px 0;
}
/* .lms-institutions-hero .btn{
    font-weight: 500;
    font-size: 13px;
    padding: 14px 35px;
} */
.lms-institutions-hero .lms-hero-logo {
    margin-right: 140px;
}
.lms-institutions-hero {
    background: #004DFA;
}
.lms-institutions-hero .lms-hero-360 {
    left: 52%;
}
@media (min-width: 600px) {
    .lms-hero-bgnew img {
        width: 85%;
        right: -40px;
        top: 175px;
    }
}
@media (min-width: 768px) {
    .info-section-block {
        padding: 45px 40px;
        max-width: 80%;
    }
    .lms-institutions-hero-bg img {
        height: 100%;
    }
    .lms-institutions-hero {
        padding: 130px 20px 35px 20px;
        background: linear-gradient(90deg, rgb(0, 79, 255) 0%, rgb(0, 40, 128) 100%);
    }
    .lms-institutions-hero .lms-hero-360 {
        left: 160px;
    }
}
@media (min-width: 992px) {
    .lms-hero-logo img{
        width: 200px;
    }
    .lms-hero-360 {
        position: absolute;
        left: 220px;
        top: -25px;
    }
    .lms-hero-360 img {
        width: 150px;
    }
    .lms-hero-bgnew img {
        top: 155px;
        right: -40px;
        width: 80%;
    }
    .lms-hero-block h4 {
        font-size: 30px;
    }
    .info-section-block {
        padding: 70px 80px;
    }
    .lms-institutions-hero .lms-hero-360 {
        left: 220px;
    }
}
@media (min-width: 1200px) {
    .lms-hero-logo img {
        width: 245px;
    }
    .lms-hero-360 {
        left: 260px;
        top: -40px;
    }
    .lms-hero-360 img {
        width: 200px;
    }
    .lms-hero-block2 p {
        max-width: 505px;
    }
    .lms-hero-block h4 {
        font-size: 40px;
    }
    .lms-institutions-info-section {
        padding-top: 45px;
    }
    .info-section-block {
        padding: 90px 120px;
    }
    
/*  .lms-institutions-hero .btn{
        font-size: 20px;
        padding: 18px 35px;
    } */
    .lms-institutions-hero {
        padding: 215px 0 100px 0;
    }
    .lms-institutions-hero .lms-hero-360 {
        left: 260px;
    }
    .lms-institutions-block p {
        font-size: 20px;
    }

}
@media (min-width: 1400px) {
    .lms-hero-bgnew img {
        width: 100%;
        max-width: 1300px;
        right: 5%;
        top: 11%;
    }
    .lms-hero-360 {
        left: 260px;
        top: -58px;
    }
    .lms-hero-360 img{
        width: 235px;
    }
    .lms-grid {
        padding-top: 185px;
    }
    .lms-hero-bgnew {
        max-width: 1920px;
        transform: translateX(-50%);
        left: 50%;
    }
    .info-section-block {
        padding: 110px 160px;
    }
    .info-block-lms-title {
        font-size: 30px;
        margin-bottom: 24px;
    }
    
    .info-block-lms-text li {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .info-block-lms-text li::before {
        left: -30px;
        width: 14px;
        height: 14px;
        top: 10px;
    }
    .info-block-lms-text ul {
        margin-left: 30px;
    }
}
@media (min-width: 1800px) {
    .lms-hero-bgnew img {
        max-width: 1420px;
    }
}

/*******************************************************************************/
/**** NON SUBSCRIBERS CHATBOTS ***/

.chatbot-nonsub {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
}

.chatbot-nonsub-container {
    display: none;
}

.chatbot-nonsub-container a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(90deg, #2861E7 0%, #003973 50%, #FFB200 100%);
    background-size: 200% 100%;
    background-position: left center;
    padding: 10px 35px;
    font-size: 16px;
    border-radius: 6px;
    margin: 0px 5px;
    transition: background-position 300ms linear;
}

.chatbot-nonsub-container a:hover {
    background-position: right center;
}


.chatbot-nonsub-container a img {
    height: 22px;
    width: auto;
    margin-right: 10px;
}

.chatbot-notification {
    position: fixed;
    bottom: 80px;
    right: 0px;
    background-color: #ffffff;
    color: #797979;
    border-radius: 10px;
    padding: 15px 30px 15px 20px;
    display: flex;
    align-items: center;
    z-index: 99999999;
    gap: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
}


.chatbot-notification.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.chatbot-notification p {
    display: inline;
    margin-bottom: 0;
    line-height: 1.2;
}

.chatbot-notification p span {
    font-weight: 600;
}

.cbn-explore {
    white-space: nowrap;
    display: inline;
    background-color: #F2F2F2;
    color: #4171E9;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 5px;
}

.cbn-close img {
    width: 28px;
    height: 28px;
}

.chatbot-nonsub-mobile-btn {
    display: flex;
}

.chatbot-nonsub-mobile-btn a img {
    width: 55px;
    height: auto;
}

@media (min-width: 600px) {
    .chatbot-nonsub-mobile-btn {
        display: none;
    }

    .chatbot-nonsub-container {
        display: flex;
    }
}

@media (max-width: 768px) {
    .chatbot-notification {
        width: calc(100% - 40px);
        right: 20px;
        left: auto;
        bottom: 80px;
        border-radius: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
        transform: translateX(100%);
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .chatbot-notification.active {
        transform: translateX(0);
    }

    .cbn-explore {
        width: 100%;
        text-align: center;
    }

    .cbn-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
/*********************************/
/*****************AI CHATBOTS - SENID & NEDIM****************************/

.mwai-timeless-theme .mwai-conversation .mwai-reply * > p:first-child{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mwai-icon-text{
    background: none !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.mwai-icon-text-close{
    display: none !important;
}

/* Blur effect when chatbot is open */
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); /* Optional tint */
    backdrop-filter: blur(10px); /* Blurs the background */
    z-index: 999; /* Below chatbot */
    pointer-events: none; /* Prevents blocking interactions */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* When chatbot is open, show the blur */
body.chatbot-open::after {
    opacity: 1;
}

body.chatbot-open{
    overflow-y:hidden;
}

/* _::-webkit-full-page-media, _:future, :root #mwai-chatbot-chatbot-f47l1b .mwai-trigger {
    width: 180.73px;
}

_::-webkit-full-page-media, _:future, :root #mwai-chatbot-chatbot-lxh273 .mwai-trigger {
    width: 130px;
}

_::-webkit-full-page-media, _:future, :root #mwai-chatbot-chatbot-5fot0z .mwai-trigger {
    width: 147.69px;
} */

/* Hide on Desktop, Show on Mobile */
@media (max-width: 760px) {

    .chatbot-toggle {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        background: blue;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        z-index: 9000;
        padding: 0 !important;
    }
}

/* Hide Toggle Button on Desktop */
@media (min-width: 761px) {
    .chatbot-toggle {
        display: none;
    }
}

#mwai-chatbot-chatbot-6nbpcq{
    right: 180px !important;
    margin-right: 10px;

}

#mwai-chatbot-chatbot-xzwmkn{
    right: 330px !important;

}

.mwai-chatbot-container {
}

.mwai-icon {
    height: 55px !important;
    width: 100%;
}

.mwai-name small {
    display: none !important;
}

.mwai-input-submit {
    margin-right: 0 !important;
}

.mwai-timer {
    display: none !important;
}

.mwai-timeless-theme.mwai-window .mwai-header .mwai-avatar img {
    width: 28px !important;
    height: 28px !important;
    margin-right: 10px;
}

.mwai-input-text textarea {
    line-height: 1.2;
}

.mwai-text {
    font-size: 16px !important;
}
.mwai-text div {
    font-size: 16px !important;
}
.mwai-text div p {
    font-size: 16px !important;
}
.mwai-text div ul {
    font-size: 16px !important;
}
.mwai-text div ul li{
    font-size: 16px !important;
}
.mwai-text div a {
    font-size: 16px !important;
}
.mwai-text a {
    font-size: 16px !important;
}

button.kl-private-reset-css-Xuajs1 {
    font-size: 20px !important;
}


@media (min-width: 761px) {
    .mwai-header {
        position: relative;
        top: -65px;
    }

    .mwai-body {
        position: relative;
        top: -65px;
    }

    .mwai-trigger {
        display: block !important;
    }

    .user-wrap .user-link img {
        max-width: 42px;
        margin-right: 10px;
    }
}

@media (max-width:760px) {

    button.kl-private-reset-css-Xuajs1 {
        font-size: 14px !important;
    }
    #mwai-chatbot-chatbot-6nbpcq {
        right: 20px !important;
        bottom: 91px;
        margin-right: 0px !important;
    }
    #mwai-chatbot-chatbot-xzwmkn {
        right: 20px !important;
        bottom: 229px;
        margin-right: 0px !important;
    }
    #mwai-chatbot-chatbot-7lqj3l{
        right: 20px !important;
        bottom: 160px;
        margin-right: 0px !important;
    }
/*     #mwai-chatbot-chatbot-lxh273 .mwai-trigger {
        width: 106.14px !important;
    }
    #mwai-chatbot-chatbot-f47l1b .mwai-trigger {
        width: 147.88px !important;
    }
    #mwai-chatbot-chatbot-5fot0z .mwai-trigger {
        width: 120.83px !important;
    } */
    .mwai-icon {
        height: auto !important;
        width: 22px;
    }
    .mwai-open-button {
        opacity: 0;
        visibility: hidden;
        transition: opacity 1s ease-in-out, visibility 0s linear 1s;
		background: linear-gradient(90deg, #2861E7 -1.23%, #003973 100%);
		box-shadow: 1px 3px 7px 0px #0E62B040;
		display: flex;
		border-radius: 11px;
		flex-direction: row-reverse !important;
		align-items: center !important;
		padding: 8px 16px;
		gap: 6px;
		z-index: 10 !important;
    }
	.mwai-timeless-theme.mwai-window {
		z-index: 999999 !important;
	}
	.mwai-timeless-theme.mwai-window.mwai-open {
			z-index: 99999999 !important;
	}
	.mwai-trigger::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10; /* Osigurava da je iznad unutrašnjih elemenata */
		background: transparent; /* Ne menja izgled */
	}
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close {
		display: none !important;
	}
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text {
		background: transparent;
		box-shadow: none;
		margin-bottom: 0;
		padding: 0;
	}
    .mwai-open-button.change {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s ease-in-out, visibility 0s linear 0s; /* Instantly set visible */
    }
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		opacity: 1 !important;
	}	
	.mwai-timeless-theme .mwai-trigger {
		z-index: 8000;
	}
}	
@media (min-width:761px) {
	 .mwai-icon {
        height: auto !important;
        width: 22px;
    }
    .mwai-open-button {
		background: linear-gradient(90deg, #2861E7 -1.23%, #003973 100%);
		box-shadow: 1px 3px 7px 0px #0E62B040;
		display: flex !important;
		border-radius: 11px;
		flex-direction: row-reverse !important;
		align-items: center !important;
		padding: 8px 16px;
		gap: 6px;
		z-index: 10 !important;
		width: auto;
		height: 45px;
    }
	.mwai-trigger::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10; /* Osigurava da je iznad unutrašnjih elemenata */
		background: transparent; /* Ne menja izgled */
	}
	.mwai-timeless-theme.mwai-window {
		z-index: 999999 !important;
	}
	.mwai-timeless-theme.mwai-window.mwai-open {
		z-index: 99999999 !important;
	}

	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close {
		display: none !important;
	}
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text {
		background: transparent;
		font-family: 'Satoshi-Variable';
		font-weight: 700;
		box-shadow: none;
		margin-bottom: 0;
		padding: 0;
	}
    .mwai-open-button.change {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s ease-in-out, visibility 0s linear 0s; /* Instantly set visible */
    }
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container {
		opacity: 1 !important;
	}	
	.mwai-timeless-theme .mwai-trigger {
		z-index: 8000;
	}
	#mwai-chatbot-chatbot-6nbpcq {
		right: 178px !important;
	}
	#mwai-chatbot-chatbot-xzwmkn {
		right: 330px !important;
	}
	.mwai-open-button:hover,
	.mwai-open .mwai-open-button {
		background: linear-gradient(90deg, #FFB200 0%, #003973 100%);
	}
}
@media (min-width:1200px) {
    .mwai-open-button {
		height: 60px;
		padding: 18px 20px;
    }
	#mwai-chatbot-chatbot-6nbpcq {
		right: 187px !important;
	}
	#mwai-chatbot-chatbot-xzwmkn {
		right: 348px !important;
	}
	.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text {
		font-size: 18px;
	}
	.mwai-icon {
		width: 26px;
	}
}
/********************************************************************/

/***** NEW HEADER 2025 DARKO ***********/
/********************************************************************/
.container.site-header-container {
    /*max-width: 1780px !important;*/
}
.site-header {
    border-bottom: 1px solid #DDDDDD;
}
.bb-mobile-header {
    flex-direction: row-reverse;
}
.bb-single-icon .mobile-logo-wrapper {
    justify-content: start !important; 
    padding: 0;
}
.site-header .bb-left-panel-mobile>i {
    font-size: 33px;
    color: #B5B5B5;
}
@media (max-width:1199px) {
    .site-header {
        width: 100% !important;
        left:0;
    }
    .site-header-container,
    .buddypanel {
        display: none !important;
    }
    .bb-mobile-header-wrapper {
        display: block !important;
    }
    .bb-mobile-header {
        height: 90px;
    }
    .bb-buddypanel:not(.activate) .site, .bb-buddypanel:not(.register) .site {
        margin-left: 0 !important;
    }
}
@media (min-width:1200px) {
    .site-header-container {
        padding-top: 25px;
        padding-bottom: 25px;
        height: auto !important;
    }
    .primary-menu {
        display: flex;
        gap: 30px;
    }
    .primary-menu .menu-item {
        position: relative;
    }
    .primary-menu .menu-item::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        height: 45px !important;
        width: 1px;
        background-color: #DDDDDD;
    }
    .primary-menu .menu-item:last-child::after  {
        display: none;
    }
    .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name {
        font-size: 16px;
    }
    .primary-menu a {
        font-size: 16px;
        color: #000000 !important;
        font-weight: 600 !important;
        font-family: 'Satoshi-Variable';
    }
    .bb-template-v2 .primary-menu>li.current-menu-item>a {
        border-bottom: none;
    }
    .user-wrap .user-link {
        flex-direction: row-reverse;
    }
    
    .bb-template-v2 .primary-menu>li>a:before {
        content: "";
        position: absolute;
        top: 50%;
        z-index: -1;
        height: 35px !important;
        width: 110% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 25px !important;
        background-color: transparent;
    }
    .primary-menu>li.current-menu-item>a:before {
        background-color: #BDDCFD59 !important;
        width: 110% !important;
    }
    .bb-template-v2 .primary-menu>li:hover>a:before {
        background-color: #BDDCFD59 !important;
    }
    .primary-menu>li.current-menu-item>a,
    .bb-template-v2 .primary-menu>li:hover>a {
        color: #2961E6 !important;
    }
    .bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before, .bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before {
        display: none;
    }
    .bb-header-buttons {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }
    .bb-header-buttons .signup,
    .bb-header-buttons .signin-button {
        min-height: 35px !important;
        line-height: 1.1 !important;
        padding: 8px 10px !important;
        border: 1px solid #2861E7;
        font-family: 'Satoshi';
        margin: 0 !important;
        border-radius: 5px !important;
        font-weight: 500 !important;
    }
    
    .bb-header-buttons .signup {
        background-color: transparent !important;
        color: #2861E7 !important;
    }
    .bb-header-buttons .signin-button {
        background-color: #2861E7 !important;
        color: #FFFFFF !important;
    }
    .bb-header-buttons .signup:hover {
        background-color: #2861E7 !important;
        color: #FFFFFF !important;
    }
    .bb-header-buttons .signin-button:hover {
        background-color: #FFB200 !important;
        color: #000000 !important;  
    }
    .footer-logo  {
        margin-bottom: 45px;
    }
}
@media (min-width:1400px) {
    .site-header .site-header-container {
        height: 100px !important;
    }
}
@media (min-width:1600px) {
    .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name,
    .primary-menu a {
        font-size: 16px;
    }
    
    .bb-template-v2 .primary-menu>li>a:before {
        content: "";
        position: absolute;
        top: 50%;
        z-index: -1;
        height: 35px !important;
        width: 110% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 25px !important;
        background-color: transparent;
    }

    .primary-menu>li.current-menu-item:hover>a:before,
    .primary-menu>li.current-menu-item>a:before {
        background-color: #BDDCFD59 !important;
        width: 100% !important;
    }
    .site-header-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .primary-menu {
        gap: 30px;
    }
    .primary-menu .menu-item::after {
        right: -15px;
        height: 45px;
    }
    .user-wrap .user-link img {
        max-width: 42px;
        margin-right: 10px;
    }
    .user-wrap .user-link {
        gap: 14px;
    }
    .bb-header-buttons {
        gap: 16px;
    }
    .bb-header-buttons .signup, .bb-header-buttons .signin-button {
        /* min-height: 60px !important; */
        padding: 15px 45px !important;
        font-size: 16px !important;
        border-radius: 8px !important;
    .lms-hero {
        padding-top: 270px;
    }
}
/********************************************************/
/******** FOOTER NEWSLETTER SUBMIT PORUKA******************/
.needsclick p span {
    color: #ffffff !important;
}
/******** COOKIES BAR OVER NAPKA ***********/
#moove_gdpr_cookie_info_bar {
    z-index: 99999999;
}
/****************** _THANKYOU CHECKOUT PAGE_ *******************/
body.woocommerce-order-received {
    background-color: #2861E7 !important;
}

.ty-header {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #ffffff !important;
    flex-direction: column;
    align-items: center;
}

.ty-header-icon-wrapper {
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
}

.ty-header-icon {
    width: 125px;
    height: 125px;
    background-color: #ffffff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.particles-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  z-index: 1;
  pointer-events: none;
}

.ty-header-icon img {
    width: 64px;
    height: auto;
}

.ty-header h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Satoshi-Variable' !important;
    font-size: 40px;
    font-weight: 700;
    margin-top: 70px;
    line-height: 1.2;
}

.ty-header p {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.ty-body {
    text-align: center;
    display: flex;
    justify-content: center;
}

.ty-body p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    width: 600px;
}

.ty-body p a {
    color: #FFBA00;
}

.ty-footer {
    margin-top: 40px;
    border-top: 1px solid #ffffff6e;
    padding-top: 40px;
    text-align: center;
}

.ty-footer p {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.ty-footer p span {
    display: block;
    font-weight: 400;
}

.explore-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.ty-modules-btn {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}

.ty-modules-btn:hover {
    color: #ffffff;
}

.ty-modules-btn img {
    width: 18px;
    height: auto;
    margin-right: 10px;
}

/**Animacije**/
.slide-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}
.slide-fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width: 728px) {
    .ty-body p {
        width: auto;
    }
}




/******************************TOPIC POPUP MODAL ZA INSTITUTIONS*****************************************/
#ldTopicModal .modal-content {
    padding: 40px;
    border-radius: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#ldTopicModal .modal-body {
    padding: 0; /* jer smo padding već dali contentu */
}

#ldTopicModal .modal-dialog {
    max-width: 1100px; /* ako želiš šire */
}

.ld-topic-popup {
    margin-bottom: 5px;
}
