/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

h1 {
  font-size: 45px;
  line-height: 61px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

p,
li,
blockquote,
label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #808080;
  margin-bottom: 0;
}

cite {
  font-size: 14px;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 25px;
  font-size: 16px;
}

ul.app-badge {
  margin-bottom: 60px;
}

ul.app-badge li a img {
  width: 150px;
  height: auto;
}

@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 10px;
  }
}

ul.post-tag {
  margin-bottom: 20px;
}

ul.post-tag li {
  font-size: 14px;
}

ul.post-tag li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

ul.post-tag li a {
  font-size: 14px;
}

ul.post-tag li:last-child {
  margin-left: 25px;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #000;
}

body {
  overflow-x: hidden;
}

.shadow,
.coming-soon .block .count-down .syotimer-cell,
.user-login .block .image img,
.privacy .block,
.job-list .block,
.team-sm .image img,
.founder img,
.service .service-box {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: "";
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow,
.service {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #fff;
  color: #2e72d7;
}

.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  /* background: #bc162c;
  color: #fff; */
     background: #ffffff;
    color: #0b2c74 !important;
  outline: none;
}

.btn-main-md:hover {
  color: #fff;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #2e7eed;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #fff;
  z-index: 1;
}

.main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }
}

.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2e7eed;
}

.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: "";
  background: #2e7eed;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20%;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}

.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown .open>a,
.main-nav .dropdown .open>a:focus,
.main-nav .dropdown .open>a:hover {
  background: transparent;
}

.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}

.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}

.main-nav .dropdown .dropdown-menu.show {
  display: block;
}

@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: 0.3s ease;
}

.main-nav .dropdown .dropdown-menu .dropdown-item.active,
.main-nav .dropdown .dropdown-menu .dropdown-item.focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2e7eed;
}

.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 10px;
}

.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }

  .main-nav .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0px);
  }
}

.dropdown-submenu.active>a,
.dropdown-submenu:hover>a {
  color: #2e7eed;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 8px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
/* =================================
   SCALEZEN FOOTER
================================= */

.scalezen-footer{

    background: #081028;

    color: #ffffff;

    margin-top: 0;
}

/* MAIN */

.scalezen-footer .footer-main{

    padding: 80px 0 50px;
}

/* LOGO */

.footer-logo{

    width: 170px;

    margin-bottom: 25px;
}

/* TEXT */

.footer-text{

    color: #94a3b8;

    line-height: 1.9;

    font-size: 15px;

    margin-bottom: 28px;

    max-width: 320px;
}

/* HEADINGS */

.footer-links h6,
.footer-contact h6{

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 24px;
}

/* LINKS */

.footer-links ul{

    padding: 0;

    margin: 0;

    list-style: none;
}

.footer-links ul li{

    margin-bottom: 14px;
}

.footer-links ul li a{

    color: #94a3b8;

    text-decoration: none;

    transition: 0.3s;
}

.footer-links ul li a:hover{

    color: #ffffff;

    padding-left: 4px;
}

/* SOCIAL */

.social-icon{

    margin: 0;
}

.social-icon li{

    margin-right: 10px;
}

.social-icon a{

    width: 42px;

    height: 42px;

    border-radius: 12px;

    background: rgba(255,255,255,0.08);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 17px;

    transition: 0.3s;
}

.social-icon a:hover{

    background: linear-gradient(135deg,#2563eb,#4f46e5);

    transform: translateY(-4px);
}

/* CONTACT */

.footer-contact p{

    color: #94a3b8;

    margin-bottom: 16px;

    font-size: 15px;
}

.footer-contact i{

    color: #3b82f6;

    margin-right: 10px;
}

/* BUTTON */

.footer-btn{

    display: inline-block;

    margin-top: 18px;

    background: linear-gradient(135deg,#2563eb,#4f46e5);

    color: #ffffff;

    padding: 14px 28px;

    border-radius: 12px;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s;
}

.footer-btn:hover{

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(37,99,235,0.25);
}

/* BOTTOM */

.footer-bottom{

    border-top: 1px solid rgba(255,255,255,0.08);

    padding: 22px 0;

    text-align: center;
}

.footer-bottom p{

    margin: 0;

    color: #64748b;

    font-size: 14px;
}

/* MOBILE */

@media(max-width:768px){

    .scalezen-footer{

        text-align: center;
    }

    .footer-text{

        max-width: 100%;
    }

    .social-icon{

        justify-content: center;
    }

}
.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}

.scroll-top-to:hover {
  background: #333;
}

@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.call-to-action-app {
  text-align: center;
}

.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}

.call-to-action-app p {
  margin-bottom: 60px;
}

.call-to-action-app ul li {
  margin: 10px;
}

@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.call-to-action-app ul li:first-child {
  margin-left: 0;
}

.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}

.cta-hire {
  background: #FAFAFA;
}

.cta-hire p {
  width: 65%;
  margin: 0 auto;
}

.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}

.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}

@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}

.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #fafafa;
}

.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 70px;
}

.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}

.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}

.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #000;
}

.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}

.banner {
  padding: 100px 0;
}

.banner .block h1 {
  margin-bottom: 13px;
}

.banner .block p {
  font-size: 20px;
  margin-bottom: 30px;
}

.banner .block .video {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}

.banner .block ul.clients-logo {
  margin-top: 30px;
}

.banner .block ul.clients-logo li {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 20px;
  }
}

.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.slider .block {
  position: relative;
}

.slider .block h1,
.slider .block h3 {
  color: #fff;
}

.slider .block .download {
  margin-top: 20px;
}

.slider .block .image-content {
  text-align: center;
}

.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}

.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}

.services .service-block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.services .service-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}

.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.services .service-block i {
  font-size: 30px;
  color: #2e7eed;
  margin-bottom: 15px;
  display: inline-block;
}

.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.services .app-preview {
  display: flex;
  justify-content: center !important;
}

.services .app-preview img {
  height: 500px;
  width: auto;
}

@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}

