/*
Theme: InnovEd Stylesheet
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=DM+Serif+Display&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

a {
    text-decoration: none;
    transition: all .25s ease;
}
.text-green{

    color: #98C349 ;
}

.green-bg{
    background-color: #98C349 !important;
}

.rounded-btn{
    background: #0D2354;
    color: #fff;
    display: inline-block;
    padding: 6px 26px;
    border-radius: 20px;
}

.rounded-btn:hover {
    background: #9dbf47;
    color: #fff;
}

.header-btn {
    padding: 10px 30px;
    font-size: 18px;
}

.main-nav li{
text-align: center;
}

.footer-collunm.newsletter .dark-btn{
    padding: 15px 20px;
}

body.admin-bar header.header {
    top: 32px;
}

.header-top {
    border-bottom: 1px solid #E9E9E9;
    padding: 12px 0;
}

.header-top .info {
    gap: 40px;
}

.header-top .info li a {
    font-size: 16px;
    color: #000;
}

.header-top .info li a:hover{
     color: #98C349;
}

.header-top .info li a span {
    color: #98C349;
    font-weight: 600;
}

.header-top .social-icons {
    gap: 23px;
}

.header-top .social-icons li a {
    color: #212121;
    font-size: 22px;
}

.header-top .social-icons li a:hover{
    color: #98C349;
}

.header-bottom .logo img {
width: 156px;
}

.header-bottom .navbar ul {
    gap: 32px;
}

.header-bottom .navbar ul li a {
    color: #212121;
    font-weight: 500;
    padding: 12px 0;
    position: relative;
}

.header-bottom .navbar ul li.active a {
    color: #98C349;
}

.header-bottom .navbar ul li a:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #98C349;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.header-bottom .navbar ul li.active a:before{
    opacity: 1;
}

.header-bottom .navbar ul li a:hover {
     color: #98C349;
}

.header-bottom .navbar ul li a:hover:before{
    opacity: 1;
}

.header-bottom {
    padding: 20px 0;
}

.close-menu{
    display: none;
}

.request-button a.green-bg {
    font-size: 32px;
}

.footer-collunm p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 100;
}

.footer-collunm .footer-logo {
    margin: 0 0 20px;
}

.footer-collunm h6 {
    font-size: 18px;
    font-weight: bold;
    color: #98C349;
    margin: 0 0 32px;
}

.footer-collunm ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-collunm ul a {
    color: #fff;
}

.footer-collunm ul a:hover{
    color: #98C349;
}

.footer-collunm ul li {
    width: 100%;
     display: inline-flex;
}

.footer-collunm ul li span {
    min-width: 100px;
    color: #fff;
}

.footer-collunm.newsletter {
    background: #98C349;
    border-radius: 12px;
    padding: 40px 20px;
}

.footer-collunm.newsletter h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 24px 0;
}

.footer-collunm.newsletter form input {
    border: aliceblue;
    width: 100%;
    border-radius: 8px;
    height: 64px;
    padding: 20px 100px 20px 20px;
    font-weight: 300;
}

.footer-collunm.newsletter form {
    position: relative;
    margin: 0 0 25px;
}

.footer-collunm.newsletter form button {
    position: absolute;
    right: 4px;
    top: 4px;
}

.footer-collunm.newsletter ul li {
    display: inline-block;
    width: auto;
}

.footer-collunm.newsletter ul li a {
    font-size: 27px;
    color: #212121;
}

.banner-content .buttons a.text-green {
    font-size: 19px;
    font-weight: 600;
    text-decoration: underline;
}

.get-access a.rounded-btn {
    background: #fff;
    color: #212121;
    font-weight: 700;
    font-size: 20px;
    padding: 16px 40px;
    border-radius: 32px;
}

.topic form .form-group {
    position: relative;
    align-items: center;
    display: none;
}

.topic form .form-group input {
    border-radius: 56px;
    border-color: #D9D9D9;
}

.topic form .form-group button {
    position: absolute;
    right: 2px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 40px;
    border-radius: 30px;
}

.video-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 45px;
}

.video-row .video-collunm {
    width: calc(33.333% - 30px);
}

.video-row .video-collunm .video {
    position: relative;
    border-radius: 12px;
}

.video-row .video-collunm .video iframe {
    border-radius: 12px;
}

.video-row .video-collunm .video .perview-btn {
    position: absolute;
    left: 12px;
    top: 12px;
}

.video-row .video-collunm label {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin: 15px 0 0;
}

.download-collunm a:hover img.green {
    display: none;
}

.lesson-sidebar li.nav-item .nav-link.active {
    background: #98C349;
    font-weight: 600;
}

.service-accordian .perview-btn a.rounded-btn {
    font-weight: 500;
    line-height: 25px;
}

.service-accordian .video-collunm label {
    line-height: 32px;
}

.service-accordian .accordion-body .video-row h6 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
}

.companion-activities .video-row {
    gap: 10px;
}

.video-collunm a {
    width: 100%;
    display: block;
    position: relative;
    font-weight: normal;
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    height: 301px;
    padding: 20px;
    background-color: #fff;
}

.video-collunm a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    transition: 0.3s;
}


.video-collunm a i.fa-clipboard {
    padding: 13px;
}

.video-collunm a:hover i {
    opacity: 1;
}

.video-collunm a img {
    width: 100%;
    border-radius: 6px;
    height: 190px;
    border: 1px solid #000;
}

.request-row .video-collunm a img { 
    height: auto;
}

.request-row  .video-collunm a{
    height: auto;
}

.lession-thumb .video-collunm {
    width: 50%;
    overflow: hidden;
}

.lession-thumb .video-collunm img {
    height: 400px;
    object-fit: cover;
    border: 5px solid #fff;
}

.module-listing{
    padding: 60px 0px;
}

.footer-logo-image {
    width: 54%;
}

.module-sub-title-below {
    line-height: 10px;
    margin-bottom: 27px;
    font-size: 22px;
    font-weight: normal;
}

.card-container:not(.active) .card:nth-child(1) { z-index: 5; }

.card-container:not(.active) .card:nth-child(2) { z-index: 4; }

.card-container:not(.active) .card:nth-child(3) { z-index: 3; }

.card-container:not(.active) .card:nth-child(4) { z-index: 2; }

.card-container:not(.active) .card:nth-child(5) { z-index: 1; }

.card-container.active .card:nth-child(1) {
    left: calc(28% - 220px);
    transform: translateX(-50%) rotate(-8deg);
    background-color: #803ED1;
    top: 10px;
}

.card-container.active .card:nth-child(2) {
    left: calc(40% - 110px);
    transform: translateX(-50%) rotate(5deg);
    background-color:#F33F21 ;
    top: 10px;
}

.card-container.active .card:nth-child(3) {
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    background-color:#106EBB ;
    top: 10px;
}

.card-container.active .card:nth-child(4) {
    left: calc(61% + 110px);
    transform: translateX(-50%) rotate(4deg);
    background-color:#45A243 ;
    top: 10px;
}

.card-container.active .card:nth-child(5) {
    left: calc(72% + 220px);
    transform: translateX(-50%) rotate(-10deg);
    background-color: #FF8403;
    top:10px;

}

.demo-buton .rounded-btn {
    font-size: 20px;
}

.grades-sorting {
    text-align: center;
}

.grades-sorting li{
    display: inline-block;
}

.grades-sorting li a {
    margin: 0px 5px 40px 5px;
    padding: 6px 26px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #212121;
    text-decoration: none;
}

.grades-sorting li a:active {
    background: #98C349;
    color: #fff;
}

.grades-sorting li a:hover,
.grades-sorting li a.active {
    background: #98C349;
    color: #fff;
}

.accordion-body .video-collunm a{
    border:none;
    height: auto;
}

.accordion-body .video-collunm a img{
    border:none;
    height: 170px;
}

.lession-thumb .video-collunm a{
    border:none;
    height: auto;
}

.video-collunm a .curriculum {
    height: 48px !important;
    width: 48px !important;
    font-size: 20px !important;
}

:root {
  --innoved-navy: #0d2354;
  --innoved-green: #7ab82e;
  --innoved-green-dark: #5e9a1a;
  --innoved-green-soft: #eaf3de;
  --innoved-orange: #e67e22;
  --innoved-text: #4f5b6d;
  --innoved-light: #f4f7fb;
  --innoved-footer-bg: #edf3fb;
  --innoved-border: #e2e8f0;
  --font-heading: "DM Serif Display", serif;
  --font-body: "DM Sans", sans-serif;
}

body {
  color: var(--innoved-navy);
  font-family: var(--font-body);
}

img {
  max-width: 100%;
  height: auto;
}



.section-label,
.section-tag {
  color: var(--innoved-green-dark);
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-tag {
    font-size: 21px;
}

.section-title {
  font-family: var(--font-heading);
  color: var(--innoved-navy);
  font-size: 42px;
  line-height: 1.15;
}

.top-header {
  border-bottom: 2px solid var(--innoved-border);
}

.logo-section {
  display: flex;
  align-items: center;
}

.nav-logo img {
  width: 180px;
  margin: 10px;
}

.main-menu-innoved .menu ul,
.main-menu-innoved ul {
  padding-left: 0;
  margin-bottom: 0;
}

.main-menu-innoved .menu ul li,
.main-menu-innoved ul li {
  display: inline-block;
}

.main-menu-innoved .menu ul li a,
.main-menu-innoved ul li a {
  font-size: 16.8px;
  color: var(--innoved-navy);
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 20px;
}

.main-menu-innoved ul li.current_page_item a,
.main-menu-innoved ul li.current-menu-item a {
  background: var(--innoved-green-soft);
  color: var(--innoved-green-dark);
}

.hero-section {
  background-image: url("/wp-content/uploads/2026/06/banner.png");
  background-color: rgba(221, 85, 33, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 600px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 35, 92, 0.88);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #fff;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 3.8rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.hero-title .highlight {
  color: #b7d75a;
  font-style: italic;
  display: block;
}

.hero-description {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  padding-left: 1.4rem;
  margin-bottom: 1.5rem;
}

.hero-description p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
  margin-bottom: 1rem;
}

.hero-description em {
  font-size: 1.22rem;
  color: #fff;
  font-style: italic;
}

.hero-subtitle {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: #a8d55a;
  margin-bottom: 1.5rem;
}

.btn-demo {
  background-color: #fff;
  color: #1c2c63;
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 2.6rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.btn-demo:hover {
  background: #b7d75a;
  color: #1c2c63;
}

.innov-system-section {
  background: #fff;
}

.timeline {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  height: 230px;
  background: #e4e8ef;
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  z-index: 2;
}

.timeline-number {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.timeline-item h5 {
  color: var(--innoved-navy);
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.timeline-item p {
  color: var(--innoved-text);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.launch-step .timeline-number,
.timeline-item.orange .timeline-number {
  background: #ec7f25;
}

.learning-step .timeline-number,
.timeline-item.green .timeline-number {
  background: #79bd28;
}

.language-step .timeline-number,
.timeline-item.navy .timeline-number {
  background: var(--innoved-navy);
}

.growth-step .timeline-number,
.timeline-item.muted-green .timeline-number {
  background: #5c8f70;
}

.system-img {
  border-radius: 16px;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.destination-bar {
  background: var(--innoved-navy);
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
}

.pin-icon {
  color: #79bd28;
  font-size: 28px;
}

.blue-bar-text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 29px;
  line-height: 1.3;
}

.destination-bar em {
  color: #a6d94f;
  font-style: italic;
}

.innoved-sys-right {
  margin-top: 0;
}

.instructional-model {
  background: #fff;
}

.model-card {
    background: var(--innoved-light);
    border-radius: 12px;
    padding: 24px 28px;
    min-height: 299px;
    border-top: 4px solid transparent;
}

.card-green { border-top-color: #79bd28; }

.card-orange { border-top-color: #f28a2e; }

.card-blue { border-top-color: var(--innoved-navy); }

.model-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  font-size: 18px;
}

.icon-green {
  background: #e8f4d9;
  color: #79bd28;
}

.icon-orange {
  background: #fff0df;
  color: #f28a2e;
}

.icon-blue {
  background: #e8edf6;
  color: var(--innoved-navy);
}

.model-card h3 {
  color: var(--innoved-navy);
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 22px;
  font-weight: 500;
}

.model-card p {
  color: var(--innoved-text);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.model-bottom-bar {
  background: var(--innoved-navy);
  color: #fff;
  border-radius: 10px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.play-icon {
  width: 40px;
  height: 40px;
  background: #79bd28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.model-bottom-bar p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.3;
}

.model-bottom-bar em {
  color: #a6d94f;
  font-style: italic;
}

.framework-section {
  background: var(--innoved-light);
}

.framework-title {
  font-family: var(--font-heading);
  color: var(--innoved-navy);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}

.framework-text {
  color: #3f4b5f;
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
}

.btn-framework {
  display: inline-block;
  padding: 14px 36px;
  border: 2px solid #79bd28;
  border-radius: 999px;
  color: var(--innoved-navy);
  text-decoration: none;
  font-weight: 500;
}

.btn-framework:hover {
  background: #79bd28;
  color: #fff;
}

.framework-img {
  max-width: 430px;
  width: 100%;
}

.innoved-advantage-section {
  background: #fff;
}

.advantage-tag {
  color: #5b9f22;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}

.advantage-title {
  font-family: var(--font-heading);
  color: var(--innoved-navy);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.challenge-card {
  background: var(--innoved-navy);
  border-radius: 14px;
  padding: 34px 32px;
  color: #fff;
  height: 100%;
}

.challenge-card h3 {
  color: #9ed241;
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 28px;
}

.challenge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  color: #dbe4f0;
  font-size: 16px;
  line-height: 1.6;
}

.challenge-card li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--innoved-orange);
}

.system-heading {
  font-family: var(--font-heading);
  color: var(--innoved-navy);
  font-size: 28px;
}

.system-heading span {
  color: #7ab82e;
}

.advantage-card {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 14px;
  padding: 12px;
  margin-bottom: 22px;
}

.advantage-card h4 {
  font-family: var(--font-heading);
  color: var(--innoved-navy);
  font-size: 19px;
  margin-bottom: 6px;
}

.advantage-card p {
  color: var(--innoved-text);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.advantage-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.advantage-save-money {
  background: #eaf3df;
  border-left: 4px solid #7ab82e;
}

.advantage-save-money .advantage-icon {
  background: #7ab82e;
}

.advantage-save-time {
  background: #fff0e3;
  border-left: 4px solid var(--innoved-orange);
}

.advantage-save-time .advantage-icon {
  background: var(--innoved-orange);
}

.advantage-outcomes {
  background: #e9edf5;
  border-left: 4px solid var(--innoved-navy);
}

.advantage-outcomes .advantage-icon {
  background: var(--innoved-navy);
}

.initiatives-section {
  background: var(--innoved-light);
}

.initiatives-text {
  color: #3f4b5f;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1200px;
}

.initiative-card {
  height: 165px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  box-shadow: -1px 4px 16px -7px #000;
}

.initiative-card i {
  font-size: 34px;
}

.initiative-card h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 1.15;
  margin: 0;
}

.card-mtss {
  background: #eaf4df;
  color: #2f6b17;
}

.card-sel {
  background: #f8e7ec;
  color: #84294b;
}

.card-pbis {
  background: #e5f1fb;
  color: #0d5795;
}

.card-trauma {
  background: #ece9ff;
  color: #44359a;
}

.card-community {
  background: #f7ecd7;
  color: #7b4a10;
}

.card-literacy {
  background: #ddf3eb;
  color: #126554;
}

.modules-banner-section {
  padding: 40px 0;
  background: #fff;
}

.modules-banner-top {
  text-align: center;
  margin-bottom: 40px;
}

.modules-banner-top h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.2;
  color: var(--innoved-navy);
  margin: 0;
}

.modules-banner-top span {
  color: #7ab82e;
  font-style: italic;
}

.modules-banner-card {
  background: var(--innoved-navy);
  border-radius: 24px;
  padding: 18px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.modules-banner-card:hover {
  transform: translateY(-2px);
}

.modules-banner-title {
  font-family: var(--font-heading);
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.modules-banner-title span {
  color: #9ed241;
  font-style: italic;
}

.modules-banner-btn {
  background: #a7d34c;
  color: #fff;
  padding: 8px 34px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  justify-content: center;
}

.modules-banner-btn span {
  font-size: 28px;
}

.footer-cta-section {
    background: #ffffff;
    z-index: 2;
}

.footer-cta-box {
    background: var(--innoved-navy);
    border-radius: 24px;
    text-align: center;
    padding: 48px 30px;
    max-width: 100%;
    margin: 0 auto -50px;
    position: relative;
    z-index: 3;
}

.footer-cta-box h2 {
    font-family: var(--font-heading);
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 25px;
}

.footer-cta-box span {
    color: #9ed241;
    font-style: italic;
}

.footer-cta-box p {
    font-family: var(--font-heading);
    color: #ffffff;
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 28px;
}

.footer-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
}

.footer-cta-btn {
    background: #ffffff;
    color: var(--innoved-navy);
    text-decoration: none;
    padding: 13px 38px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 500;
}

.footer-cta-btn:hover {
    color: var(--innoved-navy);
}

.innoved-footer {
    background: var(--innoved-footer-bg);
    padding: 90px 0 45px;
    margin-top: 0;
}

.innoved-footer h4 {
    color: #364254;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-nav-links {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.footer-nav-links li {
    margin-bottom: 14px;
}

.footer-nav-links a,
.footer-bottom-links a {
    color: #4b5565;
    text-decoration: none !important;
}

.footer-contact-row {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
    color: #4b5565;
}

.footer-contact-row strong {
    min-width: 70px;
    color: #364254;
}

.footer-contact-row span {
    color: #4b5565;
}

.footer-logo {
    max-width: 170px;
    margin-bottom: 28px;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-social a {
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #4b5565;
    border-radius: 8px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 20px;
}

.footer-divider {
    height: 1px;
    background: #d6dce6;
    margin: 45px 0 28px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    color: #4b5565;
}

.footer-bottom-links {
    display: flex;
    gap: 40px;
}

.curriculum-intro-section {
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.curriculum-tag {
    display: block;

    color: #67a821;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.curriculum-heading {
    font-family: "DM Serif Display", serif;
    font-size: 40px;
    line-height: 43px;
    color: #0d2354;
    margin-bottom: 17px;
}

.curriculum-text {
    font-size: 18px;
    line-height: 1.3;
    color: #4f5d73;
    max-width: 720px;
    margin-bottom: 25px;
}

.curriculum-image-wrapper {
    overflow: hidden;
    border-radius: 24px;
}

.curriculum-image {
    width: 100%;
    display: block;
}

.curriculum-features-section {
    background: #ffffff;
    padding-bottom: 3rem;
}
.curriculum-feature-card {
    border-radius: 18px;
    padding: 25px;
    height: 250px;
}

.curriculum-video-card {
    background: #eef8dc;
    border: 2px solid #b8d68a;
}

.curriculum-teacher-card {
    background: #eef2fb;
    border: 2px solid #c6d0ea;
}

.curriculum-pill {
    display: inline-block;
    color: #ffffff;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 17px;
    margin-bottom: 28px;
}

.curriculum-pill-green {
    background: #75b82a;
}

.curriculum-pill-blue {
    background: #0d2354;
}

.curriculum-feature-card h3 {
    font-family: "DM Serif Display", serif;
    color: #0d2354;
    font-size: 20px;
    margin-bottom: 14px;
}

.curriculum-feature-card p {
    color: #4f6385;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.curriculum-small-card {
    border-radius: 16px;
    padding: 32px 28px;
    min-height: 255px;
}

.curriculum-small-green {
    background: #f2f8e7;
    border: 2px solid #c7dba4;
}

.curriculum-icon-orange {
    background: #e77d23;
    color: #ffffff;
}

.curriculum-small-orange {
    background: #FDF3E7;
    border: 1px solid #F0C080;
}

.curriculum-small-blue {
    background: #eef1fb;
    border: 2px solid #c5cfe6;
}

.curriculum-small-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.curriculum-small-green .curriculum-small-icon {
    background: #75b82a;
}

.curriculum-small-orange .curriculum-small-icon {
    background: #e77d23;
}

.curriculum-small-blue .curriculum-small-icon {
    background: #0d2354;
}

.curriculum-small-card h4 {
    color: #0d2354;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 3px;
}

.curriculum-small-card p {
    color: #4f6385;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.emoji {
    width: 17px;
}

.module-section {
    margin-bottom: 40px;
}


/* ==========================================
   RESPONSIVE CLEANUP
========================================== */
@media (max-width: 991px) {
  .hero-title,
  .section-title,
  .blue-heading,
  .advantage-title,
  .framework-title,
  .curriculum-heading { font-size: 34px !important; line-height: 1.18 !important; }

  .hero-section,
  .innov-system-section,
  .instructional-model,
  .framework-section,
  .innoved-advantage-section,
  .initiatives-section,
  .curriculum-intro-section,
  .curriculum-features-section { padding-top: 60px !important; padding-bottom: 60px !important; }

  .footer-cta-box { width: 100%; position: relative; left: auto; transform: none; }
  .video-row .video-collunm { width: calc(50% - 23px); }
}

