/*

Theme Name: Scola

Theme URI: 

Author: Scola

Author URI: 

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "Poppins-Thin";
  src: url("fonts/Poppins-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("fonts/Poppins-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("fonts/Poppins-MediumItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("fonts/Poppins-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("fonts/Poppins-BoldItalic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("fonts/Poppins-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "DMSans-Light";
  src: url("fonts/DMSans-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "DMSanst-Regular";
  src: url("fonts/DMSanst-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "DMSans-Italic";
  src: url("fonts/DMSans-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Tropiline-Regular";
  src: url("fonts/Tropiline-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Tropiline-SemiBold";
  src: url("fonts/Tropiline-SemiBold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Tropiline-Bold";
  src: url("fonts/Tropiline-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "DMSans-SemiBold";
  src: url("fonts/DMSans-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Tropiline-Italic";
  src: url("fonts/Tropiline-Italic.otf");
  font-display: swap;
}

@font-face {
  font-family: "DMSans-Medium";
  src: url("fonts/DMSans-Medium.ttf");
  font-display: swap;
}

/* -- style for common -- */
:root {
  --primary-color: #00a57c;
  --white-color: #ffffff;
  --heading-color: #fff;
  --section-color: #000;
  --btn-color: #008060;
  --title-color: #072032;
  --text-color: #5C6972;
}

body {
  font-family: "DMSanst-Regular";
  overflow-x: hidden;
  color: var(--text-color);
  font-size: 16px;
  line-height: 26px;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: var(--white-color);
}

input:-webkit-autofill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--white-color);
}

a {
  color: var(--primary-color);
  font-family: "DMSanst-Regular";
}

a:hover {
  color: var(--secondary-color);
}

p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 16px;
  font-family: "DMSanst-Regular";
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
select,
textarea {
  width: 100%;
  padding: 17px 23px !important;
  border-radius: 6px !important;
  color: var(--primary-color);
  height: 67px;
  font-size: 16px !important;
  box-shadow: none !important;
  background-color: var(--white-color) !important;
  border: 2px solid #4b85e8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}

select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/green-down.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 54%;
  background-size: 14px;
  cursor: pointer;
  padding-right: 36px;
}

input:focus,
select:focus {
  border: 2px solid #4b85e8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}

textarea {
  height: 194px;
}

label {
  font-size: 18px !important;
  color: #000 !important;
}

textarea:focus {
  border: 2px solid #4b85e8 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}

/*   
  header,
  section,
  footer {
  float: left;
  width: 100%;
  } */
.container {
  width: 1576px;
  max-width: 100%;
  padding: 0px 70px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tropiline-SemiBold";
  color: var(--title-color);
  font-weight: initial;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  line-height: 34px;
}

h6 {
  font-size: 22px;
  line-height: 30px;
}

/* .full-width {
    width: 100%;
    float: left;
  } */

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  box-shadow: none !important;
}

p:last-child {
  margin-bottom: 0px;
}

.maintenance-page {
  width: 100%;
  background-image: url(./images/maintenance.png);
  min-height: 100vh;
  /*background-size: cover;*/
  background-size: 150% 150%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 170px 15px 16px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-media-links {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 32px;
  row-gap: 20px;
  justify-content: center;
}

header,
footer,
.maintenance-page-content {
  width: 100%;
  text-align: center;
}

.full-width {
  width: 100%;
}

.coming-soon-content h1 {
  font-size: 82px;
  line-height: 92px;
  color: var(--white-color);
  margin-bottom: 30px;
  font-family: "Poppins-Medium";
}

.coming-soon-text {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  font-family: "DMSanst-Regular";
}

.coming-soon-contact {
  font-size: 24px;
  line-height: 34px;
  color: var(--white-color);
  font-family: "DMSanst-Regular";
  padding-top: 67px;
}

.coming-soon-content {
  width: 100%;
  padding-top: 120px;
}

.coming-soon-contact a {
  font-family: "DMSans-Italic";
}

/* styles */
.padding-120 {
  padding-top: 120px;
}

.font-60 {
  font-size: 60px;
  line-height: 70px;
  color: var(--heading-color);
  font-family: "Tropiline-Regular";
}

.font-48 {
  font-size: 48px;
  line-height: 58px;
  color: var(--section-color);
  font-family: "Tropiline-Regular";
}

.font-26 {
  font-family: "Tropiline-SemiBold";
  font-size: 26px;
  line-height: 36px;
  color: #008060;
}

.font-24 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-family: "DMSanst-Regular";
}

.font-20t {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Tropiline-Regular";
}

.font-20 {
  font-size: 20px;
  line-height: 30px;
  /* color: #fff; */
  font-family: "DMSanst-Regular";
}

.font-16 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: "DMSanst-Regular";
}

.font-15 {
  font-size: 15px;
  line-height: 25px;
  /* color: #fff; */
  font-family: "DMSanst-Regular";
}

.button {
  height: 45px;
  padding: 0px 20px;
  width: fit-content;
  color: #fff;
  font-family: "DMSanst-Regular";
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--btn-color);
}

/* header section */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
  padding: 0px 240px;
  z-index: 999;
  height: 80px;
}

.header-nav-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
}

.header-nav-menu ul {
  display: flex;
  align-items: center;
  gap: 41px;
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

.header-act-btns {
  display: flex;
  align-items: center;
  gap: 9px;
}

.header-act-btns a:nth-of-type(2),
.header-act-btns a:last-child {
  padding: 0;
  width: 44px;
}

.footer-content {
  font-family: "DMSans-Light";
  font-size: 15.38px;
  line-height: 16px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-sec {
  background: #041119;
  padding: 70px 0px;
}

.newsletter-preview,
.tnp-admin,
.newsletter-only-admin {
  display: none !important;
}

.footer_sec_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.logo_sec_wrap {
  display: flex;
  flex-direction: column;
  gap: 93px;
}

.logo_sec_wrap img {
  width: 53%;
}

ul#other-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#footer-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 42px;
  row-gap: 25px;
  list-style: none;
  padding-left: 0;
  text-align: start;
  margin: 0px;
}

.footer_sec_wrapper h2 {
  text-align: start;
  margin: 0;
  margin-bottom: 25px;
}

.footer_sec_wrapper form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_sec_wrapper input {
  height: 45px;
  border-radius: 30px !important;
  border: none !important;
  background: #17242d !important;
  color: #fff !important;
}

.footer_sec_wrapper .tnp-subscription label {
  display: none !important;
}

.footer_sec_wrapper .tnp-subscription input.tnp-submit {
  background: transparent !important;
  cursor: pointer;
}

.footer_sec_wrapper .mail_social_sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 469px;
    max-width: 100%;
}

.footer_sec_wrapper input::placeholder {
  color: #ffffffb2 !important;
  font-family: "DMSanst-Regular";
}

.footer_sec_wrapper input[type="email"]:-webkit-autofill,
.footer_sec_wrapper input[type="email"]:-webkit-autofill:hover,
.footer_sec_wrapper input[type="email"]:-webkit-autofill:focus,
.footer_sec_wrapper input[type="email"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #17242d inset;
  /* fill background */
  -webkit-text-fill-color: #ffffff;
  /* text color */
  border-radius: 5px;
  transition: background-color 5000s ease-in-out 0s;
  /* prevent flash */
}

.footer_bootom_content {
  padding: 22px 0px;
  background: #008060;
}

.home_sec {
  background: #041119;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding-top: 195px;
}

.home_sec h1 span {
  color: #008060;
}

.home_sec h1 {
  margin: 0px;
  margin-bottom: 20px;
}

.home_sec p {
  margin: 0px;
  margin-bottom: 35px;
  text-align: center;
}

.banner_bg_svg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 9;
  overflow: hidden;
  height: 520px;
}

.banner_bg_svg_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
  /* height: 500px; */
}

.banner_bg_svg_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,
      -50%);
  /* Center both vertically and horizontally */
  z-index: 9;
  overflow: hidden;
}

.banner_content_sec {
  z-index: 10;
  width: auto;
  max-width: 100%;
}

.banner_bg_svg_right img,
.banner_bg_svg_center img {
  height: 100%;
}

.home_btn_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner_lap_sec {
  position: relative;
}

.banner_mobile_sec {
  position: absolute;
  bottom: 0;
  left: -185px;
}

.banner_lap_sec p {
  display: none;
}

.banner_lap_sec {
  padding-top: 39px;
}

.home_lap_image {
  position: relative;
  z-index: 9;
}

.header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* shadow when scrolled */
}

.header_logo {
  text-align: start !important;
}

.menu-toggle {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}

/* Hamburger animation when open */
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu-toggle span {
  background: #fff;
}

.tnp-field.tnp-field-button {
  margin: 0 !important;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
  margin: 0 !important;
}

.mobile-privacy {
  display: none;
}

.tnp.tnp-subscription {
  margin: 0 !important;
  max-width: 100% !important;
}

/* Home Case stuidies */
section.home-case-studies a img {
  height: 73px;
  width: 64px;
}

.home-case-dsc {
  text-align: center;
  width: 749px;
  margin: 0px auto;
  color: #5c6972;
  max-width: 100%;
}

.padding-40 {
  padding-top: 40px;
}

.padding-60 {
  padding-top: 60px;
}

