.elementor-3208 .elementor-element.elementor-element-78d1f45{--display:flex;}.elementor-3208 .elementor-element.elementor-element-bf69482{--display:flex;}.elementor-3208 .elementor-element.elementor-element-89deae8{--display:flex;}.elementor-3208 .elementor-element.elementor-element-008ddc7{--display:flex;}.elementor-3208 .elementor-element.elementor-element-8f5dd4d{--display:flex;}.elementor-3208 .elementor-element.elementor-element-6c82671{--display:flex;}.elementor-3208 .elementor-element.elementor-element-320eee7{--display:flex;}.elementor-3208 .elementor-element.elementor-element-3e8f7a9{--display:flex;}.elementor-3208 .elementor-element.elementor-element-df002ce{--display:flex;}.elementor-3208 .elementor-element.elementor-element-34d5ff6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7413b66 */.niw-hero-section {
  padding: 110px 0;
}

.niw-hero-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 70px;
}

.niw-hero-left {
  flex: 1;
}

.niw-hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #111;
}

.niw-hero-left h1 span {
  color: #2f6fed;
  display: block;
}

.niw-intro {
  font-size: 19px;
  font-weight: 500;
  color: #333;
  margin-bottom: 18px;
}

.niw-hero-left p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.niw-brand {
  font-weight: 500;
}

.niw-buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.niw-btn-primary {
  background: #2f6fed;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.niw-btn-primary:hover {
  background: #1e4fc4;
}

.niw-btn-secondary {
  background: #6c757d;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.niw-btn-secondary:hover {
  background: #555c63;
}

.niw-hero-right {
  flex: 1;
  text-align: right;
}

.niw-hero-right img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

/* Responsive */

@media (max-width: 992px) {
  .niw-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .niw-hero-left h1 {
    font-size: 34px;
  }

  .niw-hero-right {
    text-align: center;
    margin-top: 40px;
  }

  .niw-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-530182c */.niw-definition-section {
  padding: 110px 20px;
  background: #f9fbfd;
}

.niw-definition-container {
  max-width: 1000px;
  margin: auto;
}

.niw-definition-header {
  text-align: center;
  margin-bottom: 40px;
}

.niw-definition-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.niw-highlight-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 60px;
}

.niw-highlight-box p {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
}

.niw-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.niw-detail-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  border-top: 4px solid #2f6fed;
}

.niw-detail-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #2f6fed;
}

