@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

:root {
  --ocw-primary: #007BFF;
  --ocw-accent: #28A745;
  --ocw-neutral: #F8F9FA;
  --ocw-dark: #212529;
  --ocw-light: #FFFFFF;
  --ocw-gray: #6C757D;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: var(--ocw-dark);
  background-color: var(--ocw-neutral);
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
}

.ocw-8f7a3b2c {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  
  position: relative;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
}

.ocw-8f7a3b2c::before{
  background: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.ocw-8f7a3b2c h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease;
}

.ocw-8f7a3b2c p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.ocw-3f5g7h9i {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: var(--ocw-accent);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.ocw-3f5g7h9i:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.ocw-7d9e1f3g {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 1rem 2rem;
}

.ocw-8e0f2g4h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.ocw-9f1g3h5i {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ocw-primary);
  text-decoration: none;
}

.ocw-0g2h4i6j {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.ocw-0g2h4i6j a {
  color: var(--ocw-dark);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.ocw-0g2h4i6j a:hover {
  color: var(--ocw-primary);
}

.ocw-5h7i9j1k {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.ocw-4g6h8i0j {
  padding: 6rem 0;
}

.ocw-6i8j0k2l {
  text-align: center;
  margin-bottom: 4rem;
}

.ocw-7j9k1l3m {
  font-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.ocw-7j9k1l3m::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--ocw-primary), var(--ocw-accent));
}

.ocw-9l1m3n5o {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}

.ocw-0m2n4o6p {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.ocw-0m2n4o6p:hover {
  transform: translateY(-10px);
}

.ocw-1n3o5p7q {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ocw-2o4p6q8r {
  padding: 2rem;
}

.ocw-3p5q7r9s {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.ocw-4q6r8s0t {
  color: var(--ocw-gray);
  margin-bottom: 1.5rem;
}

.ocw-5r7s9t1u {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: var(--ocw-primary);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s;
}

.ocw-5r7s9t1u:hover {
  background-color: #0056b3;
}

.ocw-2y4z6a8b {
  background-color: var(--ocw-dark);
  color: white;
  padding: 4rem 0 2rem;
}

.ocw-3z5a7b9c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.ocw-5b7c9d1e {
  list-style: none;
}

.ocw-5b7c9d1e a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.ocw-5b7c9d1e a:hover {
  color: white;
}

.ocw-6c8d0e2f {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
}

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

.ocw-3t5u7v9w {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.ocw-3t5u7v9w.ocw-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .ocw-8f7a3b2c h1 {
    font-size: 2.5rem;
  }
  
  .ocw-9l1m3n5o {
    grid-template-columns: 1fr;
  }
  
  .ocw-0g2h4i6j {
    flex-direction: column;
    gap: 1rem;
  }
}



.ocw-9f1g3h5i img{
    max-width: 200px;
    width: 200px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}


footer .ocw-9f1g3h5i img{
    filter: brightness(0) invert(1);
}

.footer-text{
    margin-top: 20px;
}

@media(max-width: 991px){
  .ocw-8e0f2g4h{
    display: flex;
    flex-direction: column;
  }
  .ocw-0g2h4i6j{
    display: flex;
    padding-left: 0;
    flex-direction: row;
    margin-bottom: 0;
  }
  .ocw-daskdhasxcv{
    display: flex;
    flex-direction: column;
  }
}