
	
	.header {
	    text-align: center;
	    background-color: #2d4697;
	    color: #ffffff;
	    /* font-weight: bold; */
	    height: 150px;
	    width: 100%;
	    line-height: 160px;
	    /* Vertically centers the text */
	    margin: 0;
		margin-top: 150px;
	    /* Reset the inline margin */
	}

	/* General Styling */
	#INTRODUCTION {
	    /* background-color: #2d4697; */
	    padding: 40px 0 !important;
	    margin: 0 !important;
	    font-family: 'Poppins', sans-serif;
	}

	/* Header Styling */
	#INTRODUCTION .header {
	    /* font-size: 2.5rem; */
	    font-weight: 700;
	    color: #ffffff;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    position: relative;
	    margin-bottom: 30px;
	}

	#INTRODUCTION .header:after {
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 3px;
	    background-color: #ffffff;
	    bottom: -10px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	/* Container Styling */
	#INTRODUCTION .container {
	    max-width: 1300px;
	    margin: 0 auto;
	    padding: 20px;
	    background: #fff;
	    border-radius: 10px;
	    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	/* Title inside container */
	#INTRODUCTION .president-title {
	    color: #2d4697;
	    /* font-size: 1.8rem; */
	    font-weight: 600;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
	    text-align: center;
	    border-bottom: 2px solid #f0f0f0;
	}

	/* Image Styling */
	#INTRODUCTION .Chairman-img {
	    width: 100%;
	    border-radius: 10px;
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	    transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	#INTRODUCTION .Chairman-img:hover {
	    transform: scale(1.05);
	    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	}

	/* Body Content Styling */
	#INTRODUCTION .bodycontent {
	    padding: 0 20px;
	}

	#INTRODUCTION .bodycontent p {
	    /* font-size: 1.1rem; */
	    line-height: 1.8;
	    color: #34495e;
	    margin-bottom: 20px;
	}

	/* Quote styling */
	#INTRODUCTION .welcome-quote {
	    /* font-size: 1.3rem; */
	    line-height: 1.8;
	    color: #2d4697;
	    font-weight: 500;
	    font-style: italic;
	    padding: 15px 20px;
	    border-left: 4px solid #2d4697;
	    background-color: rgba(45, 70, 151, 0.05);
	    margin-bottom: 25px;
	    border-radius: 0 8px 8px 0;
	}

	#INTRODUCTION .bodycontent img {
	    margin-top: 20px;
	    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
	}

	#INTRODUCTION .president-name {
	    font-weight: 700;
	    color: #2d4697;
	    margin-top: 10px;
	    /* font-size: 1.2rem; */
	}

	/* Responsive Design */
	@media (max-width: 992px) {
	    #INTRODUCTION .header {
	        font-size: 2rem;
	    }

	    #INTRODUCTION .col-md-3,
	    #INTRODUCTION .col-md-9 {
	        flex: 0 0 100%;
	        max-width: 100%;
	    }

	    #INTRODUCTION .col-md-3 {
	        text-align: center;
	        margin-bottom: 20px;
	    }

	    #INTRODUCTION .Chairman-img {
	        max-width: 80%;
	        margin: 0 auto;
	    }

	    #INTRODUCTION .bodycontent {
	        padding: 0;
	    }

	    #INTRODUCTION .president-title {
	        /* font-size: 1.6rem; */
	    }

	    #INTRODUCTION .welcome-quote {
	        /* font-size: 1.2rem; */
	    }
	}

	@media (max-width: 768px) {
	    #INTRODUCTION .header {
	        font-size: 1.8rem;
	    }

	    #INTRODUCTION .bodycontent p {
	        /* font-size: 1rem; */
	    }

	    #INTRODUCTION .president-title {
	        /* font-size: 1.4rem; */
	    }

	    #INTRODUCTION .welcome-quote {
	        /* font-size: 1.1rem; */
	        padding: 12px 15px;
	    }
	}

	@media (max-width: 576px) {
	    #INTRODUCTION .header {
	        font-size: 1.5rem;
	    }

	    #INTRODUCTION .bodycontent p {
	        /* font-size: 0.95rem; */
	    }

	    #INTRODUCTION .president-title {
	        /* font-size: 1.3rem; */
	    }

	    #INTRODUCTION .president-name {
	        /* font-size: 1.1rem; */
	    }

	    #INTRODUCTION .welcome-quote {
	        /* font-size: 1rem; */
	        padding: 10px 15px;
	    }

	    .header {
	        text-align: center;
	        background-color: #2d4697;
	        color: #ffffff;
	        /* font-weight: bold; */
	        height: 80px;
	        width: 100%;
	        line-height: 80px;
	        /* Vertically centers the text */
	        margin: 0;
	        /* Reset the inline margin */
	    }

	    #announcementbg {
	        display: none;
	        /* Hide until there's content to show */
	    }
	}

	@media (min-width: 280px) and (max-width: 576px) {
	.container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}