
.top-bar {
  background-color:#232f60;
  font-size: 14px;
}
.logoimage {
    width: 100%;
    height: 70px;
    object-fit: cover;
}
.top-bar a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  background:#232f60;
  border:none
}

.top-bar i {
  color: white;
}

/* Navbar */
.navbar {
  border-bottom: 2px solid #232f60;
}

.nav-link {
  color: #333 !important;
  font-size: 16px;
  padding: 10px 15px !important;
}

.nav-link.active {
  color: #232f60 !important;
  border-bottom: 3px solid #232f60;
}

.nav-link:hover {
  color: #232f60 !important;
}

.btn_set {
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    background: #232f60;
}

marquee {
  background:#232f60;
  padding: 10px;
  color: #fff;
  box-shadow:none;
}

marquee a {
  color: #fff;
  text-decoration: none;
}

  .carousel-wrap {
      width: 100%;
      margin: 0 auto;
    }

    /* Owl item images */
    .owl-carousel .item {
      position: relative;
      overflow: hidden;
    }

    .owl-carousel .item img {
      display: block;
      width: 100%;
      height: 90vh; /* Full screen height look — change if you want smaller */
      object-fit: cover;
      user-select: none;
      -webkit-user-drag: none;
    }

    /* Dots styling */
    .owl-dots {
      text-align: center;
      margin-top: 14px;
      position: relative;
      bottom: 20px;
    }

    .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 6px;
      border-radius: 50%;
      background: #d7dbe0;
      transition: all 250ms ease;
    }

    .owl-dot.active {
      width: 36px;
      height: 10px;
      border-radius: 6px;
      background: #7a2b55;
    }