@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box .service-item {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

.service .service-box .service-item i {
  font-size: 20px;
  color: #2e7eed;
  display: inline-block;
  margin-bottom: 10px;
}

.service .service-box .service-item p {
  font-size: 14px;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 768px) {

  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #2e7eed;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

/* homepage 3 */
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}

.pull-top {
  margin-top: -100px;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}

.icon-box i {
  line-height: 80px;
  font-size: 30px;
}

.founder {
  margin-bottom: 30px;
}

.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.founder h2 {
  font-size: 30px;
  line-height: 30px;
}

.founder cite {
  font-size: 14px;
  font-style: normal;
}

.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.team-sm {
  margin-bottom: 30px;
}

.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-sm .image img {
  border-radius: 5px;
}

.team-sm .image .social-links {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}

.team-sm .image .social-links ul {
  margin-bottom: 0;
}

.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}

.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #fff;
}

.team-sm .image:hover .social-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.team-sm h3 {
  margin-bottom: 0;
}

.team-sm cite {
  font-size: 14px;
  font-style: normal;
}

.team-sm p {
  margin-top: 15px;
}

.featured-article {
  padding: 0 0 50px 0;
}

.featured-article article.featured {
  display: flex;
}

@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}

.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}

.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}

.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}

.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}

.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}

.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}

.featured-article article.featured .content p {
  margin-bottom: 25px;
}

.post-sm {
  margin-bottom: 40px;
}

.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-sm .post-thumb img {
  transition: 0.3s ease;
}

.post-sm .post-title {
  margin-bottom: 15px;
}

.post-sm .post-title h3 a {
  color: #000;
  font-size: 20px;
}

.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}

.post-sm:hover .post-thumb img {
  transform: scale(1.3);
}

.blog-single .single-post {
  padding-bottom: 70px;
}

.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}

.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}

.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}

.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}

.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}

.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 30px;
}

@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.blog-single .about-author .media .media-body {
  margin-left: 40px;
}

@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}

.related-articles .title {
  margin-bottom: 20px;
}

.related-articles .title h2 {
  font-size: 30px;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}

.pagination-nav ul.pagination {
  padding-top: 30px;
}

.pagination-nav ul.pagination li {
  margin-right: 10px;
}

.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: 0.3s ease-in;
}

.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}

.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.about .about-slider .item {
  padding: 20px;
}

.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}

.create-stories .block h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}

.quotes .quote-slider h2 {
  font-size: 50px;
}

.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}

.clients {
  padding: 50px 0;
}

.clients h3 {
  margin-bottom: 30px;
}

.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}

.clients .client-slider img {
  max-width: 80%;
}

.investors .block {
  margin-bottom: 30px;
}

.investors .block .image {
  margin-bottom: 20px;
}

.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}

.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}

.investors .block p {
  font-size: 14px;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}

.hover-zoom img {
  transition: 0.3s ease;
}

.hover-zoom:hover img {
  transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}

.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}

.error-page .center .block p {
  margin-bottom: 50px;
}

.career-featured .block {
  display: flex;
}

@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}

.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.career-featured .block .content h2 {
  margin-bottom: 30px;
}

.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 60px;
}

.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}

.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 50px 80px;
  background: #fff;
}

.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}

@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}

.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}

.job-list .block .job .content {
  flex-basis: 100%;
}

.job-list .block .job .content h3 {
  margin-bottom: 0;
}

.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}

@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

.faq .block {
  padding: 50px;
}

@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}

.faq .block .faq-item {
  margin-bottom: 40px;
}

.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}

.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}

.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}

.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}

.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #000;
}

.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}

.faq .block .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}

.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}

.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}

.privacy .privacy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}

.privacy .privacy-nav ul li {
  list-style: none;
}

.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #757575;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}

.privacy .privacy-nav ul li a.active {
  color: #000;
}

@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}

.privacy .block {
  background: #fff;
  padding: 40px 50px;
}

.privacy .block .policy-item {
  padding-bottom: 40px;
}

.privacy .block .policy-item .title {
  margin-bottom: 20px;
}

.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}

.user-login {
  height: 100%;
  width: 100%;
}

.user-login .block {
  display: flex;
}

@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}

.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.user-login .block .image img {
  border-radius: 8px;
}

.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}

.user-login .block .content .logo {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}

.user-login .block .content .title-text {
  margin-bottom: 35px;
}

.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.user-login .block .content .new-acount {
  margin-top: 20px;
}

.user-login .block .content .new-acount p,
.user-login .block .content .new-acount a {
  font-size: 14px;
}

.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}

@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}

.coming-soon .block h3 {
  color: #808080;
}

.coming-soon .block .count-down {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}

.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}

.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}

.google-map {
  position: relative;
}

.google-map #map_canvas {
  height: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }
}

/*# sourceMappingURL=style.css.map */
/* ===== MIS Impact CTA ===== */
.cta-impact {
  padding: 100px 0;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #ffffff;
}

.cta-impact h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.cta-impact p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
}

.cta-actions {
  margin-top: 30px;
}

.cta-actions .btn {
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 15px;
}

.cta-actions .btn-outline-light:hover {
  background: #ffffff;
  color: #2563eb;
}

/* Trust strip */
.cta-trust {
  margin-top: 30px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.cta-trust span {
  margin-right: 20px;
}

/* Image */
.cta-image {
  max-width: 90%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
}

/* Mobile */
@media (max-width: 768px) {
  .cta-impact {
    text-align: center;
    padding: 70px 20px;
  }

  .cta-impact h2 {
    font-size: 2rem;
  }

  .cta-actions .btn {
    display: block;
    margin: 10px auto;
  }

  .cta-trust span {
    display: block;
    margin-bottom: 8px;
  }
}

/* detailed */
.mis-overview {
  padding: 60px 20px;
  background: #f8f9fb;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.mis-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.mis-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.mis-card:hover {
  transform: translateY(-6px);
}

.card-header {
  padding: 18px;
  color: #fff;
}

.card-header h3 {
  margin: 0;
  font-size: 18px;
}

.card-header.admin {
  background: #0d6efd;
}

.card-header.academics {
  background: #198754;
}

.card-header.reporting {
  background: #fd7e14;
}

.card-header.exam {
  background: #dc3545;
}

.card-body {
  padding: 20px;
}

.card-body p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.card-body ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.card-body ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.card-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #0d6efd;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.card-btn:hover {
  opacity: 0.9;
}

.mis-accordion-section {
  padding: 60px 20px;
  background: #ffffff;
}

