
    .step-card {
            background: #fff;
            border-radius: 22px;
            padding: 45px 30px;
            text-align: center;
            min-height: 260px;
            border: 1px solid rgba(0, 0, 255, 0.08);
            box-shadow: 0 8px 25px rgba(0, 68, 255, 0.08);
            transition: all .3s ease;
        }

        .step-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 68, 255, 0.15);
        }
.rounded {
    border-radius: 30px !important;
}
        .icon-box {
            width: 70px;
            height: 70px;
            margin: 0 auto 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
        }

        .icon-green { background: #c7f8d7; color: #008f3f; }
        .icon-purple { background: #f0d9ff; color: #8200ff; }
        .icon-orange { background: #ffe3c4; color: #ff7a00; }

        .step-number {
            width: 55px;
            height: 55px;
            background: #4f4cff;
            color: white;
            font-size: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 25px auto 0;
            box-shadow: 0 8px 18px rgba(0, 0, 255, 0.25);
        }
.admission-section1{
            background: linear-gradient(180deg, #f4eaff, #eefdf4);
            padding: 60px 0;
            font-family: 'Inter', sans-serif;
        }
        /* Fade-up Animation */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 0.9s ease forwards;
        }

        .delay-1 { animation-delay: .2s; }
        .delay-2 { animation-delay: .45s; }
        .delay-3 { animation-delay: .7s; }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }




/* Background image */
    .hero-section {
		    position: relative;
        background: url('../images/herosection/bgimg.webp') center/cover no-repeat;
  min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    }

/* Dark overlay on background */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* Adjust 0.35 = transparency */
    z-index: 1;
}

/* Make content visible above overlay */
.hero-section .container {
    position: relative;
    z-index: 2;
}





    /* Glass Left Box */
    .hero-content {
        background: rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(6px);
        border-radius: 18px;
        padding: 40px;
        max-width: 550px;
        color: white;
    }

    .hero-content h1 strong {
        color: #ff4b4b;
    }

    /* Right Form */
.apply-box {
    background: rgb(255 255 255 / 31%);
    backdrop-filter: blur(4px);
    padding: 15px;
    border-radius: 18px;
    width: 420px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 48%);
}
.card-section {
        border-radius: 25px;
        background: #ffffff;
        padding: 40px;
        box-shadow: 0px 8px 40px rgba(0,0,0,0.06);
    }

.feature-icon {
    color: #4f46e5;
    font-size: 18px;
    margin-right: 10px;
    background: #fff;
    padding: 4px;
    border-radius: 7px;
    font-weight: bold;
}
.btn-primary-custom1 {
    background: #2d0a6e;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    /* background: linear-gradient(262deg, #ffffff73 0%, #4ad3aa 50%, #67d0ff 100%); */
    width: 100%;
}


#whySlider .carousel-item {
    transition: transform 1.5s ease-in-out; /* smoother slide */
}

.why-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.icon {
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}