.niw-detail-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.niw-closing-note {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.niw-closing-note p {
  font-size: 17px;
  color: #444;
  line-height: 1.7;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 992px) {
  .niw-detail-grid {
    grid-template-columns: 1fr;
  }

  .niw-definition-header h2 {
    font-size: 32px;
  }

  .niw-highlight-box {
    padding: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-400218a */.niw-media-impact-section {
  padding: 110px 0;
  background: #f9fbff;
}

.niw-media-impact-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.niw-impact-header {
  text-align: center;
  margin-bottom: 70px;
}

.niw-impact-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.niw-impact-header p {
  font-size: 18px;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}

.niw-impact-content {
  display: flex;
  gap: 70px;
  align-items: stretch;
}

.niw-impact-left {
  flex: 1;
}

.impact-highlight-box {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  border-top: 6px solid #2f6fed;
}

.impact-highlight-box h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #111;
}

.impact-highlight-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.niw-impact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.impact-card {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.impact-check {
  background: #2f6fed;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.impact-card p {
  font-size: 16px;
  color: #333;
}

.impact-card:hover {
  transform: translateX(8px);
}

.niw-impact-footer {
  margin-top: 60px;
  text-align: center;
}

.niw-impact-footer p {
  font-size: 17px;
  color: #555;
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 992px) {
  .niw-impact-content {
    flex-direction: column;
  }

  .niw-impact-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-085c91c */.niw-media-section {
  padding: 100px 0;
}

.niw-media-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.niw-left {
  flex: 2;
}

.niw-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.niw-intro {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

.niw-points {
  border-left: 3px solid #2f6fed;
  padding-left: 25px;
}

.niw-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.niw-item span {
  width: 12px;
  height: 12px;
  background: #2f6fed;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

.niw-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2f6fed;
}

.niw-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.niw-right {
  flex: 1;
}

.niw-highlight {
  background: linear-gradient(135deg, #2f6fed, #4c8df6);
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  position: sticky;
  top: 100px;
}

.niw-highlight h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.niw-highlight p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.niw-disclaimer {
  font-size: 14px;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 15px;
  border-radius: 8px;
}

/* Responsive */

@media (max-width: 992px) {
  .niw-media-container {
    flex-direction: column;
  }

  .niw-highlight {
    position: relative;
    top: 0;
    margin-top: 40px;
  }

  .niw-left h2 {
    font-size: 30px;
  }
}.niw-highlight {
  background: linear-gradient(135deg, #2f6fed, #4c8df6);
  padding: 40px;
  border-radius: 16px;
  color: #ffffff;
  position: sticky;
  top: 100px;
}

/* Force ALL text inside to white */
.niw-highlight h3,
.niw-highlight p,
.niw-highlight div,
.niw-highlight span {
  color: #ffffff !important;
}

/* Disclaimer box */
.niw-disclaimer {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 15px;
  border-radius: 8px;
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-481c91c */.media-platforms-section {
  padding: 100px 0;
}

.media-platforms-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.media-platforms-left {
  flex: 1;
}

.media-platforms-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.media-intro {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #2f6fed;
}

.media-platforms-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.media-focus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-focus-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.media-focus-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #2f6fed;
  border-radius: 50%;
}

.media-platforms-right {
  flex: 1;
  text-align: right;
}

.media-platforms-right img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 50px 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: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a8a48b */.niw-process-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.niw-process-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.niw-process-header {
  text-align: center;
  margin-bottom: 70px;
}

.niw-process-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.niw-process-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.niw-timeline {
  position: relative;
  padding-left: 40px;
}

.niw-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2f6fed;
  border-radius: 10px;
}

.niw-step {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.niw-step-number {
  min-width: 36px;
  height: 36px;
  background: #2f6fed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.niw-step-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f6fed;
}

.niw-step-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Hover effect */

.niw-step-content:hover h3 {
  color: #1e4fc4;
}

/* Responsive */

@media (max-width: 768px) {
  .niw-process-header h2 {
    font-size: 30px;
  }

  .niw-timeline {
    padding-left: 25px;
  }

  .niw-timeline::before {
    left: 10px;
  }

  .niw-step {
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b420e7f */.niw-users-section {
  padding: 100px 0;
  background: #ffffff;
}

.niw-users-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.niw-users-left {
  flex: 1;
  position: sticky;
  top: 100px;
}

.niw-users-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.niw-users-left p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.niw-users-right {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.niw-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-left: 3px solid #2f6fed;
  padding-left: 20px;
}

.niw-item span {
  font-size: 18px;
  font-weight: 700;
  color: #2f6fed;
  min-width: 40px;
}

.niw-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.niw-item p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .niw-users-container {
    flex-direction: column;
    gap: 50px;
  }

  .niw-users-left {
    position: relative;
    top: auto;
  }

  .niw-users-left h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb70025 */.choose-brandhexa-section {
  padding: 100px 0;
}

.choose-brandhexa-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding: 0 20px;
}

.choose-left {
  flex: 1;
}

.choose-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.accent-line {
  width: 60px;
  height: 4px;
  background: #2f6fed;
  margin-bottom: 25px;
  border-radius: 4px;
}

.choose-intro {
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.7;
}

.choose-description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.choose-right {
  flex: 1;
  border-left: 2px solid #e6ecf3;
  padding-left: 40px;
}

.choose-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
  position: relative;
}

.check-icon {
  width: 32px;
  height: 32px;
  background: #2f6fed;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.choose-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #111;
}

.choose-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .choose-brandhexa-container {
    flex-direction: column;
    gap: 50px;
  }

  .choose-right {
    border-left: none;
    padding-left: 0;
  }

  .choose-left h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b465f3 */.important-disclaimer-section {
  padding: 70px 0;
  background: #f8fafc;
  border-top: 1px solid #e6ecf3;
  border-bottom: 1px solid #e6ecf3;
}

.important-disclaimer-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}

.disclaimer-badge {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background: #2f6fed;
  color: #ffffff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.important-disclaimer-container h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.disclaimer-text {
  font-size: 17px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.7;
}

.disclaimer-subtext {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30ffae6 *//* 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 */