.accordion {
  max-width: 900px;
  margin: auto;
}

.accordion-item {
  border: 1px solid #e1e4ea;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  background: #f8f9fb;
  border: none;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header:hover {
  background: #eef2f7;
}

.accordion-header .icon {
  font-size: 22px;
  font-weight: bold;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease;
}

.accordion-content p {
  margin-top: 15px;
  color: #444;
}

.accordion-content ul {
  padding-left: 18px;
  margin: 15px 0;
}

.accordion-content ul li {
  margin-bottom: 6px;
}

.two-column {
  columns: 2;
}

.link-btn {
  display: inline-block;
  margin-bottom: 20px;
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

/* Accordion same as Level 2 (reuse) */

.report-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.report-card {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.report-card:hover {
  transform: translateY(-5px);
  background: #e2e8f0;
}

.report-card h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #0d6efd;
}

.report-card p {
  font-size: 14px;
  color: #444;
}

/* Slide-in Panel */
.slide-panel {
  position: fixed;
  right: -100%;
  top: 0;
  width: 400px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.slide-panel.active {
  right: 0;
}

.close-panel {
  background: none;
  border: none;
  font-size: 28px;
  float: right;
  cursor: pointer;
  color: #444;
}

.slide-content h3 {
  margin-top: 0;
  color: #0d6efd;
}

/* Accordion & Report Cards same as Level 2 & 3 */

.slide-panel {
  position: fixed;
  right: -100%;
  top: 0;
  width: 450px;
  max-width: 95%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.slide-panel.active {
  right: 0;
}

.close-panel {
  background: none;
  border: none;
  font-size: 28px;
  float: right;
  cursor: pointer;
  color: #444;
}

.slide-content h3 {
  margin-top: 0;
  color: #0d6efd;
}

/* new css */
/* overview section */
.mis-intro-section {
  background-color: #faf8f2;
  /* soft cream background */
}

.intro-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.intro-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.intro-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}

.intro-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.intro-points li {
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
  font-size: 15px;
  color: #374151;
}

.intro-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: bold;
}

.intro-image-wrapper img {
  max-height: 420px;
  object-fit: cover;
}

/* expandable section */
.mis2 {
  padding: 84px 0;
  background: linear-gradient(180deg, #f7f8ff 0%, #ffffff 55%);
}

.mis2__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.mis2__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.mis2__eyebrow {
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #4f46e5;
  margin: 0 0 10px;
}

.mis2__title {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0f172a;
}

.mis2__desc {
  max-width: 820px;
  margin: 0;
  color: #475569;
  font-size: 16px;
}

.mis2__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mis2__btn {
  padding: 11px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mis2__btn--primary {
  background: #4f46e5;
  color: #fff;
}

.mis2__btn--ghost {
  border: 1px solid rgba(15, 23, 42, .12);
  color: #0f172a;
  background: #fff;
}

.mis2__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
}

.mis2__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 18px;
}

.mis2__tab {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
  transition: transform .10s ease, border-color .15s ease, background .15s ease;
}

.mis2__tab:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 70, 229, .35);
}

.mis2__tab.is-active {
  border-color: rgba(79, 70, 229, .55);
  background: #ffffff;
}

.mis2__tabIcon {
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eef2ff;
}

.mis2__tabText {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.mis2__tabTitle {
  font-weight: 800;
  color: #0f172a;
  font-size: 14px;
}

.mis2__tabSub {
  color: #64748b;
  font-size: 12px;
}

.mis2__tabArrow {
  color: #94a3b8;
  font-size: 22px;
  line-height: 1;
  margin-left: auto;
}

.mis2__panelWrap {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
  padding: 18px;
}

.mis2__panelHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.mis2__panelHead h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #0f172a;
}

.mis2__panelHead p {
  margin: 0;
  color: #475569;
}

.mis2__chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mis2__chip {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .06);
  padding: 6px 10px;
  border-radius: 999px;
}

.mis2__acc {
  margin-top: 10px;
}

.mis2__accBtn {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
  margin: 10px 0 0;
}

.mis2__accBtn:hover {
  border-color: rgba(79, 70, 229, .35);
}

.mis2__plus {
  font-size: 18px;
  color: #4f46e5;
  transition: transform .15s ease;
}

.mis2__accBtn.is-open .mis2__plus {
  transform: rotate(45deg);
}

.mis2__accBody {
  overflow: hidden;
  max-height: 0;
  transition: max-height .2s ease;
  border: 1px solid rgba(15, 23, 42, .06);
  border-top: none;
  background: #fbfbff;
  border-radius: 0 0 14px 14px;
  padding: 0 14px;
}

.mis2__accBody.is-open {
  padding: 12px 14px;
  max-height: 520px;
}

.mis2__accBody ul {
  margin: 0 0 0 18px;
  color: #334155;
}

.mis2__accBody li {
  margin: 7px 0;
}

.mis2__listGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mis2__listGrid span {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #334155;
}

/* Responsive */
@media (max-width: 980px) {
  .mis2__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .mis2__grid {
    grid-template-columns: 1fr;
  }

  .mis2__nav {
    position: relative;
    top: auto;
    flex-direction: row;
    overflow: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .mis2__tab {
    min-width: 320px;
    scroll-snap-align: start;
  }
}

@media (max-width: 560px) {
  .mis2__title {
    font-size: 28px;
  }

  .mis2__tab {
    min-width: 85%;
  }

  /* swipe pills */
  .mis2__listGrid {
    grid-template-columns: 1fr;
  }
}

.misExpand {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8ff 55%, #ffffff 100%);
}

.misExpand__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.misExpand__head {
  text-align: center;
  margin-bottom: 18px;
}

.misExpand__eyebrow {
  display: inline-block;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #4f46e5;
  margin: 0 0 10px;
}

.misExpand__title {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.15;
  color: #0f172a;
}

.misExpand__desc {
  margin: 0 auto;
  max-width: 860px;
  color: #475569;
  font-size: 16px;
}

.misExpand__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.misExpand__card {
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .07);
  transition: transform .12s ease, border-color .15s ease;
}

.misExpand__card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, .35);
}

.misExpand__card.is-active {
  border-color: rgba(79, 70, 229, .65);
  background: #fff;
}

