﻿@import url('../fonts/flaticon/flaticon_edufit.css');
@import url('../fonts/fontawesome/css/all.min.css');
@import url('plugins/bootstrap.min.css');
@import url('plugins/slick.css');
@import url('plugins/magnific-popup.css');
@import url('plugins/aos.css');
@import url('default.css');
@import url('common_style.css');
@import url('style.css');


.header-top .top-right span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: var(--white-color);
}
.header-top .top-right span i {
    margin-right: 10px;
    color: var(--white-color);
    line-height: 0;
}
.header-top .top-right span:not(:last-child) {
    margin-right: 15px;
}

.menu-item a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease; /* smooth transition */
}

.menu-item a:hover {
    color: #007bff;          /* color change */
    transform: translateY(-4px); /* thoda upar move */
}
/* animation*/

.float-animation {
    width: 100%;
    max-width: 400px;   /* optional */
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* kitna upar jaana hai */
    }
    100% {
        transform: translateY(0);
    }
}
/*end animation*/

/*Tutors*/
.tutors-box {
    display: flex;
    align-items: center;
    gap: 15px;
   
}

.avatar-group {
    display: flex;
    align-items: center;
    position: relative;
}

.avatar-group img,
.avatar-count {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-left: -15px;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.avatar-count {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tutor-text strong {
    font-size: 16px;
    color: #000;
    position: relative;
    top: 8px;
}

.tutor-text span {
    font-size: 15px;
    color: #333;
}

.tutor-text {
    display: flex;
    flex-direction: column;
}
/*end Tutors*/
/*marquee*/


.latest-update {
    margin-top: 0px;
    padding: 6px;
    position: relative;
    /* border: 2px solid #ffffff; */
    background: linear-gradient(110deg, #114f98 60%, #114f98 60%);
    width: 100%;
    /* border-radius: 9px; */
    position: relative;
    top: 0px;
    z-index: 99999;
    /* color: yellow; */
}

.latest-update .headertext { 
padding: 7px; 
background-color: #fff; 
color: #626060; 
font-weight: bold; 
} 

.latest-update .headertext { 
position: absolute; 
top: 0; 
left: 0; 
z-index: 10; 
padding: 10px 10px;
border-right:1px solid #777;  
background:#C8102E;
 color:#fff ;
    text-shadow: 1px 1px #111;
} 

.latest-update marquee { 
line-height: 1.5; 
} 

.latest-update marquee p { 
margin: 0; 

} 

/*end marquee*/

.sub-heading {
    padding: 7px 20px;
    line-height: 20px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #114f98;
}




/*box color */
.row > .col-xl-3:nth-child(1) .ef-iconic-box.style-three{
    background-color: #EEEDFF;
}

/* 2nd box */
.row > .col-xl-3:nth-child(2) .ef-iconic-box.style-three{
    background-color: #E8FAF1;
}

/* 3rd box */
.row > .col-xl-3:nth-child(3) .ef-iconic-box.style-three{
    background-color: #FFF3E6;
}

/* 4th box */
.row > .col-xl-3:nth-child(4) .ef-iconic-box.style-three{
    background-color: #FDE8EF;
}

/* 5th box */
.row > .col-xl-3:nth-child(5) .ef-iconic-box.style-three{
    background-color: #EAF2FF;
}

/* 6th box */
.row > .col-xl-3:nth-child(6) .ef-iconic-box.style-three{
    background-color: #F1F5F9;
}

/* 7th box */
.row > .col-xl-3:nth-child(7) .ef-iconic-box.style-three{
    background-color: #FFF7D6;
}

/* 8th box */
.row > .col-xl-3:nth-child(8) .ef-iconic-box.style-three{
    background-color: #E9F9FF;
}
/*end box color*/

.img-border{
    border: 3px solid #fcfbff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
}


.slick-slide img {
    display: block;
    object-fit: cover;
    height: 55px !important;
    width: 55px !important;
    border-radius:50px !important;
}


.btn-primary {
    background: #ffc100;
    color: #114f98 !important;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
   box-shadow: 0 10px 25px rgb(17 79 152 / 12%);
}

.btn-outline {
    border: 2px solid #114f98;
    color: #114f98;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.hero-trust {
  margin-top: 18px;
  color: #444;
  font-size: 14px;
}


/* Carousel*/

/*.carousel {
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
}*/

.carousel-window {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform .5s ease;
}

.carousel-track img {
  /*width: calc(100% / 4);*/   /* 🔥 3 images in one row */
  padding: 8px;
  border-radius: 14px;
  cursor: pointer;
}

/* arrows */
.c-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  font-size: 26px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 10;
}

.c-btn.left { left: -10px; }
.c-btn.right { right: -10px; }

/* modal */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 14px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.nav {
  position: absolute;
  top: 50%;
  font-size: 40px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.nav.left { left: 30px; }
.nav.right { right: 30px; }

.play {
  position: absolute;
  /* bottom: 30px; */
  background: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  height: 51px;
  width: 52px;
}
/* Carousel*/



@media screen and (max-width:576px){
    .header-navigation .site-branding {
    max-width: 64px;
    position: absolute;
           z-index: 0;
}
    .c-btn {
           display: none;
}
    .btn-primary {
    
    font-size: 14px;
   
}
    .hero-actions {
    display: flex;
    gap: 5px;
}
    .btn-outline {
   
    padding: 12px 24px;
   
    font-size: 14px;
}
}