.case-study-item {
  background: #fafafa;
  padding: 50px 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.case-study-item a img {
  padding-bottom: 23px;
}

h3.case-study-title {
  margin: 0;
  padding-bottom: 66px;
}

/* arrow image */

.styled-wrapper .button {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.styled-wrapper .button:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  border: 2px solid #008060;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.styled-wrapper .button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  border: 4px solid #008060;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.styled-wrapper .button:hover:before,
.styled-wrapper .button:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.styled-wrapper .button:hover:after,
.styled-wrapper .button:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.styled-wrapper .button-box {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.styled-wrapper .button-elem {
  display: block;
  width: 30px;
  height: 30px;
  margin: 11px 9px 0 9px;
  transform: rotate(360deg);
  fill: #f0eeef;
}

.styled-wrapper .button:hover .button-box,
.styled-wrapper .button:focus .button-box {
  transition: 0.4s;
  transform: translateX(69px);
}

h3.case-study-title a {
  color: #072032;
  display: block;
  text-align: center;
}

/* Why Scola */
.home-why-scola {
  background: #041119;
  position: relative;
  overflow-x: hidden;
}

.home-why-scola::after {
  content: "";
  position: absolute;
  top: -38%;
  right: 3%;
  width: 1393px;
  height: 100%;
  background-image: url("./images/why-scola-bgs.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

h2.font-48 {
  margin: 0;
  color: #ffffff;
  font-family: "Tropiline-Regular";
}

.home-scola-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.home-scola-wrapper p {
  width: 72%;
  color: #fff;
}

.font-20t.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 23.5px 25px;
  border-radius: 20px;
}

section.faq-section {
  display: flex;
  gap: 66px;
  justify-content: space-between;
}

.faq-item {
  background: #121b22;
  margin-bottom: 15px;
  /* padding: 23.5px 25px; */
  border-radius: 20px;
  min-width: 414px;
  max-width: 414px;
}

.faq-content {
  padding: 12px 25px 35px 25px;
}

.faq-icon {
  cursor: pointer;
}

.faq-content p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.text-gray {
  color: #5C6972 !important;
}

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

.title-color {
  color: var(--title-color) !important;
}

.product-modules-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.product-module-item {
  background-color: #F7F7FA;
  padding: 40px;
  min-height: 403px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

.product-module-item::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  background-image: url(./images/card-bg.png);
  height: 403px;
  width: 349px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: none;
}

.product-module-item:hover:before {
  display: block;
}

.product-module-item-sub {
  position: relative;
  z-index: 9;
}

.explore-full-product-sec {
  display: flex;
  justify-content: center;
}

.product-module-item:hover {
  background-color: #031118;
}

.product-module-item:hover .module-title a,
.product-module-item:hover .module-content p {
  color: var(--white-color) !important;
}

.module-thumbnail img {
  width: 45px !important;
  object-fit: contain;
  margin: 0 auto;
}

.styled-wrapper.read-more-btn-sec {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-content p {
  color: #5C6972 !important;
  font-size: 15px;
  line-height: 25px;
}

.module-title {
  margin-bottom: 25px;
}

.padding-55 {
  padding-top: 55px;
}

.module-content {
  margin-bottom: 30px;
}

.testimonial-review-count {
  display: flex;
  gap: 5px;
}

.testimonial-image img {
  width: 66px !important;
  height: 66px;
  object-fit: cover;
  min-width: 66px;
  border-radius: 50%;
}

.testimonial-top-sec {
  display: flex;
  gap: 20px;
}

.testimonial-title h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0px;
}

.testimonial-content {
  margin-top: 38px;
  margin-bottom: 26px;
  min-height: 141px;
}

.testimonial-item-main {
  background-color: #fff;
  padding: 48px;
  border-radius: 25px;
}

.testimonial-sec.full-width {
  background-color: #F7F7FA;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: inline-block;
}

.owl-dot.active span {
  background-color: #072032;
}

.owl-dots {
  display: flex;
  text-align: center;
  gap: 13px;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

.choose-the-plan-sec.full-width {
  background-color: #031118;
  position: relative;
 overflow: hidden;
}
.choose-the-plan-sec.full-width {
  padding: 10px 0px;
}
.choose-the-plan-sec::after {
  position: absolute;
  content: "";
  left: 0px;
  top: -437px;
  background-image: url(./images/choose-the-plan-lft.png);
  width: 788px;
  height: 1026px;
  background-repeat: no-repeat;
  background-size: contain;
}

.choose-the-plan-sec::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  background-image: url(./images/choose-the-plan-rgt.png);
height: 909px;
  width: 446px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  background-position: right;
}

.btn-sec {
  display: flex;
  justify-content: center;
}

.choose-the-plan-sec.full-width .container,
.home-why-scola .container {
  position: relative;
  z-index: 1;
}

.home-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-thumb img {
  border-radius: 20px;
  height: 304px;
  object-fit: cover;
}

.blog-title a {
  font-size: 26px;
  line-height: 23px;
  font-family: "Tropiline-SemiBold";
}

.blog-title {
  font-size: 26px;
  line-height: 23px;
  margin: 0px;
  margin-top: 22px;
  min-height: 46px;
}

.text-white {
  color: var(--white-color);
}

.padding-75 {
  padding-top: 75px;
}

.read-more {
  position: relative;
}

.read-more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  left: 0px;
  bottom: -9px;
}

.header.scrolled {
  background-color: var(--title-color)
}

.partner-callout-sub-sec.full-width {
  display: flex;
  column-gap: 109px;
}

.callout-rgt-sec {
  width: 55%;
  position: relative;
  display: flex;
}

.callout-lft-sec {
  width: 45%;
}

.callout-lft-sec .btn-sec {
  justify-content: flex-start;
}

.transform-sec {
  background-color: #007d61;
  position: relative;
}

.transform-sec::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 303px;
  right: 0px;
  background-image: url('./images/scola-watermark.png');
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  transform: translateY(-50%);
  background-position-x: 0%;
  /* opacity: 0.7;  */
  filter: brightness(0.1) contrast(50%);
  background-blend-mode: hue;
}

.transform-sec::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 303px;
  left: 0px;
  background-image: url('./images/scola-watermark-lft.png');
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center;
  transform: translateY(-50%);
  background-position-x: 0%;
  /* opacity: 0.7; */
  filter: brightness(0.1) contrast(50%);
}

.transform-main-sec {
  position: relative;
}

/* .transform-main-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #00806066;
  background-blend-mode: hue;
} */
.transform-sec.full-width .container {
  position: relative;
  z-index: 1;
}

.button.black-btn {
  background-color: #041119;
}

.padding-50 {
  padding-top: 50px;
}

.callout-rgt-content {
  position: absolute;
}

.lets-start {
  background-color: #FFF6C4;
  border-radius: 9px;
  padding: 17px 15px;
  display: inline-flex;
  font-size: 32px;
  line-height: 42px;
  color: #072032;
  margin-left: 10px;
}

.callout-rgt-sec img {
  height: 412px;
  border-radius: 29px;
}

.journey-btn {
  width: 325px;
  display: inline-flex;
  min-height: 119px;
  border: 4px solid var(--white-color);
  position: relative;
  padding: 15px;
  margin-top: 12px;
  max-width: 100%;
}

.callout-rgt-content {
  position: absolute;
  left: 36px;
  bottom: 33px;
}

.journey-btn a {
  width: 100%;
  background-color: #09C382;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-family: "Tropiline-Bold";
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}

.journey-btn-ball-lft {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--white-color);
  border-radius: 50%;
  left: -6px;
  top: -6px;
}

.journey-btn-ball-rgt {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--white-color);
  border-radius: 50%;
  right: -6px;
  top: -6px;
}

.journey-btn::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--white-color);
  border-radius: 50%;
  left: -6px;
  bottom: -6px;
}

.journey-btn::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--white-color);
  border-radius: 50%;
  right: -6px;
  bottom: -6px;
}

.work-list-lft-content-sec h4,
.work-list-lft-content-sec h5,
.work-list-item-top h4,
.work-list-item-top h5,
.work-list-item h4 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Tropiline-Regular";
}

.work-list-lft-content-sec h5 {
  color: #008060;
}

.scola-work-section {
  background-color: #f7f7fa;
  overflow: hidden;
}

.work-list-sec {
  display: flex;
  column-gap: 22px;
}

.work-list-lft-sec {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  gap: 51px;
}

.scola-work-section .container {
  width: 1722px;
}

.work-list-lft-sec {
  padding: 68px 38px 0px 74px;
}

.work-list-rgt-sec,
.work-list-lft-sec {
  width: 50%;
}

.work-list-rgt-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.work-list-item {
  padding: 35px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

/* 1st row */
.work-list-item:nth-child(1) {
  width: calc(47% - 11px);
  /* subtract half the gap to align neatly */
  background: #CFEFE7;
}

.work-list-item:nth-child(2) {
  width: calc(53% - 11px);
  background: #FFFFFF;
}

/* Row 2 */
.work-list-item:nth-child(3) {
  width: calc(55% - 11px);
  background: #FFFFFF;
  padding: 0px !important;
  display: flex;
  justify-content: end;
}

.work-list-item:nth-child(4) {
  width: calc(45% - 11px);
  background: #D7EFDF;
}

.work-list-lft-content-sec {
  position: relative;
  width: 53%;
  display: flex;
  align-items: center;
}

.work-list-lft-image-sec {
  width: 47%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.padding-70 {
  padding-top: 70px;
}

.works-arrow {
  position: absolute;
  left: 100px;
}

.work-list-lft-content-sec .btn-sec {
  justify-content: flex-start;
}

.work-list-lft-image-sec img {
  object-fit: contain;
}

.work-list-lft-content-sec p {
  margin: 0px;
}

.work-list-lft-content-sec h4,
.work-list-lft-content-sec h5 {
  margin: 0px;
}

.product-module-content {
  width: 834px;
  max-width: 100%;
  margin: 0 auto;
}

.scola-works-content {
  width: 890px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.know-more-text.full-width a {
  color: #072032;
  font-size: 16px;
  position: relative;
  font-family: "DMSans-Medium";
  padding-bottom: 5px;
  transition: 0.5s;
}

.testimonial-designation {
  font-size: 15px;
  line-height: 25px;
}

.testimonial-content {
  font-size: 18px;
  line-height: 28px;
}

.know-more-text.full-width a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #072032;
  left: 0px;
  bottom: -2px;
  transition: 0.5s;
}

.know-more-text.full-width a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #008060;
  left: 0px;
  bottom: -2px;
  transition: 0.5s;
  z-index: 9;
}

/* .know-more-text.full-width a:hover::after
{
  width: 0px;
} */
.know-more-text.full-width a:hover {
  color: #008060;
  padding-left: 2px;
}

.know-more-text.full-width a:hover::before {
  width: 100%;
}

.callout-rgt-sec img {
  object-fit: cover;
}

.tp-feature-capsule-item-wrapper {
  height: 250px;
}

.work-list-item:nth-child(2) h4,
.work-list-item:nth-child(2) h5,
.work-list-item:nth-child(2) p {
  margin: 0px;
}

.work-list-item-top h5 {
  font-family: "Tropiline-Italic";
  color: #008060;
}

.know-more-text.full-width {
  margin-bottom: 5px;
}

.choose-the-plan-content {
  width: 834px;
  max-width: 100%;
  margin: 0 auto;
}

h3.font-48 {
  margin: 0px;
}

.styled-wrapper .button {}

.styled-wrapper .button:hover .button-elem:nth-of-type(1) {
  margin: 11px 9px 0 13px;
  width: 70px;
}

/* From Uiverse.io by nikk7007 */
/*
.button {
 position: relative;
 overflow: hidden;
 cursor: pointer;
 z-index: 1;
}

.button::after, .button::before {
 content: '';
 display: block;
 height: 100%;
 width: 100%;
 transform: skew(90deg) translate(-50%, -50%);
 position: absolute;
 inset: 50%;
 left: 25%;
 z-index: -1;
 transition: .5s ease-out;
 background-color: var(--color);
}

.button::before {
 top: -50%;
 left: -25%;
 transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.button:hover::before {
 transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.button:hover::after {
 transform: skew(45deg) translate(-50%, -50%);
}

.button:hover {
 color: var(--color2);
}

.btn:active {
 filter: brightness(.7);
 transform: scale(.98);
} */


/* From Uiverse.io by Nayzerftn */
.tnp-field.tnp-field-button {
  background: #008060 !important;
  border-radius: 30px;
  position: relative;
  min-width: 117px;
  border: 1px solid #008060 !important;
}

.common-btn,
.tnp-field.tnp-field-button {
  position: relative;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-out;
  border: 1px solid var(--btn-color);
}

.common-btn:hover,
.tnp-field.tnp-field-button:hover {
  background-color: #031118 !important;
  color: #fff;
}

.common-btn::before,
.tnp-field.tnp-field-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.8;
  transition: all 0.7s ease-out;
}

