/* Company Section - Recruiters Slider */
.company-section {
    padding: 3rem 0;
}

.company-section h2,
.company-title {
    color: #dc2626;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.recruiter-logo {
    max-height: 80px;
    width: auto;
    transition: transform 0.3s ease;
    filter: none !important;
}

.recruiter-logo:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .company-section {
        padding: 2rem 0;
    }
    
    .company-section h2,
    .company-title {
        font-size: 1.25rem;
        letter-spacing: 1px;
        margin-bottom: 1.5rem;
    }
    
    .recruiter-logo {
        max-height: 60px;
    }
    
    .swiper-pagination {
        bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .company-section {
        padding: 1.5rem 0;
    }
    
    .company-section h2,
    .company-title {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        margin-bottom: 1rem;
    }
    
    .recruiter-logo {
        max-height: 50px;
    }
    
    .swiper-slide {
        padding: 0 10px;
    }
}

/* Hero Section Responsive Design */
.hero-section {
    min-height: 100vh;
    padding: 120px 0 80px;
}

.hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.hero-section .lead {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.hero-section .h4 {
    font-size: 1.8rem;
}

.lead-form {
    max-width: 400px;
    margin: 0 auto;
}

/* Header Responsive Design */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand {
    font-size: 1.25rem;
    transition: font-size 0.3s ease;
}

.navbar .ms-auto a {
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .hero-section {
        padding: 100px 0 60px;
        min-height: auto;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section h2 {
        font-size: 1.3rem;
    }
    
    .hero-section .lead {
        font-size: 1.1rem;
    }
    
    .hero-section .h4 {
        font-size: 1.5rem;
    }
    
    .lead-form {
        max-width: 350px;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar .ms-auto a {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0 40px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-section h2 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .hero-section .h4 {
        font-size: 1.3rem;
    }
    
    .lead-form {
        max-width: 100%;
        margin-top: 2rem;
    }
    
    .lead-form .card-body {
        padding: 1.5rem !important;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }
    
    .navbar .ms-auto a {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 70px 0 30px;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
    }
    
    .hero-section h2 {
        font-size: 1rem;
    }
    
    .hero-section .lead {
        font-size: 0.95rem;
    }
    
    .hero-section .h4 {
        font-size: 1.2rem;
    }
    
    .lead-form .card-body {
        padding: 1rem !important;
    }
    
    .lead-form h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .lead-form .form-control {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .lead-form .btn {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 0.9rem;
    }
    
    .navbar .ms-auto a {
        font-size: 0.75rem;
    }
    
    .navbar .ms-auto i {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.5rem;
    }
    
    .navbar-brand {
        font-size: 0.85rem;
    }
    
    .navbar .ms-auto a {
        font-size: 0.7rem;
    }
}

/* Accreditation Section Responsive Design */
.accreditation-section {
    padding: 4rem 0;
}

.accreditation-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
}

.accreditation-item {
    padding: 1rem;
    transition: transform 0.3s ease;
}

.accreditation-item img {
    max-height: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.accreditation-item p {
    font-size: 0.9rem;
    margin-top: 1rem;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .accreditation-section {
        padding: 3rem 0;
    }
    
    .accreditation-section h2 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
    
    .accreditation-item img {
        max-height: 160px;
    }
    
    .accreditation-item p {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .accreditation-section {
        padding: 2.5rem 0;
    }
    
    .accreditation-section h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .accreditation-item {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .accreditation-item img {
        max-height: 140px;
    }
    
    .accreditation-item p {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .accreditation-section {
        padding: 2rem 0;
    }
    
    .accreditation-section h2 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        letter-spacing: 0.5px;
    }
    
    .accreditation-item {
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .accreditation-item img {
        max-height: 120px;
    }
    
    .accreditation-item p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .accreditation-section {
        padding: 1.5rem 0;
    }
    
    .accreditation-section h2 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        letter-spacing: 0.3px;
    }
    
    .accreditation-item {
        padding: 0.5rem;
        margin-bottom: 0.75rem;
    }
    
    .accreditation-item img {
        max-height: 100px;
    }
    
    .accreditation-item p {
        font-size: 0.7rem;
    }
}

/* Footer Responsive Design */
footer {
    padding: 3rem 0 1.5rem;
    font-family: 'Segoe UI', sans-serif;
}

footer h5 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

footer h4 {
    font-size: 1.5rem;
}

footer .small {
    font-size: 0.9rem;
}

footer a {
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #00D4FF !important;
}

.back-to-top {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.back-to-top:hover {
    transform: translateY(-3px);
    opacity: 1;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    footer {
        padding: 2.5rem 0 1.5rem;
    }
    
    footer h5 {
        font-size: 1.1rem;
        margin-bottom: 1.25rem;
    }
    
    footer h4 {
        font-size: 1.3rem;
    }
    
    footer .small {
        font-size: 0.85rem;
    }
    
    footer a {
        font-size: 0.85rem;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }
    
    .back-to-top i {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 2rem 0 1rem;
    }
    
    footer .row.align-items-center {
        text-align: center !important;
    }
    
    footer .col-lg-4 {
        text-align: center !important;
        margin-top: 1.5rem;
    }
    
    footer h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    
    footer h4 {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    footer .small {
        font-size: 0.8rem;
    }
    
    footer a {
        font-size: 0.8rem;
        margin: 0 0.5rem !important;
    }
    
    footer .mb-3 {
        margin-bottom: 1rem !important;
    }
    
    footer .d-flex {
        justify-content: center !important;
        margin-bottom: 1rem;
    }
    
    footer hr {
        margin: 1.5rem 0 !important;
    }
    
    .back-to-top {
        width: 38px;
        height: 38px;
        bottom: 12px;
        right: 12px;
    }
    
    .back-to-top i {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 1.5rem 0 0.75rem;
    }
    
    footer h5 {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }
    
    footer h4 {
        font-size: 1.1rem;
    }
    
    footer .small {
        font-size: 0.75rem;
    }
    
    footer a {
        font-size: 0.75rem;
        margin: 0 0.25rem !important;
        display: inline-block;
    }
    
    footer .mb-3 {
        margin-bottom: 0.75rem !important;
    }
    
    footer .d-flex {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
    }
    
    footer .gap-2 {
        gap: 0.5rem !important;
    }
    
    footer hr {
        margin: 1rem 0 !important;
    }
    
    .back-to-top {
        width: 35px;
        height: 35px;
        bottom: 10px;
        right: 10px;
    }
    
    .back-to-top i {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 1rem 0 0.5rem;
    }
    
    footer h5 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    footer h4 {
        font-size: 1rem;
    }
    
    footer .small {
        font-size: 0.7rem;
    }
    
    footer a {
        font-size: 0.7rem;
        margin: 0 0.2rem !important;
    }
    
    footer .mb-3 {
        margin-bottom: 0.5rem !important;
    }
    
    footer hr {
        margin: 0.75rem 0 !important;
    }
    
    .back-to-top {
        width: 32px;
        height: 32px;
        bottom: 8px;
        right: 8px;
    }
    
    .back-to-top i {
        font-size: 0.6rem;
    }
}

/* Featured Colleges Section */
.featured-colleges-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.college-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.college-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.card-header-gradient {
    padding: 2rem;
    text-align: center;
    position: relative;
}

.rvce-gradient {
    background: linear-gradient(135deg, #e31e24 0%, #dc2626 50%, #b91c1c 100%);
}

.msrit-gradient {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #1d4ed8 100%);
}

.college-logo h3 {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
}

.college-logo p {
    font-size: 0.9rem;
    font-weight: 500;
}

.college-info {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.college-info .badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
}

.highlights .d-flex {
    font-size: 0.9rem;
}

.location-info {
    font-size: 0.9rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* Placement Info in College Cards */
.placement-info {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.placement-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.placement-info h6 {
    font-size: 0.9rem;
    border-bottom: 2px solid #e31e24;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.placement-stat {
    padding: 0.5rem;
    transition: transform 0.2s ease;
}

.placement-stat:hover {
    transform: scale(1.05);
}

.placement-stat .h5 {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.placement-stat .small {
    font-size: 0.75rem;
    opacity: 0.8;
}

/* Responsive for Placement Info */
@media (max-width: 768px) {
    .placement-info {
        padding: 1rem !important;
        margin-top: 1rem;
    }
    
    .placement-info h6 {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }
    
    .placement-stat {
        padding: 0.4rem;
    }
    
    .placement-stat .h5 {
        font-size: 0.9rem;
    }
    
    .placement-stat .small {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .placement-info {
        padding: 0.75rem !important;
        margin-top: 0.75rem;
    }
    
    .placement-info h6 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .placement-info .row {
        gap: 0.5rem !important;
    }
    
    .placement-stat {
        padding: 0.3rem;
    }
    
    .placement-stat .h5 {
        font-size: 0.85rem;
    }
    
    .placement-stat .small {
        font-size: 0.65rem;
    }
}

.combined-stats {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
}

/* Courses/Branches Section */
.branches-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.branches-section h2 {
    color: #e31e24;
    font-size: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.branches-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #e31e24, #dc2626);
    border-radius: 2px;
}

.branch-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    background: #ffffff;
    position: relative;
}

.branch-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e31e24 0%, #dc2626 100%);
    height: 3px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.branch-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(227, 30, 36, 0.15);
    border-color: #e31e24;
}

.branch-card:hover::before {
    transform: scaleX(1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e31e24 0%, #dc2626 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
}

.branch-card:hover .icon-box {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.icon-box i {
    font-size: 1.5rem;
    color: #ffffff;
    transition: all 0.4s ease;
}

.card-text {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.branch-card:hover .card-text {
    color: #e31e24;
    transform: scale(1.05);
    font-weight: 600;
}

/* Responsive for Branches */
@media (max-width: 992px) {
    .branches-section h2 {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
    
    .branch-card {
        margin-bottom: 1rem;
    }
    
    .icon-box {
        width: 50px;
        height: 50px;
        margin-bottom: 0.75rem;
    }
    
    .icon-box i {
        font-size: 1.25rem;
    }
    
    .card-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .branches-section h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .branches-section h2::after {
        width: 40px;
        height: 2px;
    }
    
    .branch-card {
        margin-bottom: 0.75rem;
    }
    
    .branch-card:hover {
        transform: translateY(-5px) scale(1.01);
    }
    
    .icon-box {
        width: 45px;
        height: 45px;
        margin-bottom: 0.5rem;
    }
    
    .icon-box i {
        font-size: 1.1rem;
    }
    
    .card-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .branches-section h2 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .branches-section h2::after {
        width: 30px;
        bottom: -8px;
    }
    
    .branch-card {
        margin-bottom: 0.5rem;
    }
    
    .branch-card:hover {
        transform: translateY(-3px);
    }
    
    .icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 0.4rem;
    }
    
    .icon-box i {
        font-size: 1rem;
    }
    
    .card-text {
        font-size: 0.75rem;
    }
}

.stat-item {
    padding: 1rem;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

/* Simple Why Choose Section */
.why-choose-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.why-choose-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
}

.why-choose-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e31e24, #dc2626);
    border-radius: 2px;
}

.feature-card {
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: #e31e24;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    background: linear-gradient(135deg, #e31e24 0%, #dc2626 100%);
    transform: scale(1.1);
}

.icon-wrapper i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper i {
    color: #ffffff;
    transform: rotate(360deg);
}

.feature-card h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.feature-card:hover h5 {
    color: #e31e24;
}

/* Responsive for Why Choose */
@media (max-width: 992px) {
    .why-choose-section h2 {
        font-size: 1.75rem;
    }
    
    .feature-card {
        margin-bottom: 1rem;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .icon-wrapper i {
        font-size: 1.25rem;
    }
    
    .feature-card h5 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .why-choose-section h2 {
        font-size: 1.5rem;
    }
    
    .why-choose-section h2::after {
        width: 40px;
        height: 2px;
    }
    
    .feature-card {
        margin-bottom: 1rem;
        padding: 1.5rem !important;
    }
    
    .feature-card:hover {
        transform: translateY(-3px);
    }
    
    .icon-wrapper {
        width: 45px;
        height: 45px;
        margin: 0 auto 0.75rem;
    }
    
    .icon-wrapper i {
        font-size: 1.1rem;
    }
    
    .feature-card h5 {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .why-choose-section h2 {
        font-size: 1.3rem;
    }
    
    .why-choose-section h2::after {
        width: 30px;
        bottom: -6px;
    }
    
    .feature-card {
        margin-bottom: 0.75rem;
        padding: 1rem !important;
    }
    
    .feature-card:hover {
        transform: translateY(-2px);
    }
    
    .icon-wrapper {
        width: 40px;
        height: 40px;
        margin: 0 auto 0.5rem;
    }
    
    .icon-wrapper i {
        font-size: 1rem;
    }
    
    .feature-card h5 {
        font-size: 0.9rem;
    }
}

/* Responsive Design for Featured Colleges */
@media (max-width: 992px) {
    .college-logo h3 {
        font-size: 2rem;
    }
    
    .college-logo p {
        font-size: 0.8rem;
    }
    
    .card-header-gradient {
        padding: 1.5rem;
    }
    
    .display-6 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .featured-colleges-section h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .college-card {
        margin-bottom: 1.5rem;
    }
    
    .college-logo h3 {
        font-size: 1.75rem;
    }
    
    .college-logo p {
        font-size: 0.75rem;
    }
    
    .card-header-gradient {
        padding: 1.25rem;
    }
    
    .card-body {
        padding: 1.5rem !important;
    }
    
    .highlights .d-flex {
        font-size: 0.85rem;
    }
    
    .location-info {
        font-size: 0.85rem;
    }
    
    .display-6 {
        font-size: 1.75rem;
    }
    
    .stat-item {
        padding: 0.75rem;
    }
}

@media (max-width: 576px) {
    .featured-colleges-section h2 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .college-logo h3 {
        font-size: 1.5rem;
    }
    
    .college-logo p {
        font-size: 0.7rem;
    }
    
    .card-header-gradient {
        padding: 1rem;
    }
    
    .card-body {
        padding: 1rem !important;
    }
    
    .college-info .badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
    
    .highlights .d-flex {
        font-size: 0.8rem;
    }
    
    .location-info {
        font-size: 0.8rem;
        padding-top: 0.75rem;
    }
    
    .combined-stats {
        padding: 1.5rem !important;
    }
    
    .display-6 {
        font-size: 1.5rem;
    }
    
    .stat-item {
        padding: 0.5rem;
    }
}

/* RVCE Highlight Section in About */
.rvce-highlight {
    border-left: 4px solid #e31e24;
    background: linear-gradient(135deg, #ffffff 0%, #fef2f2 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rvce-highlight:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 30, 36, 0.1);
}

.rvce-highlight h5 {
    border-bottom: 2px solid #e31e24;
    padding-bottom: 0.5rem;
}

.rvce-highlight .d-flex {
    transition: transform 0.2s ease;
}

.rvce-highlight .d-flex:hover {
    transform: translateX(5px);
}

.rvce-highlight i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.rvce-highlight strong {
    color: #1e293b;
}

/* Responsive for RVCE Highlight */
@media (max-width: 768px) {
    .rvce-highlight {
        padding: 1.5rem !important;
        margin-top: 1.5rem;
    }
    
    .rvce-highlight h5 {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .rvce-highlight .d-flex {
        margin-bottom: 1rem;
    }
    
    .rvce-highlight i {
        font-size: 1rem;
    }
    
    .rvce-highlight strong {
        font-size: 0.9rem;
    }
    
    .rvce-highlight .small {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .rvce-highlight {
        padding: 1rem !important;
        margin-top: 1rem;
    }
    
    .rvce-highlight h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .rvce-highlight .d-flex {
        align-items: flex-start !important;
        margin-bottom: 0.75rem;
    }
    
    .rvce-highlight i {
        font-size: 0.9rem;
        margin-top: 0.25rem !important;
    }
    
    .rvce-highlight strong {
        font-size: 0.85rem;
    }
    
    .rvce-highlight .small {
        font-size: 0.7rem;
    }
}

/* College Badges in Hero Section */
.colleges-highlight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.colleges-highlight .badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.colleges-highlight .badge:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.colleges-highlight .small {
    font-size: 0.75rem;
    opacity: 0.9;
    font-weight: 300;
}

/* Responsive for College Badges */
@media (max-width: 768px) {
    .colleges-highlight {
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    .colleges-highlight .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .colleges-highlight .small {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .colleges-highlight {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    
    .colleges-highlight .badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    .colleges-highlight .small {
        font-size: 0.65rem;
        margin-left: 0 !important;
        margin-top: 0.25rem;
    }
}
