.elementor-271 .elementor-element.elementor-element-502a158{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-271 .elementor-element.elementor-element-7fb61ab4{--display:flex;--min-height:0px;--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-271 .elementor-element.elementor-element-973f252{width:100%;max-width:100%;}@media(min-width:768px){.elementor-271 .elementor-element.elementor-element-7fb61ab4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-973f252 */* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #fff;
  background: linear-gradient(to bottom right, #1a002b, #2a003d);
}
header {
  background: #2a003d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #ffd700;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd700;
  text-decoration: none;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
nav a:hover { color: #ffd700; }
main { padding-top: 120px; }
.section { padding: 40px; }
.section h2 { color: #ffd700; margin-bottom: 20px; }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.card {
  background: rgba(51, 51, 51, 0.8);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}
.card:hover { transform: scale(1.05); }
.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.card p { text-align: center; padding: 10px; }
.btn {
  background: #ffd700;
  color: #2a003d;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
footer {
  background: #2a003d;
  text-align: center;
  padding: 20px;
  color: #aaa;
  margin-top: 40px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7fb61ab4 */* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #fff;
  background: linear-gradient(to bottom right, #1a002b, #2a003d);
}
header {
  background: #2a003d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #ffd700;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffd700;
  text-decoration: none;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
nav a:hover { color: #ffd700; }
main { padding-top: 120px; }
.section { padding: 40px; }
.section h2 { color: #ffd700; margin-bottom: 20px; }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.card {
  background: rgba(51, 51, 51, 0.8);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}
.card:hover { transform: scale(1.05); }
.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.card p { text-align: center; padding: 10px; }
.btn {
  background: #ffd700;
  color: #2a003d;
  border: none;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
footer {
  background: #2a003d;
  text-align: center;
  padding: 20px;
  color: #aaa;
  margin-top: 40px;
}/* End custom CSS */