* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@import "tailwindcss";
@font-face {
  font-family: Inter;
  src: url(assets/Inter-VariableFont_opsz\,wght.ttf);
}
body {
  font-family: "Inter";
}
/* h1 {
  font-size: 52px;
  text-5xl text-[#0A2540] font-semibold
} 

 p
text-gray-600 text-lg 
 p
*/
 /* md:px-4 md:py-20 md:max-w-[1200px] md:mx-auto */

.header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  background-color: white;
  z-index: 50;
  /* min-width: 100%; */
  padding: 0 5rem;
  
}
.header img {
  padding: 0.75rem 0;
  width: 110%;
}
.header nav {
  display: flex;
  gap: 4rem;
}

.header a {
  display: inline-flex;
  font-family: "Inter";
  align-items: center;
  text-decoration: none;
  color: #0A2540;
  gap: 6px;
}
.green {
  /* background-color: green; */
  font-weight: 600;
  border: none;
  padding: 8px 16px;
  background: #d0ff00;
  border-radius: 6px;
}

.container {
  width: 100%;
  padding: 5rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  /* md:px-4 md:py-20 md:max-w-[1200px] md:mx-auto */
}
.hero {
  /* background-color: blue; */
  height: 100vh;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url(assets/Hero.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end; 
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items:flex-start
  text-align: left;
  gap: 2rem;
}
.hero-text {
  display: flex;
  flex-direction: column;
  max-width: 70%; 
  gap: 0.7rem;
  color: white;
  /* margin-bottom: -5rem; */

}
.hero-text h1 {
  font-weight: 500;
  
}

.hero-text p {
  max-width: 80%;
}

.hero-highlighter {
  color: #d0ff00;
}
.hero-buttons{
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.btn1 {
  text-decoration: none;
  color: black;
  background: #d0ff00; /* Yellow button */
  border-radius: 6px;
  padding: 10px 20px; /* Slightly larger padding */
  margin-right: 0.5rem;
  font-weight: 600;
  border: none;
}
.btn2 {
  text-decoration: none;
  color: #0A2540; /* White text for border button */
  background: white;
  /* border: 2px solid white; White border */
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
}


.hero-image {
  width: 100%;
  height: auto;
}
.accolades {

}
.accolades-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  padding-top: 1rem;
  color: #0A2540;
  
}
.accolades-content h2 {
  font-weight: 500;
}
.hero-logos {
  display: flex;
  /* filter: grayscale(100%); */
  justify-content: space-evenly;
  width: 100%;
}
.hero-logos img {
  margin: 0 -5rem;
}
.skills-section {
  background-color: #f7f7f7;

}
.skills {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  
}

.skills-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 50%;
  text-align: center;
}
.skills-text p {
  color: #4B5563;
}
.skills-content {
  padding-top: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.skills-tiles {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: white;
  flex-basis: 30%;
  border-radius: 15px;
  padding: 1.5rem 1.5rem;
}
/* .skills-tiles  */
.skills-tiles p:first-of-type {
  color: #0A2540;
  font-weight:500;
}
.skills-tiles p:nth-of-type(2) {
  color: #425466;
  font-weight: 350;
}

.programs {
  background-color: #F8FAFC;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion-title {
  background-color: transparent;
  font-size: 16px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  
}
.accordion-title {
  border-bottom: 2px solid lightgray;
}

.accordion-title:last-of-type {
  border: none;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
  color: #7D9900;
  border: none;
  background-color: white;
  border-radius: 5px;
}
.accordion-title.active + .panel {
  display: block;
  background: white;
  
  border-radius: 0 0 12px 12px;
  
}

.panel {
  border-radius: 5px;
  padding: 0 18px;
  padding-bottom: 3rem;
  background-color: white;
  display: none;
  overflow: hidden;
}
.accordion-title:has(+ .panel + .accordion-title.active) {
  border-bottom: none;
  
}
.programs-content {
  display: flex;
  gap: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem  ;
}
.programs-accordion {
  flex: 0 0 auto;
  width: 70%;
  border: 1px lightgray solid;
  border-radius: 6px;
}
.programs-accordion p {
  color: gray;

}
.programs-text {
  width: 30%;
} 
 .learning-section {
            padding: 4rem 0 6rem;
            background-color: white; /* Setting a white background for this section */
        }
        .learning-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        .learning-header h1 {
            font-size: 2.5rem; /* 40px */
            font-weight: 700;
            color: #0A2540;
            margin-bottom: 0.75rem;
        }
        .learning-header p {
            color: #4B5563;
            font-size: 1.125rem; /* 18px */
            max-width: 600px;
            margin: 0 auto;
        }
        .programs-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px; /* 1.5rem */
        }
        @media (max-width: 768px) {
            .programs-grid {
                grid-template-columns: 1fr;
            }
        }
        .program-card {
            position: relative;
            aspect-ratio: 16 / 10; /* Roughly based on the image proportions */
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .program-card img {
            
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .program-card:hover img {
            transform: scale(1.05);
        }
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 1.5rem;
            color: white;
        }
        .card-tag {
            align-self: flex-end;
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 0.75rem; /* 12px */
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .card-title {
            font-size: 1.5rem; /* 24px */
            font-weight: 600;
        }
        .card-subtitle {
            font-size: 1rem; /* 16px */
            font-weight: 400;
            margin-top: 0.25rem;
        }
        .card-actions {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }
        .btn-enroll {
            background-color: #d0ff00; /* Green from your CSS */
            color: #0A2540;
            padding: 8px 16px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            transition: background-color 0.3s;
        }
        .btn-explore {
            background-color: transparent;
            color: white;
            border: 2px solid white;
            padding: 8px 16px;
            border-radius: 6px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            transition: background-color 0.3s, color 0.3s;
        }
        .btn-explore:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }
        /* Icon for the tag (e.g., a lock/keyhole icon) */
        .icon-lock {
            /* Inline SVG for the lock icon */
            width: 12px;
            height: 12px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

/* .years-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
  gap: 2rem;
}
.years-text {
  width: 50%;
  text-align: center;
}
.years-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  
}
.years-items1 , .years-items2 {
  width: 100%;
  display: flex;
  margin: 0rem;
}
.years-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 400px;
  background-color: red;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-right: 1rem;
  background-image: url(https://www.creativeboom.com/upload/articles/e8/e8e93075801e9f3b444d2f0173ce5f17c8182112_1280.jpg);
  margin: 1rem;
  border-radius: 4px;
}
.years-item1 {
  display: flex;
  justify-content: flex-end;
}
.years-item1 div{
  background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(8.55px);
opacity: 0.5;

}

.years-item1 button {
  border: none;
  color: white;
  opacity: 1;
  text-decoration: none;
  background: transparent;
  
  /* opacity: 0.5; */
/* }

.years-item2 button:first-of-type {
  color: black;
  text-decoration: none;
  background: #d0ff00;
  border-radius: 4px;
}

.years-item2 button:last-of-type {
  color: black;
  background: white;
} */ */
.discover {
  background-color: #F6F9FC;
  padding: 4rem 0 3rem;
}
.discover-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.discover-top h1 {
  color: #0A2540;
  font-size: 36px;
  
}
.discover-top p {
  color: #425466;
  width: 50%;
}

.discover-btn {
  border: none;
  background-color: #d0ff00;
  color: black;
  text-wrap: nowrap;
  padding: 5px 8px;
  border-radius: 6px;
}

.discover-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.discover-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.discover-grid-top {
  display: flex;
  gap: 2rem;
}
.discover-grid-top div:first-of-type {
  background-color: #0A2540;
  border-radius: 20px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 2rem 1rem;
}

.discover-grid-top p {
  color: white;
  
}

.discover-grid-top p:first-of-type{
  font-size: 18px;
}
.discover-grid-top p:last-of-type{
  font-size: 24px;
}

.discover-grid-bottom {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.discover-grid-bottom div:first-of-type {
  background-color: #0A2540;
  border-radius: 20px;
  /* width: 70%; */
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 2rem 1rem;
}

.discover-grid-bottom p {
  color: white;
  
}

.discover-grid-bottom p:first-of-type{
  font-size: 55px;
}
.discover-grid-bottom p:last-of-type{
  font-size: 24px;
}

/* .alumni {
  background-image: url(assets/alumni.png);
  background-size: 150%;
  background-position: center;
  /* height: 720px;
  width: 100%; */
  /* padding: 4rem 0 3rem;
} */ 
.alumni-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.alumni-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alumni-title {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* .alumni-title p {
  width: 50%;

} */

.alumni-btn {
  border: none;
  background-color: #d0ff00;
  color: black;
  text-wrap: nowrap;
  /* align-self: center; */
  padding: 8px 10px;
  border-radius: 5px;
}
.alumni-card {
  display: flex;
  background-color: white;
  padding: 2rem 2rem;
  border-radius: 20px;
  gap: 3rem;
}
.alumni-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #425466;
  justify-content: space-between;
}
.alumni-card-content h1 h4 {
  
  color: #0A2540;
}
.alumni-card-content div {
  align-self: flex-end;
  margin-top: 3rem;
}
.ready {
  padding: 3rem;
}
.ready-container {
  color: #0A2540;
  background-color: #d0ff00;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 1rem;
  text-align: center;
}
.ready-container p  {
  width: 50%;
}
.ready-container h1  {
  width: 30%;
}
.ready-container button:first-of-type{
  color: white;
  background-color: #0A2540;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  margin-right: 0.5rem;
}
.ready-container button:last-of-type{
  color: #0A2540;
  background-color: white;
  border: 1px #0A2540 solid;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 0.5rem;
}
/* .faq {
  padding: 3rem;
}
.faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
} */
        .faq-section {
            padding: 4rem 0;
        }
        .faq-section h2 {
            text-align: center;
            font-size: 2.5rem; /* 40px */
            font-weight: 700;
            color: #0A2540;
            margin-bottom: 3rem;
        }
        .accordion-wrapper {
            max-width: 800px;
            margin: 0 auto;
            border-radius: 8px;
            border: 1px solid #E5E7EB; /* Light border around the whole thing */
            background-color: white;
        }
        .accordion-item {
            padding: 1rem 1.5rem;
            border-bottom: 1px solid #E5E7EB;
        }
        .accordion-item:last-child {
            border-bottom: none;
        }
        .accordion-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            padding: 0.5rem 0;
        }
        .accordion-question {
            font-size: 1rem;
            font-weight: 600;
            color: #0A2540;
        }
        .accordion-icon {
            width: 20px;
            height: 20px;
            stroke: #0A2540;
            stroke-width: 2;
            transition: transform 0.3s ease;
        }
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
            color: #4B5563;
            font-size: 0.95rem;
        }
        .accordion-content.active {
            max-height: 500px; /* Large enough value to reveal content */
            padding-top: 1rem;
            padding-bottom: 0.5rem;
        }
        .accordion-header.active .accordion-icon {
            transform: rotate(45deg); /* Change plus to a dash or rotate it */
            stroke: #d0ff00; /* Assuming the accent color for active state */
        }
        .accordion-header.active .accordion-question {
            color: #0A2540;
        }
.site-footer {
            background-color: #f8faff;
            color: #0d2349;
            padding: 60px 0;
            font-size: 15px;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* * ======================================
         * FLEXBOX LAYOUT (Main Change)
         * ======================================
         */
        .footer-grid {
            display: flex;
            flex-wrap: wrap; /* Allows columns to stack on small screens */
            gap: 40px;
        }
        
        .footer-column {
            /* This is the core flex logic:
              flex-grow: 1 (all columns can grow)
              flex-shrink: 1 (all columns can shrink)
              flex-basis: 300px (start at 300px, then wrap if no space)
            */
            flex: 1 1 300px;
        }
        
        .subscribe-column,
        .contact-column {
            /* We make the first two columns grow faster (1.5 vs 1)
               to mimic the original 1.5fr / 1.5fr / 1fr layout */
            flex-grow: 1.5;
        }

        .directory-column {
            /* This column has a smaller basis, so it will wrap
               to the next line sooner on medium screens. */
            flex: 1 1 250px;
        }
        /* * ======================================
         * END OF FLEXBOX LAYOUT
         * ======================================
         */

        .footer-column h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 25px;
            color: #0d2349;
        }

        .footer-column p {
            margin: 0 0 15px 0;
            line-height: 1.6;
        }

        /* --- Column 1: Subscribe --- */

        .subscribe-form {
            display: flex;
            margin-bottom: 15px;
        }

        .subscribe-form input[type="email"] {
            flex-grow: 1;
            padding: 12px 15px;
            border: 1px solid #ccd6e3;
            border-radius: 5px 0 0 5px;
            font-size: 1rem;
            min-width: 100px;
        }

        .subscribe-form button {
            padding: 12px 20px;
            border: none;
            background-color: #dfff00;
            color: #111;
            font-weight: 700;
            font-size: 1rem;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .subscribe-form button:hover {
            background-color: #d1f000;
        }

        .legal-text {
            font-size: 0.8rem;
            color: #5a6980;
            line-height: 1.5;
        }

        .legal-text a {
            color: #0066cc;
            text-decoration: none;
        }

        .legal-text a:hover {
            text-decoration: underline;
        }

        .social-links {
            margin-top: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .social-links span {
            font-size: 0.9rem;
            font-weight: 500;
        }

        .social-links a {
            font-size: 1.5rem;
            color: #0d2349;
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .social-links a:hover {
            color: #0066cc;
        }

        /* --- Column 2: Contact --- */

        .contact-column address {
            font-style: normal;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .contact-column .map-link {
            color: #0066cc;
            font-weight: 500;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
        }

        .contact-column .map-link:hover {
            text-decoration: underline;
        }

        .contact-details a {
            display: block;
            color: #0066cc;
            font-weight: 500;
            text-decoration: none;
            margin-bottom: 8px;
        }

        .contact-details a:hover {
            text-decoration: underline;
        }

        /* --- Column 3: Directory (Inner lists) --- */
        .directory-lists {
            display: flex; /* Using flexbox for the two lists */
            gap: 15px;
            flex-wrap: wrap; /* Allows lists to stack if space is tight */
        }

        .footer-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            /* Each list will grow and start with a 120px basis */
            flex: 1 1 120px; 
        }

        .footer-nav li {
            margin-bottom: 12px;
        }

        .footer-nav a {
            color: #0d2349;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
        }

        .footer-nav a:hover {
            text-decoration: underline;
        }

        /* --- Responsive Styles (For form only) --- */

        /* This media query is only for the subscribe form button,
           as the main columns are handled by flex-wrap */
        @media (max-width: 768px) {
            .subscribe-form {
                flex-direction: column;
                align-items: stretch;
            }
            .subscribe-form input[type="email"] {
                border-radius: 5px 5px 0 0;
                text-align: center;
            }
            .subscribe-form button {
                border-radius: 0 0 5px 5px;
            }
        }


.intro-row-1 {
  display: flex;
  gap: 3rem;

}
.intro-row-1-text {
  display: flex;
  flex-direction: column;
  gap: 1rem ;
  /* height: 1em; */
}
.intro p{
  color: #425466;
}

.intro-row-2 img {
  width: 50%;
}
.intro-row-2-text , .intro-row-3-text {
  width: 45%;
  color: #0A2540;
}
.intro-row-2 , .intro-row-3 {
  display: flex;
  justify-content: space-between;
  
}

.intro-row-3-text , .intro-row-2-text {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: space-between; */
  gap: 3rem;
}

.intro-row-3-icons {
  display: flex;
  align-items: center;
  gap: 1rem ;
  justify-content: space-evenly;
}
.intro-row-3-icons svg {
  /* height: 60px;
  width: ; */
}

.intro-row-3-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.awards {
  background-color: #191C1F;
}
.awards span {
  opacity: 0.7;
}
.awards h1 {
  color: white;
  font-weight: 400;
  width: 50%;
  padding-bottom: 2rem;
}

.awards-row  h4:first-of-type {
  color: #d0ff00;
}
.awards-row  h4:nth-of-type(2) , .awards-row h4:last-of-type {
  color: white;
  font-weight: 200  ;
}

.awards-row {
  display: flex;
  gap: 5rem;
}
.awards-row div:first-of-type {
  width: 30%;
  padding: 1rem 0 ;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.awards-row div:last-of-type {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#award-year {
  color: white;
  font-weight: 300;
}

.quote {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(assets/about-quote.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-card {
  border-radius: 40px;
  background-color: white;
  width: 100%;
  height: 55%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
}

.about-card div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  /* flex-basis: ; */
  /* align-items: center; */
}
/* .about-card h3 {
  color: #0A2540;
  font-weight: 600;
} */
/* .about-card h4:last-of-type {
  font-weight: 300;
  color: #425466;
}
.about-card h4:first-of-type {
  font-weight: 500;
  color: #0A2540;
} */

.our-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(assets/about-CTA.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  gap: 1rem;
}
.our-team h1 , .our-team h3 {
  color: white;
  font-weight: 400;
  width: 50%;
  text-align: center;
}
.our-team button , .cta button {
  background-color: #d0ff00;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 550;
  font-size: 18px;
}

.cta {
  background-image: linear-gradient(
  180deg,
  #000000CC 0%,
  #00000033 50%,
  #D0FF0000 90%,
  #D0FF00B3 100%
), url(assets/CTA.jpg);
background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 9rem;
}

.cta h1, .cta h3 {
  color: white;
  font-weight: 400;
  width: 30%;
  text-align: center;
}

.resources {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 0;
  gap: 2rem;
  
}
.resources h1 {
  font-weight: 400;
}
.resources h2 {
  font-weight: 300;
}

.resources p:first-of-type{
  color: #0A2540;
}
.resources p:last-of-type {
  color: #7D9900;
}
.resources svg {
  margin-left: 0.2em;
}
.resource-card {
  background-color: #f7f7f7;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 15px;
  width: 35vw;
}

.resources > div {
  display: flex;
  gap: 2rem;
}

.mission {
  background-color: #f7f7f7;
}
.mission-1 {
  display: flex;
  gap: 4rem;
}

.mission-1 h1 {
  font-weight: 400;
  color: #0A2540;
}
.mission-1 h4 {
  font-weight: 600;
  color: #0A2540;
}

.mission-1 p , .mission-1 h5 {
  color: #425466;
}

.mission-1 > div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}
.mission-1 > div > div {
  display: flex;
  /* flex-direction: column; */
  gap: 2rem;
}

.mission-icon {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 50%;
}
.mission-icon h5 {
  font-weight: 400;
}
 
.mission button, .feedback button {
  background-color: #d0ff00;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  font-weight: 550;
  font-size: 18px;
  cursor: pointer;
}   

.feedback {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),url(assets/Feedback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feedback-title {
  display: flex;
  flex-direction: column;
  color: #f7f7f7;
  align-items: center;
  width: 60%;
  text-align: center;
  gap: 1rem;
}

.feedback-container {
  display: flex ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.feedback h2 {
  font-weight: 500;
  padding-top: 3rem;
  /* font-size: 39px; */
}
.feedback h1 {
  font-weight: 400;
  
}
.feedback-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #425466;
  gap: 2rem;
  /* justify-content: space-evenly; */
}

.feedback-arrow {
  align-self: flex-end;
  justify-self: flex-end;
  margin-top: auto;
  
}

.profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.profiles-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex-basis: 23%;
  padding: 0.5rem 0;
}

.profiles-card h4 {
  padding-top: 1rem;
  color: #0A2540;
  /* font-weight: 450; */
}

.profiles-card p {
  color: #425466;
  width: 80%;
}

.courses {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #f7f7f7;
  padding: 6rem 0;
}

.courses p {
  color: #425466;
}

.courses h1 {
  font-weight: 400;
  color: #0A2540;
}

.courses-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.courses-card {
  padding: 0;
  display: flex;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  gap: 1rem;
  /* padding-right: 2rem; */
  
}
.courses-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  /* gap: rem; */
}

.courses-content h3 {
  color: #0A2540;
}
.courses-content > button {
  text-decoration: none;
  border: none;
  background-color: #d0ff00;
  padding: 6px 10px;
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
}

.courses-accordion {
  width: 100%;
}
.courses-accordion-title {
  width: 100%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
}
.courses-panel {
  display: none;
  width: 100%;
  background-color: white;
  /* margin-top: -1rem;
  z-index: 50;
  padding: 3rem 0; */
}

.albab {
  display: flex;
  height: 90vh;
  background: url(assets/Albab.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  align-items: center;
  padding-bottom: none;
  overflow: hidden;
}

.albab img {
  align-self: flex-end;
  margin-bottom: -0.2rem;
}
.albab > div {
  font-weight: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  color: #f7f7f7;
  gap: 1rem;
}
.albab h1 {
  font-weight: 400;
}
.albab button {
  font-family: "Inter";
  display: flex;
  gap: 0.4rem;
  font-weight: 600;
  font-style: inherit;
  background-color: #d0ff00;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
}

.international-courses-row {
  display: flex;
  gap: 2rem;
  
}

#intercoursecol {
  flex-direction: column;
}
#intercoursecol .courses-content {
  /* flex-direction: column; */
  padding: 1rem 1rem;
}

a.icon {
  display: none;
}

/* .muht-special h1 {
  font-weight: 500;
  color: #0A2540;
  
}
.muht-special p {
  
  color: #425466;
  
}

.muht-special-content {
  display: flex;
  flex-direction: column;
  

}

.ms-row {
  display: flex;
} */

@media only screen and (max-width: 768px) {
  .header {
    width: 100%;
    padding: 0 1.3rem;
  }
  .header img {
    width: 90%;
    padding: 0.5rem 0;

  }
  .header nav {
    flex-direction: column;
  }
  a.icon {
    display: block;
  }
  .green {
    padding: 0;
    width: 100px;
  }
  .header nav > a {
    display: none;
  }
  .header button {
    width: 100%;
    text-wrap: nowrap;
    padding: 0.8rem 0.5rem;
    /* font-size: ; */
  }

  /* .header button a {
    width: 100%;
  } */
  .header>nav.responsive {
    /* position: relative; */
  }
}