h6 {
  font-size: 24px !important;
}

footer .widget .mkdf-widget-title-holder .mkdf-widget-title {
  color: #000 !important;
}

footer .textwidget a {
  color: #000 !important;
}

footer .textwidget a:hover {
  color: #172ccb !important;
}

.mkdf-page-footer .mkdf-footer-top-holder .widget_media_image {
  margin-bottom: 0 !important;
}

footer .widget .mkdf-widget-title-holder {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

footer .wpcf7 .mkdf-btn {
  padding: 10px !important;
}

footer .mkdf-btn.wpcf7-submit .mkdf-btn-text:before {
  left: -20px;
}

footer .mkdf-btn.wpcf7-submit .mkdf-btn-text:after {
  right: -20px;
}

footer .mkdf-btn.wpcf7-submit .mkdf-btn-text:after,
footer .mkdf-btn.wpcf7-submit .mkdf-btn-text:before {
  width: 20px;
}

footer .qodef-horizontal-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .qodef-horizontal-form p {
  margin: 0;
}

footer .qodef-horizontal-form .wpcf7-form-control-wrap,
footer .qodef-horizontal-form input[type="email"] {
  width: 100%;
}

footer .qodef-horizontal-form p:first-child {
  flex: 1;
}

footer .qodef-horizontal-form button {
  white-space: nowrap;
}

footer .widget.widget_custom_html .textwidget.custom-html-widget a {
  color: #ffffff !important;
}

.mkdf-blog-holder article .mkdf-post-image img {
  min-height: 23vh;
}

.page-id-5006 .mkdf-container-inner,
.page-id-5658 .mkdf-container-inner,
.page-id-6931 .mkdf-container-inner,
.page-id-6906 .mkdf-container-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 1.4;
  max-height: calc(1.4em * 3);
}

/* Footer Bottom Alignment */
.mkdf-footer-bottom-holder .mkdf-grid-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mkdf-footer-bottom-holder .mkdf-grid-col-6:last-child,
.mkdf-footer-bottom-holder .mkdf-footer-bottom-column-3 {
  text-align: right;
}

.social-icons-wrapper.grid {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.social-icons-wrapper .grid-item .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid #4a4a4a;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: transparent;
}

.social-icons-wrapper .grid-item .social-icon svg {
  width: 16px;
  height: 16px;
  fill: #4a4a4a;
  transition: fill 0.3s ease;
}

.social-icons-wrapper .grid-item .social-icon:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.social-icons-wrapper .grid-item .social-icon:hover svg {
  fill: #fff;
}

.social-icons-wrapper .grid-item .social-icon .screen-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mkdf-main-menu>ul>li>a {
  padding: 0 1.5vw !important;
}

.mkdf-blog-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}

.mkdf-filter-dropdown {
  position: relative;
}

.mkdf-filter-select {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1.5px solid #2968B2;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  min-width: 180px;
  transition: all 0.2s ease;
}

.mkdf-filter-select:hover {
  border-color: #1a4a8a;
}

.mkdf-filter-select.open {
  border-color: #2968B2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.mkdf-filter-icon {
  color: #2968B2;
  display: flex;
  align-items: center;
}

.mkdf-filter-label {
  flex: 1;
  font-size: 15px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.mkdf-filter-arrow {
  color: #666;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.mkdf-filter-select.open .mkdf-filter-arrow {
  transform: rotate(180deg);
}

.mkdf-filter-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid #2968B2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mkdf-filter-options.show {
  max-height: 300px;
  overflow-y: auto;
  opacity: 1;
}

.mkdf-filter-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.15s ease;
  font-family: 'Roboto', sans-serif;
}

.mkdf-filter-option:hover {
  background: #f5f8fc;
}

.mkdf-filter-option.active {
  color: #2968B2;
  font-weight: 500;
}

.mkdf-filter-option svg {
  color: #2968B2;
}

.mkdf-post-count {
  padding: 8px 16px;
  border: 1.5px solid #E82C75;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.mkdf-post-count .mkdf-count-number {
  color: #E82C75;
  font-weight: 600;
}

@media (max-width: 680px) {
  .mkdf-blog-filter-bar {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .mkdf-filter-select {
    min-width: 100%;
  }
}

#menu-second-menu li a .item_text {
  display: flex;
  align-items: center;
  gap: 8px;
}

#menu-second-menu li a .item_text svg {
  width: 20px;
  height: 8px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