.common-btn:hover::before,
.tnp-field.tnp-field-button:hover::before {
  transform: translate(-50%, -50%) scale(20);
  opacity: 0;
}

.button.black-btn.common-btn {
  border: 1px solid #041119;
}

.button.black-btn.common-btn:hover {
  background-color: #007d61;
}

.tnp-field.tnp-field-button input {
  width: 100% !important;
  height: 45px !important;
}

.why-scola-rgt {
  width: 205px;
}

.why-scola-lft {
  width: calc(100% - 205px);
}

#footer-right li a {
  color: #fff;
}

#other-menu li a {
  color: #fff;
}

#main-menu a {
  color: var(--white-color);
  padding: 10px 0px;
}

.module-hover-image {
  display: none;
}

.product-module-item:hover .module-img {
  display: none;
}

.product-module-item:hover .module-hover-image {
  display: block;
}

.product-hover-read-more {
  display: none !important;
}

.product-module-item:hover .product-hover-read-more {
  display: block !important;
  /* background: var(--white-color); */
}

.product-module-item:hover .product-read-more {
  display: none;
}

.product-module-item:hover .styled-wrapper .product-hover-read-more::before {
  border: 2px solid #fff !important;
}

.product-module-item:hover .styled-wrapper .product-hover-read-more::after {
  border: 4px solid #fff !important;
}

.articles-sec.full-width .container {
  width: 1433px;
}

#footer-right a:hover,
#other-menu a:hover,
#main-menu a:hover,
#main-menu li.active a,
.blog-item .title-color:hover {
  color: #09c382;
}

.blog-item,
.blog-thumb img {
  transition: 0.5s;
}

.blog-thumb {
  overflow: hidden;
  border-radius: 20px;
}

.blog-item .blog-thumb img:hover {
  transform: scale(1.01) rotate(0.5deg);
}

.innerpage-header {
  background-color: #041119;
  padding-top: 105px;
  position: relative;
  overflow: hidden;
}

.innerpage-header.full-width h1 {
  color: #fff;
  text-align: center;
}

.innerpage-header-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 373px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 0px 40px 0px;
}

.case-studies-mobile,
.product-module-lists-mobile {
  display: none;
}

.product-module .explore-full-product-sec.full-width .container {
  display: flex;
  justify-content: center;
}

#other-menu li a {
  font-family: "DMSans-Light";
}

.footer-content a {
  color: var(--white-color);
}

.footer-content a:hover {
  color: #041119;
}

.home-why-scola .container {
  width: 1441px;
}

.faq-img {
  width: 68%;
}

.faq-wrapper {
  width: 32%;
}

.banner-lft-mobile,
.banner-rgt-mobile {
  display: none;
}

.banner_content_sec {
  padding: 0px 15px;
  z-index: 9;
  position: relative;
}

.green-text {
  color: var(--btn-color);
}

.innerpage-header-sub h1 {
  margin-bottom: 31px;
}

.banner-content {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 0px;
  color: var(--white-color);
  max-width: 100%;
}

.innerpage-header::after {
  content: "";
  position: absolute;
  bottom: -341px;
  right: 0px;
  width: 826px;
  height: 822px;
  background-image: url("./images/inner-page-banner-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.team-member h3 {
  margin: 0px;
}

.our-story-sub {
  width: 100%;
  display: flex;
  gap: 12px;
}

.our-story-lft {
  width: 50%;
}

.our-story-rgt {
  width: 50%;
}

.our-story-list {
  width: calc(50% - 14px);
}

.our-story-lists {
  width: 100%;
  display: flex;
  gap: 28px;
}

.our-story-list {
  width: calc(50% - 14px);
  background-color: #FAFAFA;
  padding: 39px 35px;
  border-radius: 25px;
}

.our-story-list h4 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 22px;
  font-family: "Tropiline-Regular";
}

.padding-30 {
  padding-top: 30px;
}

.our-story-sec .container {
  width: 1895px;
}

.our-story-lft {
  width: 56%;
  padding-left: 196px;
}

.our-story-rgt {
  width: 43%;
}

.our-story-lft-sub .padding-30 {
  padding-top: 15px;
}

.values-content {
  width: 834px;
  margin: 0 auto;
  max-width: 100%;
}

.values-list-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
}

.values-list {
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 276px;
padding: 55px 40px;
  gap: 17px;
  border-radius: 20px;
}

.values-list h5 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Tropiline-Regular";
  margin: 0px;
}

.our-vales-sec .container {
  width: 1578px;
}

.our-journey-sec {
  background-color: #041119;
}

.our-journey-content p {
  color: var(--white-color);
}

.our-journey-content {
  width: 532px;
  max-width: 100%;
  z-index: 9;
  position: relative;
}

.our-journey-progress h5 {
  color: #09C382;
  font-size: 30px;
  line-height: 40px;
}

.our-journey-progress p {
  font-family: "Tropiline-Regular";
  color: #F6FBFE;
  font-size: 24px;
  line-height: 40px;
}

.journey-progress {
  width: 315px;
  max-width: 100%;
}

.progress-dot {
  width: 35px;
  height: 35px;
  background-color: #008060;
  border-radius: 50%;
  border: 11px solid #fff;
}

.our-journey-sec .container {
  width: 1420px;
}

.journey-padding-left {
  padding-left: 115px;
}

img.progress-line {
  margin-top: -177px;
}

.our-journey-progress-list.journey-padding-left {
  position: relative;
  min-height: 165px;
}

.journey-progress.journey-progress3 {
  position: absolute;
  left: 150px;
  top: 0px;
}

.journey-progress.journey-progress2 {
  position: absolute;
  left: 30%;
  top: 0px;
}

.journey-progress.journey-progress1 {
  position: absolute;
  left: 60%;
  top: 0px;
}

.progress-dot.progress-dot3 {
  margin-top: -85px;
  position: absolute;
}

.journey-progress.journey-progress2 {
  position: absolute;
  left: 49%;
  top: -85%;
}

.progress-dot.progress-dot2 {
  position: absolute;
  margin-top: -77px;
}

.journey-progress.journey-progress1 {
  position: absolute;
  left: 74%;
  top: -225%;
}

.progress-dot.progress-dot1 {
  position: absolute;
  margin-top: -91px;
}

.team-member img {
  border-radius: 200px;
width: 209px;
  height: 289px !important;
  object-fit: cover;
  margin: 0px !important;
  max-width: 100%;
  /* background-color: #444748; */
   background-color: #000;
}

.team-list.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  column-gap: 50px;
}

.ou-team-sec .container {
  width: 1276px;
}

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-propositions-top-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.value-propositions-top-list {
  background-color: #082837;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 65px 28px;
  text-align: center;
}

.value-icon {
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}

.value-propositions-top-list h5 {
  font-family: "Tropiline-Regular";
  color: #fff;
  min-height: 51px;
  width: 205px;
  margin: 0 auto;
  max-width: 100%;
}

.value-propositions-list-content {
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-top: 40px;
}

.value-propositions-sec .container {
  width: 1417px;
}

.value-propositions-top-list h5 {
  line-height: 34px;
}

.value-propositions-btm-sec.full-width {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.value-propositions-btm-list {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 63px;
  gap: 29px;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.value-propositions-btm-list h5 {
  font-size: 64px;
  color: #008060;
  font-family: "Tropiline-Regular";
}

.value-propositions-btm-list p {
  font-size: 24px;
  font-family: "Tropiline-Regular";
  line-height: 34px;
  color: #000000;
}

.value-propositions-btm-list:last-child {
  border-right: 1px solid #fff;
}

.feature-pillars-list-sec {
  display: flex;
  gap: 29px;
}

.feature-pillars-list-sec .feature-pillars-list {
  flex: 1;
  /* 👈 each child takes equal available width */
}

.feature-pillars-list {
  display: flex;
  align-items: flex-end;
}

.attendance-images img {
  width: 59px;
  height: 59px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -11px;
}

.radius-40 {
  border-radius: 40px;
}

.adminssion-fee {
  background-color: #082837;
}

.communication-hub,
.timetable {
  background-color: #fff;
}

.report-card {
  background-color: #5CC280;
}

.adminssion-fee,
.communication-hub,
.timetable,
.report-card {
  padding: 35px;
}

.feature-pillars-list p,
.pillars-list li {
  font-size: 15px;
  line-height: 25px;
  color: #FFFFFF;
}

.feature-pillars-list h6 {
  color: #fff;
}

.pillars-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-left: 10px;
}

.pillars-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.pillars-list li:last-child {
  margin-bottom: 0px;
}

.pillars-list li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.feature-pillars-sec.full-width {
  background-color: #F7F7FA;
}

.attendance-images {
  padding-left: 11px;
  display: flex;
}

.communication-hub p,
.timetable p,
.timetable ul li {
  color: #5C6972;
}

.communication-hub h6,
.timetable h6 {
  color: #008060;
}

.progress-bar-sec {
  margin-top: 26px;
  position: relative;
}

.feature-pillars-list h6 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}

