/**{
    font-family: Roboto;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap');
html, body{
    max-width: 100%;
    overflow-x: hidden;
}

body {
	font-size: 18px;
	background-color: #fff;
	box-sizing:border-box !important;
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.container-fluid{
    margin-bottom: 0 !important;
    margin-left:  0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.shadowContainer{
    box-sizing: border-box;
    box-shadow: 4px 4px 17px #c1c1c1;
    padding: 60px 30px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Dosis, serif;
    font-weight: 700;
}

.centerAlign{
    text-align: center;
}

.aboutus ol, .aboutus ul{
    margin-left: 30px;
}

.aboutus ol li, .aboutus ul li{
    padding-left: 30px;
}


p,ol,ul {
  font-size: inherit;
  line-height: 1.7;
}

.headparag p{
    font-size:12px;
    line-height: 1.35;
}

.headparag h4{
    margin-bottom: 4px !important;    
}

.panel
{
    margin-bottom: 0 !important;
}


.panel>.panel-heading, .nav-pills>li.active>a
{
    /*border-color: #06113C !important;*/
    border-color: #003f66;
    border-top-left-radius:  0;
    border-top-right-radius:  0;
    background-color: #003f66;
    padding: 4px 0 0 10px;
    color: #fff !important;
    text-align: center !important;
}

.nav-pills>li.active>a
{
    border-color: #003f66;
    border-radius:  0;
    background-color: #003f66;
    padding: 10px 20px;
    color: #fff !important;
    text-align: center !important;
}

a{
    color: #FF8C32;
    padding: 10px 15px;
}

a:hover:not(.navbar){
    color: #b3413e !important;
    text-decoration: none;
}

a::active{
    background:#A34A28 !important;
    color: #fff !important;
}

.navbar{
    margin-bottom:15px !important;    
}

.nav-pills>li>a{
    color: #d9534f;
    font-weight: bold;
}

/*Add shadow to left sidebar and other styles*/
/*.nav-stacked>li {
    border-bottom: 2px solid #003f66;
    border-right: 2px solid #003f66;
    border-radius: 8px;
    box-shadow: 1px 0px 4px 0px;*/
}

nav .navbarLinks a{
    border-bottom: 4px solid #F0A500;
    color: #fff !important;
    font-weight: 700;
    background-color: inherit !important;
    margin-right:10px;
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:hover{
    border-bottom: 4px solid #fff;
    color: #fff !important;
    font-weight: 700;
    background-color: #06113C !important;
}

.aboutus{
    border-bottom: 4px solid  #F0A500;
}

.mission{
    background-colou: #334756 !important;
}

.footer-links ul li a{
    padding:10px;
}

/*Text wrapping in View/Edit Exam table*/
.tblExam th,
.tblExam td{
    word-wrap: break-word;
    min-width: 15px;
    max-width: 250px;
    text-align: center !important;
    vertical-align: middle !important;
}

#tableData, #tblCleanSch {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: auto;
}

/*
#tableData > td, #tableData > th, #tableData > thead {
    border: 2px solid #d9edf7 !important;
    padding: 5px;
}*/


/*#tableData td {
	text-align: left;
	font-size: 12px;
}
*/

td {
    border: 2px solid #000000ad !important;
    font-size: 14px;
    padding: 4px 8px;
    vertical-align: middle !important;
}

th {
	text-align: center;
	font-size: 14px;
	background-color: #000000ad;
	color: white;
	border: 2px solid #000000ad;
}

#tableData form input {
	width: auto;
}

.details h1, .details h2, .details h3, .details h4, .details p {
	text-align: center;
	margin: 0;
	font-weight: bold;
}

.nav-menu ul li {
	float: left;
	width: 100%;
}

.slider {
    margin:0;
    padding:0;
	width: auto;
	height: 100vh;
	background-color: #fff;
	overflow: hidden;
	position:relative;
	box-sizing: border-box;
}

.headingBanner {
    margin:0;
    padding:0;
	width: 100%;
	height: 350px;
	background-color: #fff;
	overflow: hidden;
	position:relative;
	box-sizing: border-box;
}

.slide, .admissionImg{
	width: 100%;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
}

.slide.current,.admissionImg.current{
    opacity: 1;
}