#menu-second-menu li a:hover .item_text svg {
  transform: translateX(5px);
}

#menu-second-menu li .second {
  transition: all 0.3s ease;
}

#menu-second-menu li .second .inner ul {
  padding: 10px 0;
}

#menu-second-menu li .second .inner ul li a {
  padding: 10px 20px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .mkdf-main-menu>ul>li>a {
    padding: 0 0.3vw !important;
  }

  .mkdf-page-footer .mkdf-footer-top-holder .widget_media_image {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  #menu-second-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  #menu-second-menu>li>a {
    padding: 10px 12px;
    font-size: 14px;
  }

  #menu-second-menu li a .item_text svg {
    width: 16px;
    height: 6px;
  }

  .mkdf-page-footer .mkdf-footer-top-holder .widget_media_image {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {

  .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3:nth-child(3),
  .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3:nth-child(4) {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  #menu-second-menu li a .item_text svg {
    display: none;
  }

  #menu-second-menu {
    flex-direction: column;
    width: 100%;
  }

  #menu-second-menu>li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  #menu-second-menu>li:last-child {
    border-bottom: none;
  }

  #menu-second-menu>li>a {
    display: block;
    padding: 15px 20px;
    font-size: 15px;
  }

  #menu-second-menu li .second {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none;
    background: #f8f9fa;
  }

  #menu-second-menu li .second .inner {
    padding: 0;
  }

  #menu-second-menu li .second .inner ul {
    padding: 0;
  }

  #menu-second-menu li .second .inner ul li {
    border-bottom: none;
  }

  #menu-second-menu li .second .inner ul li a {
    padding: 12px 30px;
    font-size: 14px;
    color: #555;
  }

  #menu-second-menu li .second .inner ul li a:hover {
    background: #eef1f5;
  }

  #menu-second-menu li.menu-item-has-children>a .mkdf-menu-arrow {
    float: right;
    margin-left: 10px;
  }
}

@media (max-width: 680px) {
  footer .widget .mkdf-widget-title-holder {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  #menu-second-menu>li>a {
    padding: 12px 15px;
    font-size: 14px;
  }

  #menu-second-menu li .second .inner ul li a {
    padding: 10px 25px;
    font-size: 13px;
  }
}

/* ========================================
   CF7 DOWNLOAD FORM TEMPLATE
   ======================================== */

.cf7-download-form {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
}

.cf7-download-form .form-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 40px;
  font-family: 'RobotoBold', sans-serif;
}

/* Form Row - 2 columns */
.cf7-download-form .form-row {
  display: flex;
  gap: 30px;
}

.cf7-download-form .form-row .form-group {
  flex: 1;
}

/* Form Group */
.cf7-download-form .form-group {
  margin-bottom: 20px;
}

.cf7-download-form .form-group.full-width {
  width: 100%;
}

/* Labels */
.cf7-download-form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1a365d;
  margin-bottom: 8px;
  font-family: 'Roboto', sans-serif;
}

.cf7-download-form label .required {
  color: #e53e3e;
  margin-left: 2px;
}

/* Input & Select */
.cf7-download-form input[type="text"],
.cf7-download-form input[type="email"],
.cf7-download-form input[type="tel"],
.cf7-download-form select,
.cf7-download-form textarea {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #cbd5e0;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #2d3748;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.cf7-download-form input[type="text"]:focus,
.cf7-download-form input[type="email"]:focus,
.cf7-download-form input[type="tel"]:focus,
.cf7-download-form select:focus,
.cf7-download-form textarea:focus {
  outline: none;
  border-color: #3182ce;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.cf7-download-form input::placeholder {
  color: #a0aec0;
}

.cf7-download-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.cf7-download-form .wpcf7-not-valid {
  border-color: #e53e3e !important;
}

.cf7-download-form .wpcf7-not-valid-tip {
  color: #e53e3e;
  font-size: 13px;
  margin-top: 5px;
}

.cf7-download-form .section-title {
  font-size: 14px;
  font-weight: 500;
  color: #1a365d;
  /* margin: 30px 0 15px 0; */
}

.cf7-download-form .section-title .required {
  color: #e53e3e;
}

.cf7-download-form .checkbox-group {
  margin-bottom: 20px;
}

.cf7-download-form .checkbox-group .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.cf7-download-form .checkbox-group .wpcf7-list-item-label {
  font-size: 14px;
  color: #4a5568;
  margin-left: 8px;
  font-family: 'Roboto', sans-serif;
}

.cf7-download-form .checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #3182ce;
  cursor: pointer;
}

