* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
  }

/* Header */
a {
  text-decoration: none;
  color: #073e77;
  font-weight: bold;
  font-size: 17px;
}
.nav-menu a.active {
  color: #3399ff;
  border-bottom: 2px solid #3399ff;
}

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.logo {
  height: 100px;
  margin-left: 30px;
}

/* Toggle Button (Mobile) */
.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
  color: #073e77;
  z-index: 1100;
  position: relative;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
.apply-btn {
    background-color: #073e77;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}
.mobile-logo {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.nav-menu-header {
  display: none;
}

.mobile-logo img {
  height: 60px;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: #ffffff;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 1000;
        display: none;
    }
    .menu-toggle {
        display: block;
        margin-right: 30px; 
    }

    .nav-menu.show {
        left: 0;
        display: flex;
        height: 650px;
    }

    .nav-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .nav-logo-mobile {
        max-height: 100px;
        width: auto;
    }

    .close-menu {
        background: none;
        border: none;
        font-size: 26px;
        color: #073e77;
        cursor: pointer;
    }
    .logo {
        margin-left: 0;
    }
}


/*-----------------banner----------*/

.rathna-banner {
    position: relative;
    background: url('https://www.rathnacollege.in/images/university_of_mysore_1.jpg') center center/cover no-repeat;
    height: 70vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rathna-banners {
    position: relative;
    background: url('https://www.rathnacollege.in/images/university_of_mysore_1.jpg') center center/cover no-repeat;
    height: 150px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rathna-banner-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.rathna-banner-content {
    text-align: center;
    max-width: 700px;
}

.rathna-banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.rathna-banner-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}
.rathna-banner-contents {
    text-align: center;
    max-width: 700px;
	height: 150px;
}

.rathna-banner-contents h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    font-weight: 700;
	margin-top: 50px;
}

.rathna-banner-contents p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}
.rathna-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #073e77;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.rathna-btn:hover {
    background-color: #3a95b4;
}

@media (max-width: 768px) {
	.rathna-banner {
		height: 50vh;
    }
    .rathna-banner-content h1 {
		font-size: 1.5rem;
    }
	.rathna-banner-overlay {
		background-color: rgba(0, 0, 0, 0.55);
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
    }
	.rathna-banners {
		height: 100px;
    }
	.rathna-banner-contents {
		text-align: center;
		max-width: 700px;
		height: 100px;
	}

    .rathna-banner-content p {
		font-size: 1rem;
    }

    .rathna-btn {
		padding: 10px 20px;
	
    }
	.rathna-banner-contents h1 {
		font-size: 1.2rem;
    }

    .rathna-banner-contents p {
    font-size: 0.55rem;
    }
}

@media (max-width: 480px) {
    .rathna-banner {
		height: 50vh;
    }
	.rathna-banners {
		height: 100px;
    }
	.rathna-banner-contents {
		text-align: center;
		max-width: 700px;
		height: 100px;
    }

    .rathna-banner-content h1 {
		font-size: 1.5rem;
    }

    .rathna-banner-content p {
		font-size: 0.75rem;
    }
	.rathna-banner-contents h1 {
		font-size: 1.1rem;
    }

    .rathna-banner-contents p {
		font-size: 0.55rem;
    }
}

/*--------------about------------*/

.rathna-about-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.rathna-about-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.rathna-about-text {
    flex: 1;
}

.rathna-about-text h2 {
    font-size: 2.5rem;
    color: #3b3b58;
    margin-bottom: 20px;
}

.rathna-about-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.rathna-about-image {
    flex: 1;
    text-align: center;
}

.rathna-about-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .rathna-about-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .rathna-about-text h2 {
        font-size: 2rem;
    }

    .rathna-about-text p {
        font-size: 1rem;
    }
}
/*------------why ratna---------------*/

.why-rathna-section {
    background: #fff;
    padding: 60px 20px;
}

.why-rathna-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.why-rathna-container h2 {
    font-size: 2.5rem;
    color: #3b3b58;
    margin-bottom: 40px;
}

