﻿:root{
  --bg-start: #f6f9fb;
  --bg-end: #eef4fb;
  --accent1: #6b78b2;  
  --accent2: #b57a6a;  
  --heading-dark: #052243;
  --muted: #5b6a79;
  --max-width: 1100px;
}
 
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,body{ font-family: apple-system, BlinkMacSystemFont,
  "SF Pro Display", "SF Pro Text",
  "Helvetica Neue", Arial, sans-serif,
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
}
.top-header {
  width: 100%;
  padding: 12px 40px;
  background: #243651;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.top-header .logo img {
  height: 46px;
  border-radius: 14px;
  background: #fff;
  padding: 5px 10px;
}
.school-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 9px 35px;
  border-radius: 14px;
  width: fit-content;
  box-shadow: 2px 2px 12px -2px #00000033;
  border: 1px solid #edf0f5;
  margin-bottom: 14px;
}
.schoollogo .owl-nav.disabled {
  display: none;
}
.school-logo {
  width: 55px !important;
  height: 50px;
  object-fit: contain;
}
.schoollogosec{
  padding: 50px 0px;
  background: #f5f7fa;
}
.school-name {
  font-size: 18px;
  font-weight: 500;
  color: #3a3f52;
}
.schoollogosec p {
  text-align: center;
  margin-bottom: 40px;
}
nav {
  display: flex;
  gap: 40px;
}
nav.active a {
  color: #fff !important;
}
nav a {
  color: #ffffffe6;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  font-weight: 500;
}

nav a:hover {
  opacity: 0.7;
}

.btns {
  display: flex;
  gap: 15px;
}

.login-btn {
  padding: 8px 22px;
  background: transparent;
  border: 1px solid #6E7C92;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.top-header-btn {
  padding: 8px 16px;
  background: #ff9f43;
  border-radius: 10px;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 16px;
}
div#menuToggle {
  display: none;
}
nav a:hover {
  color: #fff;
}
.top-header.sticky {
  background: #EEF2F5;
  padding: 8px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);

  /* New properties for shrinking and centering */
  width: 50%;          /* shrink width */
  left: 50%;     
  margin-top: 20px;      /* move the left edge to the center point */
  transform: translateX(-50%); /* center the header horizontally */
  border-radius: 15px; /* optional: make corners rounded when sticky */
}
.dashboardvalue {
  color: #0a2342;
  font-size: 20px;
  font-weight: bold;
}
.top-header.sticky nav a {
  color: #000;
}

.top-header.sticky .login-btn {
  border-color: #bfc5d1;
  color: #000;
}

.top-header.sticky .top-header-btn {
  background: #FFA645;
}

.hero{ 
color: var(--heading-dark);  
  text-align:center;
  width:100%; 
  margin:0 auto; 
  padding:60px 20px;
}
.videocontent {
  position: absolute;
  top: 40%;
  left: 0;
  color: #fffc;
  opacity: 0;
  font-size: 16px;
}
.card:hover .video>.videocontent {
  opacity: 1;
}

.heroslider{
  padding:150px 0px 100px 0px;
  display:flex;
  justify-content:space-between;
  align-items:center;
} 
h1{
  font-size:70px;
  line-height:1.15;
  font-weight:700;
  margin-top:18px;
}   
.heroslider .owl-dots.disabled {
  display: none;
}
.heroslidersec {
  position: relative;
  width: 100%;
  padding:80px 0px;
  overflow: hidden;
  background: #0a1d3afa;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
}
.top-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#c9d6df;
  font-size:14px;
  margin-bottom:18px;
}
.top-badge .square{
  width:12px;height:12px;border-radius:2px;background:#a77b55;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.03);
}

/* pill "data-driven growth" */
.meta-pill{
  display:inline-block;
  padding:10px 16px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border:1px solid rgba(255,255,255,0.03);
  color:#d6eefc;
  font-weight:600;
  font-size:14px;
  margin-bottom:18px;
  box-shadow: 0 6px 18px rgba(2,20,30,0.25);
}