.misExpand__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #eef2ff;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.misExpand__cardTitle {
  font-weight: 900;
  color: #0f172a;
  font-size: 14px;
  margin-bottom: 4px;
}

.misExpand__cardSub {
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
}

.misExpand__panelWrap {
  margin-top: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
  padding: 16px;
  display: none;
  /* shown via JS when a card is clicked */
}

.misExpand__panelHead h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: #0f172a;
}

.misExpand__panelHead p {
  margin: 0 0 12px;
  color: #475569;
}

.misExpand__acc {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 10px 0;
  background: #fbfbff;
}

.misExpand__acc summary {
  cursor: pointer;
  font-weight: 900;
  color: #0f172a;
  list-style: none;
}

.misExpand__acc summary::-webkit-details-marker {
  display: none;
}

.misExpand__acc ul {
  margin: 10px 0 0 18px;
  color: #334155;
}

.misExpand__acc li {
  margin: 7px 0;
}

.misExpand__grid2 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.misExpand__grid2 span {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: #334155;
}

/* Responsive */
@media (max-width: 1100px) {
  .misExpand__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .misExpand__title {
    font-size: 28px;
  }

  .misExpand__cards {
    grid-template-columns: 1fr;
  }

  .misExpand__grid2 {
    grid-template-columns: 1fr;
  }
}

/* Designed Expand UI */
.misD__titleRow {
  margin-bottom: 14px
}

.misD__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: #0f172a
}

.misD__subtitle {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  max-width: 900px
}

.misD__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.misD__item {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.misD__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff, #fbfbff);
  border: 0;
  cursor: pointer;
  text-align: left;
}

.misD__headLeft {
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.misD__badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 900;
  font-size: 13px;
  flex: 0 0 auto;
}

.misD__headTitle {
  font-weight: 900;
  color: #0f172a;
  font-size: 15px;
  margin-bottom: 2px
}

.misD__headDesc {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35
}

.misD__chev {
  width: 10px;
  height: 10px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: rotate(45deg);
  transition: transform .18s ease;
  flex: 0 0 auto;
}

.misD__item.is-open .misD__chev {
  transform: rotate(-135deg)
}

.misD__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .22s ease;
  background: #fff;
}

.misD__item.is-open .misD__body {
  max-height: 900px
}

.misD__list {
  padding: 14px 16px;
  display: grid;
  gap: 12px
}

.misD__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 14px;
  background: #fafafa;
}

.misD__rowTitle {
  font-weight: 800;
  color: #0f172a;
  font-size: 13.5px
}

.misD__rowDesc {
  color: #475569;
  font-size: 13.5px;
  line-height: 1.45
}

.misD__chips {
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.misD__chip {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .06);
  font-weight: 800;
  font-size: 12px;
  color: #334155;
}

.misD__note {
  margin: 0 16px 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .06);
  color: #475569;
  font-size: 13px;
}

@media(max-width:768px) {
  .misD__row {
    grid-template-columns: 1fr
  }
}

.misUI__panelWrap {
  margin-top: 14px;
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
  display: none;
}

.misUI__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}

.misUI__side {
  background: #f6f8ff;
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .06);
}

.misUI__sideTitle {
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 12px
}

.misUI__sideBtn {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(15, 23, 42, .08);
  background: #fff;
  padding: 12px 12px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #0f172a;
  cursor: pointer;
}

.misUI__sideBtn.is-active {
  background: linear-gradient(90deg, #4f46e5, #6d28d9);
  color: #fff;
  border-color: transparent;
}

.misUI__content {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  padding: 16px;
}

.misUI__title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 900;
  color: #0f172a
}

.misUI__desc {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6
}

.misUI__tab {
  display: none
}

.misUI__tab.is-active {
  display: block
}

.misUI__pills {
  display: grid;
  gap: 12px;
  max-width: 620px;
  margin: 10px 0 16px
}

.misUI__pill {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 900;
  border: 1px solid rgba(15, 23, 42, .06);
}

.pill-green {
  background: #ecfdf5;
  color: #065f46;
  border-left: 6px solid #10b981
}

.pill-yellow {
  background: #fffbeb;
  color: #92400e;
  border-left: 6px solid #f59e0b
}

.pill-blue {
  background: #eff6ff;
  color: #1e40af;
  border-left: 6px solid #3b82f6
}

.pill-purple {
  background: #f5f3ff;
  color: #5b21b6;
  border-left: 6px solid #8b5cf6
}

.misUI__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.misUI__card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  padding: 12px;
  background: #fbfbff;
}

.misUI__card h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a
}

.misUI__card p {
  margin: 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.45
}

.misUI__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px
}

.misUI__step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  padding: 12px;
  background: #fff;
}

.misUI__step span {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 900;
}

.misUI__step b {
  display: block;
  color: #0f172a
}

.misUI__step p {
  margin: 4px 0 0;
  color: #475569;
  font-size: 13.5px
}

.misUI__reportGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.misUI__reportGrid span {
  border: 1px solid rgba(15, 23, 42, .06);
  background: #f8fafc;
  padding: 12px;
  border-radius: 14px;
  font-weight: 800;
  color: #334155;
  font-size: 13.5px;
}

.misUI__bullets {
  display: grid;
  gap: 12px;
  margin-top: 8px
}

.misUI__bullet {
  border: 1px solid rgba(15, 23, 42, .06);
  background: #f8fafc;
  padding: 12px;
  border-radius: 16px;
}

.misUI__bullet b {
  color: #0f172a
}

.misUI__bullet p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 13.5px
}

@media(max-width: 992px) {
  .misUI__grid {
    grid-template-columns: 1fr
  }

  .misUI__cards {
    grid-template-columns: 1fr
  }

  .misUI__steps {
    grid-template-columns: 1fr
  }

  .misUI__reportGrid {
    grid-template-columns: 1fr
  }
}

.misUI__panelWrap {
   display: block;
}
.navbar-brand img {
    height: 45px;
    width: auto;
}


/* =========================
   MIS REPORTS (Improved UI)
   ========================= */

#adm-3 {
  margin-top: 4px;
}

/* Report buttons grid */
.misRpt__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 16px;
}

