@media (max-width: 600px) { #tawkchat-minified-wrapper { width: 100%; height: 50px; } } @media (min-width: 601px) 
{ #tawkchat-minified-wrapper { width: 400px; height: 300px; } }


/* Prevent wrapping */
.anniversary-nowrap {
    white-space: nowrap;
    display: inline-block;
}

/* For screens <= 400px  */
@media (max-width: 400px) {
  .anniversary-nowrap {
    font-size: 0.95em;
  }
}

/* For screens <= 320px  */
@media (max-width: 320px) {
  .anniversary-nowrap {
    font-size: 0.81em;
  }
}


.intl-tel-input,
.iti{
  width: 100%;
}

header .navbar-brand img {
  height: initial !important;
  max-height: 35px;
}

.overline_inderline{
  display: inline-block;
  padding: 5px 15px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  line-height: 1em;
  text-decoration: none;
}
                                
.type-wrap {
  display: inline-block;
    text-align: left; /* Or center as needed */
  white-space: nowrap;
}


.type-it-elt {
  line-height: 1.5;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

@media (max-width: 768px) { 
  .type-it-elt {
      font-size: 1em; 
      line-height: 1.4;
  }
}

@media (max-width: 480px) { 
  .type-it-elt  {
      font-size: 1.1em;
      line-height: 1.4;
  }
}
.module-badge{
  position: absolute;
    top: 10px;
    background: #fbac39;
    color: white;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 12px;
    font-weight: 600;
    margin-left:5px;
}
.cyber-badge{

    color: #fff;
    padding: 10px 18px;
    font-weight: bold;
    background-color: #00c6ffba;
    border-radius: 30px;
    box-shadow: 0px 0px 12px #00c6ff;
    display: inline-block;


}

.right_div{
position: sticky !important;

position: sticky;
top: 0; /* Adjust the offset from the top */
z-index: 1000; 
}



.mobile-enquiry {
 
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 120px;
  
}
.right_div{
  position: fixed;

}


/* Floating section */
.floating-section {
  position: fixed;
  bottom: 110px;
  left: 0;
  width: 100%;
  background-color: white; /* White background */
  border: 2px solid #007BFF; /* Blue border */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  display: none; /* Hidden by default */
}

.text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cta-button {
  display: inline-block;
  width: 100%; /* Button takes full width */
  padding: 12px 0px;
  background-color: #0cbc87;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px; /* Small gap between the button and the text */
}

.cta-button:hover {
  background-color: #0056b3;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .floating-section {
      display: block; /* Show only on mobile */
      z-index: 99;
      width: 75%;/*80*/
      margin: 0 auto;
      left: 15;/*15*/
      /* right: 0; */
      bottom: 15px;
      /* bottom: 85px; */
      padding: 8px 5px;
  }

   
  
  
  
}

.btn-float{
  max-width: 150px;
  margin: 0 auto;
}
.bottomCTA{
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 16px;
}
.bottomCTA h6{
  margin-bottom: 0;
}
.bottomCTA svg{
  max-width: 100%;
}
.bottomCTA h4{
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.bottomCTA h4 span{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #F7C32E;
  color: #333;
  /* margin-left: 5px; */
}
.bottomCTA h2{
  color: #F7C32E;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
}
.bottomCTA h6{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.bottomCTA .date{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #F7C32E;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.bottomCTA .time{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}
.bottomCTA a.btn-light{
  padding: 10px 30px;
  font-weight: 600;
}



.upcoming-batch .card{
  background:transparent;
}

.upcoming-batch .card-body{
  padding: 8px 5px;
}

.upcoming-batch .carousel-control-prev{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  left: -16px;
  opacity: 1;
}

.upcoming-batch .carousel-control-next{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  right: -16px;
  opacity: 1;
}
.upcoming-batch p{
  margin-bottom: 0;
}





















body{margin-top:20px;}
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}




 :root {
  --primary: #37a9e1;
  --primary-gradient: linear-gradient(45deg, #153c7e 0%, #37a9e1 100%);
} *
.section-header {
  text-align: center;
}
 .section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-header hr {
  border: 1px solid #fff;
  width: 56px;
}
.bg-gradient_solid {
  color: #fff;
  padding: 48px 0;
}
.steps {
  position: relative;
  margin-top: 32px;
}
.steps::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}

.steps .content p {
  color: #676767;
  font-size: 16px;
}

.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #676767;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.steps-container .content {
  padding: 10px;
  background-color: white;
  position: relative;
  border-radius: 0px 0px 80px 0px;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps-container {
  display: flex;
}

.steps .steps-container .date {
  /* font-weight: 900; */
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
}

.step-line {
  width: 40px;
  background-color: rgb(0, 0, 0);
  height: 1px;
  margin-top: 31px;
  opacity: 0.4;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .steps::after {
    left: 32px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
} 




::selection{
  color: #fff;
  background: #3ea0e2;
}
.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #3ea0e2;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  text-decoration: none;
  background: #3ea0e2;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}

.main-title {
  height: 150px;
}
.landing-list li{
  font-size: 22px;
}
@media (max-width: 1200px) {
  .landing-list li{
      font-size: 19px;
  }
}
@media (max-width: 992px) {
  .main-title {
      height: 180px;
  }
  .landing-list li{
      font-size: 17px;
  }
}
@media (max-width: 767px) {
  .main-title {
      height: 250px;
  }
  .main-title h1 {
      font-size: 55px;
      line-height: normal;
      text-align: center;
  }
  .landing-list{
      text-align: center;
  }
}
@media (max-width: 480px) {
  .main-title {
      height: 190px;
  }
  .main-title h1 {
      font-size: 40px;
  }
}
@media (max-width: 400px) {
  .main-title {
      height: 120px;/*155*/
  }
  .main-title h1 {
      font-size: 25px;
  }
}

.home-25{
 position: absolute;
 bottom: 75px;
 left: 0;
 right: 0;
 top: auto;
}
.mobile-25{
  height:180px;
}





/************************ CSS: Request Callback ************************/

.callback {
  position: fixed;
  top: 250px;
  right: -72px;
  background: #00834E;
  color: white;
  padding: 10px 12px;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  z-index: 99;
  text-align: center;
}

.btn-callback{
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-callback:hover{
  color: #F7C32E;
}
/* ,,,, */

.quick-contact, .quick-contact-phone {
  position: fixed;
  top: 375px;
  right: 0px;
  background: #00834E;
  color: white;
  padding: 5px 5px;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  z-index: 99;
  text-align: center;
}
.quick-contact-phone{
  top: 435px !important;
}
.btn-contact, .btn-contact-phone{
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-contact:hover, .btn-contact-phone:hover{
  color: #F7C32E;
}
.btn-contact i, .btn-contact-phone{
  transform: rotate(90deg);
}
.quick-contact-info, .quick-contact-info-phone{
  right: -300px;
  z-index: 999;
  background: #00834E;
  padding: 5px 15px;
  position: fixed;
  transition: all .6s ease-in-out;
  opacity: 0;
  pointer-events: none;
  width: 265px;
  top: 375px;
}
.quick-contact-info-phone{
  top: 435px !important;
}
.contact-open .quick-contact-info, .contact-open-phone .quick-contact-info-phone{
  right: 0px;
  transition: all .6s ease-in-out;
  opacity: 1;
  pointer-events: all;
  /* margin: 10px 30px; */
}
.quick-contact-info h6, .quick-contact-info-phone h6{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: white;
}

.quick-contact-info a, .quick-contact-info-phone a{
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.quick-contact-info a:hover, .quick-contact-info-phone a:hover{
  color: #F7C32E;
}
.mail1 i{
  color: white;
  padding-right: 12px;
  font-size: 25px;
}
.close-btn1{
  position: absolute;
  left: -30px;
  top: -25px;
  background: red;
  padding: 5px;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}
.close-btn1 i{
  font-size: 14px;
}



/************************ 25-years : Fixed (Sub page) ************************/
.join-us {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9999;
}
.join-us-mobile{
  background-color: var(--jubilee);
  padding: 15px 0;
}
.join-us-mobile h3{
  color: white;
  font-weight: 100;
}
.join-us-mobile h3 span{
  font-family: "Playball", cursive;
  padding-right: 8px;
}
.join-us-mobile a{
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-us-mobile a:hover{
  color:#c2b8b8;
}
.join-us-mobile a{
  padding: 2px 0 0 5px;
}



@media (max-width: 768px) {
  .floating-section {
      display: block;
      z-index: 99;
      width: 75%;
      margin: 0 auto;
      left: 15px;
      /* right: 0; */
      bottom: 15px;
      padding: 8px 5px;
  }
}




.home-collapse-prev{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  left: -16px;
  opacity: 1;
}

  .mobile-bottom-strip {
    padding: 5px; 
    border-radius: 8px; 
    position: fixed;
    width:100%;
    bottom: 0px;
    left:0; 
    z-index: 1000; 
    display: flex; 
    flex-direction: row; 
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  
}


.cursor {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
}

.cursor-follower {
  position: fixed;
  width: 25px;
  height: 25px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-out;
}
	
.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.read-more-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.read-more-toggle {
  color: blue;
  cursor: pointer;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 5px;
}


/* .read-more-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.read-more-box.expanded .read-more-text {
  max-height: none;
} */







ul.timelin {
  position: relative;
  list-style-type: none;
  padding-left: 180px;
}
ul.timelin:before {
  position: absolute;
  display: block;
  left: 136px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #07b;
  content: ' ';
}
ul.timelin .event {
  position: relative;
  padding: 16px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  padding: 16px;
  margin-bottom: 30px;
}
ul.timelin .event:before {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  width: 30px;
  height: 30px;
  border: 6px solid #07b;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
  content: ' ';
}
ul.timelin h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.timelin .time {
  position: absolute;
  display: block;
  width: 120px;
  top: 35px;
  left: -179px;
  font-size: 0.9em;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
ul.timelin .time > .glyphicon-time {
  top: 2px;
}
ul.timelin .left-arrow:before {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ddd;
  border-left: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  content: ' ';
}
ul.timelin .left-arrow:after {
  position: absolute;
  top: 30px;
  left: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: ' ';
}




.box-f5f4f6 {
  background-color: #f5f4f6  !important;
}

.bg-art{
  background-color: rgb(6 106 201 / 55%) !important;
}

.ai-creation{
  font-size: 19px;
}
.kerala-vision{
  font-size: 20px;
}
.special-offer-badge {
    background: linear-gradient(to bottom, #ff0000, #cc0000);
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0 0 10px 0;
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}
.special-offer-badge::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 15px;
    background: #900;
    top: -15px;
    left: 0;
    border-radius: 10px 0 0 0;
}
.anniversary-special{
font-size: 38px !important;
    margin-bottom: 0.5rem;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-heading-color);
		}
@media (max-width: 500px) {
    .anniversary-special {
        font-size: 30px !important;
    }
}
.internship-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #ffc107;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);


  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden; /* 🔑 prevents spill */
}

.internship-pill .pill-text {
  color: #fff;
  padding: 6px 12px;
  font-weight: 500;
  font-size: clamp(13px, 3.2vw, 20px);
}

.internship-pill .pill-duration {
  background-color: #ffc107;
  color: #000;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: clamp(13px, 3.2vw, 20px);
}
.hero-logo img {
  max-height: 90px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 16px;
  border-radius: 10px;
}

.hero-slide {
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
}


.bg-overlay {
  position: absolute;
  inset: 0;
}
@media (max-width: 992px) {
  .hero-slide {
    min-height: 520px;
  }

  .hero-slide h1,
  .hero-slide h2 {
    font-size: 2rem;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .hero-slide {
    min-height: 480px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-slide h1 {
    font-size: 1.6rem !important;
  }

  .hero-slide h2 {
    font-size: 32px !important;
  }

  .hero-slide p {
    font-size: 0.95rem;
  }

  /* Stack speaker images */
  .hero-speakers img {
    max-width: 280px;
    margin-bottom: 1rem;
  }
}

/* PREVENT LAYOUT JUMP */
.carousel-inner {
  height: 100%;
}
.h4_class {
    font-size: 1.640625rem !important;
}
.h3_class{
    font-size: 1.875rem !important;
}
.fs-21{
    font-size: 21px !important;
}
.fs-30 {
    font-size: 1.875rem !important;
}
.batch-box{
transition:0.3s;
}

.batch-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.link-hover:hover {
    color: #0d6efd !important; /* Bootstrap default blue */
}

/********** CSS **********/
:root {
    /* --primary: #9F1015;
    --secondary: #00A2DF;
    --dark: #222222;
    --light:#444444;
    --bg-light: #F8F8F8; */

    --jubilee: #066AC9;
    --bg-light-jubilee: #F5F7F9;
    --secondary: #4AAF57;
}


/* html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", serif;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
}


::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
} */


/************************ Common ************************/

/* section {
    padding: 60px 0px;
}

.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-light {
    background-color: var(--bg-light) !important;
} */



/* .section-title {
	font-size: 30px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 20px;
	text-transform: capitalize;

}

.learn-more {
    background-color: var(--secondary);
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600 !important;
    color: white;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.learn-more:hover {
    background-color: var(--primary);
    color: white;
} */

/*********************************************************************/

/************************ BANNER ************************/
h2{
    font-size: 38px !important;
}
.silver-jubilee-banner{
    background: linear-gradient(#066AC9, #4c91d32e);
}
.silver-jubilee-banner h1{
    color: white;
    font-size: 45px;
}
.silver-jubilee-banner img{
    object-fit: cover;
    object-position: top;
}
.jubilee{
    margin: 30px 0px;
}
.jubilee img{
    height: 200px;
    width: auto;
}
/************************ MILESTONES ************************/

.journey{
    gap: 10px;
    justify-content: center;
}
.years{
    padding: 10px 0px;
    border-radius: 10px;
}
.years h3{
    margin: 0;
}

.year h6{
    background: var(--jubilee);
    color: white;
    width: 18%;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
}
/************************ TIMELINE ************************/

.timeline-ipsr {
  white-space: nowrap;
  /* overflow-x: hidden; */
  /* background: var(--jubilee) */
}

.timeline-ipsr ol {
  font-size: 0;
  width: 100vw;
  /* padding: 250px 0; */
  padding: 200px 0;
  transition: all 1s;
}

.timeline-ipsr ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  /* width: 160px; */
  width: 320px;
  height: 3px;
  background: #D9D9D9;
}

.timeline-ipsr ol li:last-child {
  width: 280px;
}

.timeline-ipsr ol li:not(:first-child) {
  margin-left: 14px;
}
.timeline-ipsr ol li:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--jubilee);
}

.timeline-ipsr ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--jubilee);
}

.timeline-ipsr ol li div {
  position: absolute;
  /* left: calc(100% + 7px); */
  /* width: 280px; */
  width: 320px;
  padding: 15px 0px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
  height: 180px !important;
}

.timeline-ipsr ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-ipsr ol li:nth-child(odd) div {
  top: -10px;
  transform: translateY(-100%);
}

.timeline-ipsr ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline-ipsr ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline-ipsr ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}
/* .timeline time{

} */
.timeline-ipsr h5 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  background-color: var(--jubilee);
  color: white;
  width: 20%;
  border-radius: 20px;
  text-align: center;
  padding: 2px 5px;

}
.timeline-ipsr img{
  height: 45px;
  width: auto;
  margin: 10px 0px 15px;
}
.timeline-ipsr p{
  color: #747579;
  margin: 0;
  font-size: 15px;
}

/* '''''''' */


.timeline-ipsr ol {
  display: flex;
  animation: scroll-linear 100s linear infinite;
  width: max-content;
}
.timeline-ipsr:hover ol {
  animation-play-state: paused;
}

@keyframes scroll-linear {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* ..... */

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* .timeline-ipsr .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 5px;
}

.timeline-ipsr .arrows .arrow__prev {
  border: none;
  background: transparent;
}
.timeline-ipsr .arrows .arrow__next{
  border: none;
  background: transparent;
}
.timeline-ipsr .disabled {
  opacity: 0.5;
}
.timeline-ipsr .arrows i{
  color: var(--secondary);
  font-size: 30px;
}
.timeline-ipsr .arrows img {
  width: 45px;
  height: 45px;
} */


/************************ TIMELINE-MOBILE ************************/

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-mob{
  display: none;
}
.timeline-mob ul {
  /* background: #456990; */
  padding: 50px 0 0;
}

.timeline-mob ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 0px;
  background: var(--jubilee);
  min-height: 110px;
}

.timeline-mob ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
}

.timeline-mob ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  /* padding: 15px; */
  /* background: #F45B69; */
  padding: 0 15px;
}

.timeline-mob ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-mob ul li:nth-child(odd) div {
  left: 45px;
}

.timeline-mob ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
  display: none;
}

