/*custom dev css*/
.phone-call.elementor-widget.elementor-widget-icon-list
  .elementor-icon-list-icon
  svg {
  margin: 0px;
}
.bordered_icon .elementor-icon {
  position: relative;
  border-radius: 50%; /* circle */
  padding: 15px; /* space around icon */
  border: none;
}
.bordered_icon .elementor-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 50%;
  background: linear-gradient(90deg, #5498f9 0%, #9b7bf6 48.86%, #ed2ef2 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.box_shadow .elementor-icon {
  box-shadow: rgba(37, 142, 227, 0.24) 0px 4px 14px 0px;
}
.logo_color_bg_icon .elementor-icon {
  background: linear-gradient(90deg, rgb(25, 146, 246), rgb(240, 65, 216));
}
.colored_btn .elementor-button {
  background: linear-gradient(90deg, #5498f9 0%, #9b7bf6 48.86%, #ed2ef2 100%);
}
.colored_icon .elementor-icon-box-icon .elementor-icon {
  background: linear-gradient(
    90deg,
    rgb(25, 146, 246),
    rgb(240, 65, 216)
  ) !important;
}
.chart_tabs .chart-card {
  display: flex;
  flex-direction: column;
}
.chart_tabs .chart-card .chart-box {
  order: -1;
}
table tbody > tr:nth-child(2n + 1) > td,
table tbody > tr:nth-child(2n + 1) > th {
  background: #ffff;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.chart_tabs .e-n-tabs-heading {
  padding: 4px;
  background-color: rgb(246, 246, 246);
  border-radius: 10px;
  border-color: rgb(212, 212, 212);
  border-width: 1px;
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
}
.konkrd-policy ol li::marker,
.konkrd-policy strong {
  font-weight: bold;
  color: #000000;
}
.konkrd-policy h4 {
  font-size: 18px;
}
.konkrd-policy p,
.konkrd-policy ul li,
.konkrd-policy .elementor-widget-container {
  font-size: 16px;
  margin: 0px 0px 16px;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(99, 117, 135) !important;
  font-family: "GothamRounded-Medium", Sans-serif;
}
.konkrd-policy .elementor-widget-container a {
  font-weight: 400;
}
.konkrd-policy .elementor-widget-text-editor .elementor-widget-container ul li {
  margin-left: 32px;
}
.timeline_step .elementor-icon {
  position: relative;
  border-radius: 50%; /* circle */
  padding: 15px; /* space around icon */
  border: none;
}

.timeline_step .elementor-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 50%;
  background: linear-gradient(90deg, #5498f9 0%, #9b7bf6 48.86%, #ed2ef2 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.timeline .timeline_step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 33px; /* aligns with icon center */
  width: 1px;
  height: 150%;
  background-color: rgb(25, 146, 246);
}

.timeline .timeline_step .elementor-icon-box-content {
  padding-top: 5px;
}
.chart-card table.dataTable tr td {
  background-color: #ffff !important;
  box-shadow: none !important;
}
.chart-card table.dataTable {
  background-color: #ffff !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}

.chart-card {
  padding: 20px !important;
}

.chart-card table th {
  white-space: nowrap;
  padding: 16px !important;
}

table.tafe-table {
  white-space: nowrap;
  width: 100%;
  /*  max-width: 200px; */
  overflow-x: auto;
  border-radius: 10px;
}

.chart_tabs .e-n-tabs-heading {
  max-width: max-content;
}
@media (max-width: 767px) {
  table.tafe-table {
    display: block;
  }
}

/* Container */
.cf7-floating {
  position: relative;
  margin-bottom: 20px;
}

/* Text & Textarea */
.cf7-float-input {
  width: 100%;
  padding: 18px 16px 10px;
  font-size: 16px;
  border: 2px solid #7fb3ff;
  border-radius: 12px;
  outline: none;
  background: transparent;
  transition:
    border-color 0.3s,
    padding-top 0.2s;
}

/* Default hidden label */
.cf7-float-label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #777;
  background: #fff;
  padding: 0 6px;
  pointer-events: none;
  transition: 0.2s all ease;
}

/* Move up on focus or when filled */
.cf7-float-input:focus + .cf7-float-label,
.cf7-float-input:not(:placeholder-shown) + .cf7-float-label {
  top: -8px;
  font-size: 12px;
  color: #1976d2;
}

/* Highlight border when focused */
.cf7-float-input:focus {
  border-color: #1976d2;
}

/* Error styling */
.wpcf7-not-valid .cf7-float-input {
  border-color: #d32f2f;
}
.wpcf7-not-valid .cf7-float-label {
  color: #d32f2f;
}

/* add for privacy popup 10-2*/
/* Full-screen overlay feel */
.policy-page-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  display: none; /* 🔴 hidden by default */
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* popup visible state */
.policy-page-wrapper.is-open {
  display: flex;
}

/* Popup container */
.policy-card {
  position: relative;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  padding: 36px;
  animation: slideUp 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  border: 2px solid rgb(240, 65, 216);
}

/* Scrollbar */
.policy-card::-webkit-scrollbar {
  width: 8px;
}
.policy-card::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Title */
.policy-title {
  text-align: center;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 16px;
  color: #0f172a;
  letter-spacing: -0.02em;
}

/* Subtitle */
.policy-subtitle {
  text-align: center;
  font-size: 1.1667rem;
  color: #637587;
  margin-bottom: 36px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "GothamRounded-Medium";
}

/* Section label */
.policy-page-wrapper .form-group label {
  margin-bottom: 8px;
  font-family: GothamRounded-Medium;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(99, 117, 135);
  font-weight: 700;
}

/* Select inputs */
/* =========================
   KONKRD SELECT STYLING
========================= */
.konkrd-hlp-select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  margin-top: 15px;
  border-radius: 20px;
  border: 1.5px solid #cbd5f5;

  background-color: #ffffff;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;

  /* dropdown arrow */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;

  font-family: GothamRounded-Medium;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #1992f6;
}