.misRpt__btn {
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  color: #0f172a;
  line-height: 1.35;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
  transition: transform .12s ease, box-shadow .18s ease, border-color .18s ease;
}

.misRpt__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 70, 229, .35);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.misRpt__btn.is-active {
  background: linear-gradient(90deg, #4f46e5, #6d28d9);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 48px rgba(79, 70, 229, .25);
}

.misRpt__btn.is-active:hover {
  transform: none;
}

/* Details container */
.misRpt__detail {
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
}

/* Each report pane */
.misRpt__pane {
  display: none
}

.misRpt__pane.is-active {
  display: block;
  animation: misFade .18s ease;
}

@keyframes misFade {
  from {
    opacity: 0;
    transform: translateY(4px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* Title + why */
.misRpt__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 950;
  color: #0f172a;
  letter-spacing: -.01em;
}

.misRpt__why {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .06);
  color: #475569;
  line-height: 1.65;
  font-size: 14px;
}

.misRpt__why b {
  color: #0f172a;
}

/* 3 usefulness cards */
.misRpt__three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 10px 0 14px;
}

.misRpt__card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .05);
  position: relative;
  overflow: hidden;
}

.misRpt__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4f46e5, #22c55e, #f59e0b, #3b82f6);
  opacity: .55;
}

.misRpt__card h5 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 950;
  color: #0f172a;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.misRpt__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.misRpt__card li {
  margin: 0;
  padding-left: 22px;
  position: relative;
  font-size: 13.5px;
  line-height: 1.45;
  color: #334155;
}

.misRpt__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: 900;
}

/* Sample fields */
.misRpt__fields {
  margin-top: 6px;
  padding: 14px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.misRpt__fields h5 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 950;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.misRpt__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.misRpt__chips span {
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .06);
  font-weight: 850;
  font-size: 12px;
  color: #334155;
}

/* Final note */
.misRpt__final {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(90deg, #eef2ff 0%, #f0fdf4 100%);
  border: 1px solid rgba(15, 23, 42, .06);
  color: #334155;
  line-height: 1.65;
  font-size: 14px;
}

.misRpt__final b {
  color: #0f172a;
}

/* Responsive */
@media(max-width: 1100px) {
  .misRpt__three {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 768px) {
  .misRpt__grid {
    grid-template-columns: 1fr;
  }

  .misRpt__detail {
    padding: 14px;
  }

  .misRpt__title {
    font-size: 18px;
  }
}

@media(min-width: 992px) {
  #adm-3 .misRpt__grid {
    position: sticky;
    top: 90px;
    background: transparent;
    padding-top: 2px;
    z-index: 2;
  }
}

/* FIX: stop the report buttons from floating/overlapping */
#adm-3 .misRpt__grid {
  position: static !important;
  top: auto !important;
}

/* =====================================================
   SCALEZEN – ULTRA PREMIUM FINISH (FINAL LAYER)
   ===================================================== */

:root {
  --sz-primary: #4f46e5;
  --sz-secondary: #7c3aed;
  --sz-dark: #0f172a;
  --sz-muted: #475569;
  --sz-border: rgba(15, 23, 42, .08);
  --sz-glass: rgba(255, 255, 255, .75);
}

/* GLOBAL TEXT REFINEMENT */
.misExpand * {
  letter-spacing: .15px;
}

/* SECTION WRAP */
.misExpand {
  background:
    radial-gradient(1000px 500px at 10% -10%, rgba(99, 102, 241, .12), transparent 55%),
    radial-gradient(1000px 500px at 90% 0%, rgba(168, 85, 247, .10), transparent 60%),
    linear-gradient(180deg, #f9fbff, #ffffff);
}

/* HEADER – PREMIUM */
.misExpand__title {
  font-weight: 900;
  background: linear-gradient(135deg, #0f172a, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.misExpand__desc {
  font-size: 17px;
  opacity: .95;
}

/* MAIN 4 CARDS – LUXURY */
.misExpand__card {
  backdrop-filter: blur(10px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .7));
}

.misExpand__card:hover {
  transform: translateY(-3px);
}

.misExpand__card[aria-selected="true"] {
  background:
    linear-gradient(180deg, #ffffff, #f4f6ff);
}

/* PANEL WRAP – GLASS */
.misUI__panelWrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .95));
  backdrop-filter: blur(14px);
}

/* LEFT MENU – EXECUTIVE */
.misUI__side {
  background:
    linear-gradient(180deg, #fbfcff, #ffffff);
}

.misUI__sideTitle {
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #020617;
}

.misUI__sideBtn {
  font-size: 14px;
}

.misUI__sideBtn.is-active {
  background:
    linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* CONTENT TITLES – STRONG HIERARCHY */
.misUI__title {
  font-size: 30px;
  font-weight: 900;
}

.misUI__desc {
  font-size: 16px;
  max-width: 900px;
}

/* PILLS – CLEAN & ELITE */
.misUI__pill {
  background: rgba(79, 70, 229, .06);
  border-color: rgba(79, 70, 229, .18);
}

/* SUMMARY CARDS */
.misUI__card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.misUI__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, .12);
}

/* STEPS – BOARDROOM STYLE */
.misUI__step {
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.misUI__step span {
  font-size: 15px;
}

/* REPORT BUTTONS – PREMIUM CTA */
.misRpt__btn {
  font-size: 14px;
}

.misRpt__btn.is-active {
  background:
    linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* REPORT DETAIL BOX */
.misRpt__detail {
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
}

/* REPORT TITLE */
.misRpt__title {
  font-size: 21px;
}

/* REPORT CARDS */
.misRpt__card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.misRpt__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(2, 6, 23, .12);
}

/* BULLET LIST – EXECUTIVE CHECK */
.misRpt__card li::before {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, .25), rgba(16, 185, 129, .15));
  color: #065f46;
}

