/* Pages - Blogs - CSS */
.roots-tabs .nav-link.active {
    background: #0098da!important;;
    border: 1px solid #0098da!important;;
    color: #ffffff!important;;
}

.roots-tabs .nav-link {
    border: 1px solid #6c757d!important;
    color: #6c757d!important;
    background: transparent!important;
}


.video-carousel .item{
    padding:8px;
}

.video-carousel .card{
    cursor:pointer;
    transition:.3s ease;
}

.video-carousel .card:hover{
    transform:translateY(-5px);
}

.video-carousel .owl-nav{
    margin-top:20px;
}

.video-carousel .owl-nav button{
    width:42px;
    height:42px;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.video-carousel .owl-nav button span{
    font-size:24px;
    line-height:1;
}

/* Pages - knowledgeumites - CSS */
.card-img-overlay {
    top: 45%;
}
.subscribe-btn {
    background-color: #FF0000;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Pages - Enquiry */
.educational-journey-bg {
    background-image: url(https://jgi-design-live.s3.amazonaws.com/knowledgeumacademy.in/images/international-student/educational-journey.png);
    background-repeat: no-repeat;
    background-position: bottom 80% right -5%;
    background-size: 210px auto;
    background-color: #ffffff;
}

.theclr {
    color: rgb(0 137 199);
}

.form-head {
    background: var(--ka-blue);
    color: #fff;
    padding: .9rem 1.2rem;
    font-weight: 600;
    border-radius: .5rem .5rem 0 0;
}

.hero-card {
    background: #fff;
    border: 0;
    border-radius: .5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .9rem;
    border-radius: .45rem;
    background: #eaf6fd;
    color: var(--ka-blue);
    font-weight: 600;
    border: 1px solid #caeafb;
    text-decoration: none;
}


/* 29-06-2026 */

.step-card {
    background: linear-gradient(135deg, #0098da 0%, #504e3f 100%);
}

.header-ib-logo {
    width: 100px;
}
.offcanvas-ka-logo {
    width: 180px;
}


.ka-menu-topbar {
    padding: 1rem 3rem;
}


.roots-tabs .nav-link {
    border: none!important;
    background: linear-gradient(135deg, #0098da 0%, #504e3f 100%)!important;
    color: #FFFFFF !important;
}


.roots-tabs .nav-link.active {
    border: none!important;
    background: linear-gradient(135deg, #ffffff 0%, #cfebf7 100%) !important;
    color: #0098da !important;
}



.jficc .embedded-agent-container {
    bottom: 85px!important;
}

.jficc .noupe-chat-button.noupe-chat-button-variant-2 .__avatar.noupe-variant-2-avatar {
    width: 30px !important;
    height: 30px !important;
}

.jficc .chat-button-variant-2.noupe-agent.square {
    width: 55px !important;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ftr-suport a {
    color: #d9d9d9;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1390px;
    }
}




#heroSection {
    /*min-height: 78vh;*/
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

#heroSection::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .05);
    z-index: 1;
}

#heroSection img {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroSection .hero-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding: 2rem;
}

#heroSection .hero-lines {
    overflow: hidden;
    width: 100%;
    max-width: 820px;
    height: 1.4em;
    margin: 0 auto 1.5rem;
}


#heroSection .hero-title{
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  margin: .35em 0 .2em;
  font-weight: 900;
  color: var(--ka-gold);
  letter-spacing: .02em;
  line-height: 1.05;
}
#heroSection .flip{ 
  display: inline-grid; 
  position: relative; 
  line-height: 1.1; 
}
#heroSection .flip .word{
  grid-area: 1 / 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(24%);
  transition: opacity .45s ease, transform .45s ease;
}
#heroSection .flip .word.is-active{
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
  #heroSection.flip .word{ transition: none; }
}


@media (max-width: 768px) {

    #heroSection {
        min-height: 500px;
    }

    #heroSection .hero-title {
        font-size: 2.5rem;
    }

    #heroSection .hero-inner {
        padding: 1.5rem;
    }
    #heroSection .cta-wrap .btn {
        padding: 7px 12px!important;
        font-size: 10px!important;
    }
}



.voice-card {
    background: #cfebf7;
}
.voice-text {
    color: #323639;
}