.report-card-icon,
.admission-fee-icon {
  width: 60px;
  height: 60px;
  background-color: #082837;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admission-fee-icon {
  background-color: #5CC280;
}

.feature-pillars-sec .container {
  width: 1651px;
}

.progress-bar-main {
  width: 100%;
  height: 5px;
  background-color: #D9D9D9;
}

.progress-bar {
  width: 79%;
  position: absolute;
  height: 5px;
  background-color: #008060;
  top: 0px;
  left: 0px;
}

.communication-hub {
  min-height: 304px;
  display: flex;
  align-items: flex-end;
}

.timetable {
  min-height: 475px;
  display: flex;
  align-items: flex-end;
}

.feature-pillars-list p {
  margin-bottom: 0px;
}

.pillars-list {
  margin-top: 28px;
}

.progress-bar-text {
  font-family: "DMSans-SemiBold";
  font-size: 15px;
  line-height: 25px;
  color: #5C6972;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

.roll-based-sec.full-width {
  background-color: #041119;
}

.roll-based-list {
  padding: 62px 30px 42px 30px;
  border-radius: 25px;
  border: 1px solid #26343F;
  background-color: #121B22;
  color: #fff;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.roll-based-list-sec.full-width {
  display: flex;
  gap: 20px;
  padding-top: 95px;
}

.roll-based-list h6 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-family: "Tropiline-Regular";
  margin-top: 20px;
  margin-bottom: 25px;
}

.roll-based-list p {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}

.roll-based-list .know-more-text.full-width a {
  color: #fff;
}

.roll-based-list .know-more-text.full-width a::after {
  background-color: #fff;
}

.roll-based-list .know-more-text.full-width {
  margin-top: 25px;
}

.roll-based-top-sec {
  width: 100%;
  display: flex;
  gap: 30px;
}

.roll-based-sec .container {
  width: 1603px;
}

.roll-based-content {
  width: 59%;
  color: #fff;
}

.roll-based-top-sec h2 {
  width: 41%;
}

.logo-sec .container {
  width: 1482px;
}

.brand-logo img {
  width: 226px !important;
}

.plan-sec.full-width {
  background-color: #041119;
  color: #fff;
}

.plan-sec,
.plan-sec p,
.plan-sec h3,
.plan-sec h5 {
  color: #fff;
}

.plan-sec-top-sub-sec h3 {
  font-size: 46px;
  line-height: 55px;
  margin-bottom: 30px;
}

.plan-sec h5 {
  font-family: "Tropiline-Regular";
  font-size: 24px;
  line-height: 34px;
}

ul.choose-lists li {
  font-family: "DMSans-Medium";
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 41px;
}

ul.choose-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.choose-lists li::after {
  width: 21px;
  height: 21px;
  position: absolute;
  content: "";
  left: 0px;
  top: 4px;
  background-image: url(./images/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.choose-list.active ul.choose-lists li::after {
  background-image: url(./images/green-check.svg);
}

.choose-list.active ul.choose-lists li.non-active::after {
  background-image: url(./images/uncheck.svg);
}

.choose-list {
  background-color: #008060;
  border-radius: 16px;
  padding: 86px 32px 36px 32px;
}

.choose-list.active {
  background-color: #121B22;
  box-shadow: 0px 8px 80px rgba(167, 167, 167, 0.24);
}

.plan-sec .container {
  width: 901px;
}

.plan-sec-top-sub-sec {
  width: 747px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.choose-sec-content.font-20 {
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
}

.choose-list-sec {
  display: flex;
  gap: 35px;
}

.choose-list-top.full-width {
  padding-bottom: 32px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.choose-list-btn.full-width.text-center {
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.button.common-btn.white-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}

a.button.common-btn.white-btn:hover {
  color: #fff;
}

.security-list-lft {
  width: 79px;
  height: 79px;
  background-color: #008060;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security-list {
  display: flex;
  gap: 30px;
}

.security-list-rgt {
  width: calc(100% - 109px);
}

.security-list-rgt h4 {
  font-size: 24px;
  line-height: 34px;
  color: #008060;
  font-family: "Tropiline-Regular";
  margin-bottom: 5px;
}

.security-list-sec {
  gap: 50px;
  display: flex;
  flex-direction: column;
  padding-right: 100px;
}

.security-sub-sec.full-width {
  display: flex;
  gap: 73px;
  align-items: flex-end;
}

.security-and-reliability-sec .container {
  width: 1807px;
}

.security-lft-sec {
  width: 60%;
  padding-left: 111px;
}

.security-rght-sec {
  width: 40%;
  position: relative;
}

.security-rght-sec img {
  position: absolute;
  right: 0px;
  bottom: -1px;
}

.padding-85 {
  padding-top: 85px;
}

p.font-20.security-content {
  padding-right: 85px;
}

.faq-sec.full-width {
  background-color: #041119;
}

.faq-sec .container {
  width: 1526px;
}

.faq-lft-sec h3 {
  font-size: 46px;
  line-height: 56px;
  color: #fff;
}

.faq-sec-content,
h3.faq-question {
  color: #fff;
}

.faq-sec.full-width .container {
  display: flex;
  gap: 148px;
  align-items: center;
}

.faq-rgt-sec {
  background-color: rgba(107, 114, 128, 0.1);
  padding: 54px;
}

.faq-rgt-sec {
  width: 63%;
}

.faq-lft-sec {
  width: 37%;
}

h3.faq-question {
  font-family: "DMSanst-Regular";
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  padding-right: 8px;
}

.faq-answer,
.faq-answer p {
  color: #92969C;
}

.faq-card {
  border-top: 1px solid #92969C;
}

.faq-header {
  padding: 18px 17px;
  transform: 0.5s;
  cursor: pointer;
}


.faq-card.open h3.faq-question {
  color: #008060;
}

.faq-answer {
padding: 0px 0px 35px 17px;
}
/* .faq-card.open .faq-header {
  padding-bottom: 18px;
} */
 .faq-card {
  padding: 5px 0px;
}
.faq-card:first-child {
  border-top: 0px;
}
.faq-card:first-child .faq-header {
  padding-top: 0px;
}
.faq-question {
  position: relative;
}
.faq-question::after {
 background-image: url(./images/faq-down.svg);
 position: absolute;
 content: "";
 right: -12px;
 top: 5px;
 width: 12px;
 height: 22px;
 background-size: 100%;
 background-position: center;
 background-repeat: no-repeat;
}
.faq-card.open .faq-question::after {
  background-image: url(./images/faq-up.svg);
  right: 3px;
  top: 6px;
}
.module-work-image {
  width: 100%;
  text-align: center;
}
.module-work-image img {
  width: auto;
  height: auto;
  box-shadow: 0px 32px 85.9px rgba(13, 63, 128, 0.14);
}
.product-module-together.full-width {
  background-color: #F7F7FA;
}
.product-module-together-btn-sub-sec {
  display: inline-flex;
  gap: 13px;
}
.product-module-together-btn-sec.full-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-module-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  padding: 0px 15px;
}
.product-module-btm-content {
  display: flex;
  gap: 34px;
}
.padding-100 {
  padding-top: 100px;
}
.product-module-top-main-sec .container, .product-module-btm-main-sec .container {
  width: 1553px;
}
.product-module-btm-content-rgt {
  width: 70%;
  position: relative;
  padding-left: 45px;
  display: flex;
  align-items: end;
}
.product-module-btm-content-lft {
  width: 40%;
}
.validation-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.calender-img {
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.font-36 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}
.product-module-btm-content-lft .font-20 {
  margin-bottom: 30px;
}
.our-journey-sec .progress-line {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 5s ease-in-out;
}

.our-journey-sec.animated .progress-line {
  clip-path: inset(0 0 0 0);
}

.our-journey-progress-sub .progress-line {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.5s ease-in-out;
}

.our-journey-progress-sub.animated .progress-line {
  clip-path: inset(0 0 0 0);
}

/* Hide dots initially */
.progress-dot {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Show dots with staggered timing */
.our-journey-progress-sub.animated .progress-dot1 {
   opacity: 1;
  transform: scale(1);
  transition-delay: 2.0s;
}

.our-journey-progress-sub.animated .progress-dot2 {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.4s;
}

.our-journey-progress-sub.animated .progress-dot3 {
   opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
.innerpage-header::after, .banner-rgt-desktop {
  animation: slideInFromRight 1.5s ease-out;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner_bg_svg_center img {
  animation: scaleUpContained 1.2s ease-out forwards;
  transform-origin: center center;
}

@keyframes scaleUpContained {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1); /* Scale to 90% instead of 100% */
    opacity: 1;
  }
}
.banner-lft-desktop {
  animation: slideInFromBottom 1.5s ease-out;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.banner_content_sec h1 {
  text-align: center;
}
.banner_content_sec p {
  width: 900px;
  margin: 0 auto 35px auto;
  max-width: 100%;
}
  h3.case-study-title {
    min-height: 117px;
  }
/* .home_lap_image,
.banner_mobile_sec img {
  animation: fadeInUp 2s ease-out;
  transition: transform 0.5s ease;
} */

/* .home_lap_image:hover,
.banner_mobile_sec img:hover {
  transform: scale(1.01);
} */
.home_lap_image {
  animation: fadeInUp 1s ease-out;
}

.banner_mobile_sec img {
  animation: fadeInUp 2s ease-out 0.3s backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation speed improved */
.case-study-item:nth-of-type(1) {
  animation: fadeInUp 1.1s ease-out 1s backwards;
}
.case-study-item:nth-of-type(2) {
  animation: fadeInUp 1.2s ease-out 1.1s backwards;
}
.case-study-item:nth-of-type(3) {
  animation: fadeInUp 1.3s ease-out 1.2s backwards;
}
.case-study-item:nth-of-type(4) {
  animation: fadeInUp 1.4s ease-out 1.3s backwards;
}
.case-study-item:nth-of-type(5) {
  animation: fadeInUp 1.5s ease-out 1.4s backwards;
}
.case-study-item {
  opacity: 0;
}
.case-study-item.animate {
  opacity: 1;
  animation-play-state: running;
}

/* Cursor wrapper */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 8.5rem;
  height: 8.5rem;
  z-index: 9999; /* Increased priority */
  pointer-events: none;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  mix-blend-mode: screen; /* Added here for better clipping */
}


/* Elastic scaling on movement */
.cursor.active {
  transform: scale(1.15);
}

.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}

/* Trails + glow layers */
.cursor div div {
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  background-color: #008060;
  filter: blur(35px);
  /* Redundant mix-blend-mode and fixed box-shadow removed */
}


/* Structure layers */
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}

.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}
.cursor--light div:nth-child(1) div {
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  border-color: transparent !important;
}

/* Small center dot – hidden by default */
.cursor div:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: none;
}

/* Hide inner dot on light backgrounds */
.cursor--light div div {
  display: none !important;
}

/* Pulsing glow */
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}

