/* Snowlit.top - Elf Kingdom Theme CSS */
body {
  font-family: "Cinzel", serif;
  background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 50%, #2d3e50 100%);
  font-size: 15px;
  color: #e8f4f8;
  margin: 0;
  padding: 0;
}

/* Header & Menu */
#menu1 {
  background: linear-gradient(135deg, #2c5530 0%, #1e3a2e 100%);
  text-align: left;
  margin: 0 auto;
  padding: 18px 0 10px 0;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(46, 125, 50, 0.3);
  border-bottom: 3px solid #4caf50;
}

.snowlit-logo {
  float: left;
  width: auto;
  font-size: 2rem;
  font-family: "Cinzel", serif;
  color: #a8e6cf;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(168, 230, 207, 0.5);
}

.snowlit-logo a {
  color: #ffd700;
  font-weight: 800;
  font-size: 32px;
  font-family: "Cinzel", serif;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.dgmenuwrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 15px rgba(56, 142, 60, 0.2);
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul.menu a {
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f1f8e9;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 0;
  margin: 0 20px;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  border-bottom: 2px solid transparent;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

ul.menu a:hover,
ul.menu a.current {
  border-bottom: 4px solid #ffd700;
  color: #ffd700;
  transform: translateY(-2px);
}

ul.menu>li {
  position: relative;
  float: left;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  color: #2c3e50;
  display: block;
  line-height: normal;
  font-weight: 500;
}

.snowlit-menu-area {
  width: auto;
  float: right;
  margin: 0 auto;
  display: inline-block;
}

/* Hero Banner */
.snowlit-hero-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snowlit-hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.snowlit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 85, 48, 0.8) 0%, rgba(30, 58, 46, 0.9) 100%);
  z-index: 2;
}

.snowlit-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
}

.snowlit-hero-inner h1 {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 800;
  color: #ffd700;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  letter-spacing: 2px;
}

.snowlit-hero-description p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  color: #a8e6cf;
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.snowlit-primary-btn {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  color: #2c5530;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid #ffd700;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.snowlit-primary-btn:hover {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffd700;
  border: 2px solid #27ae60;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
  text-decoration: none;
}

.snowlit-disclaimer-text {
  display: block;
  margin-top: 1rem;
  font-family: "Libre Baskerville", serif;
  color: #e6e6fa;
  font-style: italic;
  font-size: 1rem;
}

/* Featured Game Section */
.snowlit-featured-game {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.snowlit-game-showcase {
  position: relative;
}

.snowlit-game-frame {
  background: linear-gradient(145deg, #27ae60 0%, #2e7d32 100%);
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.3);
}

.snowlit-game-iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  border: none;
}

.snowlit-game-info {
  padding-left: 50px;
}

.snowlit-game-tag {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  color: #2c5530;
  font-family: "Cinzel", serif;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.snowlit-game-info h2 {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  color: #2c5530;
  margin: 30px 0;
  font-weight: 800;
}

.snowlit-features-list {
  margin: 30px 0;
}

.snowlit-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Libre Baskerville", serif;
  color: #34495e;
}

.snowlit-feature-item i {
  color: #27ae60;
  margin-right: 15px;
  font-size: 1.2rem;
}

.snowlit-play-btn {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.snowlit-play-btn:hover {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  color: #2c5530;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

/* Features Grid */
.snowlit-features-grid {
  padding: 120px 0;
  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);
}

.snowlit-section-header {
  text-align: center;
  margin-bottom: 80px;
}

.snowlit-section-header h2 {
  font-family: "Cinzel", serif;
  font-size: 3rem;
  color: #2c5530;
  font-weight: 800;
  margin-bottom: 20px;
}

.snowlit-section-header p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  color: #34495e;
  max-width: 600px;
  margin: 0 auto;
}

.snowlit-feature-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.1);
  border: 2px solid rgba(39, 174, 96, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.snowlit-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.2);
}