/* Hover */
.konkrd-hlp-select:hover {
  background-color: #f8fafc;
}

/* Focus */
.konkrd-hlp-select:focus {
  outline: none;
  border-color: #1992f6;
}

/* Disabled */
.konkrd-hlp-select:disabled {
  background-color: #f8fafc;
  cursor: not-allowed;
  opacity: 0.55;
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 28px;
}

.checkbox-group input {
  width: 20px;
  height: 20px;
  accent-color: #5b8cff;
}

.checkbox-group label {
  font-size: 16px;
  color: #acacac;
  font-family: "GothamRounded-Medium";
}

/* Continue button */
.continue-btn {
  width: 100%;
  height: 56px;
  border-radius: 20px !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: linear-gradient(
    90deg,
    rgb(84, 152, 249) 0%,
    rgb(155, 123, 246) 48.86%,
    rgb(237, 46, 242) 100%
  );
  cursor: pointer;
  opacity: 1;
  transition: box-shadow 0.25s ease;
  margin: 16px 0 0;
}

.continue-btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Extra sections animation */
#extraBrandWrapper,
#extraCoverWrapper {
  animation: fadeIn 0.3s ease;
}
/* close button */
.policy-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 32px;
  height: 32px;
  line-height: 32px;

  background: transparent !important;
  border: none !important;
  padding: 0;

  font-size: 26px !important;
  font-weight: 400 !important;
  color: #9ca3af !important; /* soft grey like screenshot */

  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-close-btn:hover {
  color: #6b7280; /* slightly darker on hover */
}

/* error popup js 18-2 by sh*/
.popup-error-message,
.card2-error-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white;
  padding: 16px 24px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 8px 24px rgba(238, 90, 111, 0.4);
  z-index: 100000;
  animation: slideDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 320px;
  max-width: 90vw;
  z-index: 9999999;
}