.cf7-download-form .radio-group {
  margin-bottom: 20px;
}

.cf7-download-form .radio-group .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.cf7-download-form .radio-group .wpcf7-list-item-label {
  font-size: 14px;
  color: #4a5568;
  margin-left: 8px;
  font-family: 'Roboto', sans-serif;
}

.cf7-download-form .radio-group input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #3182ce;
  cursor: pointer;
}

.cf7-download-form .privacy-text {
  font-size: 14px;
  line-height: 1.6;
  color: #4a5568;
  margin: 25px 0;
  font-family: 'Roboto', sans-serif;
}

.cf7-download-form .privacy-text p {
  margin-bottom: 15px;
}

/* .cf7-download-form .consent-checkbox {
  margin: 20px 0 30px 0;
} */

.cf7-download-form .consent-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  color: #4a5568;
}

.cf7-download-form .consent-checkbox .wpcf7-list-item-label .required {
  color: #e53e3e;
}

/* Submit Button */
.cf7-download-form input[type="submit"],
.cf7-download-form button[type="submit"] {
  display: inline-block;
  padding: 14px 40px;
  background: #2968B2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.cf7-download-form input[type="submit"]:hover,
.cf7-download-form button[type="submit"]:hover {
  background: #1a4d8c;
}

/* Responsive */
@media (max-width: 768px) {
  .cf7-download-form {
    padding: 25px 20px;
  }

  .cf7-download-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .cf7-download-form .form-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .cf7-download-form input[type="submit"],
  .cf7-download-form button[type="submit"] {
    width: 100%;
  }
}

.research-popup-container .cf7-download-form p {
  text-align: center !important;
}

/* ========================================
   RESEARCH POPUP - SOCIAL ICONS
   ======================================== */
.research-popup-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 25px 0;
}

.research-popup-divider::before,
.research-popup-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.research-popup-divider span {
  padding: 0 15px;
  color: #888;
  font-size: 14px;
  text-transform: lowercase;
}

.research-popup-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon-btn svg {
  transition: transform 0.3s ease;
}

.social-icon-btn:hover svg {
  transform: scale(1.1);
}

.social-facebook {
  background: #1877f2;
  color: #fff;
}

.social-facebook:hover {
  background: #166fe5;
  color: #fff;
}

.social-gmail {
  background: #ea4335;
  color: #fff;
}

.social-gmail:hover {
  background: #d33426;
  color: #fff;
}

.social-linkedin {
  background: #0a66c2;
  color: #fff;
}

.social-linkedin:hover {
  background: #0959a8;
  color: #fff;
}