/* FIELD CHIPS – CLEAN TAGS */
.misRpt__chips span {
  background:
    linear-gradient(180deg, #ffffff, #f1f5f9);
}

/* BENEFITS – BOARDROOM LOOK */
.misUI__bullet {
  background:
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.misUI__bullet b {
  font-size: 16px;
}

/* FINAL NOTE – HIGHLIGHT */
.misRpt__final {
  font-size: 15px;
  background:
    linear-gradient(135deg, rgba(79, 70, 229, .10), rgba(168, 85, 247, .08));
}

/* SMOOTH TAB SWITCH */
.misUI__tab {
  animation: szFade .25s ease;
}

@keyframes szFade {
  from {
    opacity: 0;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

/* LEFT SIDE BUTTONS – PREMIUM */
.misUI__sideBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  padding: 10px 14px;
}

.misSideIco {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(79, 70, 229, .08);
  border: 1px solid rgba(79, 70, 229, .18);
  color: #4f46e5;
  flex: 0 0 auto;
}

.misUI__sideBtn.is-active .misSideIco {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  border-color: transparent;
}

.misUI__sideBtn:hover .misSideIco {
  transform: scale(1.05);
}

/* STEP ICON BADGE – PREMIUM */
.misStepIco {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;

  background: linear-gradient(135deg, rgba(79, 70, 229, .22), rgba(124, 58, 237, .14));
  border: 1px solid rgba(79, 70, 229, .22);
  color: #1e1b4b;
  box-shadow: 0 10px 24px rgba(79, 70, 229, .12);
}

/* Make icons crisp */
.misStepIco .misIco {
  width: 20px;
  height: 20px;
}

/* Step card spacing for icon */
.misUI__step {
  gap: 14px;
}

/* ===== Premium Report Selector (Tiles) ===== */
.misRpt__grid--tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

/* Base button */
.misRpt__grid--tiles .misRpt__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, .10);
  background: linear-gradient(180deg, #ffffff, #fbfbff);
  box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  position: relative;
  overflow: hidden;
}

/* subtle shine */
.misRpt__grid--tiles .misRpt__btn::before {
  content: "";
  position: absolute;
  inset: -60px -40px auto -40px;
  height: 140px;
  background: radial-gradient(500px 120px at 20% 40%, rgba(124, 92, 255, .10), transparent 60%);
  pointer-events: none;
}

.misRpt__grid--tiles .misRpt__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, .10);
  border-color: rgba(124, 92, 255, .22);
}

/* number badge */
.misRptTile__num {
  width: 44px;
  height: 36px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 950;
  letter-spacing: .04em;
  font-size: 13px;
  color: #0f172a;
  background: rgba(124, 92, 255, .10);
  border: 1px solid rgba(124, 92, 255, .18);
  flex: 0 0 auto;
}

/* title */
.misRptTile__text {
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f172a;
  font-size: 15.5px;
  line-height: 1.25;
}

/* chevron */
.misRptTile__chev {
  margin-left: auto;
  font-size: 26px;
  line-height: 1;
  color: rgba(15, 23, 42, .45);
  transform: translateX(0);
  transition: transform .18s ease, opacity .18s ease;
  opacity: .9;
}

.misRpt__grid--tiles .misRpt__btn:hover .misRptTile__chev {
  transform: translateX(2px);
  opacity: 1;
}

/* ACTIVE */
.misRpt__grid--tiles .misRpt__btn.is-active {
  background: linear-gradient(135deg, rgba(124, 92, 255, .95), rgba(48, 214, 201, .72));
  border-color: rgba(124, 92, 255, .35);
  box-shadow: 0 18px 45px rgba(124, 92, 255, .18);
}

.misRpt__grid--tiles .misRpt__btn.is-active .misRptTile__text {
  color: #fff;
}

.misRpt__grid--tiles .misRpt__btn.is-active .misRptTile__chev {
  color: rgba(255, 255, 255, .85);
}

.misRpt__grid--tiles .misRpt__btn.is-active .misRptTile__num {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .25);
  color: #fff;
}

/* Responsive */
@media (max-width: 820px) {
  .misRpt__grid--tiles {
    grid-template-columns: 1fr;
  }
}

/* =========================
   PREMIUM LEFT SIDEBAR
========================= */
:root {
  --mis-accent: #6d4cff;
  /* keep your purple brand */
  --mis-ink: #0f172a;
  --mis-muted: #64748b;
  --mis-line: rgba(2, 6, 23, .08);
  --mis-glass: rgba(255, 255, 255, .72);
}

.premiumSide {
  position: sticky;
  top: 88px;
  /* adjust if header height differs */
  align-self: start;

  background: linear-gradient(180deg, var(--mis-glass), rgba(255, 255, 255, .92));
  border: 1px solid var(--mis-line);
  border-radius: 18px;
  padding: 14px;
  box-shadow:
    0 12px 30px rgba(2, 6, 23, .06),
    inset 0 1px 0 rgba(255, 255, 255, .65);
  backdrop-filter: blur(10px);
}

.premiumSide__head {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 10px 14px;
  border-bottom: 1px solid var(--mis-line);
  margin-bottom: 12px;
}

.premiumSide__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(109, 76, 255, .20), rgba(109, 76, 255, 0)),
    rgba(255, 255, 255, .7);
  border: 1px solid rgba(109, 76, 255, .18);
  box-shadow: 0 10px 18px rgba(109, 76, 255, .10);
  color: var(--mis-accent);
}

.premiumSide__title {
  font-weight: 800;
  color: var(--mis-ink);
  letter-spacing: .2px;
}

.premiumSide__sub {
  font-size: 12px;
  color: var(--mis-muted);
  margin-top: 2px;
}

/* nav */
.premiumSide__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Upgrade your existing buttons (keep class name) */
.misUI__sideBtn {
  width: 100%;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;

  align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(2, 6, 23, .08);
  background: rgba(255, 255, 255, .65);
  color: var(--mis-ink);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.misUI__sideBtn:hover {
  transform: translateY(-1px);
  border-color: rgba(109, 76, 255, .22);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
  background: rgba(255, 255, 255, .85);
}

/* Left active indicator */
.misUI__sideBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 999px;
  background: transparent;
}

.misUI__sideBtn .misUI__sideIco {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, .03);
  border: 1px solid rgba(2, 6, 23, .06);
  color: rgba(15, 23, 42, .70);
}

.sideIco {
  width: 20px;
  height: 20px;
}

.misUI__sideLbl {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
}

.misUI__sideHint {
  grid-column: 2 / 3;
  font-size: 12px;
  color: var(--mis-muted);
}

