﻿body {
    font-family: "Rubik", serif !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color:#fff;
}
img {
    vertical-align:middle;
    max-width:100%;
}
a {
    text-decoration: none !important;
}

div:after {
    content: '';
    display: block;
    clear: both;
}
.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  color: #000;
  /*padding:0px 0 5px 0;*/
  /*height:80px;*/
  transition: all 0.3s ease;
  z-index: 1000;
box-shadow: 0 4px 10px #0000001a;
}
.sticky-header.home-header {
background-color: transparent !important;overflow: hidden;
position:relative;
}

.sticky-header.home-header:before {
 width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.1)s;
  box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.erp-preheader {
  background-color: #ddd3;
  height: 35px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd75;
}
.loginlink a {
    color:#000;line-height:35px;
}
.loginlink img {height:30px;}
/* button login */
.navbar-inverse.erpmpo-menu {
  background-color: #3a5286 !important;
  border-color: #3a5286 ;
}
.navbar-inverse.erpmpo-menu .navbar-nav > li > a {
  color: #f4f4f4;
}
.navbar-inverse.erpmpo-menu .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #37435d;
}
.sticky-header h1 {
    font-size:1.2rem;
    padding:20px 0;
}
.erp-logo img {height:70px;}
.sticky-header.shrink {
 height:70px;
  color:#000;
}
.mpo-logo {
    padding:10px 0;
}
.center-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 87px;
  margin: 0 auto;
  text-align: center;
}
 .navbar {
    border-radius:0px !important;
    margin:0 0 0 0 !important;
  }

  /* Make carousel height fixed for demo (remove or adjust as needed) */
    .carousel,
    .carousel .item,
    .carousel .carousel-inner {
      height: 420px;
    }

    .carousel .item img {
      /* Make images cover the carousel area while keeping aspect ratio */
      width: 100%;
      height: 420px;
      object-fit: cover; /* modern browsers */
      display: block;
    }

    /* Smoother transition: override Bootstrap default (increase duration + easing) */
    .carousel .item {
      -webkit-transition: -webkit-transform 1s cubic-bezier(.2,.8,.2,1), opacity 1s ease;
      transition: transform 1s cubic-bezier(.2,.8,.2,1), opacity 1s ease;
    }

    /* Optional: softer caption background */
    .carousel-caption {
      background: rgba(0,0,0,0.35);
      padding: 15px;
      border-radius: 6px;
    }

    /* About ERP */
    .section {
        padding:50px 0;
    }
    .sectionAbout-erp {

    }
    .aboutERP-image img {
        border-radius:20px;height:420px;
        width:100%;object-fit:cover;
    }
    .aboutERP-content {
        padding:50px 0;
    }
    .aboutERP-content h2 {
        font-size:40px;
    }
    .modulesBox {width:100%;}
    .modulesBox strong {
        font-size:17px;font-weight:600 !important;
    }
    .modulesBox strong span {display:block;}

    .modules-icn {

        height:50px;
  width:50px;
  background-color:#000;
  border-radius:50px;
  text-align:center;
  margin-bottom:10px;
    }
    .modules-icn img {
        margin-top:13px;
        height:25px;width:25px;vertical-align:middle;
    }
    .moduleContent {
        margin-top:30px;
    }
    .innovationBox {
   position: absolute;
  left: 14px;
  bottom: -30px;
  background-color: #f3ffdf;
  padding: 20px;
  width: 85%;
  text-align: justify;
    }
    .card-comp-modules {
        padding:20px;width:100%;
        border:1px solid #553cdf2b;
        margin-bottom:20px;
        border-radius:5px;
        background-color:#fff;
        transition:.5s all;
    }
      .card-comp-modules:hover {
        border:1px solid #553cdf;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }
    .card-comp-modules strong {
       font-size: 16px;
  font-weight: 600 !important;
    }
    .card-comp-modules span {display:block;}
    .card-comp-modules-icns img {
        height:50px;
    }

    .d-flex {
        display:flex;
    }

    .section-comprehensiveModules {
        background: #e7e9ef70;
    }

    /* key features */
    .row {
  display: flex;
  flex-wrap: wrap; /* allow responsiveness */
}

.row > [class*='col-'] {
  display: flex;
}
.keyfeaturesbenef-card {display:flex;}
.keyfeaturesbenef-card:hover .featuresimage img {
  transform: scale(1.05);transition:.5s all;
}
.featuresimage {
    margin-right:20px;transition:.5s all;overflow:hidden;  border-radius:5px;
}
.featuresimage img{
    transition:.5s all; border-radius:5px;

}
.keyfeaturesbenef-card div:first-child {
    width:20%;
}
.keyfeaturesbenef-card div:last-child {
    width:80%;
}
.keyfeaturesbenef-card {
  flex: 1;
}
     .keyfeaturesbenef-card {
        position:relative;
  border: 1px solid #efecff;
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0,0,0,.05);
         padding:20px;
           border-radius: 5px 0 0 5px;
           margin-bottom:20px;transition: .3s;
     }
    .keyfeaturesbenef-card:after {
        content:'';
  position: absolute;
  top:0;
  left: 0;
  height: 0;
  width: 5px;
  content: "";
  background: #553cdf;
  border-radius: 5px 0 0 5px;
  transition: .3s;
}
    .keyfeaturesbenef-card:hover:after {
  height: 100%;
}
    .keyfeaturesbenef-card strong {

        font-size: 16px;
  font-weight: 600 !important;
    }
       .keyfeaturesbenef-card span {
           display: block;
    }
       .col-sm-12 {
           width:100%;
       }
 

       /* Testimonials */

       /* Login page design */

       .wrapper-erp {
           min-height:100vh;height:100%;background-color: #3a52861c;
       }
       .loginbg {
           width:400px;
           margin:0 auto;
           padding:40px 0;
           display: flex;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
       }
       .form-bottom {
          width:80%;margin:0 auto;
       }
       .loginbg input[type="text"] {
          padding:22px 22px 22px 10px !important;
       }
       .buttonsignIn {
           width:100%;
           display:block;
           padding:10px 20px !important;
       }
       .inputicons img{
           height:30px;opacity: 0.2;
       }
       .inputicons {
  position: absolute;
  right: 0;
  top: 9px;
  right: 10px;
}
       .forgot {
           margin-top:10px;
       }
       /* Footer CSS */
       .footer-erp {
           padding:40px 0 0 0;
           background-color:#162d3c !important;
       }
       .footertop-box {
           border-bottom:1px solid #376d914f;
           padding:0 0 20px;
           margin:0 0 40px 0;
       }
       .footer-top-content h2  {
  font-size: 30px;
  font-weight: 700;color:#fff;
  line-height: 1.2em;
}
         .footer-top-content p{
             color:#fff;
         }
         .footer-top-content-callus {
             float:right;padding-top: 60px;
  padding-bottom: 40px;
         }
         .footer-erp .row > [class*="col-"] {
  display: block;
}
         .footer-top-content-callus a {
             background-color:#ccff8b;
             padding:20px 50px;
             border-radius:50px;color:#000;font-size:17px;
         }
         .socialCircle {
             width:40px;height:40px;
             border:1px solid #fff;
             border-radius:50px;text-align:center;
             display:inline-block;
             background-color:transparent;transition: .5s all;
             margin-right:5px;
             
         }
         .socialCircle:hover {
             background-color: #ccff8b;  border:1px solid #ccff8b;
         }
         .socialCircle img {height: 20px;
  display: block;
  margin: 9px auto 0;transition: .5s all;
         }
         .socialCircle:hover img {
  filter: brightness(0);
}
         .footer-company-logo img{
              margin-bottom:20px;
              width:250px;
         }
         .footer-title {color:#fff;}
          h2.footer-title {
             margin-bottom:20px;font-size:20px;
         }
          .footerlinksbox ul {
              margin:0;padding:0 0 0 0px;
          }
          .footerlinksbox ul li {
              color:#fff;list-style-type:none;
              padding:5px 0;
          }
          .footerlinksbox ul li a{
              color:#fff;font-size:15px;
          }
          .footerlinksbox ul li a:hover {
  color: #ccff8b;
 
}
          .footerlinksbox h5 {
              color:#fff;font-size:15px;
          }
            .footerlinksbox p {
              color:#fff;font-size:15px;
          }
            .footer-bottom-box {
                border-bottom:1px solid #376d914f;
           padding:0 0 20px;
           margin:0 0 20px 0;
            }
            .footer-powered {
                text-align:center;color:#fff;
                padding:0 0 20px;
            }
            .testimonial-section {
                background: #e7e9ef70;
                text-align:center;
            }

            /* Testimonials 

            */
            .cardclient-says p{
                font-size:17px;
            }
            .commaleft {
        margin-top:-10px;
        margin-right:10px;
                 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
            }
               .commaright {
        margin-top:-10px;
        margin-left:10px;
        
            }
        
    /* Responsive adjustment for small screens */
    @media (max-width: 767px) {
      .carousel, .carousel .item, .carousel .carousel-inner {
        height: 260px;
      }
      .carousel .item img {
        height: 260px;
      }
    }
        /* Responsive adjustment for 999px screens */
    @media (max-width: 999px) {
        .loginlanding-box {
            padding:50px 0 0 0;
        }
   .center-logo {display:none;}
   .mpo-logo {display:none;}
   .keyfeaturesbenef-card {
  display: block !important;
}
   .keyfeaturesbenef-card div:first-child {
    width:100%;
}
.keyfeaturesbenef-card div:last-child {
    width:100%;
}
.modulesBox {
  width: 100%;
  text-align: center;
}
.modules-icn {margin:0 auto;}
.modulesBox {
    margin-bottom:20px;
}
.aboutERP-content h2 {
    text-align:center;
}
.aboutERP-content p {text-align:center;}
.section-title h2 {
    text-align:center;
}
.card-comp-modules {
    text-align:center;
}
.keyfeaturesbenef-card div:last-child {
    text-align:center;
}
.featuresimage {
    margin-bottom:10px;
}
       /* Login page design */
.loginbg {
    width: 100%;
}
    }



    /* Landing Page design new */
    .preheader-home {
        position:absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}
section {
  background: #FFFFFF;
}
section.motion {
   min-height: 89.90vh;
    height: 100%;
    position:relative;
/*    background-image: url('../images/carousel/SGSIT.jpg');*/
 background-image: var(--bg-image);
    background-size:cover;
    z-index:0;
    padding:30px 0 0 0;
}
section.motion::before {
  min-height: 89.90vh;
    height: 100%;
    position:relative;
     background-image: var(--bg-image);
/*    background-image: url('../images/carousel/SGSIT.jpg');*/
    background-size:cover;
    z-index:0;
    padding:30px 0 0 0;
}
section.motion .slideshow {
  position: absolute;
  z-index: -5;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
section.motion .slideshow .slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
section.motion .slideshow .slide img {
  display: block;
  width: 100%;height:100vh;
  object-fit: cover;
}
section.motion .slideshow .slide.active {
  opacity: 1;
}
section.motion .slideshow .slide.active.right-down {
  animation: right-down 20s infinite linear;
  transform: translate3d(5%, 5%, 0) scale(1.5);
}
section.motion .slideshow .slide.active.right-up {
  animation: right-up 20s infinite linear;
  transform: translate3d(5%, -5%, 0) scale(1.5);
}
section.motion .slideshow .slide.active.left-up {
  animation: right-up 20s infinite linear;
  transform: translate3d(-5%, -5%, 0) scale(1.5);
}
section.motion .slideshow .slide.active.left-down {
  animation: right-up 20s infinite linear;
  transform: translate3d(-5%, 5%, 0) scale(1.5);
}
section.motion h1 {
  font-size: 3.5em;
}
section.motion p {
  max-width: 860px;
  font-size: 14px;
  margin: 0 auto 3em;
}
section.motion a {
 color: #337AB7;
}
section.motion a.button {
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  padding: 0.75em 1em;
  border-radius: 5px;
  transition: color 0.2s, border 0.2s;
}
section.motion a.button:hover {
  color: steelblue;
  border: 1px solid steelblue;
}

@keyframes right-down {
  to {
    transform: translate3d(-5%, -5%, 0) scale(1.25);
  }
}
@keyframes right-up {
  to {
    transform: translate3d(-5%, 5%, 0) scale(1.25);
  }
}
@keyframes left-up {
  to {
    transform: translate3d(5%, 5%, 0) scale(1.25);
  }
}
@keyframes left-down {
  to {
    transform: translate3d(5%, -5%, 0) scale(1.25);
  }
}body .wrapper {
  flex: 1 0 auto;
}
 /* Slider Controls */


 /* Login page design */
/* Login page designs */
/* =========================================
   Login Screen Box
========================================= */

.login-container {
    width: 100%;
    max-width: 400px;
    margin:0 auto 0;
    padding:40px 0 40px 0;
}

.login-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.login-header {
    text-align: center;
    margin-bottom: 32px;
}

.login-header h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

    .login-header p {
        color: #64748b;
    }
.loginlanding-box {
  
}
.home-footer {
    position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color:#fff;
}
.aboutlanding-box
 {
    padding:30px 0 0 0;
    text-align:center;
}
.aboutlanding-box img {
    height:300px;
    display:block;
    margin:0 auto;
}
.login-container h2 {
    color:#3a5286;
    padding-bottom: 10px
}
 
@media (max-width: 999px) {
    .home-footer {
 
  color:#fff;
}
    .aboutlanding-box {
  padding:0 0 0;
  text-align: center;margin: 0 auto;
}
    .aboutlanding-box img {
        height:100px;
    }
    .login-container{
        padding:0;
    }
    section.motion p {
  max-width: 90%;
  font-size: 13px;
  margin: 0 auto 40px;
}
    section.motion {
        height:100% !important;
        padding:0 !important;position: static;
    }
}
.m-auto {
    margin:0 auto;
}
.loginbg input[type="password"] {
    padding: 22px 50px 22px 10px !important;
}

/*notice modal*/


/* Responsive adjustments */
@media (max-width: 1200px) {
  .notice-btn {
    padding: 9px 20px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .notice-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .notice-btn {
    right: 15px;
    bottom: 15px;
    padding: 7px 16px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .notice-btn {
    right: 10px;
    bottom: 10px;
    padding: 6px 14px;
    font-size: 12px;
  }
}

.notice-btn {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 1060;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  background: linear-gradient(135deg, #337ab7, #2e5a83);
  border: none;
  color: #fff;
/*  font-weight: 600;*/
  letter-spacing: 0.3px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}
.notice-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  background: linear-gradient(135deg, #214e72, #337ab7);
}

/* Slide-in Modal (Right side) */
.modal-dialog-slideout {
  position: fixed !important;
  right: 0;
  top: 0;
  margin: 0 !important;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);

}

.modal.fade.show .modal-dialog-slideout {
  transform: translateX(0);
}

/* Rounded glassy modal */
.modal-content {
  height: 100%;
  border-radius: 20px 0 0 20px !important;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(25, 61, 91, 0.3);
  box-shadow: -5px 0 35px rgba(0, 0, 0, 0.35);
  animation: fadeInSlide 0.6s ease forwards;
  position: relative;
  
}

/* Glowing animated border in theme color */
.modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px 0 0 20px;
  padding: 2px;
  background: linear-gradient(120deg, #337ab7, #2e5a83, #337ab7);
  background-size: 300% 300%;
  animation: glowBorder 6s linear infinite;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes glowBorder {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Header with deep gradient */
#noticeModal .modal-header {
  background: linear-gradient(135deg, #337ab7, #2e5a83);
  border-top-left-radius: 20px !important;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}
#noticeModal .modal-header h3 {
  font-weight: 700;
  letter-spacing: 0.6px;
}
#noticeModal .modal-header .close {
  opacity: 0.8;
  transition: all 0.3s ease;
}
#noticeModal .modal-header .close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* Animate modal appearance */
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateX(20px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Notice content animation */
#noticeModal .modal-body {
  scroll-behavior: smooth;
  padding: 1.2rem 1.5rem 1.5rem;
}
#noticeModal .modal-body h6 {
/*  font-weight: 700;*/
  color: #337ab7;
  margin-top: 1rem;
  animation: fadeInUp 0.5s ease both;
#noticeModal }
.modal-body p {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  animation: fadeInUp 0.8s ease both;
}
#noticeModal .modal-body a.more {
  color: #337ab7;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}
#noticeModal .modal-body a.more:hover {
  color: #2e5a83;
  text-decoration: underline;
}
#noticeModal .modal-body hr {
  border-color: rgba(0,0,0,0.1);
  margin-top: 10px;
}

/* Smooth content animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar styling */
#noticeModal .modal-body::-webkit-scrollbar {
  width: 6px;
}
#noticeModal .modal-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #337ab7, #2e5a83);
  border-radius: 10px;
}
#noticeModal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

#noticeModal .close {
    color: white !important;
}
#noticeModal .modal-header .close {
    margin-top: -27px;
}