.herodiv{
  display:flex;
  gap:28px;
  align-items:flex-start;
  flex-wrap:wrap;
}

.hero-left{
  flex:1 1 700px;
  min-width:280px;
}
.gradient-text{
  /* gradient applied and clipped to text */
  background: linear-gradient(90deg, #00c66a, #00b5d9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display:inline-block;
  padding-right:6px;
  position:relative;
}

/* add a slight pixel-ish outline using text-shadow stack */
.gradient-text{
  text-shadow:
    0 1px 0 rgba(0,0,0,0.15),
    0 2px 0 rgba(0,0,0,0.06),
    0 6px 22px rgba(2,20,30,0.45);
}

p.lead{
  font-size:18px;
  color:#b9c7d4;
  max-width:780px;
  line-height:1.6;
  margin:10px 0 22px;
  font-weight:500;
}

/* chips / badges row */
.chips{
  display:flex;
  gap:12px;
  align-items:center;
  margin:18px 0 26px;
  flex-wrap:wrap;
}
.chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:#ffffff0d;
  border:1px solid rgba(255,255,255,0.03);
  color:#cbe6d9;
  font-weight:600;
  font-size:14px;
}
.chip .dot{
  width:10px;height:10px;border-radius:50%;
  background:#00c66a;
  box-shadow:0 0 6px rgba(0,198,106,0.28);
}

/* buttons */
.actions{display:flex;gap:12px;align-items:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:10px;
  font-weight:700;
  border:0;
  cursor:pointer;
  font-size:15px;
  min-width:140px;
}
.heroslider .btn-primary{
  background: transparent;
  color: white;
  width: auto;
  margin-top: 0;
  font-weight: 100;
}
.btn-ghost,.btn-ghost:hover{
  background:transparent;
  color:#d4e6f3;
  border:1px solid rgba(255,255,255,0.08);
  padding:11px 16px;
  min-width:150px;
}
.heroslidersec-content h1{
  margin:6px 0 18px;
  font-size:54px;
  line-height:0.95;
  font-weight:800;
  color:#fff;
  letter-spacing:-1px;
  max-width:100%;
  /* subtle text shadow to mimic the bold embossed look */
  text-shadow: 0 6px 20px rgba(2,12,20,0.6);
}

@keyframes pop{
  from{opacity:0; transform:scale(.8);} to{opacity:1; transform:scale(1);}
}

.metric-card{
  background:linear-gradient(135deg,#7e3bff60,#c77dff60);
  padding:15px 20px;
  border-radius:15px;
  margin-bottom:15px;
}
.metric-title{font-size:16px; opacity:0.9;}
.metric-value{font-size:28px; font-weight:700; margin-top:5px;}

.section-title{margin-top:25px; font-size:20px; font-weight:600;}
.label{opacity:.8; margin-top:8px;}
.demo-btn{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-30px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(250,250,255,0.9));
  padding:10px 18px;
  border-radius:28px;
  box-shadow: 0 6px 18px rgba(20,40,80,0.08);
  border:1px solid rgba(10,30,60,0.06);
  font-weight:600;
  color:#0b3b6e;
  font-size:14px;
  white-space:nowrap;
}
.demo-btn .dot{
  width:8px;height:8px;border-radius:50%;background:#f5a623;box-shadow:0 0 0 4px rgba(245,166,35,0.08);
}
.demo-btn .play{
  width:18px;height:18px;border-radius:50%;border:2px solid #0b3b6e;display:inline-grid;place-items:center;font-size:10px;
}
 
.eyebrow{
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight:800;
  letter-spacing: -0.02em;
  color: var(--heading-dark);
  line-height:1;
  margin-top:20px;  
}
 
.eyebrow .line-break{
  display:block;
  margin-top:10px;
}