.timeline-mob ul li:nth-child(even) div {
  left: -439px;
}

.timeline-mob ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
  display: none;

}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--jubilee);
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-mob ul li::after {
  transition: background .5s ease-in-out;
}

.timeline-mob ul li.in-view::after {
  background: var(--jubilee);
}

.timeline-mob ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline-mob ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline-mob ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline-mob ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline-mob ul li div {
    width: 250px;
  }
  .timeline-mob ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 768px) {
  .timeline-mob ul li {
    margin-left: 20px;
  }
  .timeline-mob ul li div {
    width: calc(100vw - 91px);
  }
  .timeline-mob ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline-mob ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}



/************************ AWARDS ************************/
.awards img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.awards ul li i{
    color: var(--secondary);
    font-size: 24px;
}
.awards p{
    margin: 5px 0px;
}
.awards1{
  padding: 40px 0 0;
}
.awards1 p{
  margin: 0 !important;
}
.awards1 .p-4{
  min-height: 120px;
}

/* .awards-sec-counter {
    display: grid;
    grid-template-areas: 'counter1 counter2 counter3 counter4 counter5';
    gap: 20px;
    width: 100%;
    grid-template-columns: auto;
    text-align: center;
}

.award-counter:first-child {
    grid-area: counter1;
}

.award-counter:nth-child(2) {
    grid-area: counter2;
}

.award-counter:nth-child(3) {
    grid-area: counter3;
}
.award-counter:nth-child(4) {
    grid-area: counter4;
}
.award-counter:last-child {
    grid-area: counter5;
}
.award-counter .p-4{
    padding: 20px 10px !important;
} */