/* body {
  cursor: none !important;
}
body.cursor-light {
  cursor: auto !important;
} */
 

/* Hide initially */
.curved-arrow {
  visibility: hidden;
}

/* Curve animation setup */
.curved-arrow path:first-child {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* Arrowhead animation setup */
.curved-arrow path:last-child {
  opacity: 0;
  transform-origin: center;
  transform: scale(0.2);
}

/* Animate curve */
.curved-arrow.animated path:first-child {
  animation: drawCurve 3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

/* Animate arrowhead AFTER curve finishes */
.curved-arrow.animated path:last-child {
  animation: arrowheadPop 0.4s 1s ease-out forwards;
}

/* Keyframes */
@keyframes drawCurve {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arrowheadPop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.up-and-down-arrow {
            animation: moveUpDown 1s ease-in-out infinite;
        }

        @keyframes moveUpDown {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(5px);
            }
        }
.our-journey-sec.full-width .container, .our-story-list h4,  .our-story-list p {
  position: relative;
  z-index: 1;
}
/* Animation */
/* Improved Animations */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}



@keyframes fadeInLeft {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Add this to your existing CSS */
.animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* Apply specific animations using classes */
.slide-in-top {
  animation-name: slideInFromTop;
}

.slide-in-bottom {
  animation-name: slideInFromBottom;
}

.slide-in-left {
  animation-name: slideInFromLeft;
}

.slide-in-right {
  animation-name: slideInFromRight;
}

.fade-in-left {
  animation-name: fadeInLeft;
}

.fade-in-right {
  animation-name: fadeInRight;
}

.fade-in-up {
  animation-name: fadeInUp;
}
.animate {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.work-list-lft-sec {
  position: relative;
  z-index: 10;
}
.wow {
  visibility: hidden;
  opacity: 0;
}

.animatedwow {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}
.choose-list-top.full-width, ul.choose-lists, .faq-lft-sec, .plan-sec-top-sub-sec, .roll-based-list h6, .roll-based-list p, .roll-based-list ul, .roll-based-icon, .know-more-text, .faq-card, .report-card, .timetable-sub, .pillars-list, .feature-pillars-list p, .feature-pillars-list h6, .roll-based-content, .roll-based-top-sec h2, .value-icon, .value-propositions-top-list h5, .value-propositions-list-content, .choose-list-btn {
  position: relative;
  z-index: 2;
}
.story-icon {
  width: 60px;
  height: 60px;
  background-color: #5CC280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.choose-the-plan-sec.full-width .premium-features {
  text-align: center;
  width: 100%;
  display: block;
  font-family: "Poppins-Bold";
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
ul.story-list li {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    color: #072032;
    list-style-type: none;
    font-family: "Tropiline-Regular";
    padding-left: 20px;
}
ul.story-list {
    padding: 0px;
    display: inline-flex;
    margin: 0px;
    gap: 27px;
}
ul.story-list li:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 7px;
background-image: url(./images/star.svg);
background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.our-story-list-sec .container {
    width: 1348px;
}
.values-list-content {
  text-align: center;
}
.team-content-sub {
  width: 925px;
  margin: 0 auto;
  max-width: 100%;
}
.team-member h3 {
color: #072032 !important;
margin-bottom: 3px;
}
.banner-content.about-content {
  width: 479px;
}
.our-story-list p {
  color: var(--text-color);
  line-height: 25px;
}
.team-member p {
  color: #5C6972;
  line-height: 22px;
}
.value-propositions-top-list .value-icon {
  margin-bottom: 30px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle {
background-image: url(./images/down.png);
width: 24px;
  height: 24px;
 background-size: 16px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0px;
  cursor: pointer;
}
.menu-item-has-children {
  padding-right: 30px;
}
.dropdown-menu {
  padding: 15px !important;
  background-color: #082837;
  top: 33px;
}
.dropdown-menu li a {
  color: #fff !important;
}
.innerpage-header.not-found-header::after {
bottom: 3px;
}
.back_to_hm.full-width .button.common-btn {
  margin: 0 auto;
}
.innerpage-header.not-found-header .innerpage-header-sub {
    min-height: 719px;
}
.nt_page p {
  line-height: 24px !important;
}
.unified-platform-lft-sec, .unified-platform-rgt-sec {
  width: 50%;
}
.unified-platform-sub-sec {
  display: flex;
  gap: 50px;
  align-content: center;
}
.unified-platform-sub-sec.scalable-sec {
  flex-direction: row-reverse;
}
.unified-platform-lft-sec {
  display: flex;
  align-items: center;
}
.visibility-cards-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.visibility-card.product-module-item:hover h4, .visibility-card.product-module-item:hover p {
  color: #fff !important;
}
.visibility-card.product-module-item::before {
  width: 100%;
}
.social-media-links li a img {
    transition: transform 0.3s ease;
}

.social-media-links li a:hover img {
    transform: scale(1.1);
}
.unified-platform-rgt-sec img {
  border-radius: 20px;
}
.faq-lft-sec h3 {
  font-family: "Tropiline-Regular";
}
/* Initial state - hidden */
        .unified-platform-lft-sec,
        .unified-platform-rgt-sec {
            opacity: 0;
        }

        /* Left section animation */
        .unified-platform-lft-sec.animate {
            animation: slideInFromLeft 0.8s ease-out forwards;
        }

        /* Right section animation */
        .unified-platform-rgt-sec.animate {
            animation: slideInFromRight 0.8s ease-out forwards;
        }
        /* Left section animation */
       .unified-platform-sub-sec.scalable-sec .unified-platform-rgt-sec.animate {
            animation: slideInFromLeft 0.8s ease-out forwards;
        }

        /* Right section animation */
       .unified-platform-sub-sec.scalable-sec .unified-platform-lft-sec.animate   {
            animation: slideInFromRight 0.8s ease-out forwards;
        }

        @keyframes slideInFromLeft {
            0% {
                transform: translateX(-100%);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideInFromRight {
            0% {
                transform: translateX(100%);
                opacity: 0;
            }
            100% {
                transform: translateX(0);
                opacity: 1;
            }
        }

        .pricing-banner {
  width: 670px;
  margin: 0 auto;
  max-width: 100%;
}
.pricing-banner .banner-content {
  width: 419px;
}
.pricing-banner .banner-btn {
  gap: 35px;
}
.innerpage-header-sub.pricing-header-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 773px;
}
.innerpage-header.pricing-page-header::after {
  bottom: 58px;
}
.header-act-btns .button.common-btn {
  width: 45px;
  padding: 10px;
}
.header-act-btns .common-btn::before {
  width: 25px;
  height: 25px;
}
.btn-sec.pricing-more-btn {
  gap: 34px;
}
.heverything_you_need_section.full-width {
  background-color: #041119;
}
.everything-you-need-title-sec {
  display: flex;
  align-items: end;
  gap: 71px;
  margin-bottom: 47px;
}
.everything-you-need-btm-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.evrything-need-list {
  border: 1px solid #26343F;
  border-radius: 25px;
  padding: 75px 30px;
}
.evrything-need-image {
  margin-bottom: 27px;
}
.evrything-need-list h3 {
  margin-bottom: 10px;
}
.why-schools-prefer-scola {
  display: flex;
}
.why-schools-prefer-scola-lft {
  width: 45%;
}
 .why-schools-prefer-scola-rgt {
  width: 55%;
  display: flex;
  align-items: center;

}
.why-schools-prefer-scola-rgt-sub.why-schools-prefer-scola-rgt-list-sub {
  padding-bottom: 30px;
}
.prefer-list-lft {
  width: 60px;
  height: 60px;
  display: inline-flex;
  background-color: #5CC280;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 60px;
}
.why-schools-prefer-scola-list {
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.why-schools-prefer-scola-list li {
  width: 100%;
  gap: 25px;
  display: flex;
  align-items: center;
}
.prefer-list-rgt {
  color: #072032;
}
.why-schools-prefer-scola-sec .container {
  width: 1467px;
}
.frm_html_container {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #072032 !important;
  font-family: "Tropiline-Regular" !important;
}
.pricing-form-sec.full-width {
  background-color: #F7F7FA;
}
.pricing-form label, .contact-form-sec label, .booking-form-sec label, .partner-form-sec label {
  font-size: 15px !important;
  line-height: 25px !important;
  font-family: "DMSanst-Regular" !important;
  color: #5C6972 !important;
}
.pricing-form input, .pricing-form select, .pricing-form textarea, .contact-form-sec input, .contact-form-sec select, .contact-form-sec textarea, .booking-form-sec input, .booking-form-sec select, .booking-form-sec textarea, .partner-form-sec input, .partner-form-sec select, .partner-form-sec textarea {
  height: 55px !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 8px !important;
}
.contact-form-sec .container {
  width: 1332px;
}
/* Two main columns */
/* .pricing-form-wrapper {
    display: flex;
    gap: 60px;
}
 */
/* Wrapper should take full width in main grid */
.pricing-form-wrapper {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 30px;
}

/* Left column grid */
.pricing-form-left {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;   /* 👈 horizontal gap */
  align-content: start; 
}

/* Right column grid */
.pricing-form-right {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;   /* 👈 horizontal gap */
  align-content: start; 
}

/* VERY IMPORTANT — allow inner fields to respect frm4 etc */
.pricing-form-left > *,
.pricing-form-right > * {
  grid-column: span 12;
}
.pricing-form-wrapper textarea {
  resize: none;
  overflow: auto;
}
.frm_button_submit.common-btn {
height: 45px !important;
  padding: 0px 20px !important;
  width: fit-content;
  color: #fff !important;
  font-family: "DMSanst-Regular" !important;
  font-size: 16px !important;
  line-height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 30px !important;
  background: var(--btn-color) !important;
  position: relative !important;
  outline: none !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.5s ease-out !important;
  border: 1px solid var(--btn-color) !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
.frm_submit.frm_flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
/* Chrome, Safari, Edge, Opera */
 input[type="number"]::-webkit-outer-spin-button,
 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
 input[type="number"] {
  -moz-appearance: textfield;
}
.pricing-form-sec .container {
  width: 1356px;
}

.platform-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.platform-left-list-sec {
  padding: 107px 245px;
  background-color: #F7F7FA;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  width: 63%;
}
.platform-list li {
  display: flex;
  position: relative;
}
.platform-left-list-sec h3 {
  font-size: 24px;
  color: #008060;
  font-family: "Tropiline-Regular";
  margin: 30px 0px;
}
.platform-right-list-sec {
  width: auto;
  position: absolute;
right: 245px;
  top: 50%;
  transform: translateY(-50%);
}
.platform-right-list-sec img {
  height: 469px;
}
.platform-lft-sec ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}
.platform-lft-sec ul li {
  position: relative;
  padding-left: 27px;
  display: block;
}
.platform-lft-sec ul li::before {
  content: "";
  position: absolute;
 background-image: url(./images/green-tick.svg);
 width: 14px;
  height: 10px;
  left: 0px;
  top: 8px;
}
.platform-lft-sec p, .platform-lft-sec ul li {
  font-size: 20px;
  line-height: 30px;
}
.platform-list li:nth-child(even) {
    flex-direction: row-reverse;
}
.platform-list li:nth-child(even) .platform-right-list-sec {
  right: unset;
  left: 245px;
}
.platform-list li:nth-child(even) .platform-left-list-sec {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
    border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  padding-left: 293px;
}

/* .platform-right-list-sec {
  background-image: url(./images/image-border.png);
}
.platform-right-list-sec {
  background-image: url(./images/image-border.png);
  background-size: cover;
  padding: 39px 16px 10px 23px;
  text-align: center;
  width: 710px;
  height: 530px;
}
.platform-right-list-sec img {
  border-radius: 17px;
} */
 .platform-right-list-sec {
  background-image: url(./images/image-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;   /* makes border fit container */
  display: inline-block;        /* shrink to image size */
  padding: 36px 46px 60px 48px;/* adjust to match border thickness */
}

.platform-right-list-sec img {
  border-radius: 30px;
}
.usecase-image img {
 width: 100% !important;
 object-fit: cover;
  object-position: center;
}
.usecase-item {
  width: 886px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
}
.use-case-sec {
  background-color: #F7F7FA;
}
.usecase-inner {
display: flex;
  width: 100%;
}
.usecase-image {
  width: 37%;
  display: flex;
}
.usecase-content {
  width: 63%;
  padding: 78px 53px;
}
.usecase-sub-sec {
  width: 886px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
.usecase-description p {
  font-size: 20px;
  line-height: 30px;
}
.usecase-content h5 {
  color: #072032;
}
.usecase-description {
  padding-right: 94px;
}
.pricing-banner.platform-banner {
  width: 831px;
  max-width: 100%;
}
.pricing-banner.platform-banner .banner-content {
  width: 831px;
}
.why-this-matter-sec.full-width {
  background-color: #041119;
}
.why-this-matter-sub-sec {
  display: flex;
  gap: 57px;
  align-items: center;
}
.why-this-matter-rgt-sec {
  width: 42%;
}
.why-this-matter-lft-sec {
  width: 58%;
}
.why-this-matter-rgt-sec ul li {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.why-this-matter-rgt-sec h2, .why-this-matter-rgt-sec p {
  color: #fff;
}
.why-this-matter-rgt-sec ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.why-this-matter-rgt-sec ul li {
  position: relative;
  padding-left: 30px;
}
.why-this-matter-rgt-sec ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  left: 0px;
  top: 14px;
  border-radius: 50%;
}
.why-this-matter-rgt-sec h2 {
  margin-bottom: 30px;
}
.why-this-matter-rgt-sec p {
  margin-bottom: 0px;
}
.padding-20 {
  padding-top: 10px;
}
.platform-lft-sec {
  width: 95%;
} 
.usecase-sub-sec .owl-carousel .owl-stage-outer {
  border-radius: 15px;
}
.how_scola_pricing_works_section h5 {
  width: 332px;
  max-width: 100%;
}
.contact-option-sec.full-width, .contact-form-sec {
  background-color: #f7f7fa;
}
.contact-options-list-sec {
  display: flex;
  gap: 25px;
}
.contact-options-list {
  border-radius: 25px;
  padding: 35px;
}
.contact-options-list:nth-of-type(1) {
  background-color: #082837;
}
.contact-options-list:nth-of-type(2) {
  background-color: #fff;
}
.contact-options-list:nth-of-type(3) {
  background-color: #5cc280;
}
.contact-options-list:nth-of-type(1) h3, .contact-options-list:nth-of-type(3) h3, .contact-options-list:nth-of-type(1) p, .contact-options-list:nth-of-type(3) p, .contact-options-list:nth-of-type(3) ul li a {
  color: #fff;
}
.contact-options-list:nth-of-type(2) h3 {
 color: #008060;
}
.contact-address-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
.contact-address-list li:nth-of-type(1) {
  margin-bottom: 15px;
}
.contact-address-list li a {
  font-family: "Tropiline-Regular";
  font-size: 20px;
  line-height: 30px;
}
.contact-options-list {
  min-height: 251px;
  display: flex;
  align-items: center;
  width: 33.3%;
}
.contact-btn-sec {
  margin-top: 24px;
  width: 100%;
}
.contact-option-sec.full-width .container {
  width: 1428px;
}
.contact-form-wrapper {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 30px;
}

/* Left column */
.contact-form-left {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  /* row-gap: 20px; */
  align-content: start;
}

/* Right column */
.contact-form-right {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  /* row-gap: 20px; */
  align-content: start;
}

/* Allow Formidable layout classes to work */
.contact-form-left > *,
.contact-form-right > * {
  grid-column: span 12;
}
.contact-form-right textarea {
  min-height: 373px;
}
.frm_html_container {
  margin-bottom: 12px !important;
}
.contact-form-sec.full-width .frm_button_submit.common-btn {
  min-width: 227px !important;
}
.embed-map-frame {
  width:100% !important;
  height:581px !important;
}
.our-office-sec  .container {
  width: 1333px;
}
.office-address-sec label {
  font-size: 20px !important;
  color: #072032 !important;
}
.our-office-sub-sec {
  display: flex;
  gap: 60px;
}
.our-office-rgt-sec {
  width: 53%;
}
.our-office-lft-sec {
  width: 47%;
}
.office-address-lft strong {
  font-weight: 400;
  width: 100%;
  float: left;
  color: #072032;
}
.office-address-sec {
  display: flex;
  gap: 50px;
}
.office-address-rgt {
  width: 36%;
}
.office-address-lft {
  width: 64%;
}
.office-address-sec p {
  margin: 0px;
}
.office-address-rgt {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* Default placeholder color */
.frm_form_field select {
  color: #5C6972;
}

/* When user selects real option */
.frm_form_field select option:not([value=""]) {
  color: #000;
}
.full-width-banner-content {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.contact-options-list-sub h3 {
  font-family: "Tropiline-Regular";
}
.banner-content.demo-banner-content {
  width: 700px;
}
.what-to-expect-list {
  background-color: #F7F7FA;
  padding: 55px 18px;
  min-height: 322px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 25%;
}
.what-to-expect-list-sec {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.what-to-expect-list h3 {
  font-family: "Tropiline-Regular";
  color: #072032;
  line-height: 30px;
  min-height: 60px;
}
.what-to-expect-sub-sec {
  text-align: center;
}
.expect-icon {
  margin-bottom: 21px;
}
.what-to-expect-top-sec {
  width: 834px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 10px;
}
.what-to-expect-list-sub p {
  width: 269px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 5px;
  max-width: 100%;
  min-height: 75px;
}
.demo-list {
  font-size: 24px;
  color: #09C382;
  font-family: "Tropiline-Regular";
  line-height: 34px;
  border-radius: 25px;
  background-color: #121B22;
  border: 1px solid #26343F;
  padding: 38px 30px;
  text-align: center;
}
.demo-list-sec {
  display: inline-flex;
  gap: 25px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.demo-list-sub-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-form-sec.full-width {
  background-color: #F7F7FA;
}
.booking-form-wrapper {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 30px;
}

/* Left column */
.booking-form-left {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  align-content: start;
}

/* Right column */
.booking-form-right {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  align-content: start;
}

/* Allow Formidable internal layout (frm6, frm12 etc) */
.booking-form-left > *,
.booking-form-right > * {
  grid-column: span 12;
}
.demo-form-booking-sub-sec .frm_button_submit.common-btn, .partner-form-sec .frm_button_submit.common-btn {
  min-width: 232px;
}
.booking-form-sec .container {
  width: 1331px;
}

.with_frm_style .frm_radio input[type="radio"]::before {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #008060 !important;
  margin: 4px !important;
}
.with_frm_style .frm_radio input[type="radio"], .with_frm_style .frm_checkbox input[type="checkbox"] {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  border: 1px solid #008060 !important;
}
body .frm_forms.with_frm_style .frm_fields_container .frm_radio input[type="radio"]:not([disabled]):checked, body .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type="checkbox"]:not([disabled]):checked {
  border-color: 1px solid #008060 !important;
}
body input[type="radio"]:active:focus:focus-visible:focus-within {
  box-shadow: none !important;
}
.booking-form-sec.full-width textarea {
  height: 146px !important;
}
.frm_submit.frm_flex {
  margin-top: 30px;
}
.trust-list-sec {
  display: inline-flex;
  gap: 58px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-sec {
  display: flex;
  justify-content: center;
}

.trust-image {
  margin-bottom: 10px;
}
.who-this-is-for-section.full-width {
  background-color: #F7F7FA;
}
.who-this-is-for-list-sub-section {
  display: inline-flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.who-this-is-for-list {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Tropiline-Regular";
  color: #072032;
  font-size: 20px;
  line-height: 30px;
}
.who-this-is-for-section.full-width .container {
  width: 1180px;
}
.prefer-list-rgt-content {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #5C6972;
}
.prefer-list-rgt-title {
  font-family: "Tropiline-Regular";
}
.why-become-a-scola-partner-sec.full-width .container {
  width: 1911px;
}
.how-it-works-list-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
  .how-it-works-lists {
  display: inline-flex;
  gap: 50px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.how-it-works-list {
  display: flex;
  gap: 15px;
  justify-content: center;
  color: #fff;
}
.partner-form-sec.full-width {
  background-color: #f7f7fa;
}
.partner-form-sec .partner-form-wrapper {
  grid-column: span 12 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 30px;
}

.partner-form-sec .partner-form-left,
.partner-form-sec .partner-form-right {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 15px;
  align-content: start;
}

/* .partner-form-sec .partner-form-left > *,
.partner-form-sec .partner-form-right > * {
  grid-column: span 12;
} */

.partner-form-sec.full-width textarea {
  height: 187px !important;
}
.post-tabs {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.post-tabs li {
  padding: 12px 30px 10px 30px;
  background-color: #F7F7FA;
  font-size: 16px;
  font-family: "Tropiline-Regular";
  line-height: 12px;
  border-radius: 69px;
  text-align: center;
  cursor: pointer;
  min-width: 78px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-tab-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-tabs li.active {
  background-color: #008060;
  color: #fff;
}

.post-container, .post-container1 {
  margin-top: 50px;
  width: 100%;
 display:grid;
grid-template-columns:repeat(3,1fr);
gap:31px;
row-gap: 50px;
}
.post-card {
  width: 100%;
}
.post-card img{
width:100%;
border-radius:20px;
height: 322px;
  object-fit: cover;
}
.post-img {
  margin-bottom: 27px;
}
.post-card h3{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-card p{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.loadmore-wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
#loadmore {
  background-color: #F7F7FA;
  min-width: 141px;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
  border: 0px;
  font-size: 16px;
  line-height: 26px;
  font-family: "Tropiline-Regular";
  cursor: pointer;
}


.post-container{
transition: all 0.45s ease;
}
.post-container.slide-in{
opacity:1;
transform: translateX(0);
}
.post-container.slide-out-left{
opacity:0 !important;
transform: translateX(-40px) !important;
}

.post-container.slide-out-right{
opacity:0 !important;
transform: translateX(40px) !important;
}

.usecase-title{
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

.usecase-description{
display:-webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient:vertical;
overflow:hidden;
}
.post-card a {
  color: var(--title-color) !important;
}
.post-categories {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.post-categories li a{
  background-color: #008060;
  padding: 10px 20px;
  border-radius: 69px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "Tropiline-Regular";
  display: inline-flex;
  line-height: 24px;
}
.single_page_cnt, .single_page_cnt p, .single_page_cnt ul li {
  font-size: 20px;
  line-height: 30px;
}
.single_page_cnt.full-width h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 30px 0px 20px 0px;
}
.single_page_cnt.full-width ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
.single_page_cnt.full-width ul li {
  position: relative;
  padding-left: 30px;
}

.single_page_cnt.full-width ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
background-image: url(./images/green-check.svg);
left: 0px;
top: 0px;
}
.single_page_cnt.full-width ul {
  list-style-type: none;
  margin: 0;
    margin-bottom: 0px;
  padding: 0px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single_page_cnt.full-width ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(./images/green-check.svg);
  left: 0px;
  top: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.single_page_cnt.full-width h6 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 8px;
}
.sidebar-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 31px;
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.single_main_sec img {
  height: 660px;
  width: 100%;
  object-fit: cover;
}
.schoolas-operation-sub-sec {
  display: flex;
  gap: 35px;
}
.schoolas-operation-lft-sec {
  display: flex;
  align-items: center;
}
.schools-operation-rgt-sub-sec {
   background-image: url(./images/school-operation-frame.png);
   background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
padding: 33px 44px 55px 46px;

}
.schools-operation-rgt-sub-sec img {
  border-radius: 19px;
}
.padding-80 {
  padding-top: 80px;
}
.workflow-content {
  color: #fff;
  margin: 0px;
}
.save-time-sub-sec {
  display: flex;
  gap: 88px;
}
.save-time-rgt-sec {
  width: 60%;
}
.save-time-lft-sec {
  width: 40%;
}
.save-time-list-no {
  font-family: "DMSans-SemiBold";
  font-size: 16px;
  line-height: 26px;
  color: #072032;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.save-time-list h3 {
  font-family: "Tropiline-SemiBold";
  color: rgb(7, 32, 50);
  margin-top: 15px;
  margin-bottom: 7px;
}
.font-20.save-time-content {
  color: #008060;
  font-family: "Tropiline-Italic";
}
.save-time-list-sec {
  display: grid;
  gap: 61px;
    column-gap: 61px;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 41px;
}
.app-list {
  background-color: #F7F7FA;
  min-height: 164px;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.app-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.no-hidden-fees-sec {
  color: #008060;
  font-family: "Tropiline-Italic";
}
.app-list-btn p {
  margin: 0px;
}
.app-list-btn.full-width.text-center {
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operations-sec {
  background-color: #f7f7fa;
}
.one-platform-header-secs {
  display: flex;
  gap: 179px;
  align-items: end;
}
.one-platform-header-rgt-sec {
  width: 20%;
}
.one-platform-header-lft-sec {
  width: 80%;
}
.one-platform-sub-sec {
  display: flex;
  gap: 22px;
}
.one-platform-lft-sec {
  background-color: #5CC280;
  border-radius: 25px;
  padding: 54px;
    padding-left: 54px;
  padding-left: 0px;
}
.school-operations-list {
  background-color: #FAFAFA;
  border-radius: 25px;
    padding: 40px 34px;
  min-height: 269px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.school-operations-list-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.school-operations-list-img {
  margin-bottom: 50px;
}
.school-operations-list h3 {
  font-family: "Tropiline-Regular";
  margin-bottom: 10px;
}
.one-platform-lft-sub-sec {
  position: relative;
  width: 78%;
}
.one-platform-mobile-sec {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 171px;
  height: 341px;
  display: flex;
}
.one-platform-mobile-sec img {
  object-fit: cover;
  /* border-radius: 20px; */
}
.one-platform-desktop-sec img {
  /* height: 442px;
  border-radius: 20px; */
  width: 100%;
  object-fit: cover;
}
.full-width.one-platform-main-sec .container {
  width: 1727px;
}
.one-platform-rgt-sec, .one-platform-lft-sec {
  width: 50%;
}
.one-platform-desktop-sec {
  margin-left: -150px;
}
.one-platform-lft-sec {
  background-color: #5CC280;
  border-radius: 25px;
  padding: 54px;
    padding-left: 54px;
  padding-left: 0px;
  display: flex;
  align-items: center;
    overflow: hidden;
}
/* ===== BANNER SLIDER ===== */
.banner-slider-sub {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;        /* CRITICAL — never allow wrapping */
  overflow: hidden;
  position: relative;
}

/* Mobile device frame */
.mobile-image-slide {
  background-image: url(./images/banner-mobile-slider.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
 padding: 23px 23px 0px 22px;
  width: 337px;
  height: 527px;
  opacity: 0;
  transform: none;
  margin-right: -155px;
  z-index: 9;
  flex-shrink: 0;           /* CRITICAL — don't let flex squish it */
  position: relative;
}

/* Web/tablet device frame */
.web-image-slide {
  background-image: url(./images/banner-web-slider.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 36px 39px 0px 40px;
  width: 1088px;
height: 629px;
  opacity: 0;
  transform: none;
  flex-shrink: 0;           /* CRITICAL — don't let flex squish it */
}

.mobile-image-slide img,
.web-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.web-image-slide img {
  border-radius: 26px;
}

/* ===== ANIMATIONS — fade only, no vertical movement ===== */
.animate-mobile {
  animation: deviceFadeIn 0.6s ease forwards;
}
.animate-web {
  animation: deviceFadeIn 0.8s ease forwards;
  animation-delay: 0.1s;
}
@keyframes deviceFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.home_sec {
  flex-direction: column;
}
.banner-slider-main.full-width {
  position: relative;
  z-index: 9;
  padding: 0px 30px;
}
/* .one-platform-desktop-sec {
    background-image: url(./images/operations-desktop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 22px 26px 22px 40px;
}
.one-platform-mobile-sec {
    background-image: url(./images/operations-mobile.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 12px 12px 11px;
} */
.textimonial-metrics {
  color: #008060;
  font-family: "Tropiline-Italic";
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-btn-gap {
  gap: 35px;
}
.running-schools-sec.full-width .container {
  width: 1190px;
}
.roll-based-list ul {
  padding-left: 14px;
  margin-bottom: 20px;
}
.less-manual-work-sec.full-width h2 {
  color: #072032;
}
.less-manual-work-sec.full-width ul li {
  color: #072032;
}
.less-manual-work-sec.full-width ul li::after {
  background-color: #072032;
}
.less-manual-work-sec.full-width {
  background-color: #f7f7fa;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width p {
  margin: 0px;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width ul {
  padding-left: 0px;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width .why-schools-prefer-scola {
  flex-direction: row-reverse;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width ul li {
  font-size: 20px;
  line-height: 30px;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  color: #072032;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #072032;
  left: 0px;
  top: 14px;
  border-radius: 50%;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width ul li {
  position: relative;
  padding-left: 30px;
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width .why-schools-prefer-scola-rgt {
  display: flex;
  align-items: center;
}
.adminssion-fee.radius-40 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-slider-sub {
    padding-right: 148px;
}
.newsletter-main-sec {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.subscription-btn-sec.full-width {
  display: flex;
  justify-content: center;
}
.tnp-field.tnp-field-email {
    width: 334px;
    max-width: 100%;
}
.frm_forms .frm_error_style ~ .frm_message{
    display:none;
}

.platform-right-list-sec.platform-mobile-image-sec {
  right: 550px;
}
.platform-right-list-sec.platform-mobile-image-sec {
background-image: url(./images/platform-phone.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
padding: 18px 25px 17px 17px;
 width: 269px;
    height: 537px;
}
.platform-list li:nth-child(2n) .platform-right-list-sec.platform-mobile-image-sec {
  right: unset;
  left: 550px;
}
.platform-right-list-sec.platform-mobile-image-sec img {
  width: 100%;
  height: 100%;
border-radius: 28px;
}

p.no-posts {
    text-align: center;
    color: #008060;
    font-family: "Tropiline-Italic";
    width: 100%;
    font-size: 20px;
}
.web-image-slide.slide-web img, .mobile-image-slide.slide-mobile img {
  height: 100%;
  object-position: top;
}
.social-media-links li {
  width: 30px;
}
.schoolas-operation-lft-sec {
  width: 49%;
}
.schools-operation-rgt-sec {
  width: 51%;
}
.choose-the-plan-sec.workflows-sec.full-width .owl-dot.active span {
  background-color: #09C382;
}


/* Loader Style */
 :root {
      --green-deep:  #0a2e1f;
      --green-mid:   #0d4a30;
      --green-brand: #1a7a4a;
      --green-light: #2dbd78;
      --green-glow:  #3effa0;
      --white:       #ffffff;
      --off-white:   #f4f9f6;
    }
 /* ─── LOADER OVERLAY ─────────────────────────────────── */
    #scola-loader {
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: var(--green-deep);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 36px;
      overflow: hidden;

      /* exit transition */
      transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                  transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #scola-loader.hide {
      opacity: 0;
      transform: translateY(-24px);
      pointer-events: none;
    }

    /* ── radial ambient glow ── */
    #scola-loader::before {
      content: '';
      position: absolute;
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(26,122,74,.35) 0%, transparent 70%);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      animation: pulse-glow 2.4s ease-in-out infinite;
    }

    @keyframes pulse-glow {
      0%, 100% { transform: translate(-50%,-50%) scale(1);   opacity: .6; }
      50%       { transform: translate(-50%,-50%) scale(1.15); opacity: 1; }
    }

    /* ── floating particles ── */
    .particle {
      position: absolute;
      width: 4px; height: 4px;
      border-radius: 50%;
      background: var(--green-glow);
      opacity: 0;
      animation: float-particle 3.5s ease-in-out infinite;
    }
    .particle:nth-child(1)  { left: 20%; top: 30%; animation-delay: 0s;    animation-duration: 3.2s; }
    .particle:nth-child(2)  { left: 75%; top: 20%; animation-delay: .5s;   animation-duration: 4s;   width:6px; height:6px; }
    .particle:nth-child(3)  { left: 60%; top: 70%; animation-delay: 1s;    animation-duration: 3.6s; }
    .particle:nth-child(4)  { left: 30%; top: 75%; animation-delay: 1.5s;  animation-duration: 2.8s; width:3px; height:3px; }
    .particle:nth-child(5)  { left: 85%; top: 55%; animation-delay: .8s;   animation-duration: 4.2s; width:5px; height:5px; }
    .particle:nth-child(6)  { left: 10%; top: 60%; animation-delay: 2s;    animation-duration: 3s;   width:3px; height:3px; }

    @keyframes float-particle {
      0%   { opacity: 0; transform: translateY(0)   scale(0.5); }
      30%  { opacity: .8; }
      70%  { opacity: .5; }
      100% { opacity: 0; transform: translateY(-60px) scale(1.2); }
    }

    /* ── logo ── */
    .loader-logo {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 10px;
      animation: logo-enter .8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    }

    @keyframes logo-enter {
      from { opacity: 0; transform: translateY(16px) scale(.9); }
      to   { opacity: 1; transform: translateY(0)    scale(1);  }
    }

    .loader-logo svg {
      width: 169px; height: 50px;
    }

    .loader-logo-text {
      font-family: 'Syne', sans-serif;
      font-weight: 800;
      font-size: 2rem;
      color: var(--white);
      letter-spacing: -0.02em;
    }

    /* ── spinner ring ── */
    .loader-ring-wrap {
      position: relative;
      z-index: 1;
      width: 72px; height: 72px;
      animation: ring-enter .6s .2s ease both;
    }

    @keyframes ring-enter {
      from { opacity: 0; transform: scale(.7); }
      to   { opacity: 1; transform: scale(1);  }
    }

    .loader-ring {
      width: 100%; height: 100%;
      border-radius: 50%;
      border: 3px solid rgba(255,255,255,.08);
      border-top-color:  var(--green-glow);
      border-right-color: var(--green-light);
      animation: spin 1s linear infinite;
    }

    .loader-ring-inner {
      position: absolute;
      inset: 10px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,.05);
      border-bottom-color: var(--green-brand);
      animation: spin 1.6s linear infinite reverse;
    }

    .loader-ring-dot {
      position: absolute;
      inset: 0;
      animation: spin 1s linear infinite;
    }
    .loader-ring-dot::after {
      content: '';
      position: absolute;
      top: -2px; left: 50%;
      transform: translateX(-50%);
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--green-glow);
      box-shadow: 0 0 12px 4px var(--green-glow);
    }

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

    /* ── progress bar ── */
    .loader-progress-wrap {
      position: relative;
      z-index: 1;
      width: 220px;
      animation: fade-up .6s .4s ease both;
    }

    @keyframes fade-up {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .loader-progress-track {
      width: 100%;
      height: 3px;
      background: rgba(255,255,255,.1);
      border-radius: 99px;
      overflow: hidden;
    }

    .loader-progress-fill {
      height: 100%;
      width: 0%;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--green-brand), var(--green-glow));
      box-shadow: 0 0 10px var(--green-glow);
      transition: width .08s linear;
    }

    .loader-status {
      margin-top: 10px;
      text-align: center;
      font-family: 'DM Sans', sans-serif;
      font-size: .72rem;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.4);
    }

    /* ─── PAGE CONTENT (hidden until loaded) ─── */
  #page-content > *:not(header) {
  opacity: 0;
  transition: opacity 0.8s 0.1s ease;
}

#page-content.visible > *:not(header) {
  opacity: 1;
}



/* Loader ends */

.frm_fields_container input:-webkit-autofill,
.frm_fields_container input:-webkit-autofill:hover,
.frm_fields_container input:-webkit-autofill:focus,
.frm_fields_container input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #444444 !important;
  background-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.who-this-is-for-list img {
  margin-bottom: 5px;
}
.partner-form-sec.full-width .container {
  width: 1347px;
}
.feature-pillars-list h6 {
  font-family: "Tropiline-Regular";
}
.why-become-a-scola-partner-sec.always-accessible-section.full-width .container {
  width: 1579px;
}
#carousel2 .owl-stage {
    display: flex;
}

#carousel2 .owl-item {
    display: flex;
}

#carousel2 .owl-item > div {
    height: 100%;
}
.faq-card:last-child .faq-header {
  padding-bottom: 0px;
}
.faq-card:last-child .faq-answer {
  padding-bottom: 0px;
}
.contact-address-list li a {
  gap: 15px;
  display: inline-flex;
  align-content: center;
}
.form-field {
  position: relative;
}
.frm_error {
  position: absolute;
  bottom: -25px;
  left: 0px;
}
.frm_error_style ~ .frm_form_fields .form-field {
  margin-bottom: 28px !important;
}
.working-hrs-list {
  display: flex;
  gap: 17px;
  font-size: 16px;
  color: #5C6972;
  line-height: 26px;
}
.working-hrs-list-last {
  color: #072032;
}
.office-address-lft-list.working-hrs-list-main p {
  margin: 0px;
}
.office-address-lft-list.working-hrs-list-main label {
  font-size: 20px !important;
  color: #072032 !important;
}
.need-title-text, .evrything-need-list p {
  color: #fff;
}
.transform-sub-sec.full-width .button {
  min-width: 153px;
}

.transform-sub-sec.full-width .button.whatsapp-btn-talk {
  min-width: 203px;
}
.trust-content.font-18 {
  font-family: "Tropiline-Regular";
  color: #072032;
  font-size: 18px;
  line-height: 28px;
}
.pricing-form fieldset {
  padding-bottom: 0px !important;
}
#frm_field_6_container {
  margin-bottom: 0px;
}
.frm_submit.frm_flex button {
  margin-bottom: 0px !important;
}
.maintenance-page div#scola-loader {
    display: none;
}
.btn-sec.full-width.pricing-more-btn.book-demo-button {
  gap: 17px;
}
.value-icon img {
    height: 100px;
    object-fit: contain;
}
.our-story-lft-sub .padding-30 {
  padding-top: 30px;
}
.app-list h3 {
  font-family: "Tropiline-Regular";
}
.usecase-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.choose-the-plan-sec.workflows-sec.full-width .usecase-content {
  background-color: #fff;
}
.choose-the-plan-sec.workflows-sec.full-width .usecase-item {
  background-color: #031118;
}
.usecase-content {
      border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.testimonial-sec.full-width {
  display: none;
}
fieldset {
  padding-bottom: 0px !important;
}
.green-text {
  color: #09C382;
}
.platform-left-list-sec h3 {
  font-family: "Tropiline-Italic";
}
.pricing-form-left{
    order: 2;
}

.pricing-form-right{
    order: 1;
}
.pricing-form-left .frm_submit.frm_flex {
  justify-content: end;
}
.newsletter-main-sec .tnp-field.tnp-field-email input {
height: 55px !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  width: 100%;
  padding: 17px 23px !important;
  border-radius: 6px !important;
  color: #041119 !important;
  height: 67px;
  font-size: 16px !important;
  box-shadow: none !important;
  background-color: #f7f7fa !important;
  border: 0px !important;
  margin-bottom: 20px !important;
}

.newsletter-main-sec .tnp-field.tnp-field-button input {
height: 45px !important;
  padding: 0px 20px !important;
  width: fit-content;
  color: #fff !important;
  font-family: "DMSanst-Regular" !important;
  font-size: 16px !important;
  line-height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 30px !important;
  background: var(--btn-color) !important;
  position: relative !important;
  outline: none !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.5s ease-out !important;
  border: 1px solid var(--btn-color) !important;
  width: 200px !important;
}
.newsletter-main-sec label {
  text-align: left;
}
.newsletter-main-sec .tnp-field.tnp-field-button {
  width: 200px;
  max-width: 100%;
margin: 0 auto !important;
}
.newsletter-main-sec form {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
}
.newsletter-main-sec .tnp-field.tnp-field-email {
  width: 100%;
}