.snowlit-feature-icon {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.snowlit-feature-icon i {
  color: #ffffff;
  font-size: 2rem;
}

.snowlit-feature-card h3 {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  color: #2c5530;
  font-weight: 700;
  margin-bottom: 20px;
}

.snowlit-feature-card p {
  font-family: "Libre Baskerville", serif;
  color: #34495e;
  line-height: 1.6;
  font-size: 1rem;
}

/* About Section */
.snowlit-about-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.snowlit-about-tag {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.snowlit-about-content h2 {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  color: #2c5530;
  margin: 30px 0;
  font-weight: 800;
  line-height: 1.2;
}

.snowlit-about-content p {
  font-family: "Libre Baskerville", serif;
  color: #34495e;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.snowlit-about-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.snowlit-stat {
  text-align: center;
}

.snowlit-stat strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 2rem;
  color: #27ae60;
  font-weight: 800;
}

.snowlit-stat span {
  font-family: "Libre Baskerville", serif;
  color: #34495e;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.snowlit-about-images {
  position: relative;
  height: 500px;
}

.snowlit-about-img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.2);
}

.snowlit-about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.snowlit-about-img-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.3);
  border: 4px solid #ffffff;
}

.snowlit-about-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FAQ Section */
.snowlit-faq-section {
  padding: 120px 0;
  background: linear-gradient(135deg, rgba(241, 248, 233, 0.5) 0%, rgba(232, 245, 232, 0.8) 100%);
}

.snowlit-faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.snowlit-faq-header h2 {
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  color: #2c5530;
  font-weight: 800;
  margin-bottom: 20px;
}

.snowlit-faq-header p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.1rem;
  color: #34495e;
  max-width: 500px;
  margin: 0 auto;
}

.snowlit-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.snowlit-faq-item {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(39, 174, 96, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.1);
  transition: all 0.3s ease;
}

.snowlit-faq-item:hover {
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.15);
  transform: translateY(-2px);
}

.snowlit-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 25px 30px;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c5530;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.snowlit-faq-question:focus {
  outline: none;
}

.snowlit-faq-question.active {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffffff;
  border-radius: 15px 15px 0 0;
}

.snowlit-faq-question i {
  transition: transform 0.3s ease;
  color: #27ae60;
}

.snowlit-faq-question.active i {
  transform: rotate(45deg);
  color: #ffffff;
}

.snowlit-faq-answer {
  padding: 0 30px 25px;
}

.snowlit-faq-answer p {
  font-family: "Libre Baskerville", serif;
  color: #34495e;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.snowlit-faq-answer a {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.snowlit-faq-answer a:hover {
  color: #ffd700;
}