/* Badge for counts */
.misUI__sideBadge {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  justify-self: end;

  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(109, 76, 255, .10);
  color: var(--mis-accent);
  border: 1px solid rgba(109, 76, 255, .18);
}

/* ACTIVE state (premium) */
.misUI__sideBtn.is-active {
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(109, 76, 255, .20), rgba(109, 76, 255, 0)),
    rgba(255, 255, 255, .92);
  border-color: rgba(109, 76, 255, .30);
  box-shadow:
    0 16px 32px rgba(109, 76, 255, .14),
    0 10px 22px rgba(2, 6, 23, .08);
}

.misUI__sideBtn.is-active::before {
  background: linear-gradient(180deg, var(--mis-accent), rgba(109, 76, 255, .45));
}

.misUI__sideBtn.is-active .misUI__sideIco {
  background: rgba(109, 76, 255, .12);
  border-color: rgba(109, 76, 255, .22);
  color: var(--mis-accent);
}

/* keyboard focus */
.misUI__sideBtn:focus-visible {
  outline: 3px solid rgba(109, 76, 255, .25);
  outline-offset: 2px;
}
/* =========================
   PREMIUM LEFT SIDEBAR (ALL PANELS)
   Works for:
   - Admin: .misUI__sideBtn (old)
   - Others: .premiumSide__btn (new)
========================= */

/* Sidebar container */
.misUI__side.premiumSide{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(120,120,120,.15);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  backdrop-filter: blur(10px);
}

/* --- ADMIN header block (your current markup) --- */
.premiumSide__head{
  display:flex;
  gap:12px;
  align-items:center;
  padding: 12px 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(111,70,255,.08), rgba(255,255,255,0));
  border: 1px solid rgba(111,70,255,.18);
  margin-bottom: 14px;
}
.premiumSide__icon{
  width:44px;
  height:44px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(111,70,255,.10);
  color: #5c3bff;
}
.premiumSide__title{
  font-weight: 800;
  letter-spacing: .2px;
  color:#111827;
  font-size: 18px;
}
.premiumSide__sub{
  color:#6b7280;
  font-size: 13px;
  margin-top: 2px;
}

/* --- NON-ADMIN header block (.premiumSide__top) --- */
.premiumSide__top{
  padding: 12px 12px 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(111,70,255,.08), rgba(255,255,255,0));
  border: 1px solid rgba(111,70,255,.18);
  margin-bottom: 14px;
}

/* Nav layout */
.premiumSide__nav,
.premiumSide__menu{
  display:flex;
  flex-direction:column;
  gap: 10px;
}

/* Shared button base (both markup types) */
.misUI__sideBtn,
.premiumSide__btn{
  width:100%;
  border: 1px solid rgba(120,120,120,.14);
  background: rgba(255,255,255,.75);
  border-radius: 14px;
  padding: 12px 12px;
  display:flex;
  align-items:center;
  gap: 10px;
  cursor:pointer;
  transition: 220ms ease;
  position: relative;
  text-align:left;
}

/* Icon circle left */
.misUI__sideIco,
.premiumSide__ico{
  width:38px;
  height:38px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(17,24,39,.05);
  color:#111827;
  flex: 0 0 auto;
}

/* Text */
.misUI__sideLbl,
.premiumSide__text{
  font-weight: 700;
  color:#111827;
  font-size: 14px;
  flex: 1;
  line-height: 1.2;
}

/* Hint (Admin only) */
.misUI__sideHint{
  font-size: 12px;
  color:#6b7280;
  margin-left:auto;
}

/* Badge */
.misUI__sideBadge,
.premiumSide__badge{
  font-size: 12px;
  font-weight: 800;
  color:#5c3bff;
  background: rgba(111,70,255,.12);
  border: 1px solid rgba(111,70,255,.22);
  border-radius: 999px;
  padding: 4px 10px;
}

/* Chev */
.premiumSide__chev{
  width:32px;
  height:32px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(17,24,39,.04);
  color:#6b7280;
  flex: 0 0 auto;
}

/* Hover */
.misUI__sideBtn:hover,
.premiumSide__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  border-color: rgba(111,70,255,.28);
}

/* Active */
.misUI__sideBtn.is-active,
.premiumSide__btn.is-active{
  background: linear-gradient(180deg, rgba(111,70,255,.14), rgba(255,255,255,.85));
  border-color: rgba(111,70,255,.35);
  box-shadow: 0 14px 30px rgba(111,70,255,.12);
}

.misUI__sideBtn.is-active::before,
.premiumSide__btn.is-active::before{
  content:"";
  position:absolute;
  left:-18px;
  top: 10px;
  bottom: 10px;
  width: 5px;
  border-radius: 999px;
  background: #6f46ff;
  box-shadow: 0 0 0 5px rgba(111,70,255,.15);
}

/* Active icon */
.misUI__sideBtn.is-active .misUI__sideIco,
.premiumSide__btn.is-active .premiumSide__ico{
  background: rgba(111,70,255,.15);
  color:#5c3bff;
}

/* SVG sizing */
.sideIco, .misIco{
  width: 18px;
  height: 18px;
}
/* outcome */
.misImpact {
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff, #f9fafb);
}

.misImpact__wrap {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.misImpact__head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.misImpact__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #4f46e5;
  background: #eef2ff;
  padding: 6px 10px;
  border-radius: 999px;
  margin: 0 0 10px;
}

.misImpact__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
}

.misImpact__desc {
  margin: 12px auto 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}

.misImpact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.misImpact__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px 16px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.misImpact__card:hover {
  transform: translateY(-4px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.10);
}

.misImpact__ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  color: #4f46e5;
  margin-bottom: 12px;
}

.misImpactIco {
  width: 22px;
  height: 22px;
}

.misImpact__card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.misImpact__card p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.misImpact__card ul {
  margin: 0;
  padding-left: 16px;
  color: #374151;
  font-size: 13px;
  line-height: 1.55;
}

.misImpact__cta {
  margin-top: 26px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.misImpact__ctaText h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.misImpact__ctaText p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7280;
}

.misImpact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: #4f46e5;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, background .2s ease;
  white-space: nowrap;
}

.misImpact__btn:hover {
  transform: translateY(-2px);
  background: #4338ca;
}