.widget-trigger {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1055;
      background: #0098da;
      color: white;
      padding: 12px 14px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
    }

    .offcanvas-panel {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 100vh;
      background: #0d111c;
      color: white;
      transform: translateY(100%);
      transition: transform 0.4s ease;
      z-index: 1060;
      border-top-left-radius: 20px;
      overflow-y: auto;
      padding: 20px;
    }

    .offcanvas-panel.show {
      transform: translateY(0%);
    }

    .card-box {
      background: #1c1f2e;
      border-radius: 12px;
      padding: 16px;
      margin-bottom: 20px;
    }

    .card-box img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }

    .card-title {
      font-size: 15px;
      font-weight: 600;
    }

    .card-sub {
      font-size: 12px;
      color: #ccc;
    }

    .map-img {
      width: 100%;
      border-radius: 10px;
      margin-top: 10px;
    }

    .temp {
      font-size: 30px;
      font-weight: bold;
    }

    .btn-see-more {
      background-color: #0098da;
      border: none;
      color: #fff;
      font-size: 12px;
      border-radius: 20px;
      padding: 4px 12px;
    }

    .btn-see-more:hover {
      color: #fff;
    }

    .brang-bg {
        background-color: #068ECE;
    }




.ib-card{
    border-radius:16px;
    transition:.3s ease;
    background: linear-gradient(180deg, #fdfdfd 0%, #fefefe 100%);
}

.ib-card:hover{
    transform:translateY(-6px);
    box-shadow:0 .75rem 2rem rgba(0,0,0,.12)!important;
}

.ib-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.ib-card h5{
    font-size:1.15rem;
    line-height:1.5;
    min-height:56px;
}

@media (max-width:767px){
    .ib-card h5{
        min-height:auto;
        font-size:1rem;
    }

    .ib-icon{
        width:60px;
        height:60px;
        font-size:26px;
    }
}


.btn-ka {
    color: #ffffff;
}

.ib-card-slider .item{
    padding:10px;
}

.ib-card-slider .card{
    height:100%;
}

.ib-card-slider .owl-stage{
    display:flex;
}

.ib-card-slider .owl-item{
    display:flex;
}

.ib-card-slider .owl-nav{
    margin-top:20px;
    text-align:center;
}

.ib-card-slider .owl-nav button{
    width:42px;
    height:42px;
    border-radius:50%!important;
    background:#0d6efd!important;
    color:#fff!important;
    margin:0 5px;
    font-size:20px!important;
}

.ib-card-slider .owl-nav button:hover{
    background:#084298!important;
}

.ib-card-slider .owl-dots{
    margin-top:15px;
}

.brochure-bu {
    position: fixed;
    bottom: 0;
    z-index: 9998;
    color: #fff !important;
    font-size: 13px !important;
    background: #0098da;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
    backface-visibility: hidden;
    font-weight: 700;
    line-height: 22px;
    border-color: transparent;
    padding: 2px 10px;
    left: 4%;
    word-spacing: 5px;
}


::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #094183;
    background: #292121;
}
::-webkit-scrollbar-thumb {
    background: rgba(237, 242, 242, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(237, 242, 242, 0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(237, 242, 242, 0.1);
}

.event-detail-gallery .item{
    padding: 5px;
}

.event-detail-gallery img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:10px;
}

.event-detail-gallery .owl-nav{
    margin-top:15px;
    text-align:center;
}

.event-detail-gallery .owl-nav button{
    width:40px;
    height:40px;
    border-radius:50% !important;
    background:#0d6efd !important;
    color:#fff !important;
    margin:0 5px;
    font-size:20px !important;
    transition:.3s;
}

.event-detail-gallery .owl-nav button:hover{
    background:#084298 !important;
}

.event-detail-gallery .owl-dots{
    margin-top:10px;
}


.event-gallery-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

@media (max-width: 768px){
    .event-gallery-img{
        height: 220px;
    }
}



.featured-blog-img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
}


.alumni-video-carousel .card{
    border-radius:12px;
    overflow:hidden;
}

.alumni-video-carousel .yt-thumb{
    height:220px;
    width:100%;
    object-fit:cover;
}

.alumni-video-carousel .card-title{
    min-height:52px;
    font-size:16px;
    line-height:1.4;
}

.alumni-video-carousel .owl-stage{
    display:flex;
}

.alumni-video-carousel .owl-item{
    display:flex;
}

.alumni-video-carousel .item{
    width:100%;
}

.alumni-video-carousel .card{
    height:100%;
}


/* Mobile Devices (up to 767.98px) */

@media (max-width: 767.98px) {
    .ocld {
        display: none;
    }

    .jficc .embedded-agent-container {
        bottom: 60px!important;
    }

    .header-ib-logo {
        width: 70px;
    }

    .ka-menu-topbar {
            margin-bottom: 1px;
    }

    .ka-mobile-menu .accordion-button {
        padding: 6px 8px;
        font-size: 15px;
    }

    .ka-mobile-menu a {
        font-size: 15px;
    }
}