/*       *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }



      body {
        font-family: 'Inter', system-ui, sans-serif;
        background-color: #ffffff;
        color: #1a1a1a;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
      } */

      /* Header */
      .headers {
        width: 100%;
        background: linear-gradient(135deg, #e91e8c 0%, #ff4d8d 50%, #ff80b0 100%);
           padding: 24px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
      }

      .headers::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        pointer-events: none;
      }

      .headers-icon {
        width: 64px;
        height: 64px;
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
        backdrop-filter: blur(4px);
        border: 2px solid rgba(255,255,255,0.3);
      }

      .headers-icon svg {
        width: 32px;
        height: 32px;
        stroke: white;
        fill: none;
      }

      .headers h1 {
        font-size: 45px !important;
        font-weight: 700;
        color: white;
        letter-spacing: -0.5px;
        text-shadow: 0 2px 8px rgba(0,0,0,0.15);
      }

      .headers p {
        margin-top: 0.5rem;
        font-size: 1rem;
        color: rgba(255,255,255,0.85);
        font-weight: 400;
      }
.elementor-shortcode{
	justify-items:center;
}

      /* Main container */
      .container {
        width: 100%;
        max-width: 800px;
        padding: 0 1.25rem 3rem;
        margin-top: -1.5rem;
        position: relative;
        z-index: 1;
      }

      /* Card */
      .card {
        background: #ffffff;
        border-radius: 20px !important;
        box-shadow: 0 10px 40px rgba(233,30,140,0.15), 0 4px 12px rgba(0,0,0,0.1);
        padding: 2rem;
        border: 1px solid #ffe0ee;
      }

      /* Section label */
      .section-label {
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #e91e8c;
        margin-bottom: 0.6rem;
      }

      /* Input group */
      .input-group {
        margin-bottom: 1.25rem;
      }

      .input-row {
        display: flex;
        gap: 0;
        border: 2px solid #ececec !important;
        border-radius: 12px !important;
        overflow: hidden;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        background: #ffffff !important;
      }

      .input-row:focus-within {
        border-color: #ff4d8d;
        box-shadow: 0 0 0 3px rgba(233,30,140,0.1);
      }

      .input-row input[type="number"] {
/*         flex: 1; */
        border: none !important;
        outline: none !important;
        padding: 0.85rem 1rem;
        font-size: 1.05rem;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        color: #1a1a1a !important;
        background: transparent !important;
        min-width: 85% !important;
        -moz-appearance: textfield;
      }

      .input-row input[type="number"]::-webkit-inner-spin-button,
      .input-row input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      .unit-select {
        border: none !important;
        border-left: 2px solid #ececec !important;
        outline: none !important;
        padding: 0.85rem 0.75rem 0.85rem 0.9rem;
        font-size: 0.85rem;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        color: #c4166f !important;
        background: #fff0f6;
        cursor: pointer;
        appearance: none;
        -webkit-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='%23e91e8c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.5rem center;
        padding-right: 1.8rem;
        transition: background-color 0.2s ease;
      }

      .unit-select:hover {
        background-color: #ffe0ee;
      }

      /* Divider with icon */
      .divider {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 1.5rem 0;
      }

      .divider-line {
        flex: 1;
        height: 1px;
        background: #ececec;
      }

      .divider-icon {
        width: 36px;
        height: 36px;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #ff4d8d, #c4166f);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 2px 8px rgba(233,30,140,0.3);
      }

      .divider-icon svg {
        width: 18px;
        height: 18px;
        stroke: white;
        fill: none;
      }

      /* Buttons row */
      .btn-row {
        display: flex;
        gap: 0.75rem;
        margin-top: 1.5rem;
      }

      .btn {
        flex: 1;
        padding: 0.85rem 1rem;
        border: none !important;
        border-radius: 12px !important;
        font-family: 'Inter', sans-serif;
        font-size: 0.95rem !important;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
      }

      .btn-primary {
        background: linear-gradient(135deg, #e91e8c, #ff4d8d) !important;
        color: white !important;
        box-shadow: 0 4px 14px rgba(233,30,140,0.35);
      }

      .btn-primary:hover {
        background: linear-gradient(135deg, #c4166f, #e91e8c) !important;
        box-shadow: 0 6px 20px rgba(233,30,140,0.45) !important;
        transform: translateY(-1px);
      }

      .btn-primary:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(233,30,140,0.3);
      }

      .btn-secondary {
        background: #ffffff !important;
        color: #c4166f !important;
        border: 2px solid #ffb3d1 !important;
      }

      .btn-secondary:hover {
        background: #fff0f6 !important;
        border-color: #ff4d8d;
        transform: translateY(-1px);
      }

      .btn-secondary:active {
        transform: translateY(0);
      }

      /* Results section */
      .results-section {
        margin-top: 1.75rem;
      }

      .results-header {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
        border-bottom: 2px solid #ffe0ee !important;
      }

      .results-header-dot {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background: linear-gradient(135deg, #ff4d8d, #c4166f);
        box-shadow: 0 0 6px #ff4d8d;
      }

      .results-header h2 {
        font-size: 1rem;
        font-weight: 700;
        color: #444;
        letter-spacing: -0.2px;
      }

      .results-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
      }

      @media (max-width: 765px) {
        .results-grid {
          grid-template-columns: 1fr;
        }
      }
.headers h1{
	font-size:33px !important
}
.container{
	padding:10px !important;
}
.input-row input[type="number"] {
    /* flex: 1; */
    border: none !important;
    outline: none !important;
    padding: 0.85rem 1rem !important;
    font-size: 1.05rem !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #1a1a1a !important;
    background: transparent !important;
    min-width: 68% !important;
    -moz-appearance: textfield;
}
      .result-card {
        background: #f8f8f8;
        border: 1.5px solid #ececec;
        border-radius: 12px;
        padding: 1rem;
        transition: all 0.2s ease;
        position: relative;
        overflow: hidden;
      }

      .result-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, #ff4d8d, #c4166f);
        opacity: 0;
        transition: opacity 0.2s ease;
      }

      .result-card:hover {
        border-color: #ffb3d1;
        background: #fff0f6;
        transform: translateY(-1px);
        box-shadow: 0 1px 3px rgba(233,30,140,0.08), 0 1px 2px rgba(0,0,0,0.06);
      }

      .result-card:hover::before {
        opacity: 1;
      }

      .result-label {
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: #888;
        margin-bottom: 0.4rem;
      }

      .result-value {
        font-size: 1.15rem;
        font-weight: 700;
        color: #1a1a1a;
        font-variant-numeric: tabular-nums;
        letter-spacing: -0.3px;
        word-break: break-all;
        line-height: 1.3;
        min-height: 1.5em;
      }

      .result-value.empty {
        color: #d4d4d4;
        font-weight: 400;
        font-size: 0.95rem;
      }

      .result-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.6rem;
      }

      .result-unit-badge {
        font-size: 0.68rem;
        font-weight: 600;
        color: #c4166f;
        background: #ffe0ee;
        padding: 0.15rem 0.5rem;
        border-radius: 100px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }

      .copy-btn {
        border: none !important;
        background: none !important;
        cursor: pointer !important;
        padding: 0.3rem 0.6rem;
        border-radius: 6px !important;
        font-size: 0.75rem;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: #e91e8c !important;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        transition: all 0.2s ease;
      }

      .copy-btn:hover {
        background: #ffe0ee !important;
        color: #9c1158 !important;
      }

      .copy-btn.copied {
        color: #16a34a !important;
        background: #dcfce7 !important;
      }

      .copy-btn svg {
        width: 13px;
        height: 13px;
        stroke: currentColor;
        fill: none;
      }

      /* Visual angle display */
      .angle-visual {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1.5rem 0 0.5rem;
      }

      .dial-wrapper {
        position: relative;
        width: 120px;
        height: 120px;
      }

      .dial-svg {
        width: 120px !important;
        height: 120px;
      }

      /* Footer */
      .footer {
        text-align: center;
        padding: 1.5rem;
        font-size: 0.8rem;
        color: #888;
      }

      /* Toast notification */
      .toast {
        position: fixed;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%) translateY(100px);
        background: #1a1a1a;
        color: white;
        padding: 0.65rem 1.25rem;
        border-radius: 100px;
        font-size: 0.85rem;
        font-weight: 500;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
        z-index: 9999;
        white-space: nowrap;
        pointer-events: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      }

      .toast.show {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
      }

      /* Responsive tweaks */
      @media (max-width: 480px) {
        .card {
          padding: 1.5rem 1.25rem;
        }
        .btn-row {
          flex-direction: column;
        }
        .header {
          padding: 2rem 1rem 3rem;
        }
      }
    