@media (max-width: 767px) {
  .hero-title,
  .section-title,
  .blue-heading,
  .advantage-title,
  .framework-title,
  .curriculum-heading { font-size: 28px !important; }

  .label-tag,
  .section-label,
  .section-tag,
  .curriculum-tag { font-size: 14px !important; letter-spacing: 1px; }

  .modules-banner-top h3,
  .modules-banner-title,
  .footer-cta-box h2 { font-size: 28px !important; line-height: 1.2 !important; }

  .modules-banner-card,
  .destination-bar,
  .model-bottom-bar,
  .footer-bottom,
  .footer-bottom-links { flex-direction: column; align-items: flex-start; }

  .footer-cta-buttons,
  .grades-sorting { flex-direction: column; align-items: stretch; }

  .grades-sorting li,
  .grades-sorting li a,
  .footer-cta-btn { width: 100%; text-align: center; }

  .curriculum-feature-card,
  .curriculum-small-card,
  .challenge-card,
  .advantage-card,
  .model-card,
  .initiative-card { padding: 24px !important; }

  .video-row .video-collunm { width: 100%; }
}
.video-container {
    background-color: #A7D479;
    padding: 56px 45px;
    border: 1px solid #000;
    border-radius: 20px;
    box-shadow: 11px 9px 4px 1px #7C9D5B;
    position: relative;
}
.fnt {
    font-weight: 600;
    margin-top: 10px;
    line-height: 26px;
    color: #212121;
    text-decoration: none;
}

