
.dg9a4e8c2 {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.eh2c7f9a4::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 173, 181, 0.15), transparent);
  border-radius: 50%;
  z-index: -1;
}

.fi8d3a2e9::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(233, 69, 96, 0.12), transparent);
  border-radius: 50%;
  z-index: -1;
}

.gj4f9c7a2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin: 4rem 0;
}

.hk7e2d9f8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.il3a8c4e7 {
  text-align: center;
  padding: 2.5rem;
  background: var(--i9c2a8f);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.il3a8c4e7:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.jm9f2d7a4 {
  font-size: 3rem;
  color: var(--g8a4c2d);
  margin-bottom: 1rem;
  display: block;
}

.kn4c8a9e2 {
  background: linear-gradient(135deg, var(--g8a4c2d), var(--a7f9d2c));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 2rem;
}

.lo7d3f9a8 {
  width: 100%;
  max-width: 600px;
  margin: 3rem auto;
}

.mp2e8c4f7 {
  margin-bottom: 1.5rem;
}

.mp2e8c4f7 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--m5c8d3b);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
}

.mp2e8c4f7 input,
.mp2e8c4f7 textarea,
.mp2e8c4f7 select {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Lora', serif;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--i9c2a8f);
}

.mp2e8c4f7 input:focus,
.mp2e8c4f7 textarea:focus,
.mp2e8c4f7 select:focus {
  outline: none;
  border-color: var(--g8a4c2d);
  box-shadow: 0 0 0 3px var(--k1a9e3c);
}

.mp2e8c4f7 textarea {
  resize: vertical;
  min-height: 150px;
}

.nq8f7d2a9 {
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
  border: none;
  padding: 1rem 3rem;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.nq8f7d2a9:hover {
  background: var(--a7f9d2c);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 173, 181, 0.3);
}

.or4c9a7e3 {
  padding: 2rem;
  border: 2px solid var(--g8a4c2d);
  border-radius: 12px;
  margin: 2rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.or4c9a7e3:hover {
  background: var(--k1a9e3c);
}

.ps7f2d8a4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ps7f2d8a4 h3 {
  margin: 0;
  color: var(--d8e3c4f);
  font-size: 1.3rem;
}

.qt3a9e8c2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.or4c9a7e3.ru9d4f7a2 .qt3a9e8c2 {
  transform: rotate(45deg);
}

.sv8c2a9f7 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1rem;
}

.or4c9a7e3.ru9d4f7a2 .sv8c2a9f7 {
  max-height: 500px;
  padding: 1.5rem 1rem;
}

.tw4e7d9a3 {
  position: relative;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
}

.tw4e7d9a3 iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.ux9c3f8a7 {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.vy2d7a9e4 {
  padding: 0.6rem 1.5rem;
  background: var(--j4d7b2e);
  border: 2px solid var(--g8a4c2d);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: var(--m5c8d3b);
}

.vy2d7a9e4:hover,
.vy2d7a9e4.wz8f3a2d9 {
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
}

.xa4c9d7f2 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.xa4c9d7f2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.yb7e3d9a8 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--i9c2a8f);
}

.yb7e3d9a8 h2 {
  color: var(--i9c2a8f);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.zc9a4f8d2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.ad2e7c9f4 {
  position: relative;
  padding-left: 3rem;
}

.ad2e7c9f4::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.be8f3a2d7 {
  position: relative;
  padding: 3rem;
  background: var(--i9c2a8f);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}

.be8f3a2d7::before {
  content: '"';
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-size: 6rem;
  color: var(--k1a9e3c);
  font-family: Georgia, serif;
  line-height: 1;
}

.cf4d9a7e2 {
  position: relative;
  z-index: 1;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--m5c8d3b);
}

.dg7c2f9a8 {
  margin-top: 1.5rem;
  font-weight: 600;
  color: var(--g8a4c2d);
  font-style: normal;
}

.eh3a8d4e9 {
  position: relative;
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin: 2rem 0;
}

.fi9c7a2e4 {
  height: 100%;
  background: linear-gradient(90deg, var(--g8a4c2d), var(--e2c9f7a));
  border-radius: 4px;
  transition: width 1s ease;
}

.gj2d8f9a7 {
  display: none;
  animation: kl4a9e7c2 0.5s ease;
}

@keyframes kl4a9e7c2 {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hk8f3d2a9 {
  position: relative;
  padding: 2rem;
  background: linear-gradient(135deg, var(--k1a9e3c), var(--l7e2f9a));
  border-radius: 12px;
  margin: 2rem 0;
  border: 2px solid rgba(0, 173, 181, 0.2);
}

.il7a4e9c2 {
  list-style: none;
  padding-left: 0;
}

.il7a4e9c2 li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.il7a4e9c2 li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--g8a4c2d);
  font-weight: bold;
  font-size: 1.3rem;
}

.jm3f9d8a2 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 300px;
}

.jm3f9d8a2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: all 0.5s ease;
}

.jm3f9d8a2:hover img {
  filter: brightness(0.9);
  transform: scale(1.05);
}

.kn7c2e9f4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: var(--i9c2a8f);
}

@media (max-width: 968px) {
  .gj4f9c7a2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hk7e2d9f8 {
    grid-template-columns: 1fr;
  }
  
  .zc9a4f8d2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .yb7e3d9a8 h2 {
    font-size: 2rem;
  }
  
  .ux9c3f8a7 {
    flex-direction: column;
  }
  
  .vy2d7a9e4 {
    width: 100%;
    text-align: center;
  }
}



.navbar-brand img{
    max-width: 150px;
    width: 150px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}


footer .navbar-brand img{
    filter: brightness(0) invert(1);
}

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