/* Sample colors */
.bg-emerald { background: #10b981; }
.bg-blue { background: #3b82f6; }
.bg-orange { background: #f97316; }
.bg-purple { background: #8b5cf6; }
.bg-teal { background: #14b8a6; }
.bg-red { background: #ef4444; }
.bg-yellow { background: #eab308; }
.gradient-area1 {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 50%, #eff7fc 100%);

}
.bullet-dot {
    width: 8px;
    height: 8px;
    background: var(--bs-teal);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
    .right-image {
        border-radius: 25px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0px 8px 40px rgba(0,0,0,0.06);
    }

.btn-primary-custom {
    background: #0ea5e9;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(262deg, #ffffff73 0%, #4ad3aa 50%, #67d0ff 100%);
}
    .btn-outline-custom {
        border: 1.5px solid #d4d4d4;
        padding: 12px 25px;
        border-radius: 10px;
        font-weight: 600;

    }

.form-check-label {
    color: #fff;
}

    .apply-title {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .btn-blue {
        background: #2d6cdf!important;
        color: white;
        border-radius: 8px;
    }
 .btn-blue:hover{
        background: #2d6cdf!important;
        color: white;
        border-radius: 8px;
    }
    /* =====================================
       🔥 MOBILE RESPONSIVE (VERY IMPORTANT)
       ===================================== */

    @media (max-width: 991px) {
        .hero-section {
            text-align: center;
            padding: 60px 20px;
        }

        .hero-content {
            margin: auto;
            padding: 30px 20px;
        }

        .hero-content h1 {
            font-size: 32px;
            line-height: 1.3;
        }

        .apply-box {
            width: 100%;
            margin-top: 25px;
            padding: 25px;
        }
    }

    @media (max-width: 576px) {
        .hero-content h1 {
            font-size: 26px;
        }
        .hero-content h3 {
            font-size: 18px;
        }
        .apply-box {
            padding: 20px;
        }
    }
	  .admission-section {
    background: linear-gradient(135deg, #f3eaff, #f9fffb);
}

/* Card box */
.process-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 15px 30px rgba(0, 73, 255, 0.1);
    transition: 0.3s;
}

.process-card:hover {
    transform: translateY(-5px);
}

/* Icon Circle */
.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Number circle */
.step-number {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1a6dff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(26, 109, 255, 0.35);
}

       .faq-item {
    background: #f6f9fc!important;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: 0.3s ease;
	    border: none;
}
         .faq-item:hover {
         background: #eef3f7;
         }
         .faq-icon {
         font-size: 22px;
         font-weight: 600;
         color: #003366;
         }
        .faq-question {
    font-weight: 500;
    font-size: 17px;
    color: #1a1a1a;
    background-color: #f6f9fc;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe00!important;
    outline: 0;
    box-shadow: none!important;
}

         .stat-card {
         background: #ffffff;
         border-radius: 20px;
         padding: 40px 20px;
         text-align: center;
         box-shadow: 0 10px 25px rgba(0,0,0,0.08);
         transition: 0.3s ease;
		     height: 227px;
         }
         .stat-card:hover {
         transform: translateY(-5px);
         box-shadow: 0 18px 30px rgba(0,0,0,0.12);
         }
         .stat-icon {
         width: 70px;
         height: 70px;
         border-radius: 50%;
         display: flex;
         justify-content: center;
         align-items: center;
         margin: 0 auto 15px;
         font-size: 32px;
         color: #fff;
         }
         /* Contact Cards */
        .contact-card {
    border: 2px solid #e7e7e7;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s ease;
    height: 200px;
    background-color: #fff;
}
         .contact-card:hover {
         border-color: #333;
         }
         .contact-icon {
         font-size: 35px;
         margin-bottom: 10px;
         color: #333;
         }
         /* Button */
         .btn-touch {
         background: #0b225c;
         color: #fff;
         padding: 12px 35px;
         font-weight: 600;
         border-radius: 30px;
         margin: 40px auto;
         display: block;
         }
         /* Background gradient area */
         .gradient-area {
         background: linear-gradient(180deg, #ffffff 0%, #f7edff 50%, #eafff0 100%);
         padding: 50px 0;
         }
         /* Recruiter Logo Box */
         .logo-box {
         background: #f6f9fc;
         border-radius: 15px;
         padding: 25px;
         width: 200px;
         height: 120px;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: auto;
         }
         /* Campus Life Cards */
         .campus-card {
         border-radius: 18px;
         overflow: hidden;
         box-shadow: 0 10px 25px rgba(0,0,0,0.08);
         background: #fff;
         }
         .campus-card img {
         width: 100%;
         height: 320px;
         object-fit: cover;
         }
         .carousel-control-prev,
         .carousel-control-next {
         width: 50px;
         height: 50px;
         background: #fff;
         border-radius: 50%;
         top: 50%;
         transform: translateY(-50%);
         box-shadow: 0 5px 15px rgba(0,0,0,0.1);
         }
		 .text-secondary {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
    font-size: 15px;
}
		 
		 .footer p ul li{font-size:16px}
		  .top-tab {
        padding: 6px 20px;
        background: #f5f7fa;
        border-radius: 20px;
        margin-right: 10px;
        cursor: pointer;
        font-weight: 600;
        border: 1px solid transparent;
        transition: .2s;
    }
    .top-tab.active {
        background: #0d2b8c;
        color: #fff;
    }
    .top-tab:hover {
        background: #e2e6f3;
    }

    /* ------ INNER SPECIALIZATION TABS ------ */
    .spec-tab {
        background: #f5f7fa;
        border-radius: 7px;
        padding: 8px 16px;
        margin-right: 8px;
        font-weight: 500;
        border: 1px solid #dde3ee;
        cursor: pointer;
    }
    .spec-tab.active, .spec-tab:hover {
        background: #1a73e8 !important;
        color: #fff !important;
        border-color: #1a73e8 !important;
    }

    /* ------ INFO CARDS ------ */
    .info-card {
        background: #f5faff;
        border-radius: 12px;
        padding: 25px;
        border: 1px solid #e0ebff;
        margin-bottom: 20px;
    }
    .info-title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .career-list li {
        list-style: none;
        padding: 4px 0;
    }
    .career-list li:before {
        content: "✔ ";
        color: #0abf53;
        margin-right: 3px;
    }
		.why-choose-section {
    background: #f8fafc;
    padding: 60px 0;
}

.title {
    font-size: 32px;
    margin-bottom: 40px;
    color: #334155;
    font-weight: 600;
}



.why-card:hover {
    transform: translateY(-8px);
}

.icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #fff;
}

/* Color classes */
.bg-emerald { background: #d1fae5 !important; color: #059669; }
.bg-blue { background: #dbeafe !important; color: #1d4ed8; }
.bg-orange { background: #ffedd5 !important; color: #ea580c; }
.bg-purple { background: #ede9fe !important; color: #7c3aed; }
.bg-teal { background: #ccfbf1 !important; color: #0d9488; }
.bg-red { background: #fee2e2 !important; color: #dc2626; }
.bg-yellow { background: #fef3c7 !important; color: #ca8a04; }

.why-card h3 {
    font-size: 32px;
    font-weight: 700;
	color:#fff!important;
}

.why-card p {
    color: #d1d5db;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
    .stats-card {
        border-radius: 18px;
        padding: 35px 20px;
        text-align: center;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        background: #fff;
        transition: 0.3s;
    }
    .stats-card:hover {
        transform: translateY(-4px);
    }
    .stat-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        margin-bottom: 10px;
    }
    .salary-box {

        border-radius: 22px;

        color: #fff;
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }
.btn-gradient {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: #fff;
}
.btn-gradient:hover {
  background: linear-gradient(90deg, #0072ff, #00c6ff);
  color: #fff;
}
 .rounded-custom {
      border-radius: 22px;
  }
  
  /* Smooth infinite scrolling container */
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

/* Track that scrolls horizontally */
.logo-track {
  display: flex;
  width: calc(250px * 20); /* 20 logos (10 original + 10 duplicated) */
  animation: scroll 25s linear infinite;
}

/* Individual logo box */
.logo-box {

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: 0.3s;
}

.logo-box img:hover {
  transform: scale(1.08);
  filter: grayscale(0%);
}

/* Smooth scrolling keyframes */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Smooth slide transition */
.carousel-item {
   transition: transform 0.9s ease-in-out !important;
}
.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}
/* Card design */
.campus-slide {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: nowrap;
}

/* CAMPUS CARD */
.campus-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 48%;        /* 2 per slide on desktop/tablet */
    min-width: 48%;
	margin-bottom:40px;
}

.card-img {
    width: 100%;
 height: 50px;
    object-fit: cover;
	
}
.nav-link {
    background: #ffffff;
    color: #000000 !important;
    border-radius: 6px;
    border: #ccc solid 2px;
    padding: 2px 10px;
    margin: 5px;
    font-size: 16px;
}

.campus-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}


.mobile-apply-btn {

   bottom: 20px;
   right: 20px;
   z-index: 9999;
   padding: 12px 22px;
   font-size: 16px;
   border-radius: 30px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.campus-card:hover img {
   transform: scale(1.05);
}

/* Flex wrapper for each slide */
.why-slide {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
}

/* Each card */
.why-card {
    background: rgba(30, 41, 59, 0.95);
    border: 1px solid #334155;
    padding: 25px;
    width: 22%;               /* 4 cards per row on desktop */
    min-width: 22%;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
	  transition: all .3s ease;
    margin-bottom: 30px;
}




/* Mobile: show 1 card per slide */
@media (max-width: 767px) {
    .why-slide {
        display: flex;
        overflow: hidden;
    }

   .why-card {

    width: 95%;
    min-width: 47%;
	height:215px;
	  margin-bottom: 0px;
  
}
@media (max-width: 767px) {
    .campus-card {
        width: 23% !important;
        min-width: 45% !important;
        height: 400px;
    }
}
}
/* MOBILE = 1 SLIDE PER VIEW */
@media (max-width: 767px) {
    .campus-card {
        width: 100% !important;
        min-width: 100% !important;   /* force 1 per slide */
    }
}
/* Icon style */
.icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 24px;
}
.btn-primary-custom1 {
    background: #08234a!important;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    /* background: linear-gradient(262deg, #ffffff73 0%, #4ad3aa 50%, #67d0ff 100%); */
    width: 100%;
	margin-top:20px;
}
.btn-primary-custom1:hover {
    background: #1e5ebb;
    color: #fff;
}