.social-zalo {
  background: linear-gradient(135deg, #0068ff 0%, #0052cc 100%);
  color: #fff;
}

.social-zalo:hover {
  background: linear-gradient(135deg, #0052cc 0%, #003d99 100%);
}

.subscribe-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.subscribe-popup-overlay.active {
  display: flex;
}

.subscribe-popup-container {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease;
}

.subscribe-popup-container .cf7-download-form p {
  text-align: center !important;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cf7-other {
  display: none;
}

.subscribe-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s;
}

.subscribe-popup-close:hover {
  color: #000;
}

.subscribe-popup-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.subscribe-popup-desc {
  margin: 0 0 20px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.menu-item-subscribe>a {
  cursor: pointer;
}

.menu-item-subscribe .subscribe-btn {
  display: flex !important;
  align-items: center !important;
  padding: 6px 18px !important;
  background-color: #e82c75 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: filter 0.3s ease, transform 0.2s ease !important;
  height: 35px;
}

.menu-item-subscribe .subscribe-btn:hover {
  filter: brightness(1.15) !important;
  transform: translateY(-1px) !important;
}

.menu-item-subscribe .subscribe-btn-text {
  color: #ffffff !important;
}

#menu-second-menu .menu-item-subscribe>a .item_outer,
#menu-second-menu .menu-item-subscribe>a .item_text {
  display: none !important;
}

.unsubscribe-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.unsubscribe-popup-overlay.active {
  display: flex;
}

.unsubscribe-popup-container {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  height: 50vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease;
}

.unsubscribe-popup-container::-webkit-scrollbar {
  width: 10px;
}

.unsubscribe-popup-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.unsubscribe-popup-container::-webkit-scrollbar-thumb {
  background: #888;
}

.unsubscribe-popup-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.unsubscribe-popup-container textarea {
  height: 80px !important;
  min-height: 80px !important;
  margin: 0 !important;
}

.unsubscribe-popup-container .wpcf7-list-item {
  display: block;
}

.unsubscribe-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s;
}

.unsubscribe-popup-close:hover {
  color: #000;
}

.unsubscribe-popup-title {
  margin: 0 0 10px;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.unsubscribe-popup-desc {
  margin: 0 0 20px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.dm-register-form .form-group {
  margin-bottom: 15px;
}

.dm-register-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.dm-submit-btn {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.dm-submit-btn:hover {
  background: #0056b3;
}

.dm-form-message {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.dm-form-message.error {
  color: red;
}

.dm-form-message.success {
  color: green;
}

.report-card {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(180deg,
      #1a1a3e 0%,
      #2d2d6e 25%,
      #3d3d8e 50%,
      #5a4a9e 75%,
      #d4507a 100%);
  border-radius: 20px;
  padding: 30px 28px 35px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: 40vh;
}

.report-card:hover {
  transform: perspective(1000px) rotateY(-8deg) rotateX(3deg) translateY(-10px);
  box-shadow: 15px 20px 40px rgba(0, 0, 0, 0.3);
}

.report-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #4fc3f7 0%, #29b6f6 100%);
  border-radius: 50%;
  opacity: 0.9;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}

.brand-logo {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
}

.location-badge {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.card-content {
  position: relative;
  z-index: 1;
}

.subtitle {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}

.main-title {
  color: #e5e7eb;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}

.year {
  font-size: 26px;
  font-weight: 700;
  color: #f06292;
  margin-bottom: 25px;
}

.outlook {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
}

.card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.footer-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.thankyou-header {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a5fa6 0%, #e91e8d6b 100%)
}

.thankyou-checkmark {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}

.checkmark-svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
  animation: pulse 2s ease-in-out infinite, glow 1.5s ease-in-out infinite alternate;
}

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.1);
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-width: 3;
  stroke-linecap: round;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 80px rgba(255, 255, 255, 0.1);
  }
}

.thankyou-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.thankyou-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.report-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      #ec407a 0%,
      #f06292 50%,
      #f48fb1 100%);
}

.report-card-v2 {
  max-width: 800px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.report-card-v2 .report-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e7eb;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.report-card-v2 .report-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
}

.report-card-v2 .report-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.report-card-v2 .report-title .text-dark {
  color: #1f2937;
}

.report-card-v2 .report-title .text-gradient {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.report-card-v2 .report-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.report-card-v2 .report-subtitle .highlight {
  color: #7c3aed;
}

.report-card-v2 .report-description {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 30px;
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.report-card-v2 .report-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.report-card-v2 .report-download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
  color: #ffffff;
}

.report-card-v2 .report-download-btn svg {
  width: 18px;
  height: 18px;
}

.report-card-v2 .report-footer {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.report-card-v2 .report-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.report-card-v2 .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.report-card-v2 .meta-item svg {
  width: 18px;
  height: 18px;
  color: #9ca3af;
}

.report-card-v2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
}

@media (max-width: 768px) {
  .report-card-v2 {
    padding: 25px;
  }

  .report-card-v2 .report-title {
    font-size: 28px;
  }

  .report-card-v2 .report-subtitle {
    font-size: 18px;
  }

  .report-card-v2 .report-meta {
    flex-direction: column;
    gap: 15px;
  }

  .report-card-v2:hover {
    transform: none;
  }
}

.dm-features-section {
  padding: 60px 0;
  background: #ffffff;
}

.dm-features-section .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.dm-features-section .section-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ec4899;
  margin-bottom: 12px;
}

.dm-features-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}

.dm-features-section .section-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6 0%, #ec4899 100%);
  margin: 0 auto;
  border-radius: 2px;
}

.dm-features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.dm-features-section .feature-card {
  padding: 35px 30px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.dm-features-section .feature-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.08);
}

.dm-features-section .feature-card.card-blue:hover {
  border-color: #bfdbfe;
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.1);
}

.dm-features-section .feature-card.card-pink:hover {
  border-color: #fbcfe8;
  box-shadow: 0 20px 40px rgba(236, 72, 153, 0.1);
}

.dm-features-section .feature-card.card-purple:hover {
  border-color: #ddd6fe;
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.1);
}