/************************ AWARDS ************************/
.offer .item{
  display: flex;
  /* align-items: center; */
}
.offer h4{
  color: var(--secondary);
}
.offer img{
  height: 300px;
  width: auto;
  object-fit: cover;
  object-position: top;
}
.offer button{
  background-color: var(--secondary);
  color: white;
}
.offer button:hover{
  background-color: var(--jubilee);
  color: white;
}

/************************ TESTIMONIALS ************************/

.testimonial-title p{
  font-weight: 500;
}
.testimonial-item{
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
}
.testimonial-item img{
  height: 100px;
  width: 70px !important;
}
.testimonial-item h6{
  color: var(--jubilee);
}
.testimonial-user, .testimonial-user-info{
  padding: 10px 10px;
}
.testimonial-item .testimonial-user-info p{
  margin: 0;
}
.testimonial-user-info h5{
  font-size: 19px;
}
.testimonial-user-info h6{
  margin: 8px 0;
}

/* .owl-carousel .owl-nav.disabled{
  display: block !important;
}

.testimonial-carousel .owl-nav {
  display: flex !important;
  gap: 5px;
  top: auto;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next{
    background: var(--secondary) !important;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav i {
  color: white;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover{
    background-color: var(--primary);
}
.testimonial-carousel .owl-nav .owl-prev:hover i, .testimonial-carousel .owl-nav .owl-next:hover i{
    color: #fff !important;
}
.testimonial .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
} */
 .thank{
  /* padding: 0; */
  /* padding-bottom: 30px; */
 }