.owl-carousel {
    display: block !important;
    width: 100%;
    z-index: 1;
}
  

    /* Mobile responsive */
    @media (max-width: 768px) {
      .owl-carousel .item img {
        height: 300px;
      }
    }

        .gradient-nav {
            background: linear-gradient(to right, #7b2d6c, #4a5a8f, #232f60, #232f60);
            padding: 25px 0;
        }

        .nav-item-custom {
            display: flex;
            align-items: center;
            gap: 20px;
            text-decoration: none;
            transition: transform 0.3s ease;
        }

        .nav-item-custom:hover {
            transform: translateY(-5px);
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            background: rgba(135, 206, 250, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .icon-circle i {
            font-size: 35px;
            color: #fff;
        }

        .nav-text h5 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .nav-text p {
            color: white;
            font-size: 16px;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nav-text p i {
            font-size: 14px;
        }
        .hero-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M0,0 Q250,200 500,0 T1000,0 L1000,1000 L0,1000 Z" fill="%23e3e9f0" opacity="0.3"/></svg>') no-repeat center;
            background-size: cover;
            z-index: 0;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

      .university-tag {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}

       .hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #252525;
    line-height: 1.2;
    margin-bottom: 25px;
}
.erpset {
    border: 1px solid #ffca2c !important;
    background:#ffca2c !important;
    color: #000 !important;
    font-size: 12px;
    margin-left: 20px;
    padding: 8px 15px 8px 15px;
}
     .hero-description {
    font-size: 16px;
    color: #696969;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 389px;
    font-weight: 600;
}

        .cta-button {
            background:#232f60;
            color: white;
            padding: 16px 35px;
            border: none;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(124, 58, 126, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(124, 58, 126, 0.4);
            color: white;
        }

      
.recognition-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

        .logo-container {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .recognition-logo {
            width: 70px;
            height: 70px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }

       

        .recognition-logo i {
            font-size: 32px;
            color: #666;
        }

        .image-grid {
            position: relative;
            z-index: 1;
        }

        .image-card {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
            position: relative;
        }

        .image-card:hover {
            transform: translateY(-5px);
        }

        .image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .main-image {
            height: 550px;
            margin-bottom: 20px;
        }

        .secondary-images {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .secondary-image {
            height: 265px;
        }

        @media (max-width: 991px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .main-image {
                height: 400px;
                margin-top: 40px;
            }
            
            .secondary-image {
                height: 190px;
            }
        }

        @media (max-width:768px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .secondary-images {
                grid-template-columns: 1fr;
            }
            .top-bar {
          display:none;
}
        }
       
        .certificate-section {
            position: relative;
            min-height: 600px;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: linear-gradient(135deg, #5c2a5f 0%, #7d4866 50%, #9d6b7d 100%);
        }

        .certificate-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:#521E39;
            background: url('./images/bvoc-banner.jpg') center/cover no-repeat;
            opacity: 1;
            z-index: 1;
        }

        .certificate-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, rgba(92, 42, 95, 0.9) 0%, rgba(92, 42, 95, 0.7) 50%, rgba(92, 42, 95, 0.4) 100%);
            z-index: 2;
        }

        .content-wrapper {
            position: relative;
           z-index: 3;
        }
        .setuo {
    font-size: 12px;
}
.certificate-tag {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
        .certifateset {
    padding-left: 150px;
}

        .certificate-title {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .title-line1 {
            color: #87ceeb;
            display: block;
            font-size:40px;
        }

        .title-line2 {
            color: #b8d96f;
            display: block;
             font-size:40px;
        }

        .title-line3 {
            color: #b8d96f;
            display: block;
             font-size:40px;
        }

    .certificate-description {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 379px;
    font-weight: 600;
}
.cta-button-green {
    background: #232f60;
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

        .cta-button-green:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(76, 175, 80, 0.6);
            color: white;
            background:#232f60;
        }

        .cta-button-green i {
            transition: transform 0.3s ease;
        }

        .cta-button-green:hover i {
            transform: translateX(5px);
        }

        @media (max-width: 991px) {
            .certificate-title {
                font-size: 2.5rem;
            }
            
            .certificate-section {
                min-height: 500px;
            }
        }

        @media (max-width: 576px) {
            .certificate-title {
                font-size: 2rem;
            }
            
            .certificate-description {
                font-size: 1rem;
            }
            
            .cta-button-green {
                padding: 15px 30px;
                font-size: 15px;
            }
        }


        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
.section-title h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 0px;
}

        .section-title h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #ffc107 0%, #ffb300 100%);
            border-radius: 2px;
        }

        .section-title p {
            color: #666;
            font-size: 1.1rem;
            margin-top: 25px;
        }

        .program-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            background: white;
            margin-bottom: 30px;
        }

        .program-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .program-card .card-img-wrapper {
            position: relative;
            overflow: hidden;
            height: 280px;
        }

        .program-card .card-img-top {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .program-card:hover .card-img-top {
            transform: scale(1.1);
        }

        .program-card .badge-overlay {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            z-index: 2;
        }

        .program-card .badge-overlay img {
            width: 35px;
            height: 35px;
            object-fit: contain;
        }

        .program-card .card-body {
            padding: 30px 25px;
            text-align: center;
        }

        .program-card .card-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0;
            line-height: 1.4;
        }

        @media (max-width: 768px) {
            .section-title h1 {
                font-size: 2.5rem;
            }
            
            .program-card .card-img-wrapper {
                height: 220px;
            }
        }
        .campus-life-section {
            position: relative;
            min-height: 100vh;
            background:#04083d;
           
            display: flex;
            align-items: center;
            padding: 20px 0;
        }

        .campus-title {
            color: white;
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 80px;
            position: relative;
            display: inline-block;
        }

        .campus-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 120px;
            height: 4px;
            background: linear-gradient(90deg, #ffc107 0%, #ffb300 100%);
            border-radius: 2px;
        }

        .feature-box {
            display: flex;
            align-items: flex-start;
            margin-bottom: 60px;
            opacity: 0;
            animation: fadeInUp 0.8s ease forwards;
        }

        .feature-box:nth-child(2) {
            animation-delay: 0.2s;
        }

        .feature-box:nth-child(3) {
            animation-delay: 0.4s;
        }

        .feature-box:nth-child(4) {
            animation-delay: 0.6s;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .feature-icon {
            flex-shrink: 0;
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 25px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            transition: all 0.3s ease;
        }

        .feature-box:hover .feature-icon {
            background: rgba(255, 193, 7, 0.2);
            border-color: #ffc107;
            transform: scale(1.1) rotate(5deg);
        }

        .feature-icon svg {
            width: 35px;
            height: 35px;
            stroke: white;
            fill: none;
            stroke-width: 2;
        }

        .feature-content h3 {
            color: white;
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .feature-content p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.05rem;
            line-height: 1.7;
            margin: 0;
            max-width: 500px;
        }

        @media (max-width: 768px) {
            .campus-title {
                font-size: 2.5rem;
                margin-bottom: 50px;
            }

            .feature-box {
                margin-bottom: 40px;
            }

            .feature-icon {
                width: 60px;
                height: 60px;
                margin-right: 20px;
            }

            .feature-icon svg {
                width: 30px;
                height: 30px;
            }

            .feature-content h3 {
                font-size: 1.5rem;
            }

            .feature-content p {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 576px) {
            .feature-box {
                flex-direction: column;
                text-align: center;
            }

            .feature-icon {
                margin: 0 auto 20px;
            }

            .feature-content p {
                max-width: 100%;
            }
        }
         .news-section {
         
            background-color: #f5f5f5;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h1 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 4px;
            background: linear-gradient(90deg, #ffc107 0%, #ffb300 100%);
            border-radius: 2px;
        }

        .news-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            margin-bottom: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .news-thumbnail {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
            overflow: hidden;
            background: #000;
        }

        .news-thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .news-card:hover .news-thumbnail img {
            transform: scale(1.1);
        }

       .playset {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 22px;
}
        .play-button {
            position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 60px;
                        height: 60px;
                        background: rgba(0,0,0,0.6);
                        border-radius: 50%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        cursor: pointer;
        }

        .play-button:hover {
            background: white;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 25px solid #333;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            margin-left: 5px;
        }

        .news-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .news-content h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #1a1a1a;
            line-height: 1.6;
            margin: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            flex-grow: 1;
        }
        .news-card.small-card .news-thumbnail {
            padding-top: 75%;
        }

        .news-card.small-card .play-button {
            width: 60px;
            height: 60px;
        }

        .news-card.small-card .play-button::after {
            border-left: 18px solid #333;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
        }

        .news-card.small-card .news-content h3 {
            font-size: 1rem;
            text-align:center;
        }

        @media (max-width: 768px) {
            .section-title h1 {
                font-size: 2.5rem;
            }

            .news-card.small-card .news-thumbnail {
                padding-top: 56.25%;
            }
        }
        .career-expert-section {
            background: linear-gradient(135deg, #e0f7ff 0%, #b3e5fc 25%, #4fc3f7 75%, #5e72e4 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .career-expert-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(224, 247, 255, 0.9) 0%, rgba(179, 229, 252, 0.8) 25%, rgba(79, 195, 247, 0.7) 75%, rgba(94, 114, 228, 0.8) 100%);
            z-index: 0;
        }

        .career-expert-section .container {
            position: relative;
            z-index: 1;
        }

        .expert-content h1 {
            font-size: 3.2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .expert-content p {
            font-size: 1.15rem;
            color: #34495e;
            margin-bottom: 35px;
            line-height: 1.6;
            max-width: 550px;
        }

        .btn-appointment {
            background: #1e88e5;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            padding: 15px 40px;
            border-radius: 8px;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(30, 136, 229, 0.3);
            display: inline-block;
            text-decoration: none;
        }

        .btn-appointment:hover {
            background: #1976d2;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(30, 136, 229, 0.4);
            color: white;
        }

        .expert-image {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .expert-image img {
            max-width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        }

        /* Decorative elements */
        .floating-shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            animation: float 6s ease-in-out infinite;
        }

        .shape-1 {
            width: 100px;
            height: 100px;
            background: white;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }

        .shape-2 {
            width: 60px;
            height: 60px;
            background: white;
            top: 60%;
            right: 10%;
            animation-delay: 2s;
        }

        .shape-3 {
            width: 80px;
            height: 80px;
            background: white;
            bottom: 15%;
            left: 15%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        @media (max-width: 992px) {
            .expert-content h1 {
                font-size: 2.5rem;
            }

            .expert-content {
                text-align: center;
                margin-bottom: 40px;
            }

            .expert-content p {
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .career-expert-section {
                padding: 60px 0;
            }

            .expert-content h1 {
                font-size: 2rem;
            }

            .expert-content p {
                font-size: 1rem;
            }

            .btn-appointment {
                font-size: 1rem;
                padding: 12px 30px;
            }
        }
         .footer-section {
            background:#04083d;
            color: #ffffff;
            position: relative;
        }

        .footer-section::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 6px;
            height: 100%;
     
        }

        .footer-logo-section {
            margin-bottom: 40px;
        }

        .footer-logo {
            background: white;
            padding: 15px 30px;
            display: inline-block;
            border-radius: 0 50px 50px 0;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        }

        .footer-logo img {
            height: 60px;
            width: auto;
        }

        .footer-address {
            font-size: 1rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: rgba(255, 255, 255, 0.9);
            max-width: 450px;
        }
.footer-phone {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-size: 15px;
}

        .footer-phone:hover {
            color: #ffd54f;
        }

        .footer-email {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-email:hover {
            color: #ffc107;
        }

        .footer-column h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 25px;
            color: white;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background: #ffc107;
            border-radius: 2px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: inline-block;
            position: relative;
            padding-left: 15px;
        }

        .footer-links a::before {
            content: '›';
            position: absolute;
            left: 0;
            transition: transform 0.3s ease;
        }

        .footer-links a:hover {
            color: #ffc107;
            padding-left: 20px;
        }

        .footer-links a:hover::before {
            transform: translateX(5px);
        }

        .footer-bottom {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }

        @media (max-width: 992px) {
            .footer-column {
                margin-bottom: 40px;
            }

            .footer-column h3::after {
                left: 50%;
                transform: translateX(-50%);
            }

            .footer-column h3 {
                text-align: center;
            }

            .footer-links {
                text-align: center;
            }

            .footer-links a::before {
                display: none;
            }

            .footer-links a {
                padding-left: 0;
            }

            .footer-links a:hover {
                padding-left: 0;
            }

            .footer-logo-section {
                text-align: center;
            }

            .footer-address {
                text-align: center;
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (max-width: 768px) {
            .footer-section {
                padding: 60px 0 30px;
            }

            .footer-logo img {
                height: 50px;
            }

            .footer-column h3 {
                font-size: 1.2rem;
            }
        }
.rightsideicon i{
    font-family:'FontAwesome';
}
.headerset{
    background-color:#232f60;
}
.headerimage img {
width:50%;
}
.rightsideicon i {
    color: #fff;
    font-size: 25px;
}
.rightsideicon span {
    color: #fff;
    font-size: 15px;
}
.boxone img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rightset i{
    font-family:'FontAwesome';
    margin-right:0px !important;
    color:#232f60;
}
.rightset2 i{
     font-family:'FontAwesome';
    margin-right:0px !important;
    color:#232f60;
}
.innerbox {
    border: 1px solid #fff;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 4px 15px rgba(124, 58, 126, 0.3);
    padding-left: 10px;
    padding-bottom:10px;
    height: 140px;
}
.sec {
    background-image: url(./images/Upgrade\ Page\ Cover\ long\ copy.jpg);
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover;
}
    .card-img-top{
      width: 250px;
      height: 150px;
      object-fit: cover;
      border-radius: 10px;
      cursor: pointer;
      transition: 0.3s ease;
    }
    .card-img-top:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .modal-content {
      border-radius: 15px;
    }
.boxonetop i {
    font-size: 50px;
    margin: auto;
    display: block;
    color: #04083d;
}
.boxonebottom p {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}
.contact-card { background: #fff; border-radius: 12px; box-shadow: 0 6px 18px rgba(20,30,60,0.08); overflow: hidden; }
    .contact-left { padding: 32px; }
    .contact-right { background: linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%); padding: 28px; }
    .form-control:focus { box-shadow: none; border-color: #5b8cff; }
    .btn-primary { background: #0d6efd; border: none; }
    .field-label { font-weight:600; font-size: .95rem; }
    .small-muted { font-size: .9rem; color:#6b7280; }
    @media (max-width: 767px) {
      .contact-left, .contact-right { padding: 20px; }
    }
    .firstset p {
    color: #b8d96f;
    font-size: 15px;
    font-weight: 600;
}

.firstset a{
  text-decoration: none;
}

.foundation-section {
      padding: 80px 0;
      background-color: #fff;
      position: relative;
      overflow: hidden;
    }

    .foundation-section::before {
    content: "";
    position: absolute;
    width: 720px;
    min-height: 720px;
    border: 120px solid transparent;
    border-bottom-color: rgba(239, 125, 0, 0.08);
    border-right-color: rgba(239, 125, 0, 0.08);
    border-radius: 100%;
    top: -330px;
    left: -330px;
    z-index: 0;
    }

    .foundation-content {
      position: relative;
      z-index: 2;
    }

    .foundation-title {
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 25px;
      font-size: 2.5rem;
    }

    .foundation-text {
      font-size: 1rem;
      color: #333;
      text-align: justify;
    }

    .foundation-image img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      object-fit: cover;
 
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .foundation-title {
        font-size: 2rem;
        text-align: center;
      }
      .foundation-text {
        font-size: 0.95rem;
      }
      .foundation-image {
        margin-top: 30px;
      }
    }

    @media (max-width: 576px) {
      .foundation-section {
        padding: 60px 15px;
      }
      .foundation-title {
        font-size: 1.8rem;
      }
    }

     .partners-section {
      padding: 60px 0;
      background-color: #fcfaef;
    }

    .partner-box {
      border-left: 4px solid #e6e3d5;
      padding-left: 20px;
      margin-bottom: 30px;
    }

    .partner-box h4 {
      font-weight: 700;
      color: #2c2c2c;
      font-size: 1.875rem;
      line-height: 1.2;
    }

    .partner-box p {
      color: #444;
      margin: 5px 0 0;
    }

    /* Responsive alignment */
    @media (max-width: 768px) {
      .partner-box {
        text-align: center;
        border-left: none;
        border-top: 3px solid #e6e3d5;
        padding-top: 15px;
      }
    }

    .testimonial-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 40px 0;
    
    }

    .testimonial-header h3 {
      font-weight: 700;
      font-size: 1.875rem; /* 30px */
      color: #333;
      margin: 0;
    }

    .slider-buttons {
      display: flex;
    }

    .slider-btn {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ccc;
      cursor: pointer;
      background-color: #f9f9f9;
      transition: all 0.3s ease;
    }

    .slider-btn:hover {
      background-color: #dcdce0;
    }

    .slider-btn.next {
      background-color: #d1d1db;
      border-left: none;
    }

    
    /* Responsive */
    @media (max-width: 768px) {
      .testimonial-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
      }
      .slider-buttons {
        justify-content: center;
      }
    }

    .institutions-section {
        background-color: #f9f9f9;
      padding: 60px 0;
    }

    .institution-card-1 {
      overflow: hidden;
      transition: all 0.3s ease;
      height: 100%;
      border-right: 1px solid black;
      padding-right: 10px;
    }

      .institution-card-2 {
      overflow: hidden;
      transition: all 0.3s ease;
      height: 100%;
      padding-right: 10px;
    
    }

   
    .institution-card img {
      width: 100%;
      height: auto;
    }

    .institution-card .card-body {
      padding: 20px;
    }

    .institution-card p {
      font-size: 0.95rem;
      color: #333;
      line-height: 1.7;
      min-height: 150px;
    }

    .read-more {
      display: flex;
      align-items: center;
      color: #000d6b;
      font-weight: 600;
      text-decoration: none;
      margin-top: 15px;
      transition: color 0.3s;
    }

    .read-more i {
      margin-right: 8px;
      font-size: 1.1rem;
    }

 

    @media (max-width: 992px) {
      .institution-card p {
        min-height: auto;
      }
    }

   /* approval */
  .accreditations {
      background-color: #fff;
      position: relative;
    }

    .section-title {
      font-size: 1.8rem;
      font-weight: 600;
      border-bottom: 5px solid #d40000;
      display: inline-block;
      padding-bottom: 5px;
    }

    .logo-img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      border-radius: 50%;
      border: 2px solid #eee;
    }

    .read-more {
      text-decoration: none;
      color: #001c57;
      font-weight: 500;
      transition: color 0.3s;
      cursor: pointer;
    }

   

    @media (max-width: 768px) {
      .logo-img {
        width: 60px;
        height: 60px;
      }
    }

/* location section */
.office-section {
  position: relative;
  background: url('./images/free-photo-of-office-after-hours-in-black-and-white.jpeg') center center/cover no-repeat;
  height: 60vh; /* adjust height as needed */
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
}

.office-title {
  font-size: 2.5rem;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .office-section {
    height: 60vh;
  }

  .office-title {
    font-size: 1.8rem;
    padding: 0 15px;
  }
}

.filter-section {
      padding: 60px 20px;
      text-align: left;
    }

    .filter-card {
      background-color: #1c1f22;
      color: #fff;
      border-radius: 12px;
      padding: 30px 25px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    }

    .filter-card label {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      color: #cfcfcf;
      letter-spacing: 1px;
      padding-bottom: 10px;
    }

    .form-select {
      padding: 12px;
      font-size: 1rem;
      border-radius: 8px;
    }

    .btn-clear {
      background: transparent;
      color: #fff;
      border: 1px solid #fff;
      padding: 10px 25px;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .btn-clear:hover {
      background: #fff;
      color: #000;
    }

    .no-results {
      margin-top: 20px;
      color: #333;
      font-size: 1rem;
    }

    .counselling-section {
      padding: 80px 0;
      background-color: #5E5E5E;
    }

    .counselling-text h2 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.3;
      color: #fff;
    }

    .counselling-text p {
      font-size: 1rem;
      margin-top: 20px;
      color: #dcdcdc;
    }

    .counselling-text p b {
      color: #fff;
    }

    .counselling-form {
      background-color: #5e5e5e;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 30px;
    }

    .form-select {
      padding: 12px;
      font-size: 1rem;
      border-radius: 6px;
      border: none;
    }

    @media (max-width: 991px) {
      .counselling-text {
        text-align: center;
        margin-bottom: 40px;
      }
    }

     .visit-section {
      background-color: #fceedd; /* same soft cream background */
      text-align: center;
      padding: 100px 20px 80px;
      position: relative;
    }

    .visit-section h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #2b2b2b;
      margin-bottom: 40px;
    }

    /* Arrow icon styling */
    .down-arrow {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #fceedd;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .down-arrow:hover {
      transform: translateX(-50%) translateY(3px);
    }

    .down-arrow i {
      font-size: 18px;
      color: #2b2b2b;
    }

    @media (max-width: 768px) {
      .visit-section {
        padding: 70px 15px 60px;
      }

      .visit-section h2 {
        font-size: 1.6rem;
      }
    }

    /* lpu section */
    /* .register-card {
      max-width: 420px;
      margin: 60px auto;
      border: 2px solid #f57c00;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 20px 25px;
    }
    .tab-buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    .tab-buttons button {
      flex: 1;
      border: none;
      background: none;
      padding: 10px;
      font-weight: 600;
      color: #333;
    }
    .tab-buttons .active {
      background-color: #f57c00;
      color: #fff;
      border-radius: 5px 5px 0 0;
    }
    .job-title{
      display: flex;
      justify-content: center;
      border-radius: 5px 5px 0 0;
      flex: 1;
      border: none;
      background: none;
      padding: 10px;
      font-weight: 600;
      color: #333;
      text-decoration: none;
    }

  

    .form-check-label {
      font-size: 0.9rem;
    }

    .form-select{
        border: 1px solid #dee2e6;
    }

    .btn-apply {
      background-color: #f57c00;
      color: #fff;
      border: none;
      width: 100%;
      font-weight: 600;
      padding: 10px;
      border-radius: 5px;
      transition: 0.3s;
    }
    .btn-apply:hover {
      background-color: #e66a00;
      color: #fff;
    }

  

    @media (max-width: 576px) {
      .register-card {
        margin: 30px 15px;
        padding: 15px;
      }
    } */

     .register-card {
      max-width: 450px;
      margin: 50px auto;
      border: 1px solid #ff7b00;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      transition: all 0.3s ease;
    }

    .tab-buttons {
      display: flex;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
    }

    .tab-buttons button {
      flex: 1;
      padding: 10px;
      font-weight: 600;
      border: none;
      background: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .tab-buttons button.active {
      background: #ff7b00;
      color: white;
      border-radius: 6px 6px 0 0;
    }

    .form-select{
      border: 1px solid #dee2e6;
    }

    .btn-apply {
      background-color: #ff7b00;
      color: white;
      width: 100%;
      font-weight: 600;
      border: none;
    }

    .btn-apply:hover {
      background-color: #e56e00;
    }

    @media (max-width: 576px) {
      .register-card {
        padding: 15px;
        margin: 20px;
      }
    }

    /* Gallery Section */

  .gallery-section {
  padding: 50px 20px;
}

.gallery-sidebar {
  background-color: #f8f9fa;
  border-right: 2px solid #ddd;
  padding: 20px;
}

.gallery-sidebar h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.menu-item {
  cursor: pointer;
  font-weight: 500;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.menu-item:hover,
.menu-item.active {
  background-color: #d32f2f;
  color: white;
}

.gallery-images img,
.gallery-videos video,
.gallery-admission img {
  width: 100%;
  border-radius: 8px;
}

.gallery-images,
.gallery-videos,
.gallery-admission {
  display: none;
}

.gallery-images.active,
.gallery-videos.active,
.gallery-admission.active {
  display: block;
}

/* Responsive Sidebar */
@media (max-width: 767px) {
  .gallery-sidebar {
    border-right: none;
    border-bottom: 2px solid #ddd;
    text-align: center;
  }
}

    /* ug section */
     /* Make carousel images responsive */
    .carousel-item img {
      width: 100%;
      height: 500px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* Position prev/next buttons vertically centered */
    .carousel-control-prev,
    .carousel-control-next {
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .carousel-control-prev {
      left: 20px;
    }

    .carousel-control-next {
      right: 20px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 80%, 80%;
    }

    /* Responsive height */
    @media (max-width: 768px) {
      .carousel-item img {
        height: 300px;
      }
    }


    /* second slider */

     .excellence-section {
    
      padding: 60px 20px;
    }

    .excellence-section h2 {
      font-weight: 700;
      color: #222;
    }

    .excellence-section p {
      color: #555;
      margin-top: 10px;
      font-size: 1.1rem;
    }

    .carousel-controls {
      display: flex;
      gap: 20px;
      margin-top: 30px;
    }

    .carousel-controls button {
      border: 2px solid #222;
      background-color: black;
      border-radius: 6px;
      padding: 6px 14px;
      transition: 0.3s;
    }

    .carousel-controls button:hover {
      background-color: #ff5c00;
      color: white;
      border-color: #ff5c00;
    }

    .carousel-container {
      max-width: 950px;
      margin: 40px auto;
      border: 8px solid #0a0f2c;
      border-radius: 30px;
      overflow: hidden;
      padding: 5px;
      background-color: white;
    }

    .carousel-inner {
      border: 6px solid #d32f2f;
      border-radius: 25px;
      overflow: hidden;
    }

    .carousel-inner img {
      width: 100%;
      height: auto;
      border-radius: 18px;
    }

    @media (max-width: 768px) {
      .excellence-section h2 {
        font-size: 1.6rem;
      }
      .excellence-section p {
        font-size: 1rem;
      }
      .carousel-container {
        margin: 20px;
      }
    }

    /* third slider */
    

    /* ranking section */
    .rankings-section {
  background-color: #fff;
}

.ranking-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease;
}



.ranking-card img {
  max-height: 100px;
  object-fit: contain;
}

.ranking-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.ranking-card p {
  color: #555;
  font-size: 0.95rem;
}

.ranking-title{
    font-size: 30px !important;
}

.stars {
  color: #ffc107;
  font-size: 2.5rem  !important;
  letter-spacing: 2px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .ranking-card h3 {
    font-size: 1rem;
  }
  .ranking-card p {
    font-size: 0.9rem;
  }
}

/* public-self-disclosure section */
.foundation-section {
  background-color: #fff;
}

.foundation-title {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 5px solid #d40000;
  display: inline-block;
  padding-bottom: 5px;
}

.foundation-list {
  padding-left: 20px;
}

.foundation-list li {
  margin-bottom: 10px;
}

.foundation-list ul {
  list-style-type: disc;
  margin-left: 20px;
}

.foundation-content a {
  color: #001c57;
  text-decoration: none;
  font-weight: 500;
}

.foundation-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .foundation-title {
    font-size: 1.5rem;
  }
}


/* organization structure */
.org-section {
  background-color: #fff;
}

.org-title {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 5px solid #d40000;
  display: inline-block;
  padding-bottom: 5px;
}

.org-list {
  padding-left: 20px;
}

.org-category {
  margin-bottom: 20px;
}

.org-sublist {
  list-style-type: decimal;
  margin-left: 20px;
}

.org-points {
  list-style-type: disc;
  margin-left: 20px;
}

.org-content p,
.org-list li {
  line-height: 1.6;
}

.org-content strong {
  color: #001c57;
}

.org-hierarchy {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .org-title {
    font-size: 1.5rem;
  }
}

    
/* job setion */
body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.form-card {
  max-width: 480px;
  width: 100%;
  border: 1px solid #f58220;
  border-radius: 10px;
  background: #fff;
}

.nav-tabs .nav-link {
  border: none;
  color: #333;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  background-color: #f58220;
  color: #fff;
  border-radius: 5px;
}

.apply-btn {
  background-color: #f58220;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.apply-btn:hover {
  background-color: #e67300;
}

@media (max-width: 576px) {
  .form-card {
    margin: 0 15px;
  }
}

/* profile section */
 .profile-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin-bottom: 20px;
    }
    .profile-photo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #f1f1f1;
    }
    .profile-info h4 {
      margin-top: 10px;
      font-weight: 600;
    }
    .contact-info i {
      color: #0d6efd;
      margin-right: 8px;
    }
    .btn-download {
      background-color: #0d6efd;
      color: white;
      border-radius: 8px;
      padding: 8px 16px;
    }
    .btn-download:hover {
      background-color: #0b5ed7;
    }
    .info-card {
      border-radius: 12px;
      padding: 20px;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
      height: 100%;
    }
    .info-card i {
      font-size: 40px;
      color: #0d6efd;
      margin-bottom: 10px;
    }

    /* student admission form */
    .form-section {
      background: #fff;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      margin-bottom: 25px;
    }
    .section-title {
      border-bottom: 2px solid maroon;
      padding-bottom: 8px;
      font-weight: bold;
      color: maroon;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    label {
      font-weight: 500;
    }
    .rules p {
      font-size: 14px;
      margin-bottom: 6px;
    }
    .photo-box {
      border: 1px solid #ccc;
      width: 150px;
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      background-color: #f9f9f9;
    }
    .submit-btn {
      background-color: maroon;
      color: #fff;
      border: none;
      padding: 10px 30px;
      border-radius: 5px;
    }
    .submit-btn:hover {
      background-color: #a30000;
    }

  body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    /* Popup overlay */
    .popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s;
    }

    /* Show popup when checkbox is checked */
    #show-popup:checked ~ .popup {
      visibility: visible;
      opacity: 1;
      z-index:9999;
    }

    /* Popup content box */
    .popup-content {
      position: relative;
      min-height:400;
      max-width: 400px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .popup-content img {
  width: 100%;
      height: auto;
      display: block
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 24px;
      color: #333;
      cursor: pointer;
      text-decoration: none;
    }
    