.dm-features-section .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.dm-features-section .feature-icon.icon-blue {
  background: #dbeafe;
  color: #2563eb;
}

.dm-features-section .feature-icon.icon-pink {
  background: #fce7f3;
  color: #db2777;
}

.dm-features-section .feature-icon.icon-purple {
  background: #ede9fe;
  color: #7c3aed;
}

.dm-features-section .feature-card:hover .feature-icon.icon-blue {
  background: #2563eb;
  color: #ffffff;
}

.dm-features-section .feature-card:hover .feature-icon.icon-pink {
  background: #db2777;
  color: #ffffff;
}

.dm-features-section .feature-card:hover .feature-icon.icon-purple {
  background: #7c3aed;
  color: #ffffff;
}

.dm-features-section .feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.dm-features-section .feature-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}

@media (max-width: 992px) {
  .dm-features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .dm-features-section .features-grid {
    grid-template-columns: 1fr;
  }

  .dm-features-section .section-title {
    font-size: 26px;
  }
}

.dm-about-section .about-content {
  max-width: 650px;
}

.dm-about-section .about-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ec4899;
  margin-bottom: 16px;
}

.dm-about-section .about-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 24px;
}

.dm-about-section .about-title .text-gradient {
  background: linear-gradient(90deg, #60a5fa 0%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dm-about-section .about-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #94a3b8;
  margin-bottom: 24px;
}

.dm-about-section .about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.dm-about-section .about-tags .tag {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #cbd5e1;
}

/* Services Grid - Standalone */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.service-card .service-icon {
  font-size: 20px;
  margin-bottom: 12px;
  display: block;
}

.service-card .service-icon.icon-pink {
  color: #f472b6;
}

.service-card .service-icon.icon-blue {
  color: #60a5fa;
}

.service-card .service-icon.icon-purple {
  color: #a78bfa;
}

.service-card .service-icon.icon-orange {
  color: #fb923c;
}

.service-card .service-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.service-card .service-desc {
  font-size: 12px;
  color: #64748b;
}

.service-card .service-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}

.service-card .service-list li {
  font-size: 12px;
  color: #94a3b8;
  padding: 4px 0;
  padding-left: 14px;
  position: relative;
}

.service-card .service-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #64748b;
}

/* Dark Section Container */
/* .sec__contact-content {
  background: #0f1219 !important;
} */

@media (max-width: 768px) {
  .dm-about-section .about-title {
    font-size: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

.mkdf-blog-list-holder .mkdf-post-image img {
  min-height: 24vh;
}

/* ========================================
   CUSTOM UNSUBSCRIBE FORM STYLES
   ======================================== */
.dm-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.dm-radio-option {
  display: flex;
  align-items: flex-start;
  /* Align top for long text */
  cursor: pointer;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  padding: 5px 0;
}

.dm-radio-option input[type='radio'] {
  margin-top: 3px;
  /* Align with text baseline */
  margin-right: 10px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  /* Prevent shrinking */
  cursor: pointer;
  accent-color: #007bff;
}

.dm-radio-option span {
  flex: 1;
}

.dm-other-reason-input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.dm-unsub-submit-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dm-unsub-submit-btn:hover {
  background-color: #0056b3;
}

.dm-unsub-submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* ========================================
   THANK YOU POPUP
   ======================================== */
.thankyou-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thankyou-popup-overlay.show {
  display: flex;
}

.thankyou-popup-overlay.visible {
  opacity: 1;
}

.thankyou-popup-container {
  background: #fff;
  border-radius: 16px;
  max-width: 700px;
  width: 90%;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  overflow-y: auto;
  height: 75vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.thankyou-popup-container::-webkit-scrollbar {
  display: none;
}

.thankyou-popup-overlay.visible .thankyou-popup-container {
  transform: scale(1);
}

#thankYouPopup .thankyou-checkmark {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

#thankYouPopup .checkmark-svg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #28a745;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #28a745;
  animation: thankyou-fill 0.4s ease-in-out 0.4s forwards,
    thankyou-scale 0.3s ease-in-out 0.9s both;
}

#thankYouPopup .checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #28a745;
  fill: none;
  animation: thankyou-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

#thankYouPopup .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: #28a745;
  stroke-width: 3;
  animation: thankyou-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes thankyou-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes thankyou-scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes thankyou-fill {
  100% {
    box-shadow: inset 0px 0px 0px 40px rgba(40, 167, 69, 0.1);
  }
}

.thankyou-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.thankyou-popup-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
}

.thankyou-popup-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.thankyou-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  padding: 5px 10px;
  line-height: 1;
  transition: color 0.3s ease;
}

