:root{
--card-bg: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
--accent: #0b76ef;
--accent-dark: #065bb5;
--muted: #6b7280;
--radius: 12px;
--shadow: 0 6px 20px rgba(12, 24, 60, 0.08);
}


.call-us-section{display:flex;justify-content:center;padding:0px;}
.call-card{display:flex;align-items:center;gap:20px;background:#f2f4f7;padding:11px 22px;border-radius:100px;max-width:720px;width:100%;border:0px solid rgba(11,118,239,0.06)}


.call-left{flex:0 0 56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, rgba(11,118,239,0.1), rgba(11,118,239,0.04));border-radius:60px;padding:10px}
.phone-icon{width:36px;height:36px;fill:var(--accent)}


.call-main{flex:1;min-width:0}
.call-main h2{font-size:16px;margin:0 0 6px 0;color:#8274dd;}
.call-number{font-size:18px;margin:0 0 4px 0;font-weight:600}
.call-number a{color:#545556;text-decoration:none}
.call-number a:focus{outline:2px solid rgba(11,118,239,0.2);outline-offset:2px}
.call-meta{margin:0;color:var(--muted);font-size:13px}


.call-actions{display:flex;flex-direction:column;gap:8px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;font-weight:600;text-decoration:none;border:0;cursor:pointer}
.btn-call{background:var(--accent);color:#fff}
.btn-call:active{transform:translateY(1px)}
.btn-whats{background:transparent;border:1px solid rgba(11,118,239,0.12);color:var(--accent);}


/* Responsive adjustments */
@media (max-width:600px){
.call-card{flex-direction:row;gap:12px;padding:14px}
.call-actions{flex-direction:row;gap:8px}
.btn{padding:10px 12px;font-size:14px}
.call-left{flex:0 0 46px}
}


@media (max-width:420px){
.call-card{flex-direction:column;align-items:stretch;padding:12px}
.call-left{align-self:flex-start}
.call-actions{flex-direction:row;justify-content:space-between;margin-top:8px}
}

.ani-text {
  color: #e1d8ed;
  font-size: 55px;
  text-transform: uppercase;
  white-space: nowrap;     
  position: relative;
  display: inline-block;
  overflow: hidden;       
  max-width: 100%;        
}

.ani-text span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: #8274dd;
  overflow: hidden;
  border-right: 2px solid #c19bf5;
  -webkit-text-stroke: 0 #f7f7fe;
  animation: animate 6s linear infinite;
  white-space: nowrap;    /* ensures text doesn’t break */
}
.ani-text span {
  position: relative;
  display: inline-block;
}



@keyframes animate {
  0%, 10%, 100% {
    width: 0;
  }
  70%, 90% {
    width: 100%;
  }
}
 
@media (max-width: 600px) {
  .ani-text {
    font-size: 28px;   
    white-space: normal;  
    text-align: center;
  }

  .ani-text span::before {
    border-right: 1px solid #c19bf5;  
    animation: animate 8s linear infinite;  
  }
      .section-heading .section-title {
        font-size: 24px;
    }
.content-item {
        grid-template-columns: 1fr;
        text-align: center;
        align-content: center;
        align-items: center;
        align-self: center;
        justify-content: center;
        justify-items: center;
         grid-gap: 1px;
    }
    .about-img-wrap .about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 294px;
    width: 100%;
    height: 371px;
    padding: 5px;
    border: 2px solid #DDE1E7;
    border-radius: 0 60px 0 60px;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
 .about-img-wrap .about-contact {
    background-color: #ecf3f8;
    position: absolute;
    top: 20px;
    left: 0;
    display: grid;
    align-items: center;
    grid-gap: 15px;
    max-width: 294px;
    width: 100%;
    padding: 30px;
    border-radius: 0 60px 0 60px;
       align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
  
}
      .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 4;
    text-align: center;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    overflow:hidden  !important;
    width: 100%;
}
.title {
  display: inline-flex;
  align-items: center;
}

.odometer-wrapper {
  display: inline-block;
  min-width: 50px; /* reserve space for odometer digits */
}

.plus {
  margin-left: 6px;
  font-weight: 700;
  font-size: inherit;
}   
      footer address {
    text-transform: none;
    color: #201f1f;
    font-size: 13px;
}

footer address {
    text-transform: none;
}

footer .item ul {
    margin: 0px;
    padding: 0px;
}
footer .item li{
  list-style-type:none;
}
footer .item li a {
       padding: 5px 0px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.resource a {
   padding: 5px 0px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #7a7478;
}



footer .item li a:hover {
    color: #083A5E;
}

footer .social {
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0px;
    margin-top: 10px !important;
}

footer .social li {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

footer .social li a {
    background: rgb(254, 204, 0);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
}

footer .item.yellow-text li a {
    color: rgb(254, 204, 0);
}

footer .ph {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0.5em;
}

footer .ph span {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.section-box .list-box {
  display: flex;
}

.section-box {

  display: flex;
  align-items: center;
  justify-content: center;
}

.section-box .box,
.section-box .box::before,
.section-box .box::after {
  box-shadow: 0 15px -23px -15px rgba(0, 0, 0, 0.7);
}

.section-box .box {
  width: 90%;
  max-width: 280px;
  background-color: #ffffff;
  padding: 25px 15px;
  border-radius: 5px 25px 25px 25px;
  position: relative;

  margin: 0 15px;
}
.section-box .box::before,
.section-box .box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 25px;
  transition: transform 0.2s linear;
}
.section-box .box:hover::before,
.section-box .box:hover::after {
  transform: skewY(0);
}
.section-box .box::before {
  transform: skewY(10deg);
  background-color: #dde4e9;
  bottom: -7px;
  z-index: -1;
}
.section-box .box::after {
  transform: skewY(15deg);
  background-color: #1aa5e5;
  bottom: -35px;
  z-index: -2;
  display: none;
}

.section-box .box.one {
  border-top:3px solid #dde4e9
}
.section-box .box.two {
  border-top: 3px solid #dde4e9;
}

.section-box .top {
  display: flex;
  justify-content: space-between;
}
.section-box .box .mini-title {
color: #dcdcde;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
}
.section-box .box .logo {
  width: 45px;
  border-radius: 50%;
}

.section-box .box .content {
  margin-top: 30px;
}
.section-box .box .big-title {
      color: #22328f;
    font-size: 19px;
}
.section-box .box .text {
  color: #515050;
  font-size: 14px;
  margin: 10px 0;
}

.section-box .box .details {
  list-style: none;
  margin-top: 25px;
}
.section-box .box .details .detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.section-box .box .details .detail-icon {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #2a1035;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.section-box .box .details .detail-name {
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #515050;
}

@media screen and (max-width: 600px) {
  .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }
}
.cta-section .cta-bg-img:before {
    background: linear-gradient(90deg, #042299 14.89%, rgba(22, 30, 39, 0.2) 100%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cta-section {
    background-color: #042299;
    position: relative;
    z-index: 1;
}

.feature-item {
  position: relative;
  padding: 86px 20px 20px; 
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  overflow: hidden;
}

.feature-item .icon {
/*position: absolute;
    top: -7px;
    right: -9px;
    width: 87px;
    height: 87px;
    background: #ffeda7;
    border-radius: 50%;*/
      position: absolute;
    top: -19px;
    right: -23px;
    width: 208px;
    height: 178px;
    background: #e3e3ff73;
    border-radius: 0 0 0 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
   
  
}

.feature-item .icon img {
  width: 154px;
  height: auto;
}

.feature-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #6a4fcf; /* your purple text */
margin-top: 84px;
    margin-bottom: 0px;
}
.slider-section {
  width: 100%;
  height: auto;
  position: relative;
}

.edcare-slider {
  width: 100%;
  height: 100%;
}



.bg-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.slider-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.teacher{
     font-size: 10px;
    line-height: 17px;
}

.ani-text {
  color: #e1d8ed;
  font-size: 55px;
  text-transform: uppercase;
  white-space: nowrap;     
  position: relative;
  display: inline-block;
  overflow: hidden;       
  max-width: 100%;        
}

.ani-text span::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: #8274dd;
  overflow: hidden;
  border-right: 2px solid #c19bf5;
  -webkit-text-stroke: 0 #f7f7fe;
  animation: animate 6s linear infinite;
  white-space: nowrap;    /* ensures text doesn’t break */
}
.ani-text span {
  position: relative;
  display: inline-block;
}



@keyframes animate {
  0%, 10%, 100% {
    width: 0;
  }
  70%, 90% {
    width: 100%;
  }
}
 
@media (max-width: 600px) {
  .ani-text {
    font-size: 28px;   
    white-space: normal;  
    text-align: center;
  }

  .ani-text span::before {
    border-right: 1px solid #c19bf5;  
    animation: animate 8s linear infinite;  
  }
      .section-heading .section-title {
        font-size: 24px;
    }
.content-item {
        grid-template-columns: 1fr;
        text-align: center;
        align-content: center;
        align-items: center;
        align-self: center;
        justify-content: center;
        justify-items: center;
         grid-gap: 1px;
    }
    .about-img-wrap .about-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 294px;
    width: 100%;
    height: 371px;
    padding: 5px;
    border: 2px solid #DDE1E7;
    border-radius: 0 60px 0 60px;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
 .about-img-wrap .about-contact {
    background-color: #ecf3f8;
    position: absolute;
    top: 20px;
    left: 0;
    display: grid;
    align-items: center;
    grid-gap: 15px;
    max-width: 294px;
    width: 100%;
    padding: 30px;
    border-radius: 0 60px 0 60px;
       align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
  
}