.foundation-leasson-tag {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #F6A006;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 7px;
}
.module-name {
    margin-bottom: 41px;
    background-color: #fff;
    color: #000;
    border-radius: 10px 10px 10px 10px;
    font-size: 22px;
    display: flex;
    width: fit-content;
    padding-right: 18px;
    font-weight: 500;
    border: 1px solid #000;
    position: absolute;
    top: -39px;
    align-items: center;
}
.grade-img {
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #803ED1;
    font-weight: 500;
    padding: 20px 30px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    margin-right: 18px;
    border-radius: 10px 10px 10px 10px;
}
.module-title {
    width: auto;
    margin: 5px auto 17px auto;
    color: #4F4E4A;
    text-align: center;
    font-size: 35px;
    line-height: 75px;
    font-weight: 700;
}

.module-margins {
    margin-bottom: 20px;
}
.bg-colr-diff p {
    color: #fff !important;
}
.video-collunm a i.fas {
    background: #fff;
    height: 48px;
    font-size: 20px;
    border-radius: 100%;
    width: 48px;
    text-align: center;
    padding: 14px 0px 15px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-collunm.innoved-modules a i {
    opacity: 1;
}
.green-color {
    color: #444;
    border: 1px solid #444;
}
.perviewBtn-learn {
    background-image: url(https://innoved-bucket.s3.us-west-1.amazonaws.com/wp-content/uploads/2026/02/04201857/Learn-More-Banner.png);
    color: #000;
    position: absolute;
    top: 8px;
    left: 7px;
    padding: 10px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: 130px;
    height: 130px;
}
.description-mod p {
    line-height: 22px;
    margin-top: 55px;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    color: #212121;;
}
.flip-container {
    perspective: 1000px;
}

.modThumb {
    position: relative;
}

.flipper {
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.front {
    position: relative;
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

.description-mod {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
}
.modal .modal-dialog {
    max-width: 1040px;
}
.modal .modal-content {
    padding: 40px 60px;
    margin-top: 50px;
}
.modal .modal-header {
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0 40px;
    border: none;
}
.moduleBoxTitle {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 45px;
    font-size: 28px !important;
}
.greenBorderTop {
    border-top: 5px solid #98C349;
    margin-top: 30px;
}
.greenBorderTop h2 {
    font-size: 25px;
    line-height: 70px;
}
.site-btn {
    background: #98C349;
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    border: none;
    padding: 15px 24px;
    height: 64px;
    border-radius: 10px;
    transition: 0.3s;
    display: inline-block;
    width: 210px;
}
.info li {
    list-style: none;
}
.social-icons li {
    list-style: none;
}
.main-nav li {
    list-style: none;
}
.woocommerce-MyAccount-navigation ul{
    padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul li{
   list-style: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    padding: 15px 20px;
    color: #212121;
    font-size: 15px;
    border: 3px solid rgba(33, 33, 33, 0.30);
    border-radius: 8px;
    display: block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin-bottom: 15px;
}
.service-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #212121;
    box-shadow: 8px 8px 0 #212121;
    text-align: center;
    margin-bottom: 28px;
}
.service-box h6 {
    font-size: 20px;
    margin: 20px 0 0;
    line-height: 25px;
    font-weight: 600;
}
.service-box label {
    display: block;
    font-size: 17px;
    line-height: 48px;
    margin: 0 0 20px;
}