:root {
  --primary: #1a4331;
  --muted: #9ca3af;
  --hover: #4b5563;
  --border: #e5e7eb;
}

body {
  font-family: "Playfair Display", serif;
}

.mainbg {
  background: #F3F5F2;
}




:root {
  --primary: #1a4331;
  
  --muted: #8e8e8e;
  
  --border: #e0e0e0;
  --font-serif: 'Georgia', serif;
  
}

.novelle-navbar {
  background: #F8FAFC;
  border-bottom: 1px solid #f0f0f0;
  /* padding: 0.5rem 0; */
  font-family: var(--font-serif);
   padding-top: 0px;
    padding-bottom: 0;
}

.navbar-brand img {
   height: 70px;
  width: 50px;
  

}


.novelle-navbar .nav-link {
  color: #8F8F8F;
 font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem 0;
  margin: 0 0.5rem;
  position: relative;
  transition: color 0.3s ease;
}

.novelle-navbar .nav-link:hover {
  color: var(--primary);
}

.novelle-navbar .nav-link.active {
  color: var(--primary) !important;
}


.novelle-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.novelle-navbar .nav-link.active::after {
  width: 100%;
}


.dropdown-toggle::after {
  display: none;
  
}


.btn-novelle {
  background-color: var(--primary);
  color: #fff;
  /* padding: 10px 30px; */
  border-radius: 4px;
  border: 1px solid var(--primary);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-novelle:hover {
  background-color: #123023;
  color: #fff;
}

.btn-outline-novelle {
  background: transparent;
  color: var(--muted);
  /* padding: 10px 30px; */
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-outline-novelle:hover {
  background-color: #f8f9fa;
  border-color: var(--muted);
  color: var(--primary);
}


@media (max-width: 991.98px) {
  .novelle-navbar .nav-link::after {
    display: none;
    
  }

  .navbar-nav {
    padding: 0.5rem 0;
  }

  .nav-item {
    border-bottom: 1px solid #f8f9fa;
  }
}




.novelle-footer {
  background: linear-gradient(135deg, #1f4d3a 0%, #0f2818 100%);
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 60px;
}

.footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}


.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.footer-brand {
  gap: 20px;
}

.footer-logo {
  width: 105px;
  height: 145px;
  object-fit: contain;
}

.footer-brand-title {
  font-family: 'Algerian';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 100%;
  font-style: regular;
  color: #ffffff;
}

.footer-brand-text {
  font-family: 'lora' serif;
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.85);
  font-style: regular;
  font-weight: 400;
}



.footer-section-heading {
  font-family: 'lora', serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 150%;
  font-style: semibold;
}


.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
  margin-left: 0;
}


.footer-links li {
  margin-left: 0;
  padding-left: 0;
}

.footer-links a {
  font-family: 'lora';
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-style: regular;
  transition: opacity 0.3s ease;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;

}

.footer-links a:hover {
  opacity: 0.7;
}


.footer-social-container {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 32px;
  align-items: center;
}

.social-link {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  opacity: 0.7;
}


.footer-divider {
  width: 1250px;
  align-items: center;
  height: 3px;
  background-color: #3e3e3e;
  
}





.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

/* ============================================
   RESPONSIVE DESIGN - TABLET (768px and below)
   ============================================ */