.why-rathna-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-rathna-feature {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.why-rathna-feature:hover {
    transform: translateY(-5px);
}

.why-rathna-feature i {
    font-size: 2.5rem;
    color: #073e77;
    margin-bottom: 15px;
}

.why-rathna-feature h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #073e77;
}

.why-rathna-feature p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}

/* Tablets */
@media (max-width: 992px) {
    .why-rathna-features {
    grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .why-rathna-features {
    grid-template-columns: 1fr;
    }

    .why-rathna-container h2 {
    font-size: 2rem;
    }

    .why-rathna-feature i {
    font-size: 2rem;
    }

    .why-rathna-feature h3 {
    font-size: 1.1rem;
    }

    .why-rathna-feature p {
    font-size: 0.95rem;
    }
}

/*-----------program-----------*/

.program-section {
    background-color: #f7f7ff;
    padding: 60px 20px;
}

.program-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.program-container h2 {
    font-size: 2.5rem;
    color: #3b3b58;
    margin-bottom: 40px;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.program-box {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: all 0.3s ease;
}

.program-box:hover {
    transform: translateY(-5px);
}

.program-box h3 {
    font-size: 1.3rem;
    color: #073e77;
    margin-bottom: 15px;
}

.program-box p,
.program-box ul {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.program-box ul {
    padding-left: 20px;
    margin: 0;
}

.program-box ul li {
    list-style-type: disc;
}

/* Responsive for tablets */
@media (max-width: 992px) {
    .program-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive for mobile */
@media (max-width: 600px) {
    .program-grid {
        grid-template-columns: 1fr;
    }

    .program-container h2 {
        font-size: 2rem;
    }

    .program-box h3 {
        font-size: 1.15rem;
    }

    .program-box p,
    .program-box ul {
        font-size: 0.95rem;
    }
}

/*--------------faculty----------*/
.team-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.team-header {
    text-align: center;
}

.team-title {
    color: #073e77;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.team-subtitle {
    color: #4a4e69;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.member-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.member-photo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.member-card:hover .member-photo {
    transform: scale(1.05);
}

.member-details {
    padding: 25px 20px;
    position: relative;
}

.member-name {
    color: #073e77;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.member-role {
    color: #777;
    font-size: 1rem;
    margin-bottom: 15px;
}

.member-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.member-card:hover .member-socials {
    opacity: 1;
    transform: translateY(0);
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4e69;
    border: 1px solid #3a95b4;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background-color: #093d77;
    color: white;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .team-subtitle {
    font-size: 2rem;
    }

    .team-members {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    }
}

@media (max-width: 576px) {
    .team-title {
    font-size: 1.8rem;
    }

    .team-subtitle {
    font-size: 1.6rem;
    margin-bottom: 30px;
    }

    .team-members {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    }

    .member-card {
    max-width: 100%;
    }
}

/*------------admission section------------*/

.admission-section {
    background-color: #f9f9fb;
    padding: 60px 20px;
}

.admission-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.admission-container h2 {
    font-size: 2.5rem;
    color: #3b3b58;
    margin-bottom: 20px;
}

.admission-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.admission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
}

.admission-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.admission-box h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #073e77;
}

.admission-box ul {
    padding-left: 20px;
    list-style: disc;
    color: #444;
}

.admission-box ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.admission-cta {
    margin-top: 40px;
}

.apply-btn {
    background-color: #073e77;
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s;
}

.apply-btn:hover {
    background-color: #3a95b4;
}

/* Responsive Layout */
@media (max-width: 992px) {
    .admission-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .admission-grid {
        grid-template-columns: 1fr;
    }

    .admission-container h2 {
        font-size: 2rem;
    }

    .admission-intro {
        font-size: 1rem;
    }

    .admission-box h3 {
        font-size: 1.1rem;
    }

    .admission-box ul li {
        font-size: 0.95rem;
    }
}

/*-----------contact------*/

.rathna-contact-section {
    padding: 60px 20px;
    background-color: #f9f9fb;
}

.rathna-contact-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.rathna-contact-info {
    flex: 1 1 45%;
    color: #333;
}

.rathna-contact-info h2 {
    font-size: 2.5rem;
    color: #3b3b58;
    margin-bottom: 20px;
}

.rathna-contact-info p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.rathna-contact-info ul {
    list-style: none;
    padding: 0;
}

.rathna-contact-info ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.rathna-contact-form {
    flex: 1 1 50%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.form-group textarea {
    resize: vertical;
}

.contact-submit-btn {
    background-color: #073e77;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-submit-btn:hover {
    background-color: #3a95b4;
}

/* Responsive */
@media (max-width: 768px) {
    .rathna-contact-container {
    flex-direction: column;
    }
    .rathna-contact-form {
        flex: 1 1 50%;
        background: #fff;
        padding: 50px;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    }

    .rathna-contact-info h2 {
    font-size: 2rem;
    }

    .rathna-contact-info p,
    .rathna-contact-info ul li {
    font-size: 1rem;
    }

    .form-group input,
    .form-group textarea {
    font-size: 0.95rem;
    }
    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #073e77;
        outline: none;
        box-shadow: 0 0 0 3px rgba(7, 62, 119, 0.15);
    }
}

/*--------------apply now form----------*/

.apply-now-section {
	padding: 40px 20px;
	background-color: #f9f9f9;
}

.apply-now-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.apply-now-info {
    flex: 1 1 40%;
}

.apply-now-info h2 {
	color: #073e77;
	font-size: 28px;
	margin-bottom: 10px;
}

.apply-now-info p {
	font-size: 16px;
	margin-bottom: 20px;
}

.apply-docs-list {
	list-style: none;
	padding-left: 0;
}

.apply-docs-list li {
	margin-bottom: 10px;
	font-size: 15px;
}

.apply-now-form {
	flex: 1 1 55%;
}

form {
	width: 100%;
}

.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	width: 100%;
}

.form-row {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.form-row .form-group {
	flex: 1 1 48%;
}

label {
	font-size: 15px;
	margin-bottom: 5px;
	color: #073e77;
	font-weight: 600;
}

input,
select {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
}

select:invalid {
	color: #999;
}

.apply-submit-btn {
	background-color: #073e77;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.apply-submit-btn:hover {
	background-color: #0555aa;
}

@media (max-width: 768px) {
.apply-now-container {
	flex-direction: column;
}

.form-row {
	flex-direction: column;
}

.form-row .form-group {
	flex: 1 1 100%;
}
}

/*---------facilities section-----------*/

.rathna-facilities-section {
    padding: 60px 20px;
    background-color: #f5f7fa;
}

.rathna-facilities-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.rathna-facilities-container h2 {
    font-size: 2.5rem;
    color: #2b2e4a;
    margin-bottom: 20px;
}

.facility-intro {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.rathna-facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.facility-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: left;
}

.facility-card:hover {
    transform: translateY(-5px);
}

.facility-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.facility-card h3 {
    font-size: 1.3rem;
    margin: 15px 20px 10px;
    color: #004aad;
}

.facility-card p {
    font-size: 1rem;
    color: #555;
    margin: 0 20px 20px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .rathna-facilities-container h2 {
        font-size: 2rem;
    }
    .facility-intro {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .facility-card h3 {
        font-size: 1.15rem;
    }
    .facility-card p {
        font-size: 0.95rem;
    }
}
/*-------------footer-----------------*/
.rathna-footer {
    background: #2c2c54;
    color: #fff;
    padding: 60px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}

.footer-column {
    flex: 1 1 300px;
}

.footer-column h3,
.footer-column h4 {
    margin-bottom: 15px;
    color: #f5a623;
}

.footer-column p,
.footer-column li,
.footer-column a {
    color: #ddd;
    font-size: 0.95rem;
    line-height: 1.6;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
    color: #f5a623;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.social-icons a {
    margin-right: 10px;
    color: #f5a623;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #444;
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    font-size: 0.85rem;
    color: #ccc;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-column {
        flex: 1 1 200px;
    }

    .social-icons {
        justify-content: center;
        display: flex;
    }
}

/*------------about affiliation-----------*/

.affiliation {
  background-color: #fff;
  padding: 60px 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  color: #3b3b58;
  margin-bottom: 30px;
}

.affiliation-content {
  max-width: 900px;
  margin: 0 auto;
}

.affiliation-content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .affiliation-content p {
    font-size: 16px;
    padding: 0 10px;
  }
}

/*---------------leadership and faculty----------------*/
.containers {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faculty {
  background-color: #f8fbfe;
  padding: 60px 20px;
}

.faculty-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-titles {
  font-size: 32px;
  color: #3b3b58;
  margin-bottom: 10px;
}

.section-subtitles {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}


.faculty-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.faculty-card:hover {
  transform: translateY(-10px);
}

.faculty-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.faculty-info {
  padding: 20px;
  text-align: center;
}

.faculty-name {
  margin: 10px 0 5px;
  font-size: 20px;
  color: #004080;
}

.designation {
  color: #777;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 10px;
}

.bio {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

  .bio {
    font-size: 14px;
  }
}

/*--------why ratna landing-----------*/

.why-msc-embryology {
    padding: 60px 20px;
    background-color: #fdfdfd;
}

.why-msc-embryology-container {
    max-width: 1200px;
    margin: auto;
}

.why-msc-embryology-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.why-msc-embryology-card {
    padding: 30px;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.why-msc-embryology-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.why-msc-embryology-card h2 {
	color: #073e77;
    font-size: 22px;
    margin-bottom: 10px;
}

.why-msc-embryology-card p {
    font-size: 16px;
    line-height: 1.6;
}

/* Replace the gradient colors with your actual website brand colors */
.card-curriculum,
.card-hands-on,
.card-career, 
.card-research,
.card-student, 
.card-campus {
    background-color: #e6f2ff;
    color: #000;
}

@media screen and (max-width: 992px) {
    .why-msc-embryology-grid {
    grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .why-msc-embryology-grid {
    grid-template-columns: 1fr;
    }
    .why-msc-embryology-card h2 {
    font-size: 18px;
    }
    .why-msc-embryology-card p {
    font-size: 14px;
    }
}  

/*------------Industry-Relevant Curriculum Styles----------------*/
.containeer {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.curriculum-section {
  padding: 60px 20px;
  background-color: #f9fbfd;
}

.curriculum-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.curriculum-header h2 {
  font-size: 32px;
  color: #3b3b58;
  margin-bottom: 10px;
}

.curriculum-header p {
  font-size: 18px;
  color: #555;
}

.curriculum-content {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.curriculum-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.curriculum-text {
  max-width: 500px;
}

.curriculum-text ul {
  list-style: none;
  padding: 0;
}

.curriculum-text li {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-left: 5px solid #004080;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .curriculum-content {
    flex-direction: column;
  }

  .curriculum-text {
    max-width: 100%;
  }

  .curriculum-header h2 {
    font-size: 26px;
  }

  .curriculum-header p {
    font-size: 16px;
  }
}

/*----------addmission section-----------*/

.admission-highlight {
    background: linear-gradient(to right, #e0f7fa, #ffffff);
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.admission-highlight-container {
    max-width: 900px;
    width: 100%;
}

.admission-highlight-title {
    font-size: 36px;
    color: #3b3b58;
    margin-bottom: 20px;
    font-weight: 700;
}

.admission-highlight-intro {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.admission-highlight-tagline {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.admission-cta-button {
    background-color: #004aad;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.admission-cta-button:hover {
    background-color: #00307a;
}

@media screen and (max-width: 768px) {
    .admission-highlight-title {
        font-size: 28px;
    }

    .admission-highlight-intro,
    .admission-highlight-tagline {
        font-size: 16px;
    }

    .admission-cta-button {
        font-size: 15px;
        padding: 12px 24px;
    }
    }

    @media screen and (max-width: 480px) {
    .admission-highlight-title {
        font-size: 24px;
    }

    .admission-highlight-intro,
    .admission-highlight-tagline {
        font-size: 14px;
    }
}

/*------------------addmission details--------------*/

.admission-details {
    background: #f9f9fb;
    padding: 60px 20px;
}

.admission-details-container {
    max-width: 1300px;
    margin: auto;
}

.admission-flex-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.admission-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    flex: 1 1 calc(25% - 24px);
    min-width: 280px;
    max-width: 300px;
}

.admission-card:hover {
    transform: translateY(-5px);
}

.admission-section-title {
    font-size: 22px;
    color: #004aad;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}

.admission-list {
    padding-left: 20px;
    list-style: disc;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 992px) {
    .admission-card {
    flex: 1 1 calc(45% - 24px);
    }
}

@media screen and (max-width: 600px) {
    .admission-card {
    flex: 1 1 100%;
    }
}

/*-----------------addmission support------------------*/
.admission-support {
    padding: 60px 20px;
    background: #f1f6fb;
}

.admission-support-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.support-title {
    font-size: 28px;
    font-weight: 700;
    color: #3b3b58;
    margin-bottom: 10px;
}

.support-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.support-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.support-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    flex: 1 1 400px;
    max-width: 500px;
    text-align: left;
}

.support-card h3 {
    font-size: 20px;
    color: #004aad;
    margin-bottom: 16px;
}

.support-form input,
.support-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.support-form button {
    padding: 12px 24px;
    background-color: #004aad;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}

.support-form button:hover {
    background-color: #00357c;
}

.contact-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.contact-list li {
    margin-bottom: 12px;
}

.contact-list a {
    color: #004aad;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .support-card {
    flex: 1 1 100%;
    }
}

/*-------------semester----section------------*/

.embryo-curriculum-section {
    background: #f0f5fa;
    padding: 60px 20px;
}

.embryo-curriculum-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.embryo-curriculum-title {
    font-size: 32px;
    color: #3b3b58;
    font-weight: 700;
    margin-bottom: 10px;
}

.embryo-curriculum-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}

.embryo-semester-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.embryo-semester-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    padding: 30px;
    flex: 1 1 calc(45% - 24px);
    max-width: 500px;
    text-align: left;
    transition: transform 0.3s ease;
}

.embryo-semester-card h3 {
    font-size: 22px;
    color: #004aad;
    margin-bottom: 16px;
}

.embryo-semester-card ul {
    padding-left: 20px;
    list-style: disc;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .embryo-semester-card {
    flex: 1 1 100%;
    }
}

/*-----------testimonial and all ------------------*/

.embryo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.embryo-title {
    font-size: 28px;
    color: #3b3b58;
    margin-bottom: 60px;
    text-align: center;
}

.embryo-testimonials blockquote {
    background: #f0f5fa;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #004aad;
    border-radius: 8px;
    font-style: italic;
}

.embryo-faq details {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.embryo-faq summary {
    font-weight: 600;
    cursor: pointer;
}

.embryo-video iframe {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.embryo-career-list {
    list-style: square inside;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .embryo-title {
    font-size: 22px;
    }
    .embryo-career-list,
    .embryo-testimonials blockquote,
    .embryo-faq details {
    font-size: 15px;
    }
}
.embryo-video-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.embryo-video {
  flex: 1 1 48%;
  min-width: 300px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.embryo-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

@media screen and (max-width: 768px) {
  .embryo-video {
    flex-basis: 100%;
  }
}
.embryo-career-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.embryo-career-col {
  flex: 1 1 45%;
  min-width: 280px;
}

.embryo-career-col ul {
  list-style: square inside;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .embryo-career-col {
    flex-basis: 100%;
  }

  .embryo-career-col ul {
    font-size: 15px;
  }
}
/*----------live chat----------*/

.live-chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #073e77;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Chat Popup Box */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  z-index: 1000;
  overflow: hidden;
  animation: fadeIn 0.3s ease;
}

/* Header */
.chat-header {
  background-color: #073e77;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Body */
.chat-body {
  padding: 16px;
}

.chat-body p {
  margin-bottom: 12px;
  font-size: 15px;
}

.chat-link {
  display: block;
  background-color: #3399ff;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.3s;
}

.chat-link:hover {
  background-color: #0077cc;
}

/* Close Button */
.close-chat {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 400px) {
  .chat-popup {
    width: 90%;
    right: 5%;
  }

  .live-chat-btn {
    bottom: 15px;
    right: 15px;
    padding: 10px 16px;
    font-size: 14px;
  }
}

