/*whatsapp button*/
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:25px;
  left:25px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float1{
  position:fixed;
  width:60px;
  height:60px;
  bottom:100px;
  left:25px;
  background-color:#ffc221;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}


.my-float{
  margin-top:16px;
}

.my-float1{
  margin-top:16px;
}

#imageonly {
  background: url(../images/home/bg.png);
}

.boxcss {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.boxcss:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

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


.box .space { height: 30px; }


.serviceBox{
    color: #0071dc;
    text-align: center;
    padding: 15px 5px 0;
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon{
    background: #fff;
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 35px;
    border: 2px solid #070b3b;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}


@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}


.box-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #0071dc;
}


/*Vertical Tabs*/
.pills-style{
    font-size:1.2em
}


/*Border*/
.border-line{
  border: 5px outset #eaeaea;
}

.border-line-1{
  border: 5px double rgba(16,109,114,0.11);
}

.border-line-2{
  border: 5px outset #0071dc;
}

/*Text-Gradient*/
.gradient-title{
background: #0071DC;
background: -webkit-linear-gradient(to right, #0071DC 0%, #CF0000 100%);
background: -moz-linear-gradient(to right, #0071DC 0%, #CF0000 100%);
background: linear-gradient(to right, #0071DC 0%, #CF0000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.testi-title{
  font-size: 0.5em;
  color: #898b8f;
}

.testi-para{
  font-size: 1.1em;
  color: #898b8f;
  text-align: justify;
}

.hover-css:hover {
  background-color: #0d6efd;
  color: #fff;
}


:root{ --main-color: #0071dc; }

.pricingTable{
    background: #fff;
    text-align: center;
    padding: 0 0 30px;
    margin: 0 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    border: 10px solid var(--main-color);
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: -10px;
    right: -10px;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    color: var(--main-color);
    text-transform: capitalize;
    position: relative;
    margin: 0 0 30px;
}
.pricingTable .title{
    color: #fff;
    background: var(--main-color);
    font-size: 33px;
    font-weight: 500;
    width: 80%;
    padding: 10px 0;
    margin: 0 auto 30px;
    border-radius: 0 0 50px 50px;
}
.pricingTable .price-value .amount{
    font-size: 50px;
    font-weight: 600;
    line-height: 53px;
    color: orange;
}

.pricingTable .price-value .amount.strike{
  text-decoration: line-through;
  text-decoration-color:red;
  color: black;
}
.pricingTable .duration{
    font-size: 17px;
    line-height: 17px;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #555;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px 0 30px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #349008;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 0;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    color: #FF3A39;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: var(--main-color);
    font-size: 16px;
/*    font-weight: 500;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 20px 6px;
    border-radius: 50px 50px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.pricingTable.blue{ --main-color: #0071dc; }
.pricingTable.orange{ --main-color: #FF6616; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 10px 40px; }
}

:root {
           --border-color: #D7DBE3;
           font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
           --green: #0CD977;
           --red: #FF1C1C;
           --pink: #FF93DE;
           --purple: #5767ED;
           --yellow: #FFC61C;
           --rotation: 0deg;
         }

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

         @keyframes scaleCup {
           0% {
             transform: scale(0.6);
           }
           100% {
             transform: scale(1);
           }
         }
         /*h2 {
           text-align: center; 
           font-size: 1em;
           margin-top: 20px;
           margin-bottom: 20px;
         }*/


         @keyframes confettiRain {
           0% {
             opacity: 1;
             margin-top: -50vh;
             margin-left: -200px;
           }
           100% {
             opacity: 1;
             margin-top: 50vh;
             margin-left: 200px;
           }
         }
         .confetti {
           opacity: 0;
           position: absolute;
           width: 1rem;
           height: 1.5rem;
           transition: 500ms ease;
           animation: confettiRain 5s infinite;
         }

         #confetti-wrapper {
           overflow: hidden !important;
         }

.blinkText {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.confettii {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
/*    z-index: 900;*/
}
.confettii-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}
.confettii-piece:nth-child(1) {
    left: 5%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}
.confettii-piece:nth-child(2) {
    left: 10%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}
.confettii-piece:nth-child(3) {
    left: 15%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}
.confettii-piece:nth-child(4) {
    left: 20%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}
.confettii-piece:nth-child(5) {
    left: 25%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}
.confettii-piece:nth-child(6) {
    left: 30%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}
.confettii-piece:nth-child(7) {
    left: 35%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}
.confettii-piece:nth-child(8) {
    left: 40%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}
.confettii-piece:nth-child(9) {
    left: 45%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}
.confettii-piece:nth-child(10) {
    left: 50%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}
.confettii-piece:nth-child(11) {
    left: 55%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}
.confettii-piece:nth-child(12) {
    left: 60%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}
.confettii-piece:nth-child(13) {
    left: 65%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(14) {
    left: 70%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(15) {
    left: 75%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(16) {
    left: 80%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(17) {
    left: 85%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(18) {
    left: 90%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(19) {
    left: 95%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(20) {
    left: 98%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}

.confettii-piece:nth-child(odd) {
    background: #7431e8;
}
.confettii-piece:nth-child(even) {
    z-index: 1;
}
.confettii-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}
.confettii-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}
.confettii-piece:nth-child(4n-7) {
  background: red;
}
@-webkit-keyframes makeItRain {
    from {opacity: 0;}
    50% {opacity: 1;}
    to {-webkit-transform: translateY(350px);}
}


@media only screen and (max-width: 600px) {
      .mobile-hidden{
        display: none;
    }
}



.banner-bttn {
    display: inline-block
}


.default-bttn {
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.default-bttn i {
    font-size: 20px;
    position: relative;
    top: 4px;
    display: none
}

.default-bttn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

.default-bttn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #252525
}


.default-bttn:hover {
    color: #fff;
}

.btn-bg-three{
    background-color: #7d7d7d
}

.bg-yellow{
    background-color: #ffeb3b
}


section.pricing {
/*  background: #007bff;*/
/*  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 1rem;
/*  letter-spacing: .1rem;*/
  font-weight: bold;
}

.pricing ul li {
  margin-bottom: 0.2rem;
}

.pricing .text-muted {
  opacity: 0.7;
}


/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}


.white-text{
    color: #fff !important;
}

.font-bold{
    font-weight: 600;
}

.font-black{
    color: white;
}

.no-padmar{
    padding: 0 !important; 
    margin: 0 !important;
}

.blink_css {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blinks_css {
  animation: blinker 0.5s linear infinite;
  text-decoration: underline
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.blog-card .content.check {
    padding: 2px;
}

.sp-color4{
    color:#0096b7;    
}

.sp-color6{
    color:yellow;    
}


.box-shad{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.sp-color5{
    color:#FFD700;    
}

.sp-colorGrey{
    color:#808080;
    font-size: 12px;    
}


/*Button Left Border Shadow*/

.box-border-shadow{
    box-shadow: 
              -7px 0px 0px 0px #FF00FF;
}

.box-border-shadow1{
    box-shadow: 
              -7px 0px 0px 0px #6426f9;
}

.box-border-shadow2{
    box-shadow: 
              -7px 0px 0px 0px #00e164;
}

.box-border-shadow3{
    box-shadow: 
              -7px 0px 0px 0px #ffb30a;
}

.box-border-shadow4{
    box-shadow: 
              -7px 0px 0px 0px #e1003c;
}

.box-border-shadow5{
    box-shadow: 
              -7px 0px 0px 0px #00c0e0;
}

.box-border-shadow6{
    box-shadow: 
              -7px 0px 0px 0px #7dffc9;
}

.box-border-shadow7{
    box-shadow: 
              -7px 0px 0px 0px #5be8ff;
}

.box-border-shadow8{
    box-shadow: 
              -7px 0px 0px 0px #ff3930;
}

.default-btton {
    display: inline-block;
    padding: 15px 25px;
    color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 150px;
}

.default-btton i {
    font-size: 20px;
    position: relative;
    top: 4px;
    display: none
}

.default-btton::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

.default-btton:hover:before {
    height: 100%;
    width: 135%;
    background-color: #fff;

}


.default-btton:hover {
    color: #000;
}

.btn-bg-white{
    background-color: #fff;
}

.ml-30{
    margin-left: 30px;
}

.grey-bg{
    background-color: #f8f8f8;
}


.top-head-bg{
    background: rgb(255,221,14);
background: linear-gradient(90deg, rgba(255,221,14,1) 0%, rgba(239,45,44,1) 100%);
}


.top-head-bg1{
    background: rgb(61,169,255);
background: linear-gradient(90deg, rgba(61,169,255,1) 0%, rgba(255,53,144,1) 100%);
}


/*Google Review*/

.gReviewTxt{
    font-size:14px;
    font-weight:400;
    margin-top: 20px;
}

.gReviewPara{
    font-size:18px;
    font-weight:500;
}

.studCount{
    color:#0096b7;
    align-content: middle;
}

.studCount1{
    font-size:18px; 
    font-weight: 500; 
}

.hrTxt{
    padding: 0; 
    margin: 0;
    color:#0096b7 !important;
}

.margn-10{
    margin: 10px;
}

.hrliTxt{
    background-color: #f5f5f5; 
    padding: 10px;
}

.hrliSpan{
    color:black !important; 
    font-weight:600;
    font-size: 1.1em;
}

.hrliHrs{
    background-color: #f5f5f5 !important;
    margin-right: 0;
    padding: 10px;
}

.fontModules{
    font-size:1.4em !important;
}


.banner-title{
    font-size: 43px !important;
}


.gradient-btnn {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.gradient-btnn i {
  margin-left: 8px;
  vertical-align: middle;
}

.gradient-btnn:hover {
  background: linear-gradient(135deg, #2575fc, #6a11cb);
  transform: translateY(-2px);
}


/*Scholarship Button*/

.offer-wrapper {
      position: fixed;
      top: 55%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1000;
    }

    .offer-hover-area {
      position: relative;
      width: auto;
    }
    .offer-tab {
      background: linear-gradient(135deg, #ff416c, #ff4b2b);
      color: white;
      padding: 12px 8px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-weight: bold;
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      position: relative;
      z-index: 2;
    }

    .offer-tab:hover {
      background: linear-gradient(135deg, #e6335f, #e6451f);
    }


    .offer-panel {
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      width: 260px;
      padding: 20px;
      margin-left: -100%;
      transition: margin-left 0.4s ease;
      border-radius: 0 8px 8px 0;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.15);
      z-index: 1;
      opacity: 0;
      pointer-events: none;
    }

    .offer-hover-area:hover .offer-panel {
      margin-left: 40px;
      opacity: 1;
      pointer-events: auto;
    }

    .offer-panel h4 {
      margin-top: 0;
    }

    .offer-panel p {
      font-size: 14px;
      margin-bottom: 0;
    }




    /*Course Card Design */

.course-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      height: 100%; 
    }

    .course-card:hover {
      transform: scale(1.03);
    }

    .course-image-wrapper {
      position: relative;
    }

    .course-image-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

        .course-badge {
      position: absolute;
      bottom: 20px;
      right: 15px;
      background: red;
      color: #fff;
      padding: 5px 12px;
      border-radius: 8px;
      font-size: 0.8rem;
      animation: blink-offer 1s infinite; 
    }

    @keyframes blink-offer {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }


    .course-reviews i {
      color: #fbc02d; 
      font-size: 0.9rem;
      margin-right: 2px;
    }

    .review-count {
      color: #555;
      font-size: 0.85rem;
      margin-left: 4px;
    }

    .course-instructor img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .course-price {
      font-weight: bold;
      color: #000;
      white-space: nowrap;
    }

    .course-price del {
      color: #888;
      margin-left: 5px;
    }

    .course-title a {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      color: #000;
    }

    .course-title a:hover {
          background: linear-gradient(90deg, #6a11cb, #2575fc); /* Purple to blue gradient */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      display: inline-block;
    }

    .text-lessons{
      font-size: 0.845rem;
      color: #000;
      font-weight: 500;
    }

    .text-desc{
      font-size: 0.9rem;
      line-height: 1.3;
      font-weight: 400;
      
    }

    .course-footer a.learn-more {
      font-weight: 600;
      text-decoration: none;
      position: relative;
    }

    .course-footer a.learn-more::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0%;
      height: 2px;
      background-color: #0d6efd;
      transition: width 0.3s ease;
    }

    .course-footer a.learn-more:hover::after {
      width: 100%;
    }

    .footer-course-link {
      font-size: 0.85rem;
      text-decoration: none;
      color: #198754;
      font-weight: 500;
      white-space: nowrap;
    }

    .footer-course-link:hover {
      text-decoration: underline;
    }

    .footer-course-link i {
      margin-left: 1px;
      font-size: 0.85rem;
      color: inherit;
      vertical-align: middle;
    }

    .footer-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .c-price{
      font-size: 24px;
    }

    .d-price{
      position: relative;
      display: inline-block;
      color: red;
      font-size: 16px;
    }

    .d-price::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: red;
      transform: rotate(-9deg); 
    }


    .rupee{
      color: blue;
    }

.text-link{
 animation: blink-link 1s infinite; 
    }

    @keyframes blink-link {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }

.test-link{
 animation: blink-link 1s infinite; 
 color: #002ad3;
    }

    @keyframes blink-link {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }

.icon-book {
  color: #1e88e5; 
  margin-right: 4px;
}

.icon-users {
  color: #43a047; 
  margin-right: 4px;
}


/* Timeline Container */
.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #0d6efd, #198754);
  transform: translateX(-50%);
  z-index: 1;
}

/* Timeline Item */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 2;
}

.timeline-item .content {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-left: 5px solid #0d6efd;
  transition: transform 0.3s ease;
}

.timeline-item:hover .content {
  transform: scale(1.03);
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Arrow indicators */
.timeline-item.left::after,
.timeline-item.right::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 10px;
  height: 10px;
  background: #0d6efd;
  border-radius: 50%;
  z-index: 3;
}

.timeline-item.left::after {
  right: -5px;
}

.timeline-item.right::after {
  left: -5px;
}

/* Year Badge */
.year-badge {
  display: inline-block;
  background: linear-gradient(to right, #0d6efd, #6610f2);
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 2.5rem;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item::after {
    left: 0;
  }
}


/*Security Card - Para Colour*/
.security-card p{
    color: #000000 !important;
}


/* Digital-style counter */
.counterNo {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff; /* white digits */
    background: #111; /* dark background */
    border-radius: 8px;
    box-shadow: inset 0 0 10px #fff, 0 0 20px rgba(255,255,255,0.3);
    letter-spacing: 4px; /* spacing between digits */
    min-width: 80px;
    text-align: center;
}

/* Optional: subtle flicker animation */
@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 1; }
    20%, 22%, 24%, 55% { opacity: 0.5; }
}

.counterNo {
    animation: flicker 2s infinite;
}


/*Site Developed By Olgaar Technologies*/