/* Footer */
footer {
  background: linear-gradient(135deg, #2c5530 0%, #1e3a2e 100%);
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(168,230,207,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,215,0,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(168,230,207,0.1)"/></svg>') repeat;
  opacity: 0.3;
}

.snowlit-footer-logos {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.snowlit-footer-logo-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.snowlit-footer-logo-grid img {
  width: 100px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.6) brightness(1.2);
  opacity: 0.9;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 5px;
}

.snowlit-footer-logo-grid img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.snowlit-footer-menu {
  border-top: 2px solid rgba(168, 230, 207, 0.2);
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.snowlit-footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.snowlit-footer-nav a {
  font-family: "Libre Baskerville", serif;
  color: #a8e6cf;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.snowlit-footer-nav a:hover {
  color: #ffd700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.snowlit-footer-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffd700;
  transition: width 0.3s ease;
}

.snowlit-footer-nav a:hover::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .snowlit-hero-inner h1 {
    font-size: 2.5rem;
  }

  .snowlit-hero-description p {
    font-size: 1.1rem;
    padding: 0 20px;
  }

  .snowlit-game-info {
    padding-left: 0;
    margin-top: 40px;
  }

  .snowlit-about-stats {
    justify-content: center;
    gap: 20px;
  }

  .snowlit-footer-nav {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .snowlit-section-header h2 {
    font-size: 2.2rem;
  }

  .snowlit-faq-question {
    font-size: 1rem;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .snowlit-hero-inner h1 {
    font-size: 2rem;
  }

  .snowlit-primary-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .snowlit-feature-card {
    padding: 30px 20px;
  }

  .snowlit-about-content h2 {
    font-size: 2rem;
  }
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f8e9;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  border-radius: 6px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
}

/* Custom animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.snowlit-feature-card,
.snowlit-faq-item {
  animation: fadeInUp 0.6s ease forwards;
}

/* Form elements */
.form-control:focus {
  border: 2px solid #27ae60;
  box-shadow: 0 0 15px rgba(39, 174, 96, 0.3);
}

/* Utilities */
.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

/* Adicionar estas classes ao final do seu CSS atual */

/* Classes para páginas internas snowlit */
.snowlit-inner-page-header {
  width: 100%;
  display: inline-block;
  background: linear-gradient(135deg, #2c5530 0%, #1e3a2e 100%);
  position: relative;
  overflow: hidden;
}

.snowlit-inner-page-header img {
  width: 100%;
  filter: brightness(0.7) contrast(1.2);
}

.snowlit-inner-page-header h2 {
  font-family: "Cinzel", serif;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 64px;
  color: #ffd700;
  margin: 0 0 35px;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.snowlit-inner-page-header1 img {
  height: 520px;
  object-fit: cover;
  opacity: 0.8;
  filter: brightness(0.7) contrast(1.2);
}

.snowlit-inner-page-header1 h2 {
  margin-bottom: 0;
  text-align: center;
}

.snowlit-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.snowlit-banner-text p {
  color: #a8e6cf;
  font-weight: 400;
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.snowlit-inner-page-header-color {
  padding: 80px 0;
  background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);
  width: 100%;
}

.snowlit-inner-page-header-color h2 {
  color: #2c5530;
  margin-bottom: 0;
}

.snowlit-inner-page-header-color .snowlit-banner-text {
  position: relative;
  top: 0;
  transform: translateY(0);
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Header bottom section */
.snowlit-header-bottom-section {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  gap: 25px;
  border-bottom: 2px solid #27ae60;
  background: linear-gradient(135deg, rgba(241, 248, 233, 0.5) 0%, rgba(168, 230, 207, 0.3) 100%);
}

/* Inner details section */
.snowlit-inner-details-section {
  width: 100%;
  display: flex;
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.snowlit-inner-details-section h2 {
  color: #2c5530;
  font-weight: 800;
  font-size: 44px;
  font-family: "Cinzel", serif;
  margin-bottom: 35px;
  line-height: 65px;
  letter-spacing: 3px;
  margin-top: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.snowlit-inner-details-section h3 {
  color: #27ae60;
  font-weight: 700;
  font-size: 20px;
  font-family: "Cinzel", serif;
  margin-bottom: 35px;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin: 12px 0;
  text-transform: capitalize;
}

.snowlit-inner-details-section p {
  color: #34495e;
  font-weight: 400;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.snowlit-inner-details-section ul {
  padding: 0 0 0 22px;
  margin: 0;
}

.snowlit-inner-details-section li {
  color: #2c5530;
  font-weight: 400;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  line-height: 28px;
  letter-spacing: 1px;
  list-style: disc;
  margin-bottom: 12px;
}

.snowlit-inner-details-section ol {
  padding: 0 0 0 22px;
  margin: 0;
}

.snowlit-inner-details-section a {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.snowlit-inner-details-section a:hover {
  color: #ffd700;
}

/* Welcome area variations */
.snowlit-welcome-area {
  width: 100%;
  display: inline-block;
  padding: 120px 0;
}

.snowlit-welcome-area .row {
  display: flex;
  align-items: center;
}

.snowlit-welcome-area img {
  width: 100%;
  border: none;
  padding: 0;
  object-position: center;
  height: 650px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(39, 174, 96, 0.2);
}

.snowlit-welcome-area h2 {
  max-width: 100%;
  color: #2c5530;
}

.snowlit-welcome-text h2 {
  color: #2c5530;
  font-weight: 800;
  font-size: 34px;
  font-family: "Cinzel", serif;
  margin-bottom: 35px;
  line-height: 45px;
  margin-top: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.snowlit-welcome-text h2 span {
  font-size: 40px;
  display: block;
  color: #27ae60;
}

.snowlit-welcome-text p {
  color: #34495e;
  font-weight: 400;
  font-size: 17px;
  font-family: "Libre Baskerville", serif;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.snowlit-welcome-text a {
  color: #ffffff;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 35px;
  font-family: "Cinzel", serif;
  text-align: center;
  border: 2px solid #27ae60;
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  padding: 12px 30px;
  margin: 30px auto 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.snowlit-welcome-text a:hover {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  border: 2px solid #ffd700;
  color: #2c5530;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

.snowlit-welcome-text span {
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 22px;
  color: #27ae60;
  text-transform: uppercase;
  font-style: italic;
}

.snowlit-welcome-area-reverce {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.snowlit-welcome-area-black {
  background: linear-gradient(135deg, #2c5530 0%, #1e3a2e 100%);
}

.snowlit-welcome-area-black h2,
.snowlit-welcome-area-black p {
  color: #a8e6cf;
}

.snowlit-welcome-area-black .snowlit-welcome-text a {
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  color: #2c5530;
}

.snowlit-welcome-area-black .snowlit-welcome-text a:hover {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffd700;
}

/* Contact section */
.snowlit-contact-contant {
  width: 100%;
  display: inline-block;
  padding: 60px 0 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.snowlit-contact-contant p {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #2c5530;
  line-height: 28px;
}

.snowlit-contact-contant a {
  color: #27ae60;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.snowlit-contact-contant a:hover {
  color: #ffd700;
}

/* Send text form */
.snowlit-send-text form {
  max-width: 100%;
  margin: 60px auto 0;
}

.snowlit-send-text p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #2c5530;
  font-family: "Libre Baskerville", serif;
}

.snowlit-send-text label {
  color: #2c5530;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.snowlit-send-free {
  width: 100%;
  border: none;
  border-radius: 35px;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  padding: 18px 0;
  font-weight: 700;
  color: #2c5530;
  background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  cursor: pointer;
}

.snowlit-send-free:hover {
  background: linear-gradient(135deg, #27ae60 0%, #2e7d32 100%);
  color: #ffd700;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

/* Form inputs */
.input-text,
.input-text:focus {
  border-radius: 35px;
  resize: none;
  border: 2px solid #27ae60 !important;
  background: rgba(241, 248, 233, 0.3) !important;
  height: 60px;
  padding: 12px 28px;
  font-family: "Libre Baskerville", serif;
  transition: all 0.3s ease;
}

.input-text:focus {
  box-shadow: 0 0 15px rgba(39, 174, 96, 0.3);
  border: 2px solid #ffd700 !important;
}

.input-text-msg {
  height: 160px;
}

.input-text-msg:focus {
  height: 160px;
}

/* Footer logos */
.snowlit-footer-logo {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

.snowlit-footer-logo img {
  width: 100px;
  object-fit: contain;
  filter: grayscale(0.6) brightness(1.2);
  opacity: 0.9;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 5px;
}

.snowlit-footer-logo img:hover {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Footer menu */
.footer-menu {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  color: #a8e6cf;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer-menu ul li {
  padding: 8px 0;
  display: block;
}

.footer-menu ul li a {
  padding: 0 20px;
  display: block;
  font-family: "Libre Baskerville", serif;
  border-right: 2px solid #a8e6cf;
  text-transform: uppercase;
  font-weight: 500;
  color: #a8e6cf;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.footer-menu ul li:last-child a {
  border-right: none;
}

.footer-menu ul li a:hover {
  color: #ffd700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.copy-text {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #a8e6cf;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  padding: 28px 0 0;
}

.copy-text a {
  color: #a8e6cf;
  transition: color 0.3s ease;
}

.copy-text a:hover {
  color: #ffd700;
}

/* Form control focus */
.form-control:focus {
  border: 2px solid #27ae60;
  box-shadow: 0 0 15px rgba(39, 174, 96, 0.3);
}

.form-group {
  margin-bottom: 18px;
}

/* Responsive for secondary pages */
@media (max-width: 768px) {
  .snowlit-inner-details-section h2 {
    font-size: 2.5rem;
  }

  .snowlit-header-bottom-section {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .snowlit-send-free {
    font-size: 18px;
    padding: 15px 0;
  }
}

@media (max-width: 576px) {
  .snowlit-inner-details-section {
    padding: 60px 0;
  }

  .snowlit-inner-details-section h2 {
    font-size: 2rem;
  }
}