#Bsc-Agriculturebg {
	padding-top:100px;
	/*margin-top:188px;*/
	margin-top:213px;
	color: #fff; 	
	background-image: url("/academics/images/AgriBg.png");
	background-repeat: no-repeat;
	background-color: #cacaca;
	background-size:100% 100%;
	height:350px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.divsection-inner {
    background-color: #2d4697;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    position: fixed;
    margin-top:172px; 
    width: 100%;
    z-index: 1;
}
@media (min-width: 769px) and (max-width: 950px) {

    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 230px;
        z-index: 0;
        /* //border:solid yellow 1px; */
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 200px;
        z-index: 0;
        /* //border:solid red 1px; */
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .divsection-inner {
        /* display: flex; */
        position: absolute;
        margin-top: 105px;
        z-index: 1;
        /* //border:solid red 1px; */
    }

    .tabcontent-vision {
        color: #082535;
        display: none;
        padding: 15px;
        padding-top: 80px;
        text-align: center;
        margin-top: auto;
        font-size: 15px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
.nav li a {
    padding: 0px;
    padding-top: 12px;

}

.navbar-nav {
    text-align: center;
    width: 100%;

}

.navbar-nav>li {
    /* width:20%; */
    text-align: center;

}



.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 1.5vh;
    -webkit-transition: 0.8s;
    /* Safari */
    transition: 0.8s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #df9d00;
}

.navbar ul li a i {
    font-size: 2.8vh;
}
.navbar-nav-7 >  li  {
	width:14.2%;
	padding:0px;
	margin:0px;
}

.navbar-inverse .navbar-nav-7>li>a {
    font-size: 1.4vh;
}


@media (min-width: 951px) and (max-width: 2000px) {

    .navbar-inverse .navbar-nav-7>li>a {
        font-size: 0.8vw;
    }

    .navbar-inverse .navbar-nav-7>li>a>i {
        font-size: 1.4vw;
    }

}


@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
  .navbar-nav {
    text-align: center;
    width: 200%;
    margin-left: 50px;

}
    .navbar-nav>li {
        width: 100%;
        text-align: left;
    }

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

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

}

.navbar-nav-6>li {
    width: 16%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* //border: solid red 1px; */
}
.navbar-nav-5>li {
    width: 13%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /* //border: solid red 1px; */
}

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

}

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

.paddingtop {
    padding-top: 40px;
}
.navbar-nav-8 >  li  {
	width:12.5%;
	padding:0px;
	margin:0px;
}
 .paragraphBody {
	  text-align:justify;
	  line-height:25px;
  }
    .paragraphBody li {
	  text-align:justify;
	  line-height:25px;
  }
        :root {
            --primary-green: #2d4697;
            --secondary-green: #2d4697;
            --accent-gold: #f59e0b;
            --accent-teal: #0d9488;
            --light-bg: #f8fafc;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --success-green: #10b981;
            --info-blue: #3b82f6;
        }
        
    
        /* Section Titles */
        .section-title {
            color: var(--primary-green);
            font-weight: 700;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 0.75rem;
            /* font-size: 2.2rem; */
        }
        
      
        .section-title.text-center:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-subtitle {
            color: var(--text-light);
            font-size: 1.1rem;
            margin-bottom: 3rem;
        }
        
        /* About Section */
        .about-section {
            padding: 4rem 0;
            background: white;
        }
        
        .about-image {
            overflow: hidden;
            border-radius: 12px;
            height: 100%;
            min-height: 300px;
        }
        
        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
        
        .about-content p {
            /* font-size: 1rem; */
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }
        
        .about-list {
            list-style: none;
            padding: 0;
            margin: 2rem 0 0;
        }
        
        .about-list li {
            padding: 0.75rem 0;
            padding-left: 2.5rem;
            position: relative;
            font-weight: 500;
        }
        
        .about-list li:before {
            content: '🌾';
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }
        
        /* Course Highlights */
        .highlights-section {
            padding: 2rem 0;
            background: var(--light-bg);
        }
        
        .highlight-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border-bottom: 4px solid transparent;
        }
        
        .highlight-card:hover {
            transform: translateY(-10px);
            border-bottom-color: var(--accent-amber);
            box-shadow: 0 20px 40px rgba(46, 125, 50, 0.1);
        }
        
        .highlight-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 2rem;
        }
        
        .highlight-card h3 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary-green);
        }
        
        .highlight-card p {
            color: var(--text-light);
            margin: 0;
        }
        
        /* Programs Section */
        .programs-section {
            padding: 2rem 0;
            background: white;
        }
        
        .program-tabs {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }
        
        .program-tab-btn {
            padding: 1rem 2.5rem;
            border: none;
            background: var(--light-bg);
            color: var(--text-dark);
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
        
        .program-tab-btn.active {
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            color: white;
            box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
        }
        
        .program-tab-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .program-content {
            display: none;
        }
        
        .program-content.active {
            display: block;
        }
        
        .program-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .program-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(46, 125, 50, 0.15);
        }
        
        .program-header {
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            color: white;
            padding: 1.5rem;
            text-align: center;
        }
        
        .program-header i {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .program-header h3 {
            font-weight: 700;
            margin: 0;
            font-size: 1.5rem;
        }
        
        .program-body {
            padding: 1.8rem;
        }
        
        .program-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .program-body li {
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        
        .program-body li:last-child {
            border-bottom: none;
        }
        
        .program-body li i {
            color: var(--accent-amber);
            font-size: 1rem;
            width: 20px;
        }
        
        .program-tag {
            display: inline-block;
            background: var(--light-bg);
            color: var(--primary-green);
            padding: 0.25rem 1rem;
            border-radius: 20px;
            /* font-size: 0.85rem; */
            font-weight: 600;
            margin-top: 1rem;
        }
        
        /* Stats Section */
        .stats-section {
            padding: 4rem 0;
            background: #2d4697;
            position: relative;
            overflow: hidden;
        }
        
       
        .stats-container {
            position: relative;
            z-index: 2;
        }
        
        .stat-card {
            text-align: center;
            color: white;
            padding: 2rem;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.2);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .stat-card:hover {
            transform: scale(1.05);
            background: rgba(255,255,255,0.15);
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            line-height: 1;
        }
        
        .stat-label {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 500;
        }
        
        .stat-icon {
            font-size: 2rem;
            margin-bottom: 1rem;
            opacity: 0.8;
        }
        /* Why Choose Section */
        .why-choose-section {
            padding: 2rem 0;
            background: white;
        }
        
        .reason-card {
            background: #e3e3e3;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
            margin-bottom:20px;
        }
        
        .reason-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(46, 125, 50, 0.1);
        }
        
        .reason-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            transition: width 0.3s ease;
        }
        
        .reason-card:hover:before {
            width: 6px;
        }
        
        .reason-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: white;
            font-size: 1.5rem;
        }
        
        .reason-card h3 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--primary-green);
        }
        
        .reason-card p {
            color: var(--text-light);
            margin: 0;
        }
        
        /* Career Opportunities */
        .career-section {
            padding: 2rem 0;
            background: var(--light-bg);
        }
        
        .career-card {
            background: #e4eaff;
            border-radius: 16px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            margin-bottom:20px;
        }
        
        .career-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(46, 125, 50, 0.15);
        }
        
        .career-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            /* font-size: 1.8rem; */
        }
        
        .career-card h3 {
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--primary-green);
        }
        
        .career-card .sector-tag {
            color: var(--accent-amber);
            font-weight: 600;
            /* font-size: 0.9rem; */
            margin-bottom: 1rem;
        }
        
        .career-card p {
            color: var(--text-light);
            margin: 0 0 1rem;
            /* font-size: 0.95rem; */
        }
        
        .demand-badge {
            display: inline-block;
            background: #e8f5e8;
            color: var(--primary-green);
            padding: 0.25rem 1rem;
            border-radius: 20px;
            /* font-size: 0.85rem; */
            font-weight: 600;
        }
        
        .job-outlook {
            background: linear-gradient(135deg, #f5f5f5, #eeeeee);
            border-radius: 12px;
            padding: 2rem;
            margin-top: 3rem;
        }
        
        .job-stat {
            text-align: center;
        }
        
        .job-stat .number {
            /* font-size: 2.5rem; */
            font-weight: 800;
            color: var(--primary-green);
        }
        
        .job-stat .label {
            color: var(--text-light);
            /* font-size: 1rem; */
        }
        
        .recruiter-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
            margin-top: 2rem;
        }
        
        .recruiter-item {
            background: white;
            padding: 0.6rem 1.2rem;
            border-radius: 40px;
            font-weight: 600;
            color: var(--primary-green);
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid rgba(46, 125, 50, 0.2);
            /* font-size: 0.9rem; */
        }
        
        /* CTA Section */
        .cta-section {
            padding: 4rem 0;
            background: white;
        }
        
        .cta-card {
            background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
            border-radius: 20px;
            padding: 3rem;
            color: white;
            text-align: center;
        }
        
        .cta-card h2 {
            /* font-size: 2.2rem; */
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .cta-card p {
            /* font-size: 1.1rem; */
            margin-bottom: 2rem;
            opacity: 0.9;
        }
        
        .cta-button {
            display: inline-block;
            padding: 1rem 3rem;
            background: white;
            color: var(--primary-green);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            /* font-size: 1.1rem; */
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .cta-button:hover {
            background: transparent;
            color: white;
            border-color: white;
        }
       
.section-wrapper {
    position: relative;
    padding: 40px 20px;
    background: #f8f9fa;
}

/* Top-right text */
.approval-note {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    color: #dc3545;
    font-style: italic;
}

        /* Responsive */
        @media (max-width: 768px) {
            .hero-section h1 {
                font-size: 2.5rem;
            }
            
            .hero-section .lead {
                font-size: 1.1rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .stat-number {
                font-size: 2.5rem;
            }
            
            .cta-card {
                padding: 2rem;
            }
            
            .cta-card h2 {
                font-size: 1.8rem;
            }
            
            .program-tab-btn {
                padding: 0.8rem 1.5rem;
                font-size: 1rem;
            }
        }
      
#Bsc-Agriculturebg h1 {

    display: block;
}

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

    #Bsc-Agriculturebg {
        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) {
   #Bsc-Agriculturebg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #Bsc-Agriculturebg h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #Bsc-Agriculturebg {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #Bsc-Agriculturebg h1 {
        display: none;
    }
}