@media (max-width: 768px) {
  .novelle-footer {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    position: relative;
    padding-bottom: 10px;
  }

  .footer-social-container {
    position: static;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    width: 100%;
    grid-column: 1 / -1;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand-title {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .footer-section-heading {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .footer-links a {
    font-size: 15px;
  }

  .social-link {
    font-size: 20px;
  }

  .footer-divider {
    width: 80%;
    height: 3px;
    margin: 25px auto;
  }
}

@media (max-width: 480px) {
  .novelle-footer {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    gap: 10px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 10px;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-brand-title {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .footer-brand-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-section-heading {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-social-container {
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
  }

  .social-link {
    font-size: 18px;
  }

  .footer-divider {
    width: 90%;
    height: 2.5px;
    margin: 20px auto;
  }


  .footer-copyright p {
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width: 1050px) {
  .footer-divider {
    width: 90%;      
    max-width: 700px; 
    height: 3px;
    margin: 25px auto;
  }
}

@media (min-width: 850px) and (max-width: 1070px) {
  .footer-divider {
    width: 85%;         
    max-width: 650px;   
    height: 3px;       
    margin: 25px auto;  
  }
}

a {
  text-decoration: none;
}

.bi {
  display: inline-block;
}


@media print {
  .novelle-footer {
    page-break-inside: avoid;
  }
}


:root {
  --novelle-green: #1a4331;
  --input-bg: #f3f4f6;
  --text-dark-blue: #1a3044;
  --orange-icon: #fb923c;
}

.contact-page-bg {
  background-color: #f9fafb;
}


.hero-section {
  padding: 2rem 0;
  background-color: #f3f2ee;
  position: relative;
}


.hero-container {
  padding-left: 3.5rem;
  
  padding-right: 3.5rem;
  
}


.hero-blob {
  content: '';
  position: absolute;
  width: 347px;
  height: 328px;
  left: -34px;
  top: -2px;
  background: #EDE0D4;
  border-radius: 545px 258px 98px 125px / 580px 402px 114px 54px;
  z-index: 0;
  transform: rotate(23deg);
}


.hero-title {
  font-family: "Playfair Display", "serif";
  letter-spacing: 0%;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  font-style: semibold;

}


.hero-subtitle {
  font-family: 'lora', "serif";
  line-height: 150%;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  color: #1E293B;


}


.hero-img-container img {
  max-width: 100%;
  height: auto;
  transform: scale(1.05);
}


@media (max-width: 991px) {
  .hero-subtitle {
    white-space: normal;
    text-align: center;
    color: rgb(83, 82, 82);
  }

  .hero-section {
    padding: 1.75rem 0;
  }

  .hero-container {
    padding-left: 2.5rem;
    
    padding-right: 2.5rem;
    
  }

  .hero-img-container img {
    transform: scale(1);
  }
}


.bg-wrapper {
  background-color: #e0e0e0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 0.5rem;
}

.event-card {
  max-width: 600px;
  margin: 0 auto;
  background-color: transparent;
}

.event-inner {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  overflow: hidden;
}

.event-img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  opacity: 30;
}

.overlay-content h4 {
  font-size: 1.25rem;
}

.overlay-content small {
  font-size: 0.85rem;
}

.play-btn {
  font-size: 2rem;
  cursor: pointer;
}



.novelle-cta {
  background-color: #ffffff;
  
  padding: 120px 0;
  min-height: 450px;
  display: flex;
  align-items: center;
}


.cta-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #1a2b3c;
  
  
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
}

.cta-subtitle {
  font-family: 'Source Serif Pro', serif;
  color: #6c757d;
  
  font-size: clamp(1.3rem, 2.3vw, 1.3rem);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


.btn-novelle {
  background-color: #1f4237;
  
  color: #ffffff !important;
  font-family: 'Source Serif Pro', serif;
  font-size: 1.15rem;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
}

.btn-novelle:hover {
  background-color: #163028;
  
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.shape-gold {
  position: absolute;
  top: 165px;
  left: -51px;
  width: 20%;
  aspect-ratio: 2 / 1;
  background-color: #e5a835;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 0;
  transform: rotate(90deg);
}

.shape-blue {
  position: absolute;
  top: 165px;
  left: 87px;
  width: 20%;
  aspect-ratio: 2 / 1;
  background-color: #0056a4;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 0;
  transform: rotate(90deg);
}

.shape-orange {
  position: absolute;
  width: 759px;
  height: 745px;
  left: 1100px;
  top: 207px;
  background: #FF6A00;
  z-index: 0;
  pointer-events: none;
  border-radius: 770px;
}





@media (max-width: 992px) {
  .shape-gold {
    width: 60px;
    
    height: 120px;
    border-radius: 0 60px 60px 0;
    top: 140px;
    
    left: -30px;
  }

  .shape-blue {
    left: 90px;
    
    width: 70px;
    height: 140px;
    border-radius: 0 70px 70px 0;
    top: 140px;
  }

  .shape-orange {
    width: 250px;
    height: 250px;
    bottom: -60px;
    right: -40px;
  }

  .novelle-cta {
    padding: 60px 0;
  }
}


@media (max-width: 576px) {

  .shape-gold,
  .shape-blue {
    opacity: 0.2;
    
    width: 50px;
    height: 100px;
  }

  .shape-gold {
    left: -20px;
    top: 120px;
  }

  .shape-blue {
    left: 70px;
    top: 120px;
  }

  .shape-orange {
    width: 180px;
    height: 180px;
    bottom: -40px;
    right: -20px;
  }
}



.faq-section {
  font-family: serif;
}

.faq-main-heading {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  font-style: semibold;
  
  color: #1a2b3c;
  line-height: 1.1;
}

.faq-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 400px;
  font-family: 'lora' serif;
}


.faq-card {
  background: #ffffff;
  
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease;
  border: 3px rgba(117, 115, 115, 0.05);
}

.faq-card .accordion-item {
  background: transparent;
}


.custom-faq-btn {
  font-family: 'lora', serif;
  font-size: 24px;
  font-weight: 500;
  color: #000000 !important;
  background-color: transparent !important;
  
  box-shadow: none !important;
  justify-content: space-between;
  line-height: 150%;
}


.custom-faq-btn::after {
  display: none;
}

.faq-content {
  font-size: 20px;
  color: #1e293b;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: serif;
}


.faq-icon-wrapper {
  width: 45px;
  height: 45px;
  background-color: #1a2b3c;
  
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-icon-wrapper i {
  font-size: 1.8rem;
}


.custom-faq-btn:not(.collapsed) .faq-icon-wrapper {
  transform: rotate(90deg);
  
}


@media (max-width: 991px) {
  .faq-main-heading {
    font-size: 2.5rem;
  }

  .faq-subtitle {
    max-width: 100%;
  }
}


.event-card {
  font-family: 'Source Serif 4', serif;
  border-radius: 12px;
  overflow: hidden;
}

.event-title,
.speaker-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #1a2b3c;
}

.event-title {
  font-size: 1.5rem;
  line-height: 1.3;
}


.event-date {
  font-family: sans-serif;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.speaker-role {
  font-family: sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #6c757d;
  text-transform: uppercase;
}


.badge-live {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ef4444;
  
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 4px;
}


.btn-register {
  background-color: #0056a4;
  
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 600;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  background-color: #003d73;
  color: white;
}


.card-img-top {
  height: 250px;
  object-fit: cover;
}

.custom-container {
  padding-left: 4px;
  padding-right: 4px;
}



.join-btn {
  display: inline-block;
  font-family: serif;
  background-color: #166534;
  
  color: #ffffff;
  padding: 12px 32px;
  font-size: 1.35rem;
  
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}


.join-btn:hover {
  background-color: #14532d;
  
  transform: translateY(-2px);
  text-decoration: none;
}


@media (max-width: 768px) {
  .join-btn {
    font-size: 1rem;
    padding: 10px 24px;
  }
}

@media (max-width: 480px) {
  .join-btn {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    padding: 12px;
  }
}

.dashboard-mockup {
  background-color: #c7c4c4;
  padding: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.dashboard-mockup .event-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.dashboard-mockup .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.dashboard-mockup .play-btn {
  font-size: 24px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .dashboard-mockup {
    padding: 20px;
  }

  .dashboard-mockup .play-btn {
    font-size: 20px;
  }

  .dashboard-mockup .overlay-content h4 {
    font-size: 1.25rem;
  }

  .dashboard-mockup .overlay-content small {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .dashboard-mockup {
    padding: 15px;
  }

  .dashboard-mockup .play-btn {
    font-size: 18px;
  }

  .dashboard-mockup .overlay-content h4 {
    font-size: 1rem;
  }

  .dashboard-mockup .overlay-content small {
    font-size: 0.75rem;
  }
}




.modal-overlay {
  position: fixed;
  inset: 0;
background: rgba(42, 39, 39, 0.914);
  display: none;
  justify-content: center;
  align-items: flex-start;
  
  padding: 60px 5px 5px;
  
  z-index: 2000;
}

.modal-overlay.show {
  display: flex;
}

.modal-overlay.show .modal-content {
  transform: translateY(40px);
}



.modal-content {
  background: #fff;
  width: 100%;
  max-height: 78vh;
  
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.modal-compact {
  max-width: 620px;
  
}


.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 2;
}


.modal-scroll-container {
  overflow-y: auto;
  padding: 1.4rem 2rem 1rem;
  flex: 1;
}


.modal-scroll-container::-webkit-scrollbar {
  width: 6px;
}

.modal-scroll-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}



.modal-header {
  display: flex;
  
  align-items: baseline;
  
  gap: 0.8rem;
  
  flex-wrap: wrap;
  
  margin-bottom: 1.2rem;
}


.modal-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  
}


.modal-header .subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #292828;
  margin: 0;
  white-space: nowrap;
}


@media (max-width: 768px) {
  .modal-header {
    flex-direction: column;
    
    align-items: flex-start;
    gap: 0.3rem;
  }

  .modal-header h2 {
    font-size: 1.6rem;
    white-space: normal;
  }

  .modal-header .subtitle {
    font-size: 0.95rem;
    white-space: normal;
  }
}



.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.4rem;
}

.field-group {
  margin-bottom: 1rem;
}

label {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
  display: block;
}

.instruction {
  font-size: 0.95rem;
  color: #292828;
  margin-bottom: 0.8rem;
}


.input-field {
  width: 100%;
  background: #f5f6f3;
  border: none;
 padding: 0.5rem;
  font-size: 0.95rem;
  border-radius: 2px;
  outline: none;
  color: #444;
}


.select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}


.form-footer {
  padding: 1.2rem 2.6rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.btn-submit {
  background: #1a4332;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 3px;
  font-size: 0.95rem;
  cursor: pointer;
}


@media (max-width: 768px) {
  .modal-compact {
    max-width: 96%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .modal-scroll-container {
    padding: 1.6rem 1.4rem;
  }

  .form-footer {
    padding: 1rem 1.4rem;
  }

  .btn-submit {
    width: 100%;
  }
}

.cta-btn {
  display: inline-block;
  font-family: serif;
  background-color: #166534;
  
  color: #ffffff;
  padding: 12px 32px;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}


.cta-btn:hover {
  background-color: #14532d;
  
  transform: translateY(-2px);
}


@media (max-width: 768px) {
  .cta-btn {
    font-size: 1rem;
    padding: 10px 24px;
  }
}

@media (max-width: 480px) {
  .cta-btn {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    padding: 12px;
  }
}


.input-field.invalid {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 0.8rem;
    display: none;
}

.input-field.invalid + .error-message {
    display: block;
}


.toaster {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toaster-message {
    background-color: #333;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.toaster-message.show {
    opacity: 1;
    transform: translateX(0);
}

.toaster-message.success {
    background-color: #28a745;
}

.toaster-message.error {
    background-color: #dc3545;
}


/* Join community css */

/* Highlight invalid input */
.input-field.error {
  border: 1.5px solid #dc3545;
  background: #fff5f5;
}

/* Error message style */
.error-message {
  display: none;
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 4px;
}