.thankyou-popup-close:hover {
  color: #333;
}

.thankyou-popup-container {
  position: relative;
}

.thankyou-popup-subtitle {
  font-size: 14px;
  color: #28a745;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.thankyou-popup-legal {
  font-size: 14px;
  color: #888;
  line-height: 1.5;
  margin: 15px 0 0 0;
  padding-top: 15px;
  border-top: 1px solid #eee;
  text-align: left;
}

.thankyou-popup-legal strong {
  color: #666;
}

/* About Digital Mind Section */
.thankyou-about-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  background: #1a1a2e;
  border-radius: 0;
  padding: 30px 40px;
  margin: 25px -40px;
  text-align: left;
}

.thankyou-about-left {
  color: #fff;
}

.thankyou-about-label {
  font-size: 11px;
  color: #ff6b9d;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.thankyou-about-heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.thankyou-about-heading em {
  font-style: italic;
  color: #a8a8c8;
}

.thankyou-about-desc {
  font-size: 12px;
  color: #a8a8c8;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.thankyou-about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.thankyou-tag {
  font-size: 11px;
  color: #fff;
  border: 1px solid #444;
  border-radius: 20px;
  padding: 5px 12px;
}

.thankyou-about-cta {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8a5c 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thankyou-about-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.3);
}

.thankyou-about-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.thankyou-service-box {
  background: #252540;
  border-radius: 10px;
  padding: 15px;
}

.thankyou-service-icon {
  font-size: 20px;
  margin-bottom: 8px;
}

.thankyou-service-box h4 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px 0;
}

.thankyou-service-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thankyou-service-box li {
  font-size: 11px;
  color: #a8a8c8;
  padding: 3px 0;
  position: relative;
  padding-left: 12px;
}

.thankyou-service-box li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #a8a8c8;
}

@media (max-width: 700px) {
  .thankyou-about-section {
    grid-template-columns: 1fr;
  }

  .thankyou-about-right {
    grid-template-columns: 1fr;
  }
}

/* Related Posts in Thank You Popup */
.thankyou-related-posts {
  margin: 25px 0 20px;
  text-align: left;
}

.thankyou-related-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.thankyou-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Theme-based post item styles */
#thankYouPopup .thankyou-post-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#thankYouPopup .thankyou-post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#thankYouPopup .mkdf-post-heading-top {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  font-size: 11px;
  color: #888;
}

#thankYouPopup .mkdf-post-info-category a {
  color: #28a745;
  text-decoration: none;
}

#thankYouPopup .mkdf-post-image {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}

#thankYouPopup .mkdf-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#thankYouPopup .thankyou-post-item:hover .mkdf-post-image img {
  transform: scale(1.05);
}

#thankYouPopup .mkdf-post-text {
  padding: 15px;
}

#thankYouPopup .mkdf-post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
  min-height: 75px;
}

#thankYouPopup .mkdf-post-title a {
  color: #1a365d;
  text-decoration: none;
}

#thankYouPopup .mkdf-post-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  min-height: 50px;
}

#thankYouPopup .mkdf-post-info-bottom {
  margin-top: 12px;
}

#thankYouPopup .mkdf-post-read-more-button .mkdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #1a365d;
  text-decoration: none;
}

#thankYouPopup .mkdf-post-read-more-button .mkdf-btn-plus {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 600px) {
  .thankyou-posts-grid {
    grid-template-columns: 1fr;
  }
}





/* ========================================
   NEWSLETTER POPUP STYLES
   ======================================== */
.newsletter-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.newsletter-popup-overlay.show {
  display: flex;
}

.newsletter-popup-overlay.visible {
  opacity: 1;
}

.newsletter-popup-container {
  background: #fff;
  border-radius: 16px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.newsletter-popup-overlay.visible .newsletter-popup-container {
  transform: scale(1);
}

.newsletter-popup-container::-webkit-scrollbar {
  width: 8px;
}

.newsletter-popup-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.newsletter-popup-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  padding: 5px 12px;
  line-height: 1;
  transition: all 0.3s ease;
  z-index: 30;
  /* Higher than sticky header */
  border-radius: 50%;
}

