@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: #fdf4ee;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
}

p, label, td, li {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
    font-size: 17px;
    
}

a {
    text-decoration: none !important;
    color: #000;
    font-size: 1rem;
    font-family: "Be Vietnam Pro", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

/* Layout */

a:hover {
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-size: 2.3rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h2 {
    font-size: 1.9rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
}

h3 {
    font-size: 1.7rem;
    margin: 1.25rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

h4 {
    font-size: 1.3rem;
    margin: 1.56rem 0 1.56rem;
    font-weight: 400;
    line-height: 140%;
}

p {
    line-height: 24px;
    margin: 0 0 10px !important;
    
}
.fModuleTitle h3.animate::after {
  width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.fPaid  .bx-wrapper .bx-viewport {
  background: transparent !important;
}
ol,
ul {
    margin: 0em 0 1rem;
    padding: 0 0 0 1em;
    color: #666;
}
ul,
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fButton,
.buttons input[type="submit"]{
  padding: 18px 35px !important;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #8d5f52;
  border: 1px solid #8d5f52;
  z-index: 1;
  line-height: 15px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    border-color: transparent;
    padding: 18px 35px;
    border-radius: 30px;
  transition: .5s all ease;
  text-decoration: none;
  position: relative;
}
.fBigButton.fButton {
  padding: 10px 30px !important;
  border-radius: 35px;
  font-size: 28px;
  margin: 50px 0 0;
}
.fButton:hover,
.buttons input[type="submimt"]:hover {
  background-color: transparent;
  color: #000;
}
.buttons a {
  display: none;
}
/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
   padding-top: 1rem;
   padding-bottom: 1rem;
   margin-top: 1rem;
   margin-bottom: 1rem;
    overflow: hidden;
}
.body .fModule,
body.container-wrap .body .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.fRegion {
    display: inline-block;
    width: 100%;
}
.fGalleryImage {
  display: inline-block;
}
header ul, ul.fMenu, header ul li, ul.fMenu li {
    margin: 10px;
    list-style: none;
    padding: 0px;
}

/* Common CSS */

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}
.title-off .page-title{
    display: none;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3 a {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
}

header {
  padding: 10px 0;
}
.fForm legend,
form .form-heading-legend {
  font-weight: 300;
  color: #000;
  font-size: 1.3rem;
}
.fForm .form-heading {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.fForm fieldset {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.fForm label {
  width: 100%;
  text-align: left;
  display: block;
  float: none;
  margin-right: 10px;
  padding: 0.25rem 0px;
  color: #000;
  font-size: 0.95rem;
  font-weight: 400;
}
form input,
form select,
form textarea {
  width: 100% !important;
  height: 42px;
  border-radius: 8px;
  border-color: #eee;
  padding: 0 10px !important;
  background: #fff;
  font-family: "Roboto", sans-serif;
}
form input[type="radio"],
form input[type="checkbox"],
form input[type="submit"] {
  width: auto !important;
  height: auto;
  position: relative !important;
  margin-left: 0 !important;
}
form fieldset {
  border-top: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.fForm .buttons {
  padding-left: 0 !important;
  text-align: right;
}
.fForm .buttons input {
  margin-right: 0 !important;
}
.fForm .hint, .fForm .error {
  margin-left: 0;
}



.no-header header,
.head-padding,
.fPageTitle,
#nav-up {
    display: none !important;
}

.hero {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 5rem 1.5rem;
  opacity: 0;
  animation: fadeIn 1.2s ease-out forwards;
}


.welcome {
  font-size: 2rem;
  color: #2b2b2b;
  margin-bottom: 1rem;
  font-weight: 300;
  animation: fadeUp 1s ease-out 0.2s both;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 3rem 0;
  width: 60%;
  animation: fadeUp 1s ease-out 0.4s both;
}

.event-title h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}

.event-title span {
  font-weight: 700;
}

.description {
  font-size: 0.95rem;
  color: #333;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 800px;
  font-weight: 400;
  animation: fadeUp 1s ease-out 0.6s both;
}
.event-details {
   margin: 2rem 0;
}
.event-details p {
  font-size: 1.5rem;
  font-weight: 300;
  animation: fadeUp 1s ease-out 0.8s both;
}

.event-details .date {
  margin-bottom: 0.4rem;
}

/* ===== Button Styling with Animation ===== */
.register-btn {
  background-color: #e5d2c0;
  border: 1px solid #e5d2c0;
  padding: 0.4rem 1.4rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  min-width: 250px;
  justify-content: space-between;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  animation: pulse 2s ease-in-out 0s 1, fadeUp 1s ease-out 1s both;
}
.register-btn img {
  max-height: 20px;
  transition: transform 0.3s ease;
}
/* .register-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://img.icons8.com/ios/50/long-arrow-right--v1.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
} */

.register-btn:hover {
  background-color: #000;
  color: #e5d2c0;
  transform: translateY(-2px);
}
.register-btn:hover img {
  filter: brightness(0) invert(1);
  transform: translateX(6px);
}

/* ===== Pulse Animation (Single Play) ===== */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(213, 181, 153, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(213, 181, 153, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(213, 181, 153, 0);
  }
}

/* ===== Fade-In and Fade-Up Animations ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}
footer p {
   color: #fff;
    margin-bottom: 0 !important;
    font-size: 0.8rem;
}
.footer-links {
  margin-top: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: underline !important;
  font-size: 0.8rem;
  margin: 0 0.3rem;
  text-transform: uppercase;
}

.footer-links a:hover {
  text-decoration: underline;
}
footer .fModuleContent div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.floatFooter footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input input {
  padding-left: 92px !important;
}
#form-item-field_id_35675 {
  overflow: visible;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 24px !important;
}
@media (max-width: 480px) {
    header {
        padding: 50px 0;
    }
    .fForm legend, form .form-heading-legend {
        font-size: 1.1rem;
    }
    footer .fModuleContent > div {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-links {
        margin-top: 0;
    }
    .footer-links a {
        font-size: 0.5rem;
    }
    .footer-links a:first-child {
        margin-left: 0;
    }
    .floatFooter footer {
        position: relative;
    }
}