.popup-error-message::before,
.card2-error-message::before {
  content: "⊗";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

/* Fade out animation */
.popup-error-message.fade-out,
.card2-error-message.fade-out {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .popup-error-message,
  .card2-error-message {
    top: 10px;
    min-width: auto;
    width: calc(100% - 20px);
    padding: 14px 20px;
    font-size: 14px;
  }

  .popup-error-message::before,
  .card2-error-message::before {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}

/* Animations */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* end 18-2 sh */
/* add 19-2 sh */
/* Calendly Popup Wrapper */
.calendly-popup-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.calendly-popup-wrapper.is-open {
  display: flex;
}

/* Overlay */
.calendly-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: fadeIn 0.3s ease;
}

/* Popup Content */
.calendly-popup-content {
  position: relative;
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  height: 90vh;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

/* Close Button */
.calendly-close-btn {
  position: absolute;
  padding: 0 !important;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.calendly-close-btn:hover {
  background: #f5f5f5;
  transform: rotate(90deg);
}

.calendly-close-btn svg {
  color: #333;
}

/* Header */
.calendly-popup-header {
  padding: 24px 32px;
  border-bottom: 1px solid #e5e7eb;
  background: white;
  flex-shrink: 0;
}

.calendly-popup-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
}

/* Iframe Container */
.calendly-iframe-container {
  flex: 1;
  overflow: hidden;
  background: white;
}

.calendly-iframe-container iframe {
  display: block;
  border: none;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .calendly-popup-wrapper {
    padding: 0;
  }

  .calendly-popup-content {
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .calendly-popup-header {
    padding: 20px 24px;
  }

  .calendly-popup-header h2 {
    font-size: 20px;
  }

  .calendly-close-btn {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

/* Body scroll lock when popup is open */
body.calendly-popup-open {
  overflow: hidden;
}
/* end 19-2 sh */

/* Mobile */
@media (max-width: 640px) {
  .policy-card {
    padding: 28px;
  }

  .policy-title {
    font-size: 24px;
  }

  .policy-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 891px) {
 
  .timeline .timeline_step:not(:last-child)::before {
  
  left: 25px; /* aligns with icon center */
  top: 45px;
 
}
}

/*  */
/* @media (min-width: 1200px) {
  .konkrd-policy h5 {
    font-size: 1.3118rem;
  }
  .konkrd-policy h1 {
    font-size: 2.1422rem;
  }
  .konkrd-policy h4 {
  font-size: 1.417rem;
}
}

@media (min-width: 900px) {
  .konkrd-policy h5 {
    font-size: 1.3118rem;
  }
  .konkrd-policy h4 {
     font-size: 1.417rem;
}
}

@media (min-width: 600px) {
  .konkrd-policy p,
  .konkrd-policy ul li {
    font-size: 1.1667rem !important;
  }
  .konkrd-policy h5 {
    font-size: 1.1244rem;
  }
  .konkrd-policy h4 {
    font-size: 1.417rem;
}
} */
/* Default (Mobile <600px) */
.konkrd-policy h1 {
  font-size: 1.8rem;
}

.konkrd-policy h4 {
  font-size: 1.2rem;
}

.konkrd-policy h5 {
  font-size: 1rem;
}

.konkrd-policy p,
.konkrd-policy ul li {
  font-size: 1rem;
}


/* ≥600px */
@media (min-width: 600px) {
  .konkrd-policy p,
  .konkrd-policy ul li {
    font-size: 1.1667rem;
  }

  .konkrd-policy h5 {
    font-size: 1.1244rem;
  }

  .konkrd-policy h4 {
    font-size: 1.417rem;
  }
}


/* ≥900px */
@media (min-width: 900px) {
  .konkrd-policy h5 {
    font-size: 1.3118rem;
  }
}


/* ≥1200px */
@media (min-width: 1200px) {
  .konkrd-policy h1 {
    font-size: 2.1422rem;
  }

  .konkrd-policy h4 {
    font-size: 1.417rem;
  }
}
/* 25-2 */
.about-faq .e-n-accordion-item {
    border: 1px solid #63758766;
    border-radius: 8px;
    padding: 12px 20px;
}