.slide:first-child {
	background-image: url(../../schoolPics/library1024x768.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide:nth-child(2) {
	background-image: url(../../schoolPics/conducivelearning1024x768.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide:nth-child(3) {
	background-image: url(../../schoolPics/bgAppleBooks1024x768.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide:nth-child(4) {
	background-image: url(../../schoolPics/learningisfun1024x768.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.admissionImg{
    background-image: url(../../schoolPics/books2-cropped.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.admissionImg h1{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: #fff;
    letter-spacing: 1.02rem;
}

.slide .content{
    position: absolute;
    width: 600px;
    top: 0;
    left: -600px;
    opacity: 0;
    background-color:rgba(255,255,255,0.6);
    color: #333;
    padding: 35px;
    border-left: 10px solid rgba(0,0,0,0.4);
}

.slide.current .content{
    transform: translateX(600px);
    opacity: 1;
    transition: all 0.7s ease-in-out 0.3s;
}

.button button {
	width: 60px;
	height: 60px;
	border: 2px solid rgba(0,0,0,0.5);
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	font-size:40px;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
	box-sizing: border-box;
}

.button button:hover {
	opacity: 1;
	color: rgba(0,0,0,0.5);
}

.button button#next {
	right: 15px;
}

.button button#prev {
	left: 15px;
}



.fa-arrow-left, .fa-arrow-right{
    font-size: 35px;
    margin: 0 auto;
}


.dots {
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: black;
	border-radius: 50%;
	margin-top: 10px;
}

/* For social medial icons */
#facebook {
  /*padding: inherit;*/
  font-size: 30px;
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align:middle;
  text-decoration: none;
  margin: 5px;
  border-radius: 5px;
}

#facebook:hover {
    opacity: 0.9;
}

#facebook {
  background: #337ab7;
  color: white !important;
}

#days, #hours, #min, #sec{
    font-size:20px;
    font-weight:bold;
}

/*Center content of modal form in loading*/
.centerMe{
    display:table;
    width: 100%;
    height:100%;
}

.centerMeChild{
    display:table-cell;
    vertical-align:middle;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.bodyContent{
    background-color:transparent !important;
}

.centerMeImage{
    display:flex;
}

.centerMeImage p, .centerMeImage img{
    margin: auto;
}

.centerMeImage p{
    background-color: #fff;
    border-radius: 5px;
    padding: 4px;
    color: red;
}

.alert{
    width: auto;
    height: auto;
    position: fixed;
    top:100px;
    right:0;
    z-index:9999;
}

.profile-container{
	position: relative;
	width: 80%;
	height: 100%;
	padding: 30px;
	background: #fff;
	margin: 0 auto;
}

.img-box img{
	width: 80px;
	height: 100px;
	border-radius: 5px;
	border: 2px solid #ddd;
}

/*Calender title*/
.fc-left h2{
    font-size: 25px !important;
}

/*For resumtion countdown*/
 #days, #hours, #min, #sec{
    font-size:32px;
    color:gray;
}

#resumption{
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:black;
    margin-top:0;
}

#msgSchool {
    font-size:17px;
    font-weight:bold;
    color:#990000;
    text-align:center;
    font-family:'georgia';
    margin-bottom:0;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 17px;
    font-style: italic;
    width: auto;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.footer-main{
    font-weight: 400;
    text-align: left;
    font-family: "Roboto",sans-serif;
    line-height: 1.4;
    color: #000;
    box-sizing: border-box;
    display: block;
    background-color: #efefef;
    padding: 50px 0 100px;
    font-size: 14px;
}

.footerlogin{
    font-size:12px;
}

/* Container and card styling in homepage*/
.exploreOurCol > h2{
    text-align: center;
    margin-top: 40px;
}

.contents {
    background-color: #f9f9f9; /* Light background for the cards */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 100%;
}

/* Hover effect */
.contents:hover {
    transform: scale(1.05); /* Scale up on hover */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}

/* Header Section (content-h) Styling */
.content-h {
    text-align: center;
    padding: 10px 0;
    color: #fff; /* White text for contrast */
}

/* Different colors for each card header */
.col-md-4:nth-child(1) .content-h {
    background-color: #f0a500; /* Gold for Nursery/Primary Section */
}

.col-md-4:nth-child(2) .content-h {
    background-color: #007bff; /* Blue for Secondary Section */
}

.col-md-4:nth-child(3) .content-h {
    background-color: #28a745; /* Green for Diploma Section */
}

/* Icons styling */
.content-h i {
    margin-bottom: 10px;
    color: #fff;
}

/* Title styling */
.content-h h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

/* Paragraph Styling */
.content-p {
    text-align: left;
    padding: 15px;
}

.content-p p {
    font-size: 1em;
    color: #333;
    margin-bottom: 15px;
}

/* Read More Button */
.content-p a {
    display: inline-block;
    background-color: #f0a500; /* Default button color */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Center the button */
.content-p a {
    margin: 0 auto;
}

/* Hover effect for the button */
.content-p a:hover {
    background-color: #ffb700; /* Brighter color on hover */
    transform: scale(1.05); /* Slight scale up on hover */
}

/* Sortable table styling*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

/* Instructors section */
    .instructors-section {
        padding: 50px 15px;
        text-align: center;
        background-color: #f9f9f9;
    }
    .instructors-section h2 {
        font-size: 36px;
        color: #333;
        margin-bottom: 10px;
    }
    .instructors-section p{
        font-size: 18px;
        color: #666;
        margin-bottom: 30px;
    }
    .card {
        position: relative;
        overflow: hidden;
        transition: 0.3s;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-radius: 10px;
        margin-bottom: 30px;
        padding-top: 20px;
    }
    .card img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        transition: 0.3s;
        z-index: 1;
    }
    .card h3 {
        margin: 15px 0 5px;
        font-size: 24px;
        color: #333;
    }
    .card p {
        font-size: 16px;
        color: #777;
    }
    .card .social-icons {
        position: absolute;
        top: 40px;
        left: 10px;
        display: flex;
        flex-direction: column;
        opacity: 0;
        transition: 0.3s ease-in-out;
        z-index: 2;
    }
    .card .social-icons a {
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
        padding: 6px;
        border-radius: 50%;
        text-align: center;
    }
    .card .social-icons a.facebook { background-color: #3b5998; }
    .card .social-icons a.twitter { background-color: #55acee; }
    .card .social-icons a.linkedin { background-color: #0077b5; }
    .card:hover .social-icons {
        opacity: 1;
    }
    .card:hover{
        transform: scale(1.05);
    }
    .card:hover img {
        opacity: 0.7;
    }

/*Call to action button on homepage*/
.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 30px;
    background-color: #d9534f; /*#3498db;  Primary color */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease; /* Smooth transition */
}

.cta-btn:hover {
    background-color: #fff;  /*#2980b9; Darker shade on hover */
    transform: scale(1.05); /* Scale up a little bit */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
    border: 2px solid #a94442;
}

/*Welcome section in homepage*/
.welcome-section {
    display: flex;
    align-items: center;
    padding: 50px 50px;
}

.welcome-text {
    padding-right: 30px;
}

.welcome-text h2, .exploreOurCol > h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0b1c39;
    font-family: "Poppins", sans-serif;
    line-height: 64px;
}

.welcome-text h3{
    font-size: 24px;
    color: #2572ff;
    margin-bottom: 15px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.welcome-text p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.welcome-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn {
    display: inline-block;
    padding: 12px 50px;
    background-color: #003f66 /*#3498db*/;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background-color: #2980b9;
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

/*Reduce the bottom Padding for a link*/
.navbar-inverse .navbar-nav>li>a{
    padding-bottom: 8px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .navbar-fixed-top{
        padding: 0 5vw;
    }
    
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .col-md-3 {
        width: 50%;
    }
    
    .welcome-section {
        flex-direction: column;
        text-align: center;
    }

    .welcome-text {
        padding: 0 15px;
    }

    .welcome-image {
        margin-top: 20px;
    }
    
    .headingBanner h1{
        font-size: 60px;
        margin-top: -20px;
    }
    
    .navbar-form {
        width: 100%;
        padding: 0 10px;
    }
    .navbar-toggle {
      margin-right: 5px;
    }
    .navbar-header {
      padding-left: 10px;
    }
}

@media (max-width: 576px) {
    .col-md-3 {
        width: 100%;
    }
    
    .headingBanner h1{
        font-size: 50px;
        margin-top: -20px;
    }
}

@media (max-width:500px){
    .slide .content{
        left: 0;
        top: -300px;
        width: 100%;
        padding: 8px 20px;
    }
    
    .slide.current .content{
        transform: translateY(300px);
    }
    
    .button button {
    	width: 40px;
    	height: 40px;
    	top: 50%;
    	font-size:25px;
    }
    .hideSmall{
        display: none;
    }
    
    .headingBanner h1{
        font-size: 40px;
        margin-top: -20px;
    }
}