/* Responsive */
@media (max-width: 1024px) {
  .misImpact__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .misImpact__title { font-size: 26px; }
  .misImpact__grid { grid-template-columns: 1fr; }
  .misImpact__cta { flex-direction: column; align-items: flex-start; }
  .misImpact__btn { width: 100%; }
}
/* ===================================
   CTA SECTION
=================================== */

.cta-impact {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(135deg, #f7fbff 0%, #edf4ff 100%);
}

/* Optional Decorative Shapes */
.cta-impact::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 50%;
    top: -180px;
    right: -120px;
    z-index: 0;
}

.cta-impact::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(59, 130, 246, 0.06);
    border-radius: 50%;
    bottom: -140px;
    left: -100px;
    z-index: 0;
}

.cta-impact .container {
    position: relative;
    z-index: 2;
}

/* Badge */
.cta-badge {
    display: inline-block;
    padding: 10px 18px;
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 22px;
    font-size: 14px;
}

/* Title */
.cta-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 28px;
}

/* Description */
.cta-desc {
    font-size: 21px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 38px;
    max-width: 95%;
}

/* Buttons */
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    padding: 16px 34px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    color: #fff;
}

.cta-btn-outline {
    border: 2px solid #2563eb;
    color: #2563eb;
    padding: 14px 30px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s ease;
    background: #fff;
}

.cta-btn-outline:hover {
    background: #2563eb;
    color: #fff;
}

/* Trust Strip */
.cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.trust-item i {
    color: #2563eb;
    font-size: 18px;
}

/* IMAGE SIDE */
.cta-image-wrapper {
    position: relative;
    text-align: center;
}

.cta-dashboard-img {
    max-width: 100%;
    transform: scale(1.08);
    filter: drop-shadow(0 35px 60px rgba(0,0,0,0.18));
    animation: floatImage 5s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatImage {
    0% {
        transform: translateY(0px) scale(1.08);
    }
    50% {
        transform: translateY(-10px) scale(1.08);
    }
    100% {
        transform: translateY(0px) scale(1.08);
    }
}

/* Modal */
.demo-modal {
    border-radius: 20px;
    border: none;
    overflow: hidden;
}

.demo-modal .modal-header {
    padding: 24px 28px 10px;
}

.demo-modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.demo-modal .modal-body {
    padding: 10px 28px 30px;
}

.demo-modal .form-control {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #dbe2ea;
    padding-left: 16px;
    box-shadow: none;
}

.demo-modal .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.08);
}

.demo-submit-btn {
    height: 54px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {

    .cta-title {
        font-size: 42px;
    }

    .cta-desc {
        font-size: 18px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-btn-primary,
    .cta-btn-outline {
        width: 100%;
        text-align: center;
    }

    .cta-dashboard-img {
        margin-top: 50px;
        transform: scale(1);
    }
}
.cta-impact .cta-title{
    color: #0f172a !important;
}

.cta-impact h2{
    color: #0f172a !important;
}
.cta-impact .cta-title{
    color: #0f172a !important;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
}
/* =========================================
   SCALEZEN MODULE SECTION
========================================= */

.mis-outcomes-tabs{

    padding: 100px 0;

    background: #f8fbff;
}

/* =========================================
   HEADER
========================================= */

.mis-section-header{

    max-width: 850px;

    margin: 0 auto 60px;
}

.mis-badge{

    display: inline-block;

    padding: 10px 24px;

    border-radius: 50px;

    background: #eef2ff;

    color: #4f46e5;

    font-size: 14px;

    font-weight: 700;

    margin-bottom: 20px;
}

.mis-section-header h2{

    font-size: 52px;

    line-height: 1.2;

    font-weight: 800;

    color: #0f172a;

    margin-bottom: 20px;
}

.mis-section-header p{

    font-size: 20px;

    line-height: 1.7;

    color: #64748b;
}

/* =========================================
   CARDS
========================================= */

.mis-tab-card{

    background: #ffffff;

    border: 1px solid #e5e7eb;

    border-radius: 24px;

    padding: 35px 25px;

    text-align: center;

    cursor: pointer;

    transition: all 0.3s ease;

    height: 100%;
}

.mis-tab-card:hover{

    transform: translateY(-6px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

/* ACTIVE CARD */

.active-tab{

    border-color: #4f46e5;

    background: linear-gradient(135deg,#eef2ff,#ffffff);

    box-shadow: 0 20px 40px rgba(79,70,229,0.10);
}

/* =========================================
   ICON
========================================= */

.mis-icon{

    width: 70px;
    height: 70px;

    border-radius: 20px;

    background: #eef2ff;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.mis-icon i{

    font-size: 30px;

    color: #4f46e5;
}

/* =========================================
   CARD TITLE
========================================= */

.mis-tab-card h4{

    font-size: 22px;

    font-weight: 700;

    color: #111827;

    margin: 0;
}

/* =========================================
   CONTENT BOX
========================================= */

.mis-content-box{

    background: #ffffff;

    border-radius: 30px;

    padding: 50px;

    margin-top: 20px;

    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* =========================================
   CONTENT
========================================= */

.mis-content{

    display: none;
}

.active-content{

    display: block;
}

.mis-content h3{

    font-size: 36px;

    font-weight: 800;

    color: #0f172a;

    margin-bottom: 20px;
}

.mis-content p{

    font-size: 18px;

    line-height: 1.8;

    color: #6b7280;

    margin-bottom: 35px;
}

/* =========================================
   LIST
========================================= */

.mis-content ul{

    padding-left: 20px;
}

.mis-content ul li{

    font-size: 17px;

    line-height: 1.9;

    color: #374151;

    margin-bottom: 10px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .mis-section-header h2{

        font-size: 40px;
    }

    .mis-content-box{

        padding: 35px;
    }
}

@media(max-width:576px){

    .mis-outcomes-tabs{

        padding: 70px 0;
    }

    .mis-section-header h2{

        font-size: 30px;
    }

    .mis-section-header p{

        font-size: 16px;
    }

    .mis-tab-card{

        padding: 28px 20px;
    }

    .mis-content h3{

        font-size: 28px;
    }

    .mis-content p{

        font-size: 16px;
    }

    .mis-content ul li{

        font-size: 15px;
    }

}
[data-aos]{
    opacity: 1 !important;
    transform: none !important;
}