.thank-you h4{
  color: var(--secondary);
  text-align: center;
}
.thank-you img{
  height: 50px;
  width: auto;
  margin: 0 auto;
  display: block;
}
/************************ Form ************************/
.feedback-form {

}

.contact-form{
  padding: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.contact-form label{
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #24292D;
}
.contact-form input[type=text], .contact-form textarea {
  width: 100%;
  padding: 10px;
  /* margin: 8px 0; */
  /* display: inline-block; */
  border: 1px solid #9e9fa25e !important;
  background-color: transparent;
  color: #747579 !important;
  border-radius: 8px;
  box-sizing: border-box;
  height: 50px;
  z-index: 99;
  /* margin-bottom: 25px; */
}
.contact-form input::placeholder{
  color: #747579 !important;
  opacity: 0.7;
}
.contact-form input[type=submit] {
  background-color: var(--secondary);
  width: 120px;
  color: white;
  padding: 5px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  height: 40px;
  z-index: 99;
  text-transform: capitalize;
  margin: 10px 0px;
}
.contact-form input[type=submit]:hover{
  background: var(--secondary);
}

.contact-form input[type=text]:focus{
  /* border: none !important; */
  outline: none !important;
  box-shadow: none !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: none; /* Remove border on focus */
    /* You can also adjust other border properties here */
    outline: none !important;
}

.feedback1{
  background-color: var(--bg-light-jubilee);
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}


/* --------popup---------- */
.feedback-popup {
  display: none;
  position: fixed;
  top: 5%;
  left: auto;
  right: auto;
  /* transform: translate(-50%, -50%); */
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 50%;
  border-radius: 8px;
  height: 80%;
  overflow: auto;
}

.popup-content {
  position: relative;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  cursor: pointer;
  background: red;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  text-align: center;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: white;
}

/* Background Overlay */
.popup-overlay {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.feedback-form button{
  background-color: var(--secondary);
  color: white;
}
.feedback-form button:hover{
  background-color: var(--jubilee);
  color: white;
}
.feedback-form h6{
  font-size: 14px;
  color: #747579 !important;
  /* opacity: 0.7; */
  margin-bottom: 18px;
  font-weight: 500;
  padding: 7px;
}
/************************ Responsive ************************/

@media screen and (max-width: 1400px) {
  .feedback-popup{
    width: 80%;
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .offer2{
    min-height: 160px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .timeline-ipsr {
    /* overflow-x: hidden; */
    display: none;
  }
  .timeline-mob{
    display: block;
  }
  .years{
    width: 50%;
}
.testimonials figure{
  display: none;
}
.silver-jubilee-banner{
  background: linear-gradient(#066ac9b5, #066ac900, #4c91d32e);
  padding-bottom: 70px;
}
.testimonial-carousel{
  margin-top: 30px;
}
}
@media screen and (max-width: 768px) {
  .timeline-ipsr{
    display: none;
  }
  .awards img{
    height: 300px;
  }
  .awards .list-inline-item{
    display: flex;
  }
  .awards p {
    margin-top: -4px;
  }
  .awards ul{
    gap: 12px !important;
  }
  .offer .item{
    display: block;
  }
  .offer-content-sec{
    margin-bottom: 30px;
  }
  .offer2 {
    min-height: 110px;
  }
}


.alumni-modal{

  height: 80%;
  overflow: auto;
  top: 5%;
}
.svg-bg {
    width: 1360px;   /* same as original */
    height: 700px;   /* reserve space */
    pointer-events: none;
}

.svg-bg svg {
    width: 100%;
    height: 100%;
}
.logo-footer{
height: auto;
  max-height: 40px;   /* controls size */
  width: auto;
  }