.elementor-3182 .elementor-element.elementor-element-beb4860{--display:flex;}.elementor-3182 .elementor-element.elementor-element-fdfac60{--display:flex;}.elementor-3182 .elementor-element.elementor-element-53ab408{--display:flex;}.elementor-3182 .elementor-element.elementor-element-e762e1b{--display:flex;}.elementor-3182 .elementor-element.elementor-element-579772e{--display:flex;}.elementor-3182 .elementor-element.elementor-element-089577c{--display:flex;}.elementor-3182 .elementor-element.elementor-element-5af0bac{--display:flex;}.elementor-3182 .elementor-element.elementor-element-ebc7e5d{--display:flex;}.elementor-3182 .elementor-element.elementor-element-08f7454{--display:flex;}.elementor-3182 .elementor-element.elementor-element-554a11e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-99d41a5 */.eb1a-section {
  padding: 80px 0;
  background: #f8f9fb;
}

.eb1a-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.eb1a-text {
  max-width: 600px;
}

.eb1a-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.eb1a-title span {
  color: #2f6fed;
}

.eb1a-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.eb1a-features {
  margin: 20px 0;
  display: grid;
  gap: 10px;
  color: #333;
}

.eb1a-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.btn-primary {
  background: #2f6fed;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
}

.btn-secondary {
  background: #6c757d;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
}

.eb1a-image img {
  max-width: 400px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ada531 */.eb1a-overview {
  padding: 80px 0;
  background: #ffffff;
}

.eb1a-overview-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.eb1a-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  color: #333;
}

.eb1a-overview-image img {
  max-width: 400px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fd7ec1 */.eb1a-importance {
  padding: 80px 0;
  background: #f8f9fb;
}

.eb1a-importance-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.eb1a-importance-text {
  max-width: 600px;
}

.eb1a-benefits {
  margin: 20px 0;
  display: grid;
  gap: 10px;
  font-size: 16px;
  color: #333;
}

.eb1a-importance-image img {
  max-width: 400px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e795301 */.eb1a-criteria-alt {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
  text-align: center;
}

.section-title.center {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.criteria-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.criteria-card:hover {
  transform: translateY(-6px);
}

.criteria-card .icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.criteria-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.criteria-card p {
  font-size: 14px;
  color: #666;
}

.criteria-highlight {
  margin-top: 40px;
  padding: 15px 20px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  font-size: 14px;
  color: #856404;
  display: inline-block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-985d082 */.media-platforms-section {
  padding: 100px 0;
}

.media-platforms-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.media-platforms-left {
  flex: 1;
}

.media-platforms-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.media-platforms-left p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.media-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.media-list li {
  font-size: 17px;
  margin-bottom: 10px;
  color: #222;
}

.media-note {
  font-size: 16px;
  color: #666;
}

.media-platforms-right {
  flex: 1;
  text-align: right;
}

.media-platforms-right img {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .media-platforms-container {
    flex-direction: column;
    text-align: center;
  }

  .media-platforms-right {
    text-align: center;
    margin-top: 40px;
  }

  .media-platforms-left h2 {
    font-size: 32px;
  }

  .media-list {
    padding-left: 0;
    list-style-position: inside;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d84d72c */.process-section {
  padding: 100px 0;
  background: #f4f7ff;
}

.process-timeline {
  position: relative;
  max-width: 800px;
  margin: 50px auto 0;
  padding-left: 20px;
}

/* Vertical Line */
.process-timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #d6e0ff;
}

.process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.step-number {
  min-width: 70px;
  height: 70px;
  background: #2f6fed;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.step-content {
  margin-left: 20px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.step-content h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.step-content p {
  color: #666;
  font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ca05d8 */.eb1a-audience {
  padding: 90px 0;
  background: #f4f7ff;
  text-align: center;
}

.section-title.center {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #555;
  font-size: 16px;
}

/* HORIZONTAL SCROLL */
.audience-scroll {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 5px;
  scroll-snap-type: x mandatory;
}

.audience-scroll::-webkit-scrollbar {
  height: 6px;
}

.audience-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* PILLS */
.audience-pill {
  flex: 0 0 auto;
  padding: 14px 22px;
  background: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  scroll-snap-align: start;
}

.audience-pill:hover {
  background: #2f6fed;
  color: #fff;
  transform: translateY(-3px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1fcf4a */.why-brandhexa {
  padding: 100px 0;
  background: #f4f7ff;
}

.why-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

/* LEFT SIDE (LIGHT) */
.why-left {
  background: #ffffff;
  padding: 50px;
}

.why-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

.why-checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  color: #333;
}

.why-checklist div {
  padding-left: 10px;
  border-left: 3px solid #2f6fed;
}

/* RIGHT SIDE (DARK HIGHLIGHT) */
.why-right {
  background: linear-gradient(135deg, #2f6fed, #1c3fd1);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px;
}

.why-highlight {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.why-right {
  background: linear-gradient(135deg, #2f6fed, #1c3fd1);
  color: #fff; /* ensures all text is white */
  display: flex;
  align-items: center;
  padding: 50px;
}

/* Make sure paragraph also inherits white */
.why-right .why-highlight {
  color: #ffffff;
}

/* If you add links/buttons later */
.why-right a {
  color: #ffffff;
}

.why-brandhexa {
  padding: 100px 0;
  background: #ffffff; /* full section white */
}

.why-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* LEFT SIDE */
.why-left {
  background: #ffffff;
  padding: 50px;
}

/* RIGHT SIDE (now also white) */
.why-right {
  background: #ffffff; /* changed from blue → white */
  color: #333; /* text back to dark */
  display: flex;
  align-items: center;
  padding: 50px;
  border-left: 1px solid #eee; /* subtle separation */
}

/* Text */
.why-highlight {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #333;
}
.why-highlight {
  border-left: 4px solid #2f6fed;
  padding-left: 20px;
}.why-brandhexa {
  padding: 100px 0;
  background: #ffffff; /* full section white */
}

.why-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* LEFT SIDE */
.why-left {
  background: #ffffff;
  padding: 50px;
}

/* RIGHT SIDE (highlight box stays colored) */
.why-right {
  background: linear-gradient(135deg, #2f6fed, #1c3fd1);
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 50px;
}

/* Ensure text is white */
.why-right .why-highlight {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fa3813 */.important-note-section {
  padding: 90px 20px;
  background: #f5f7fa;
}

.important-note-container {
  max-width: 900px;
  margin: auto;
}

.important-note-box {
  background: #ffffff;
  padding: 50px 40px;
  border-left: 6px solid #2f6fed;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  text-align: left;
}

.important-note-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.important-note-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.important-note-box p:last-child {
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 768px) {
  .important-note-box {
    padding: 35px 25px;
  }

  .important-note-box h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8c3f65 *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */