#PH-header {
    padding-top: 100px;
    margin-top: 175px;
    color: #fff;
    background-image: linear-gradient(rgba(7, 23, 255, 0.5), #2d469791),
        url("/academics/images/pharmacy-header.jpeg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
}

.headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}

@media (min-width: 280px) and (max-width: 576px) {

    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
        font-size: 25px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}


#PH-header h1 {
    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #PH-header h1 {
        display: none;
    }

    #PH-header {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        /* //height:250px;
	//border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #PH-header h1 {
        display: none;
    }

    #PH-header {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #PH-header h1 {
        display: none;
    }

    #PH-header {
        margin-top: -45px;
        background-repeat: no-repeat;
        /* background-size:100%; */
        height: 150px;
        /* //border:solid red 1px; */
    }
}


h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
}

.hero-section .tagline {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    animation: fadeInUp 1.2s ease;
}

.hero-section .lead {
    font-size: 18px;
    margin-bottom: 30px;
    animation: fadeInUp 1.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-custom {
    background: white;
    color: #2d4697;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #2d4696;
}

/* Section Styles */
.section {
    padding: 40px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    position: relative;
    display: inline-block;
}

/* .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 2px;
        } */

.section-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

/* Card Styles */
.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: #ffb62dab;


    color: #000000;
}

.feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2d4697;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: white;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    text-align: center;
}

.feature-card p {
    color: #000000ff;
    font-size: 15px;
}

/* Eligibility Section */
.eligibility-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 50px 0;
}

/* Eligibility Items */
.eligibility-item {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.eligibility-item:hover {
    transform: scale(1.02);
}

.eligibility-item i {
    color: #2d4697;
    margin-right: 15px;
    font-size: 24px;
}

.eligibility-item h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Image Styling (Right Column) */
.eligibility-section img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    object-fit: cover;
}

/* Subtle zoom on hover */
.eligibility-section img:hover {
    transform: scale(1.03);
}

/* Align image vertically with text */
.eligibility-section .row.align-items-center {
    align-items: center;
}

/* Responsive Behavior */
@media (max-width: 991px) {
    .eligibility-section .row.align-items-center {
        text-align: center;
    }

    .eligibility-section img {
        margin-top: 30px;
        width: 90%;
    }
}


/* Career Cards */
.career-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #2d4697;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.career-card:hover {
    border-left-width: 8px;
    background: #98b0ff36;
    transform: translateX(5px);
}

.career-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.career-card p {
    color: #7f8c8d;
    margin: 0;
}

/* Technology Section */
.tech-section {
    background: #2d4697;
    color: white;
}

.tech-section .section-title,
.tech-section .section-subtitle {
    color: white;
}

.tech-section .section-title::after {
    background: white;
}

.tech-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tech-badge:hover {
    background: white;
    color: #2d4697;
    transform: scale(1.05);
}

/* CTA Section */
.cta-section {
    background: #df9d00;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}


/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section .tagline {
        font-size: 18px;
    }

    .section-title {
        font-size: 28px;
    }
}