/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__pQtti {
  background: rgba(11, 11, 11, 0.95);
  border-top: 1px solid rgba(230, 193, 90, 0.2);
  padding: 60px 8% 30px;
  position: relative;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.Footer_container__KpDnW {
  max-width: 1200px;
  margin: 0 auto;
}

.Footer_footerContent__yAl3k {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  gap: 40px;
  margin-bottom: 50px;
}

.Footer_footerSection__UvV_8 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Footer_footerTitle__sYXFH {
  font-size: 24px;
  font-weight: 700;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.Footer_footerDescription___K8RA {
  font-size: 16px;
  color: #E8E8E8;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.Footer_footerTagline__jv0tL {
  font-size: 14px;
  color: #E6C15A;
  opacity: 0.8;
  font-weight: 500;
  margin: 0;
}

.Footer_footerContact__1eAu_ {
  margin-top: 8px;
  margin: 0;
}

.Footer_contactEmail__5NNlW {
  font-size: 15px;
  color: #E6C15A;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-block;
}

.Footer_contactEmail__5NNlW:hover {
  color: #FFD777;
  opacity: 1;
  transform: translateX(4px);
}

.Footer_sectionTitle__ZVW8h {
  font-size: 18px;
  font-weight: 600;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.Footer_footerLinks__M17kI {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.Footer_footerLinks__M17kI li a {
  font-size: 15px;
  color: #E8E8E8;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.Footer_footerLinks__M17kI li a:hover {
  color: #E6C15A;
  opacity: 1;
  padding-left: 4px;
}

.Footer_footerBottom__YIYBj {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(230, 193, 90, 0.1);
}

.Footer_goldLine__X8ewZ {
  width: 200px;
  height: 2px;
  margin: 0 auto 30px;
  background: linear-gradient(
    90deg,
    rgba(255, 215, 120, 0),
    #ffd86b,
    #ffb700,
    #ffd86b,
    rgba(255, 215, 120, 0)
  );
  box-shadow:
    0 0 10px rgba(255, 183, 0, 0.9),
    0 0 25px rgba(255, 183, 0, 0.6);
  border-radius: 10px;
}

.Footer_copyright__j4atB {
  font-size: 14px;
  color: #E8E8E8;
  margin-bottom: 12px;
  opacity: 0.8;
}

.Footer_disclaimer__qddzw {
  font-size: 12px;
  color: #E6C15A;
  opacity: 0.7;
  font-style: italic;
}

/* Tablet */
@media (max-width: 1024px) {
  .Footer_footer__pQtti {
    padding: 55px 6% 28px;
  }

  .Footer_footerContent__yAl3k {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}

/* Mobile Tablet */
@media (max-width: 768px) {
  .Footer_footer__pQtti {
    padding: 50px 5% 25px;
  }

  .Footer_footerContent__yAl3k {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 20px;
  }

  .Footer_footerDescription___K8RA {
    font-size: 15px;
  }

  .Footer_footerTagline__jv0tL {
    font-size: 13px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 16px;
  }

  .Footer_footerLinks__M17kI li a {
    font-size: 14px;
  }

  .Footer_goldLine__X8ewZ {
    width: 150px;
  }

  .Footer_copyright__j4atB {
    font-size: 13px;
  }

  .Footer_disclaimer__qddzw {
    font-size: 11px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .Footer_footer__pQtti {
    padding: 40px 4% 20px;
  }

  .Footer_footerContent__yAl3k {
    gap: 25px;
    margin-bottom: 35px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 18px;
  }

  .Footer_footerDescription___K8RA {
    font-size: 14px;
  }

  .Footer_footerTagline__jv0tL {
    font-size: 12px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 15px;
  }

  .Footer_footerLinks__M17kI {
    gap: 10px;
  }

  .Footer_footerLinks__M17kI li a {
    font-size: 13px;
  }

  .Footer_footerBottom__YIYBj {
    padding-top: 30px;
  }

  .Footer_goldLine__X8ewZ {
    width: 120px;
    margin-bottom: 24px;
  }

  .Footer_copyright__j4atB {
    font-size: 12px;
  }

  .Footer_disclaimer__qddzw {
    font-size: 10px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .Footer_footer__pQtti {
    padding: 35px 3% 18px;
  }

  .Footer_footerTitle__sYXFH {
    font-size: 16px;
  }

  .Footer_sectionTitle__ZVW8h {
    font-size: 14px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/contact/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page_page__6Z7nH {
  min-height: 100vh;
  background: #0B0B0B;
  color: #E8E8E8;
  padding: 120px 8% 60px;
}

.page_container__AA3Y1 {
  max-width: 900px;
  margin: 0 auto;
}

.page_logoContainer__6jB_m {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  animation: page_fadeInDown__RBp4p 0.8s ease-out;
}

@keyframes page_fadeInDown__RBp4p {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page_logoContainer__6jB_m img {
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0px 0px 20px rgba(230, 193, 90, 0.6)) 
          drop-shadow(0px 0px 40px rgba(255, 215, 119, 0.4))
          drop-shadow(0px 0px 60px rgba(230, 193, 90, 0.2));
  animation: page_glowPulse__JJAU_ 2s ease-in-out infinite;
}

@keyframes page_glowPulse__JJAU_ {
  0%, 100% {
    filter: drop-shadow(0px 0px 20px rgba(230, 193, 90, 0.6)) 
            drop-shadow(0px 0px 40px rgba(255, 215, 119, 0.4))
            drop-shadow(0px 0px 60px rgba(230, 193, 90, 0.2));
  }
  50% {
    filter: drop-shadow(0px 0px 30px rgba(230, 193, 90, 0.8)) 
            drop-shadow(0px 0px 50px rgba(255, 215, 119, 0.6))
            drop-shadow(0px 0px 70px rgba(230, 193, 90, 0.4));
  }
}

.page_backButton__pl_5E {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #E6C15A;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  opacity: 0.9;
  font-weight: 500;
}

.page_backButton__pl_5E:hover {
  opacity: 1;
  color: #FFD777;
  transform: translateX(-4px);
}

.page_title__Owwlz {
  font-size: 42px;
  font-weight: 700;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.page_subtitle__6kypn {
  text-align: center;
  color: #E8E8E8;
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 50px;
}

.page_formCard___YUrT {
  background: rgba(230, 193, 90, 0.05);
  border: 1px solid rgba(230, 193, 90, 0.2);
  border-radius: 12px;
  padding: 40px 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.page_formCard___YUrT:hover {
  border-color: rgba(230, 193, 90, 0.4);
  box-shadow: 0 10px 30px rgba(230, 193, 90, 0.2);
}

.page_form__T90SA {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page_formGroup__gZIaD {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_label__4k18b {
  font-size: 16px;
  font-weight: 600;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page_required__BC3kc {
  color: #FF6B6B;
}

.page_input__jhQwS,
.page_textarea__KX_LQ {
  background: rgba(11, 11, 11, 0.6);
  border: 1px solid rgba(230, 193, 90, 0.3);
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 16px;
  color: #E8E8E8;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
  width: 100%;
}

.page_input__jhQwS:focus,
.page_textarea__KX_LQ:focus {
  outline: none;
  border-color: #E6C15A;
  box-shadow: 0 0 0 3px rgba(230, 193, 90, 0.1);
  background: rgba(11, 11, 11, 0.8);
}

.page_input__jhQwS::placeholder,
.page_textarea__KX_LQ::placeholder {
  color: rgba(232, 232, 232, 0.5);
}

.page_textarea__KX_LQ {
  resize: vertical;
  min-height: 120px;
}

.page_submitButton__uYK8o {
  background: linear-gradient(135deg, #E6C15A 0%, #FFD777 100%);
  color: #0B0B0B;
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}

.page_submitButton__uYK8o:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230, 193, 90, 0.4);
}

.page_submitButton__uYK8o:active:not(:disabled) {
  transform: translateY(0);
}

.page_submitButton__uYK8o:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page_errorMessage__ttPVk {
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 8px;
  padding: 14px 18px;
  color: #FF6B6B;
  font-size: 14px;
  text-align: center;
}

/* About section (below contact form) */
.page_aboutSection___3sKw {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(230, 193, 90, 0.2);
}

.page_aboutSectionTitle__qDHC2 {
  font-size: 32px;
  font-weight: 700;
  color: #E6C15A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-align: center;
}

.page_aboutSectionSubtitle__HGVgK {
  text-align: center;
  color: rgba(232, 232, 232, 0.85);
  font-size: 16px;
  margin-bottom: 40px;
}

.page_card__B6G6d {
  background: rgba(230, 193, 90, 0.05);
  border: 1px solid rgba(230, 193, 90, 0.2);
  border-radius: 12px;
  padding: 40px 30px;
  margin-bottom: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.page_card__B6G6d:hover {
  border-color: rgba(230, 193, 90, 0.4);
  box-shadow: 0 10px 30px rgba(230, 193, 90, 0.2);
}

.page_cardTitle__71n6h {
  font-size: 24px;
  font-weight: 600;
  color: #FFD777;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.page_detailRow__HjxOR {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #E8E8E8;
  opacity: 0.95;
  text-align: left;
}

.page_detailLabel__qvyIT {
  font-weight: 600;
  color: #E6C15A;
  min-width: 200px;
  flex-shrink: 0;
  text-align: left;
}

.page_detailRow__HjxOR span:last-child {
  flex: 1 1;
  text-align: left;
  word-break: break-word;
}

.page_card__B6G6d p {
  font-size: 16px;
  line-height: 1.8;
  color: #E8E8E8;
  margin-bottom: 15px;
  opacity: 0.9;
  text-align: justify;
}

.page_card__B6G6d p strong {
  color: #E6C15A;
  font-weight: 600;
}

.page_card__B6G6d ul {
  margin: 0 0 15px 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #E8E8E8;
  opacity: 0.9;
  text-align: justify;
}

.page_card__B6G6d ul li {
  margin-bottom: 8px;
}

.page_card__B6G6d ul li strong {
  color: #E6C15A;
}

/* Tablet */
@media (max-width: 1024px) {
  .page_page__6Z7nH {
    padding: 100px 6% 50px;
  }

  .page_title__Owwlz {
    font-size: 36px;
  }

  .page_formCard___YUrT {
    padding: 35px 25px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .page_page__6Z7nH {
    padding: 90px 5% 40px;
  }

  .page_logoContainer__6jB_m {
    margin-bottom: 20px;
  }

  .page_logoContainer__6jB_m img {
    max-width: 150px;
  }

  .page_title__Owwlz {
    font-size: 32px;
  }

  .page_subtitle__6kypn {
    font-size: 16px;
  }

  .page_formCard___YUrT {
    padding: 30px 20px;
  }

  .page_input__jhQwS,
  .page_textarea__KX_LQ {
    padding: 12px 16px;
    font-size: 15px;
  }

  .page_submitButton__uYK8o {
    padding: 14px 28px;
    font-size: 16px;
  }

  .page_detailRow__HjxOR {
    flex-wrap: wrap;
  }

  .page_detailLabel__qvyIT {
    min-width: 160px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .page_page__6Z7nH {
    padding: 80px 4% 30px;
  }

  .page_logoContainer__6jB_m {
    margin-bottom: 15px;
  }

  .page_logoContainer__6jB_m img {
    max-width: 120px;
  }

  .page_title__Owwlz {
    font-size: 28px;
  }

  .page_subtitle__6kypn {
    font-size: 15px;
  }

  .page_formCard___YUrT {
    padding: 25px 18px;
  }

  .page_label__4k18b {
    font-size: 14px;
  }

  .page_input__jhQwS,
  .page_textarea__KX_LQ {
    padding: 10px 14px;
    font-size: 14px;
  }

  .page_submitButton__uYK8o {
    padding: 12px 24px;
    font-size: 15px;
  }

  .page_detailLabel__qvyIT {
    min-width: 140px;
  }
}

