﻿body {
     font-family: "Roboto",Open Sans,Helvetica,Arial,Verdana,sans-serif;
}

.slms_banner {
    /*background-image: url('../Content/Images/SLMSbanner.png');*/
    background-image: url('../Content/Images/SLMSbanner.jpg');
    background-size: cover;
    height: 100vh;
    text-align: center;
}
/*.SLMS_banner{
    background-color: red;
    color: #ffffff;
    font-size: 18px;
    height: inherit;
}*/
.logo{
    width:70px;
}
/*.navbar-transparent .navbar-nav>li>a:hover
{
    color:#d7d8aa;
}*/

.navbar-default .navbar-nav > li > a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjust to position the bar */
    width: 100%;
    height: 3px; /* Thickness of the blue bar */
    background-color: #0066cc; /* Blue color from your logo */
}

.navbar-default {
    margin-bottom: 0;
    font-size: 12px;
    background-color: white !important;
    color: black;
    /*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;*/
    /*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2) !important;
}
.navbar-transparent {
    margin-bottom: 0;
    background-color: transparent !important;
    border: none;
}

.page.content-item > header {
    display: none;
}

.slms_banner-overlay{
    height: inherit;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 18px;
    height: inherit;
    padding: 40vh;
}

.slms-home header > .container{
    /*padding-top: 15px;*/
     width: 85% !important;
}
.slms-home nav > #MenuH {
    padding-top: 10px;
    margin: 0 30px;
}

.slms_banner-overlay .slms_home-maintext {
    color: #ffffff;
    /*font-weight: 700;*/
    /*margin-top: 100px;*/
    font-size: 50px;
}

.maintextholder
{
    /*height: inherit;
    line-height: 100vh;*/
}

.button {
  font-size: 35px;
  text-decoration: none;
  background-color: #5b7331;
  color: #ffffff;
  padding: 7px 30px 11px 30px;
  border-radius: 50px;
}

.slms-login-btn > a:hover, a:focus {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #3498db;
}

.slms-login-btn
{
    margin-top:40px;
}

#login_holder >.slms_home-maintext {
   padding-top:15px;
}
#login_holder .slms_home-maintext>.fa {
   font-size: 80px;
}
.login-page-left-banner
{
    height: 100vh;
}
.login-page-left-overlay
{
 height: inherit;
 background-color: rgba(139, 156, 108, 0.9);
 z-index: 2;

}
.login-page-left-logo
{
    z-index: -1;
    position: relative;
    padding: 30% 0 0 40%;
}
.login-page-layout-content
{
    color:#000000;
}
.login-form
{
    padding-top: 5%
}

.login-page-layout-content{
    font-family: "Roboto",Open Sans,Helvetica,Arial,Verdana,sans-serif;
}

.login-form .form-group > input, .login-form .form-group > input:focus {
    border: none;
    border-bottom: 1px solid #3498db;
    border-radius: 0;
    box-shadow: none;
}
    .login-form .form-group > input:focus {
        border-bottom: 2px solid #3498db;
    }
.noleft-pad
{
    padding-left: 0;
}

.slms-main-login-btn, .slms-main-login-btn:focus, .slms-main-login-btn:active:hover {
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    height: 40px;
    outline: 0;
    background-color: #095ECD;
    border-color: #095ECD;
    font-size: 20px;
    transition: all 0.3s ease;
}

    .slms-main-login-btn:hover {
        background-color: #2980b9;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
.margin-bottom
{
    margin-bottom:15px;
}

li#user_menu_item > a:after {
    display: none;
}


/*.login-input-holder
{

}*/

#remember-me {
    margin-top: -3px;
}

.checkmark-text
{
    margin-left: 5%;
    margin-top: -5px;
    position: absolute;
}

/* Hide the browser's default checkbox */
/*.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}*/

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    /*background-color: #eee;*/
    border-radius: 50%;
    border: 2px solid;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #5b7331;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slms-home header.navbar {
    padding-left:50px;
    padding-right:40px;
}

.hcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (max-width: 767px) {
    .hcontainer {
        margin: 0 auto;
        padding: 0 20px;
        display: flow;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .hero-image {
        display: none;
    }
    .hero-image img {
        display: none;
    }
    .hero-content {
        flex: 1;
        position: relative;
        background: transparent !important;
        z-index: 2;
    }

    footer {
        background-color: hsla(0, 0%, 11%, 1);
        color: #fff;
        padding: 50px 0 70px;
        position: relative;
        overflow: hidden;
        height: auto;
        background-image: none;
    }

    .forgotPassword {
        margin-top: -65px !important;
    }

    .hero::before {
        display: none;
        background-image: url('../Content/Images/landing-bg.png');

    }
}
.forgotPassword {
    float: right;
    margin-top: -18px;
}

.hero {
    padding: 50px 0;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    /*.hero::after {
        content: '';
        position: absolute;
        top: -90px;
        right: -60px;
        width: 60%;
        height: 100%;
        background-image: url('../Content/Images/landing-bg.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
        border-radius: 10px;
    }*/

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 120%;
        background-image: url('../Content/Images/landing-bg.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        z-index: -1;
        transform: translate(6%, -18%);
    }

    /*.hero .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }*/

.hero-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

    .hero-content h1 {
        font-size: 42px;
        font-family: 'Mona Sans', sans-serif;
        color: #2c3e50;
        margin-bottom: 20px;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 18px;
        color: #7f8c8d;
        margin-bottom: 30px;
    }
.cta-button {
    background-color: #095ECD;
    color: white !important;
    border: none;
    padding: 9px 50px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button2 {
    background-color: white;
    color: blue;
    border: 2px solid;
    border-color: #095ECD;
    padding: 9px 60px;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .cta-button2:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.hero-image {
    flex: 1;
    display: block;
}

    .hero-image img {
        width: 100%;
        
    }

.faq-title-section {
    padding: 40px 0 0;
    background-color: #ffffff;
}

    .faq-title-section h2 {
        text-align: left;
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 30px;
    }

.faq-section {
    padding: 50px 0 80px;
    background-color: #fff;
    /*background-image: url('../Content/Images/faq-background.png');*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

    .faq-section h2 {
        text-align: center;
        font-size: 36px;
        color: #2c3e50;
        margin-bottom: 50px;
    }

.faq-container {
    display: flex;
    gap: 30px;
}

.faq-column {
    flex: 1;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .accordion-header:hover {
        background-color: #f8f9fa;
    }

    .accordion-header h3 {
        font-size: 18px;
        color: #2c3e50;
        font-weight: 500;
    }

    .accordion-header i {
        color: #3498db;
        transition: all 0.3s ease;
    }

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
}

    .accordion-content p {
        padding: 20px;
        color: #7f8c8d;
    }

.accordion-item.active .accordion-header {
    background-color: #e9ecef;
}

    .accordion-item.active .accordion-header i {
        transform: rotate(45deg);
    }

.accordion-item.active .accordion-content {
    max-height: 200px;
}

.login-container {
    align-items: center;
    padding: 2%;
    max-width: 500px;
    height: 450px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: hsla(0, 0%, 11%, 1);
    background-image: url('../Content/Images/footer-bg-image.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 0 70px; /* Increased bottom padding to make room for footer-bottom */
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 250px; /* Height of the footer-bg-image.png */
}

.container {
    padding-left: 2%;
    padding-right: 2%;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.footer-logo img {
    max-height: 50px;
    width: auto;
    margin-bottom: 15px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.footer-column p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #fff;
}

.footer-column i {
    margin-right: 10px;
    color: #fff;
}

.contact-group {
    margin-bottom: 20px;
}

    .contact-group.addresses {
         /*border-left: 2px solid rgba(52, 152, 219, 0.7); 
         padding-left: 15px;*/ 
    }

    .contact-group.contact-methods {
        /* border-left: 2px solid rgba(46, 204, 113, 0.7); */
        /* padding-left: 15px; */
    }

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: #3498db;
        }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    /* margin-left: -5%;
    margin-right: -5%; */
    width: 100vw;
}

.powered-by {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .powered-by p {
        margin: 0;
        color: #fff;
    }

.image-placeholder {
    width: 120px;
    height: auto;
    border-radius: 5px;
    object-fit: contain;
}

.no-after::after {
    content: none !important;
    display: none !important;
}

#MenuH ul.menu li.dropdown ul.bt-submenu li:hover, #MenuH ul.menu li.dropdown ul.bt-submenu li:active, #MenuH ul.menu li.dropdown ul.bt-submenu li:focus {
    background-color: #095ECD;
    color: #fff;
}

#MenuH ul.menu li.dropdown ul.bt-submenu li a:hover {
    color: #fff;
    background-color: #095ECD;
}

#MenuH ul.menu *{
    text-transform: uppercase;
}

.navbar-brand img{
    padding: 0.4rem;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Announcement Popup Styles */
.announcement-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .announcement-popup-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.announcement-popup {
    background: white;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    max-height: 100vh;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.announcement-popup-overlay.show .announcement-popup {
    transform: scale(1);
}

.announcement-popup-header-container {
    padding: 40px 20px 20px 20px;
    background: white;
    border-radius: 20px 20px 0 0;
    margin-top: 30px;
}

.announcement-popup-header {
    background: linear-gradient(270deg, #097BD9 0%, #088FE2 25%, #07D2FE 50%, #0898E5 75%, #097BD9 100%);
    background-size: 400% 400%;
    animation: gradientShift 4s ease-in-out infinite;
    color: white;
    /* padding: 25px 60px; */
    position: relative;
    border-radius: 16px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.announcement-popup-megaphone {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 120px;
    height: 120px;
    background-image: url('../Content/Images/speakerImage.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.announcement-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    color: #FF8E8E;
    font-size: 52px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    font-weight: 100;
    line-height: 1;
    z-index: 10;
}

    .announcement-popup-close:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #333;
    }

.announcement-popup-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: white;
}

.announcement-popup-body {
    margin-left: 40px;
    padding-left: 20px;
    margin-top: 15px;
    padding-right: 60px;
    margin-bottom: 30px;
    max-height: 350px;
    overflow-y: auto;
    min-height: 200px;
    direction: rtl;
    height: 350px;
}

    .announcement-popup-body > * {
        direction: ltr;
    }

.announcement-popup-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0;
    white-space: pre-line;
}

.announcement-popup-content-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.announcement-popup-content-body {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    white-space: pre-line;
}

.announcement-popup-footer {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    position: relative;
    min-height: 60px;
}

.announcement-popup-nav-btn {
    background: none;
    border: none;
    color: #4A90E2;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}


    .announcement-popup-nav-btn:disabled {
        color: #ccc;
        cursor: not-allowed;
    }

    .announcement-popup-nav-btn .arrow {
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: middle;
    }

        .announcement-popup-nav-btn .arrow svg {
            width: 100%;
            height: 100%;
        }


.announcement-popup-dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.announcement-popup-dots .dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.announcement-popup-dots .dot.active {
    background-color: #4A90E2;
}

/* Scrollbar styling for webkit browsers */
.announcement-popup-body::-webkit-scrollbar {
    width: 6px;
}

.announcement-popup-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.announcement-popup-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

    .announcement-popup-body::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

/* Responsive design */
@media (max-width: 768px) {
    .announcement-popup {
        width: 95%;
        margin: 20px;
    }

    .announcement-popup-header {
        padding: 15px 50px 15px 70px;
    }

    .announcement-popup-title {
        font-size: 20px;
    }

    .announcement-popup-megaphone {
        width: 40px;
        height: 40px;
        left: 15px;
    }

    .announcement-popup-body {
        padding: 20px;
        max-height: 300px;
    }

    .announcement-popup-content {
        font-size: 14px;
    }

    .announcement-popup-footer {
        padding: 15px 20px;
    }

    .announcement-popup-nav-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .announcement-popup {
        width: 98%;
        margin: 10px;
        min-height: 320px;
    }

    .announcement-popup-header-container {
        padding: 15px 15px 15px 15px;
        margin-top: 42px;
    }

    .announcement-popup-header {
        padding: 15px 50px 15px 15px;
        min-height: 25px;
    }

    .announcement-popup-title {
        font-size: 16px;
        margin-left: 82px;
        margin-right: 50px;
    }

    .announcement-popup-megaphone {
        width: 85px;
        height: 85px;
        left: 20px;
        top: 16px;
    }

    .announcement-popup-close {
        right: 10px;
        top: 10px;
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .announcement-popup-body {
        margin-left: 15px;
        padding-left: 15px;
        padding-right: 30px;
        max-height: 200px;
    }

    .announcement-popup-content {
        font-size: 13px;
    }

    .announcement-popup-content-title {
        font-size: 16px;
    }

    .announcement-popup-footer {
        padding: 15px 15px;
        gap: 8px;
        min-height: 65px;
    }

    .announcement-popup-nav-btn {
        padding: 6px 8px;
        font-size: 12px;
    }

        .announcement-popup-nav-btn .arrow {
            width: 16px;
            height: 16px;
        }

    .announcement-popup-indicator {
        flex-shrink: 0;
    }

    .announcement-popup-counter {
        font-size: 12px;
    }
}

/* Animation for content changes */
.announcement-popup-content-title,
.announcement-popup-content-body {
    transition: opacity 0.2s ease;
}

    .announcement-popup-content-title.changing,
    .announcement-popup-content-body.changing {
        opacity: 0.5;
    }

/* Demo page styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
    /*padding: 40px;*/
    background-color: #f5f5f5;
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

#showPopupBtn {
    display: block;
    margin: 0 auto;
    padding: 12px 24px;
    background-color: #4A90E2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    #showPopupBtn:hover {
        background-color: #357ABD;
    }

.hidden {
    display: none !important;
}

/* Remove all hover, focus, and active effects for these nav buttons */
.announcement-popup-nav-btn {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

    .announcement-popup-nav-btn:hover,
    .announcement-popup-nav-btn:focus,
    .announcement-popup-nav-btn:active {
        background: none !important;
        color: inherit !important;
        box-shadow: none !important;
        transform: none !important;
    }

    /* Disabled still shows faded */
    .announcement-popup-nav-btn:disabled {
        color: #ccc;
        opacity: 0.5;
        cursor: not-allowed;
    }

        .announcement-popup-nav-btn:disabled .arrow svg path {
            stroke: #ccc;
        }

.announcement-popup-close:active, .announcement-popup-close:focus {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    transform: none !important;
}