.newsletter-popup-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.newsletter-popup-header {
  background: linear-gradient(135deg, #2968B2 0%, #e82c75 100%);
  padding: 40px 30px;
  text-align: center;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.newsletter-header-circle-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.newsletter-header-circle-2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.newsletter-popup-main-title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  position: relative;
  z-index: 1;
}

.newsletter-popup-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.newsletter-form {
  padding: 30px 40px 40px;
  flex: 1;
}

.newsletter-section {
  margin-bottom: 30px;
}

.newsletter-section-border {
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.newsletter-section-header {
  font-size: 16px;
  font-weight: 700;
  color: #1a365d;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.newsletter-section-note {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  text-transform: none;
}

.newsletter-section-important {
  font-size: 13px;
  font-weight: 500;
  color: #e82c75;
  font-style: italic;
  text-transform: none;
}

.newsletter-section-desc {
  font-size: 13px;
  color: #666;
  margin: -10px 0 20px 0;
}

.newsletter-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 15px;
}

.newsletter-form-group {
  margin-bottom: 15px;
}

.newsletter-form-group-full {
  grid-column: 1 / -1;
  margin-bottom: 20px;
}

.newsletter-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.newsletter-label .required {
  color: #e82c75;
}

.newsletter-input,
.newsletter-select {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
  color: #333 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-sizing: border-box !important;
  line-height: unset !important;
  margin: unset !important;
}

.newsletter-input:focus,
.newsletter-select:focus {
  outline: none;
  border-color: #2968B2 !important;
  box-shadow: 0 0 0 3px rgba(41, 104, 178, 0.1);
}

.newsletter-input::placeholder {
  color: #aaa;
}

.newsletter-error {
  font-size: 12px;
  color: #e82c75;
  margin: 5px 0 0 0;
}

.newsletter-error.hidden {
  display: none;
}

.newsletter-select-wrapper {
  position: relative;
}

.newsletter-select {
  appearance: none;
  cursor: pointer;
  padding-right: 40px !important;
}

.newsletter-select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.newsletter-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.newsletter-checkbox-item {
  cursor: pointer;
}

.newsletter-checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.newsletter-checkbox-box {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
}

.newsletter-checkbox-item:hover .newsletter-checkbox-box {
  border-color: #e82c75;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.newsletter-checkbox-input:checked+.newsletter-checkbox-box {
  border-color: #e82c75;
  background: rgba(232, 44, 117, 0.05);
}

.newsletter-checkbox-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  background: #fff;
  transition: all 0.2s ease;
  color: transparent;
}

.newsletter-checkbox-input:checked+.newsletter-checkbox-box .newsletter-checkbox-check {
  background: #e82c75;
  border-color: #e82c75;
  color: #fff;
}

.newsletter-checkbox-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.newsletter-optional-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eee;
}

.newsletter-radio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 12px;
}

.newsletter-radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.newsletter-radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.newsletter-radio-circle {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.newsletter-radio-circle::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s ease;
}

.newsletter-radio-item:hover .newsletter-radio-circle {
  border-color: #e82c75;
}

.newsletter-radio-input:checked+.newsletter-radio-circle {
  border-color: #e82c75;
}

.newsletter-radio-input:checked+.newsletter-radio-circle::after {
  background: #e82c75;
}

.newsletter-radio-text {
  font-size: 14px;
  color: #333;
}

/* Sticky submit button wrapper */
.newsletter-submit-sticky {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -20px;
}

.newsletter-footer {
  padding: 20px 40px 30px;
  text-align: center;
  background: #fff;
}

.newsletter-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #e82c75 0%, #d41d6c 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(232, 44, 117, 0.3);
}

.newsletter-submit-btn:hover {
  background: linear-gradient(135deg, #d41d6c 0%, #e82c75 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232, 44, 117, 0.4);
}

.newsletter-submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.newsletter-privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .newsletter-popup-container {
    width: 95%;
    max-height: 85vh;
  }

  .newsletter-popup-header {
    padding: 30px 20px;
  }

  .newsletter-popup-main-title {
    font-size: 18px;
  }

  .newsletter-popup-subtitle {
    font-size: 13px;
  }

  .newsletter-form {
    padding: 20px 20px 30px;
  }

  .newsletter-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .newsletter-checkbox-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-radio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter-section-header {
    font-size: 14px;
  }

  .newsletter-submit-btn {
    width: 100%;
    padding: 14px 30px;
    font-size: 13px;
  }
}