.gradient-word{
  display:inline-block; 
  font-size: clamp(38px, 8.5vw, 84px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 80px;
  background: linear-gradient(90deg, var(--accent1) 0%, #8f92b7 35%, var(--accent2) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 6px 18px rgb(80 95 120 / 8%);
  display: block;
  margin-top: -10px;
}
 
.top-line{
  font-size: clamp(28px, 4.6vw, 48px);
  font-weight: 700;
  color: var(--heading-dark);
  display: block;
  line-height: 1.1;
}
 
.sub{
  max-width: 820px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: clamp(20px, 1.8vw, 18px);
  line-height:1.9;
  font-weight:500;
  padding-bottom: 50px;
}
 
.cardcontainer{
  display: flex;
  gap: 35px;
  justify-content: center;
}

.card{
  width: 100%;
  background: white;
  border-radius: 26px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
  overflow: hidden;
  transition: all 0.3s ease-in;
  border: 2px solid #000;
  margin-bottom: 10px;
}
.card:hover {
  transform: scale(1.05);
}
/* VIDEO SECTION */
.video{
  height: 300px;
  position: relative;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
}
.video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TOP TAG LEFT */
.tag-left{
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  background: #ffffff1c;
  padding: 7px 18px;
  border-radius: 28px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  gap: 7px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
  backdrop-filter: blur(12px);
}

/* TOP TAG RIGHT */
.tag-right{
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  padding: 7px 18px;
  border-radius: 28px;
  font-size: 14px;
  color: #004aad;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
}

/* PLAY BUTTON */
.play-btn{
  width: 75px;
  height: 75px;
  background: #ffffff2e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 25px rgb(255 0 90 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(13px);
  border: 2px solid #fff;
}
.play-btn:before{
  content: "";
  border-left: 28px solid white;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  margin-left: 5px;
}

/* CONTENT */
.content{
  padding: 30px;
}

.title-row{
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-box{
  width: 50px;
  height: 50px;
  background: #083c86;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
}

.icon{
  color: white;
  font-size: 22px;
}

.title{
  font-size: 17px;
  font-weight: 400; 
  color: #1a1a1a;
}

.desc{
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.btn-primary{
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #0044c6, #0a64ff);
  color: white;
  border-radius: 12px;
  border: none;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.btn-learn{
  width: 100%;
  padding: 16px;
  background: #eef2fa;
  color: #1a1a1a;
  border-radius: 12px;
  border: none;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.wrapper{
  background:linear-gradient(135deg,#0f3460,#0b2a52,#0a2344);
  padding:60px;
  border-radius:25px;
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:60px;
  margin-bottom: 20px;
}

/* LEFT SECTION */
.wrapper .left{
  width:50%;
}

.wrapper .top-btn{
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.25);
  padding:12px 22px;
  border-radius:30px;
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:16px;
}

.wrapper h2{
  margin-top:25px;
  font-size:28px;
  font-weight:600;
}

.wrapper p{
  font-size:18px;
  opacity:.9;
  margin-top:15px;
  line-height:1.6;
}

.buttons{
  margin-top: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.buttons .btn-primary{
  background: #ff8d29;
  padding: 8px 15px;
  border-radius: 12px;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin-top: 0;
  font-weight: 500;
}

.buttons .btn-outline{
  background: transparent;
  border: 1.5px solid #4a7ecf;
  padding: 8px 15px;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  width: max-content;
}

/* RIGHT 4 BOX GRID */
.wrapper .right{
  width:45%;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.wrapper .card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.15);
  padding:20px 20px;
  border-radius:20px;
  text-align:center;
  backdrop-filter:blur(4px);
}

.wrapper .icon{
  color:#ff9d3c;
  font-size:38px;
  margin-bottom:10px;
}

.wrapper .value{
  font-size:24px;
  font-weight:700;
}

.wrapper.label{
  font-size:17px;
  margin-top:5px;
  opacity:.8;
}
.schoolmanagementwrapper{
  background: #f8fbff;
}
.schoolmanagement {
text-align: center;
padding: 0;
}

.schoolmanagement h1 {
font-size: 36px;
font-weight: 700;
color: #1a1a1a;
}

.schoolmanagement p {
font-size: 16px;
color: #555;
margin-top: 8px;
}

/* Tabs */
.schoolmanagementtabs {
  border: 0;
margin-top: 25px;
display: flex;
justify-content: center;
gap: 15px;
}

.schoolmanagementtabs button {
background: #f1f4ff;
border: none;
padding: 10px 25px;
border-radius: 30px;
font-size: 15px;
cursor: pointer;
display: flex;
align-items: center;
gap: 6px;
color: #333;
}

.schoolmanagementtabs button.active {
  background: #2553eb !important;
  color: #fff !important;
  border-radius: 100px;
}
.schoolmanagementtabs button:hover {
  border: 0 !important;
  outline: 0 !important;
}
/* Grid Section */
.schoolmanagementgrid {
width: 90%;
max-width: 1200px;
margin: 40px auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
 
.schoolmanagementcard {
background: #fff;
padding: 25px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
transition: 0.3s;
}

.schoolmanagementcard:hover {
transform: translateY(-5px);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.schoolmanagementcard h3 {
margin: 10px 0 5px;
font-size: 18px;
color: #222;
}

.schoolmanagementcard p {
font-size: 14px;
color: #555;
}
 
.schoolmanagementicon {
width: 42px;
height: 42px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 20px;
margin-bottom: 10px;
}

.schooltabblue { background: #3b82f6; }
.schooltabgreen { background: #22c55e; }
.schooltabpurple { background: #8b5cf6; }
.schooltaborange { background: #f97316; }
.schooltabred { background: #ef4444; }
.schooltabviolet { background: #6366f1; }
.schooltabteal { background: #14b8a6; }
.schooltabpink { background: #ec4899; }
.schooltabgrey { background: #94a3b8; }
.dashboardwrapper {
  background: #f8faff;
  display: flex;
  justify-content: center;
  padding:60px 20px;
}
 
 
.dashboard-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 25px 50px -12px;
  position: relative;
  border: 1px solid #000;
  margin-right: 25px;
}

.dashboard-card .dashboardheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-card .dashboardheader h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b2747;
}

.dashboarddots {
  display: flex;
  gap: 5px;
}

.dashboarddot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dashboarddot.red { background: #ff5f56; }
.dashboarddot.yellow { background: #ffbd2e; }
.dashboarddot.green { background: #27c93f; }

.dashboardstats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboardstat-box {
  background: #f8faff;
  padding: 15px;
  border-radius: 12px; 
  width: 48%;
}

.dashboardstat-box .dashboardlabel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}

.stat-box .dashboardvalue {
  font-size: 24px;
  font-weight: 700;
  color: #1b2747;
}

.performance {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0;
}

.performance h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1b2747;
  margin-bottom: 10px;
}

.progress-row div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.progress-bar {
  height: 10px;
  border-radius: 10px;
  flex: 1;
  margin-right: 10px;
  position: relative;
  background: #f5f7fa;
}

.class10 {background: #004aad !important;
  width: 85%;
  height: 10px;
  border-radius: 10px;
  flex: 1;
  margin-right: 0;
  position: absolute;
  left: 0; }
.class9 { background: #f59e0b; width: 78%; }
.class8 { background: #004aad; width: 92%; }

/* Right info section */
.info-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 300px;
}

.info-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.info-card-icon {
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card-icon.analytics { background: #e4edff; color: #1d4ed8; }
.info-card-icon.predictive { background: #fff4e5; color: #f59e0b; }
.info-card-icon.student { background: #e4edff; color: #1d4ed8; }
.info-card-icon.schedule { background: #fff4e5; color: #f59e0b; }

.info-text {
  max-width: 400px;
}

.info-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1b2747;
  margin-bottom: 5px;
}

.info-text p {
  font-size: 14px;
  color: #7a8499;
  line-height: 1.5;
}

/* Today's Events */
.today-events {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #fff;
  color: #0a2342;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  border: 1px solid #000;
}
.vert-move {
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 2s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.innovation {  
  background: #0a2342ad;
 color:#fff;
 padding: 50px 0px;
 position: relative;
}
  
.innovationbadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff20;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid #ffffff30;
}

.innovationleft h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 25px 0 15px;
}

.innovationdesc {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.innovationpoints li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.innovationpoints i {
  color: #ffb75d;
  font-size: 22px;
}

.innovationbtn {
  margin-top: 25px;
  padding: 14px 28px;
  background: #ff9e42;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
 
.innovationright {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}
.glass-card h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.glass-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff9;
}
.glass-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 25px 30px;
  display: flex;
  gap: 20px;
  border: 1px solid rgba(255,255,255,0.15);
}

.innovationicon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

.innovationorange { background: #ff9e42; }
.innovationblue { background: #316bff; }
 
.innovationprogress {
  margin-top: 10px;
  width: 100%;
  height: 6px;
  background: #ffffff30;
  border-radius: 5px;
}

.innovationbar {
  height: 100%;
  width: 75%;
  background: #ff9e42;
  border-radius: 5px;
}
 
.innovationstats {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}
.glass-card div:nth-child(2) {
  width: 100%;
}
ul.innovationpoints {
  padding-left: 0;
}
.innovationbox {
  width: 100% !important;
  height: 55px;
  border-radius: 12px;
  background: rgba(255,255,255,0.18);
}
.securitywrapper {
  background: #0C2F61;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; 
  
  padding: 60px 20px;
}

.securityheader {
  text-align: center;
  margin-bottom: 50px;
}

.securityheader img {
  width: 50px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.1);
  padding: 10px;
  border-radius: 10px;
}

.securityheader h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.securityheader p {
  font-size: 1rem;
  color: #cbd5e1;
}

.securitycards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

.securitycard {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 15px;
  width: 220px;
  border: 1px solid #cccccc38;
  text-align: left;
  transition: transform 0.3s, background 0.3s;
}

.securitycard:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.1);
}

.securitycard-icon {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.securitycard h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.securitycard p {
  font-size: 0.9rem;
  color: #cbd5e1;
}
.securityfootersec {
  background: rgba(255,255,255,0.05);
  text-align: center;
  padding: 20px 30px;
  border-radius: 15px;
  background: rgba(255,255,255,0.05);
  text-align: center;
  padding: 20px 30px;
  border-radius: 15px;
  width: 50%;
  border: 1px solid #cccccc38;
}
.securityfooter { 
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.securityfooter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.securityfooter-item img {
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 3px;
}
.stayconnect {
  background-color: #f8faff;
  color: #1f2937;
  padding: 60px 20px;
}
  .stayconnectright{
    text-align: center;
    padding-bottom: 20px;
  }
.stayconnectright h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0a2342;
  line-height: 1.5;
}

.stayconnectright p.subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 30px;
}

.stayconnectfeature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.stayconnectfeature-icon {
  background-color: #004aad1a;
  padding: 6px 11px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stayconnectfeature-icon.teacher {
  background-color: #ff9f431a;
}

.stayconnectfeature-icon.management {
  background-color: #004aad1a;
}

.stayconnectfeature-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0a2342;
}

.stayconnectfeature-content p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.5;
}

.stayconnectbuttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.stayconnectbtn {
  background-color: #0a2342;
  color: #fff;
  padding: 12px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight:400;
  transition: background 0.3s ease;
}

.stayconnectbtn:hover {
  background-color: #004aad;
  color: #fff;
}

.stayconnectbtn.google {
  background-color: #0a2342;
}
.stayconnectfeature-icon .ri-smartphone-line {
  color: #004aad;
  font-size: 24px;
}
.stayconnectfeature-icon .ri-chat-4-line {
  color: #ff9f43;
  font-size: 24px;
}
.stayconnectfeature-icon .ri-bar-chart-line {
  color: #004aad;
  font-size: 24px;
}
.cta-containerwrapper{
  background: #f5f6fa;
  display: flex;
  justify-content: center;
  align-items: center; 
  padding: 50px 0px;
}
.testimonialswraper {
  background-color: #f9faff;
  padding:70px 0px;
}
.testimonialswraper h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1a40;
  margin-bottom: 10px;
  text-align: center;
}

.testimonialswraper p.subtitle {
  font-size: 16px;
  color: #4a5568;
  text-align: center;
  margin-bottom: 40px;
}

/* Slider container */
.slider-container {
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 19px -12px #0000001a;
  margin-bottom: 34px;
  border-radius: 24px;
}

.slider-wrapper {
  display: flex;
  transition: 0.6s ease;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px;
  padding: 30px 40px;
  min-width: 100%;
  text-align: center;
  position: relative;
}
.schoolmanagementcard {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
  border:1px solid #000000;
  transition: 0.25s ease;
}

.schoolmanagementcard:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.09);
}

.schoolmanagementicon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  color:  bwhite;
}

.schooltabbgreen { background: #00c15a; }
.schooltabbgreen2 { background: #00b870; }
.schooltabbblue { background: #1978ff; }
.schooltabbpurple { background: #9b4dff; }
.schooltabbviolet { background: #823dff; }
.schooltabborange { background: #ff7b00; }
.schooltabbcyan { background: #00b5d9; }
.schooltabbpink { background: #ff2ea6; }
.schooltabbwhite { background: #f3f3f3; color: #555; }

.schoolmanagementcard h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #0a2342;
}

.schoolmanagementcard p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.quote-icon {
  background-color: #e8f0fe;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 55px;
  font-size: 25px;
  color: #0b3d91;
}

.stars {
  color: #f59e0b;
  margin-bottom: 15px;
  font-size: 25px;
}

.testimonial-text {
  font-size: 16px;
  color: #0b1a40;
  margin-bottom: 25px;
  line-height: 1.6;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.user-info img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0b3d91;
}

.user-details {
  text-align: left;
}

.user-details .name {
  font-weight: 600;
  color: #0b1a40;
}

.user-details .role {
  font-size: 14px;
  color: #6b7280;
}

.user-details .school {
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}

/* Navigation arrows */
.testimonialswraper .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.testimonialswraper .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
.owl-nav span.custom-next ,.owl-nav span.custom-prev  {
  border: 2px solid #000!important;
  border-radius: 50% !important;
  background-color: transparent;
  cursor: pointer !important;
  font-size: 20px !important;
  color: #0b1a40 !important;
  padding: 10px;
}
.testimonialswraper .owl-theme .owl-nav [class*=owl-]:hover span {
  background: #0d448d !important;
  border: 2px solid #fff!important;
  color: #fff !important;
}
.testimonialswraper .owl-theme .owl-nav {
 
  margin-bottom: 10px;
}
 .testimonialswraper .owl-theme .owl-dots .owl-dot span {
  width: 40px!important;
  height: 6px!important;
  border-radius: 3px!important;
  background-color: transparent;
  transition: 0.3s!important;
}

.testimonialswraper .owl-dots .owl-dot.active span {
  background-color: #2563eb !important;
}
.cta-container {
  background: linear-gradient(135deg, #0e4f9e, #0a2a66);
  color: #fff;
  padding: 50px 40px;
  border-radius: 15px;
  text-align: center;
  width: 68%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cta-container h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-container p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.cta-buttons button {
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-demo-btn {
  background-color: #ff9a3c;
  color: #fff;
}

.cta-demo-btn:hover {
  background-color: #e88c32;
}

.cta-sales-btn {
  background-color: #1e2f55;
  color: #fff;
  border: 1px solid #fff;
}

.cta-sales-btn:hover {
  background-color: #162147;
}

.cta-footer {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 0.9rem;
}

.cta-footer span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cta-footer span::before {
  content: "★";
  color: #ff9a3c;
}
.entab-footer {
  background: #0a2342;
  color: #E8EDF4;
  padding: 60px 100px;
  font-family: "Inter", sans-serif;
}

/* TOP SECTION */
.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

/* LEFT BOX LARGER WIDTH */
.footer-about {
  width: 35%;
}

.footer-logo-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.logo-icon {
  font-size: 32px;
  margin-top: -5px;
}

.logo-text {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.footer-desc {
  margin:0px 0px 25px;
  line-height: 1.6;
  color: #ffffffb3;
}

.footer-contact p {
  margin: 8px 0;
  color: #C9D5E2;
}

/* RIGHT SIDE COLUMNS */
.footer-col {
  width: 15%;
}

.footer-col h3 {
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  color: #ffffffb3;
  margin: 10px 0;
  cursor: pointer;
  font-size: 16px;
}

.footer-col ul li:hover {
  color: #fff;
}

/* FOOTER BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid #0C345C;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SOCIAL ICONS */
.footer-social {
  display: flex;
  gap: 14px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E5EEF7;
  font-size: 16px;
  cursor: pointer;
}

.social-icon:hover {
  background: #fff3;
}

.policy-links a {
  color: #C8D5E5;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
}

.policy-links a:hover {
  color: #fff;
}

.footer-bottom p {
  font-size: 14px;
  color: #C8D5E5;
}
.footer-about i {
  color: #ff9f43;
}
.scrollsection {
  text-align: center;
  padding: 60px 20px; 
  background: radial-gradient(circle at top, #eef3ff, #dce7f5);
}

.scrollsectionbadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffffcc;
  border: 1px solid #e4e7ee;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  color: #3752a6;
}

.scrollsectiontitle {
  font-size: 42px;
  font-weight: 700;
  color: #0d1a3c;
  margin-top: 25px;
}

.scrollsectionsubtitle {
  margin-top: 8px;
  font-size: 16px;
  color: #6e7ba6;
}
.scrollcard{
  padding: 36px 40px;
  position: relative;
  box-sizing: border-box;
  color: white;
  width: 500px;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 24px 80px rgb(10 35 66 / 18%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.scrollcard1{ 
  background: linear-gradient(135deg, rgb(255, 159, 67) 0%, rgba(255, 159, 67, 0.867) 100%);
 }
 .scrollcard2{ 
  background: linear-gradient(135deg, rgb(0, 74, 173) 0%, rgba(0, 74, 173, 0.867) 100%);
 }
 .scrollcard3{ 
  background:linear-gradient(135deg, rgb(10, 35, 66) 0%, rgba(10, 35, 66, 0.867) 100%);
 }
 .scrollcard4{ 
  background: linear-gradient(135deg, rgb(255, 159, 67) 0%, rgba(255, 159, 67, 0.867) 100%);
 }
 .scrollcard5{ 
  background: linear-gradient(135deg,#0c58f5 0%, #0b4eca 50%, #093b9b 100%);
 }
.scrollicon-box{
  position: absolute;
  top: 28px;
  left: 32px;
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
  transform: translateZ(0);
  font-size: 64px;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
  line-height: 1;
}

.scrollbadge{
  position: absolute;
  top: 32px;
  right: 32px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 10px 18px;
  text-align: center;
  min-width: 75px;
}
.scrollbadge .scrollbig{
  font-size:20px;
  font-weight:800;
}
.scrollbadge .scrollsmall{
  margin-top:4px;
  font-size:10px;
  font-weight:600;
  letter-spacing:0.5px;
}

/* Content */
.scrollcontent{
  margin-top:120px;
  max-width:430px;
}

.scrolltitle{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgb(0 0 0 / 10%);
}

.scrollsubtitle{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  opacity: 0.98;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.scrolldesc{
  font-size: 15.5px;
  line-height: 1.6;
  opacity: 0.9;
  font-weight: 400;
}

.scrollprogress{
  position:absolute;
  left:40px;
  right:40px;
  bottom:34px;
}

.scrollprogress-bg{
  height:4px;
  width:100%;
  background:rgba(255,255,255,0.30);
  border-radius:8px;
  overflow:hidden;
}

.scrollprogress-fill{
  height:100%;
  width:30%;   
  background:white;
}
.scrollwrapper {
  position: sticky;
  top: 0;
  height: 100vh; 
  overflow: hidden;
}

.scrolltrack {
  position: relative;
  width: 100%;
  height: 60vh;
}

.scrollslide {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s;
  overflow: hidden;
}

/* Bottom Scroll Progress Bar */
.scrollprogress-bg {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 80%;
  background: rgba(255,255,255,0.3);
  border-radius: 10px;
  overflow: hidden;
}

.scrollprogress-fill {
  height: 100%;
  width: 0%;
  background: white;
  border-radius: 10px;
  transition: width 0.25s linear;
} 
/*==== carousel=====*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%} .no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@media (min-width:1200px){
  .demo-btn{ top:-40px; font-size:15px; padding:12px 22px }
  .gradient-word{ font-size:56px }
  .top-line{ font-size:56px }
}
@media (max-width:1600px){
  nav { 
    gap: 20px;
}
.top-header.sticky { 
  width: 60%;
}
}
@media (max-width:1200px){
  .top-header.sticky { 
    width:70%;
    padding: 8px 10px;
  }
.entab-footer { 
  padding: 60px 50px;
}
}
@media (max-width: 992px) {
  .innovationleft h1 {
    font-size: 30px;
  }
  .wrapper .left {
    width: 100%;
}
.wrapper { 
  flex-wrap: wrap;
}
.wrapper .right {
  width: 100%;
}
  .schoolmanagementgrid { 
    grid-template-columns: repeat(2, 1fr); 
}
  .heroslidersec-content h1{font-size:44px}
  .top-header.sticky {
    box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    left: 0;
    margin-top: 0;
    transform: translateX(0%);
    border-radius: 5px;
    width: 100%;
    padding: 12px 40px;
    background: #243651;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  div#menuToggle {
    display: block;
}
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px !important;
    background: #243651;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: 0.3s ease;
}

nav.active {
    right: 0;
}

.menu-toggle {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
}

.menu-toggle span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
    top: 0;
}
.menu-toggle span:nth-child(2) {
    top: 11px;
}
.menu-toggle span:nth-child(3) {
    top: 22px;
}

/* Toggle animation */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
}
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-about {
    width: 50%;
}
.footer-top {
  flex-wrap: wrap;
}
.footer-col {
  width: 50%;
}
}
@media (max-width: 900px) {
  .dashboardcontainer { flex-direction: column; align-items: center; }
      .dashboard-card { width: 100%; }
  .securitycards {
    flex-direction: column;
    align-items: center;
  }

  .securitycard {
    width: 80%;
  }
  .stayconnectcontainer {
    flex-direction: column-reverse;
    text-align: center;
  }

  .stayconnectleft {
    gap: 15px;
  }

  .stayconnectright h1 {
    font-size: 1.7rem;
  }

  .stayconnectbuttons {
    justify-content: center;
  }
}
@media (max-width:767px){
  .scrollslide { 
    opacity: 1 !important;
  }
  .footer-social { 
    margin-bottom: 5px;
}
  .footer-top { 
    margin-bottom: 0px;
}
.entab-footer {
  padding: 60px 15px;
}
.footer-col {
  width: 100%;
}
.footer-about {
  width: 100%;
}
}
@media (max-width: 600px) {
  .school-card { 
    width: 80%;
    margin: 0 auto;
  }
  .schoolmanagementgrid {
    grid-template-columns: repeat(1, 1fr);
}
  .top-header {
      padding: 12px 20px;
  }

  .top-header-btn,
  .login-btn {
      padding: 6px 14px;
      font-size: 14px;
  }
}
@media (max-width:520px){

  .heroslidersec-content h1{font-size:34px}
  .meta-pill{font-size:13px;padding:8px 12px}
  .lead{font-size:15px} 
}
@media (max-width:480px){ 
  .demo-btn{ top:-24px; font-size:13px; padding:8px 12px }
  .gradient-word{ font-size:42px }
  .top-line{ font-size:26px }
  .hero{ padding:20px 10px }
}