.elementor-222 .elementor-element.elementor-element-ed6e6c6{margin-top:-92px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-222 .elementor-element.elementor-element-bb37eb8{margin-top:-21px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-222 .elementor-element.elementor-element-da7cabc:not(.elementor-motion-effects-element-type-background), .elementor-222 .elementor-element.elementor-element-da7cabc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-222 .elementor-element.elementor-element-da7cabc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-242px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-222 .elementor-element.elementor-element-da7cabc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-222 .elementor-element.elementor-element-df46775:not(.elementor-motion-effects-element-type-background), .elementor-222 .elementor-element.elementor-element-df46775 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-222 .elementor-element.elementor-element-df46775{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-89px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-222 .elementor-element.elementor-element-df46775 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3a8fa0f *//* HERO SECTION */
.event-hero {
  position: relative;
  width: 100vw;
  min-height: 90vh;              /* height badhane ke liye */
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("http://akasa.sg/wp-content/uploads/2026/01/event3-1-1-scaled.jpg"); /* 👈 image yahan */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  left: 50%;
  right: 50%;
  margin-left: -50vw;            /* full width fix */
  margin-right: -50vw;
}

/* DARK OVERLAY */
.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.65)
  );
  z-index: 1;
}

/* CONTENT */
.event-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1100px;
  padding: 0 20px;
}

.event-content h1 {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
}

.event-content p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
}

/* MOBILE */
@media (max-width: 768px) {
  .event-hero {
    min-height: 70vh;
  }

  .event-content h1 {
    font-size: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dcd398 *//* MAIN WRAPPER */
.events-wrapper {
  background: #000;
  padding: 80px 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* FILTER BUTTONS */
.event-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.event-tabs .tab {
  background: #0d2235;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}

.event-tabs .tab.active {
  background: #E6C78B;
  color: #000;
}

/* EVENT SECTION LAYOUT */
.event-section {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  margin-bottom: 120px;
  align-items: center;
  padding: 0 40px; /* LEFT RIGHT SPACE CONTROL */
}

/* IMAGE */
.event-image {
  position: relative;
}

.event-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #E6C78B;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
}

/* CONTENT */
.event-content {
  text-align: left; /* TEXT LEFT ALIGN */
}

.label {
  color: #E6C78B;
  font-size: 13px;
  letter-spacing: 2px;
}

.event-content h2 {
  font-size: 42px;
  margin: 10px 0 20px;
  color: #ffffff;
}

.event-content h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #E6C78B;
  margin-top: 10px;
}

.event-content p {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 90%;
}

/* FEATURES */
.event-content h4 {
  color: #E6C78B;
  margin-bottom: 20px;
  font-size: 20px;
}

.event-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.event-content ul li {
  color: #E6C78B; /* FEATURES GOLD */
  font-size: 15px;
}

.event-content ul li::before {
  content: "✓";
  color: #E6C78B;
  margin-right: 10px;
}

/* ACTIONS AREA */
.actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* PRICE TEXT */
.price {
  font-size: 18px;
  color: #ffffff;
}

.price small {
  color: #E6C78B;
  font-size: 12px;
  margin-left: 6px;
}

/* BUTTONS */
.buttons {
  display: flex;
  gap: 20px;
}

.buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1A2A3A;   /* NORMAL */
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.buttons .btn:hover {
  background: #E6C78B;   /* HOVER */
  color: #000000;
}

.testimonial-header h2 {
  color: #ffffff !important;
}


/* =========================
   EVENTS SECTION – MOBILE
========================= */
@media (max-width: 767px) {

  /* Wrapper spacing */
  .events-wrapper {
    padding: 40px 15px;
  }

  /* Tabs scrollable */
  .event-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
  }

  .event-tabs::-webkit-scrollbar {
    display: none;
  }

  .event-tabs .tab {
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 20px;
  }

  /* Each event stack */
  .event-section {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 80px;
  }

  /* Image full width */
  .event-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .badge {
    top: 15px;
    right: 15px;
    font-size: 11px;
    padding: 5px 14px;
  }

  /* Content alignment */
  .event-content {
    text-align: left;
  }

  .label {
    font-size: 12px;
  }

  .event-content h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .event-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Features single column */
  .event-content ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .event-content ul li {
    font-size: 14px;
  }

  /* Price + buttons stack */
  .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .price {
    font-size: 15px;
  }

  /* Buttons full width */
  .buttons {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .buttons .btn {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-da7cabc *//* TESTIMONIAL SECTION */
.testimonial-section {
  background: #000;
  padding: 120px 40px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* HEADER */
.testimonial-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}

.testimonial-header h2 {
  font-size: 42px;
  margin-bottom: 16px;
}

.testimonial-header p {
  color: #cfcfcf;
  font-size: 16px;
}

/* GRID */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.testimonial-card {
  border: 1px solid rgba(230, 199, 139, 0.25);
  padding: 40px 30px;
  position: relative;
  background: transparent;
}

/* QUOTE ICON */
.testimonial-card .quote {
  font-size: 80px;
  color: #E6C78B;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.8;
}

/* REVIEW TEXT */
.testimonial-card .review {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.7;
  color: #e0e0e0;
}

/* NAME */
.testimonial-card h4 {
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #ffffff;
}

/* DESIGNATION */
.testimonial-card .designation {
  font-size: 14px;
  color: #b5b5b5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e63489 *//* SECTION */
.inquiry-section {
  background: #000;
  padding: 100px 20px;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.inquiry-title {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
}

.inquiry-subtitle {
  text-align: center;
  color: #cfcfcf;
  margin-bottom: 60px;
}

/* FORM BOX */
.inquiry-form {
  border: 1px solid rgba(230,199,139,0.3);
  padding: 50px;
  background: rgba(0,0,0,0.6);
}

/* GRID */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group.full {
  margin-top: 30px;
}

/* LABELS */
.form-group label {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
}

/* INPUTS */
.form-group input,
.form-group select,
.form-group textarea {
  background: #1A2A3A;
  border: none;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border: 1px solid #E6C78B;
}

/* SELECT DROPDOWN */
.form-group select option {
  background: #1A2A3A;
  color: #ffffff;
}

/* SUBMIT BUTTON */
.form-submit {
  text-align: center;
  margin-top: 50px;
}

.form-submit button {
  background: #1A2A3A;
  color: #ffffff;
  padding: 14px 40px;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit button:hover {
  background: #E6C78B;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-form {
    padding: 30px 20px;
  }
}/* End custom CSS */