.elementor-4695 .elementor-element.elementor-element-742ab02{--display:flex;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4695 .elementor-element.elementor-element-46981fd > .elementor-widget-container{margin:-13px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-4695:not(.elementor-motion-effects-element-type-background), body.elementor-page-4695 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9EFFA;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-46981fd *//* Zoom container to handle 70% zoom */
        .zoom-container {
            zoom: 120%;
            -moz-transform: scale(0.7);
            -moz-transform-origin: 0 0;
            -o-transform: scale(0.7);
            -o-transform-origin: 0 0;
            -webkit-transform: scale(0.7);
            -webkit-transform-origin: 0 0;
            transform: scale(0.7);
            transform-origin: 0 0;
            width: 142.857%; /* 100% / 0.7 */
            height: 142.857%;
        }
        
        :root {
            --primary: #0066cc;
            --primary-light: #e6f2ff;
            --dark: #333;
            --light: #f8f9fa;
            --gray: #6c757d;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            margin: 0;
            min-height: 100vh;
            padding-bottom: 30px;
            background-color: #f5f7fa;
            overflow-x: hidden;
        }
        .app-header {
            text-align: center;
            padding: 30px 0 20px;
        }
        .app-header h1 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 2.5rem;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .app-header p {
            color: #666;
            font-size: 1.1rem;
            margin: 0 auto;
            max-width: 600px;
        }
        .unit-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.15);
            padding: 30px;
            border: 1px solid #e0e0e0;
            margin-bottom: 30px;
        }
        .input-area {
            border: 2px dashed #d1d1d1;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            transition: all 0.3s;
            background-color: white;
            margin-bottom: 25px;
            background: #f8faff;
        }
        .input-area:hover {
            border-color: var(--primary);
            background-color: #f0f8ff;
            box-shadow: 0 8px 20px rgba(0,102,204,0.1);
        }
        .mobile-spacer {
            height: 15px;
            display: none;
        }
        .icon-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 10px;
            margin-bottom: 30px;
        }
        .icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px 5px;
            border-radius: 10px;
            background: white;
            border: 1px solid #dee2e6;
            transition: all 0.3s;
            cursor: pointer;
            text-align: center;
            box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }
        .icon-item:hover, .icon-item.active {
            background: var(--primary-light);
            border-color: var(--primary);
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0, 102, 204, 0.2);
        }
        .icon-item i {
            font-size: 1.8rem;
            color: var(--primary);
            margin-bottom: 8px;
        }
        .icon-item span {
            font-weight: 500;
            color: #555;
            font-size: 0.9rem;
        }
        .form-group {
            margin-bottom: 20px;
            position: relative;
        }
        .content-form {
            display: none;
        }
        .content-form.active {
            display: block;
        }
        .form-control, .form-select {
            padding: 12px 15px;
            border-radius: 8px;
            border: 1px solid #d1d1d1;
            font-size: 1.05rem;
            height: 58px;
        }
        .form-control:focus, .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
        }
        
        .card {
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }
        
        .input-header {
            margin-bottom: 25px;
        }
        .input-header h3 {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 10px;
        }
        .input-header p {
            color: #666;
            font-size: 1.05rem;
        }
        
        .conversion-form {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 0;
            border: 1px solid #e9ecef;
        }
        
        /* Value Box Styles */
        .value-box-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 20px;
        }
        
        .value-box {
            flex: 1;
            background: white;
            border-radius: 10px;
            padding: 15px;
            border: 1px solid #e0e0e0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
            text-align: center;
            height: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .value-box h5 {
            color: #555;
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 1rem;
        }
        
        .value-box .form-control {
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            height: 50px;
            background: #f8f9fa;
            padding: 8px 12px;
        }
        
        .value-box .form-control:focus {
            background: white;
        }
        
        .value-box.to .form-control {
            background: var(--primary-light);
            color: var(--primary);
        }
        
        .equal-sign {
            font-size: 2.5rem;
            font-weight: bold;
            color: var(--primary);
            padding: 0 20px;
            margin: 0 10px;
        }
        
        /* Swap button styling */
        .swap-container {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }
        
        .swap-btn {
            border-radius: 50%;
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border: 1px solid var(--primary);
            color: var(--primary);
            transition: all 0.3s;
            margin-top: 22px;
        }
        
        .swap-btn:hover {
            background: var(--primary);
            color: white;
            transform: rotate(180deg);
        }
        
        /* Category Colors */
        .length-box { border-top: 4px solid #3498db; }
        .area-box { border-top: 4px solid #2ecc71; }
        .volume-box { border-top: 4px solid #9b59b6; }
        .mass-box { border-top: 4px solid #e67e22; }
        .temperature-box { border-top: 4px solid #e74c3c; }
        .time-box { border-top: 4px solid #1abc9c; }
        .speed-box { border-top: 4px solid #f1c40f; }
        .pressure-box { border-top: 4px solid #34495e; }
        .energy-box { border-top: 4px solid #d35400; }
        .frequency-box { border-top: 4px solid #8e44ad; }
        .storage-box { border-top: 4px solid #16a085; }
        .transfer-box { border-top: 4px solid #27ae60; }
        .fuel-box { border-top: 4px solid #c0392b; }
        .angle-box { border-top: 4px solid #2980b9; }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .icon-grid {
                grid-template-columns: repeat(5, 1fr);
            }
            .equal-sign {
                padding: 0 15px;
                font-size: 2.2rem;
            }
        }
        
        @media (max-width: 768px) {
            .unit-container {
                padding: 20px;
            }
            .input-area {
                padding: 1.5rem;
            }
            .app-header {
                padding: 20px 0 10px;
            }
            .app-header h1 {
                font-size: 2rem;
            }
            .mobile-spacer {
                display: block;
            }
            .icon-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .input-header h3 {
                font-size: 1.5rem;
            }
            .value-box-container {
                flex-direction: column;
            }
            .equal-sign {
                transform: rotate(90deg);
                padding: 15px 0;
                margin: 10px 0;
            }
            .value-box {
                width: 100%;
                margin-bottom: 15px;
            }
            .swap-btn {
                margin: 15px auto;
                transform: rotate(90deg);
            }
            .swap-btn:hover {
                transform: rotate(270deg);
            }
        }
        @media (max-width: 576px) {
            .unit-container {
                padding: 15px;
                border-radius: 14px;
            }
            .input-area {
                padding: 1.2rem;
            }
            .app-header h1 {
                font-size: 1.8rem;
            }
            .app-header p {
                font-size: 1rem;
            }
            .icon-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .input-header h3 {
                font-size: 1.4rem;
            }
            .value-box {
                height: 90px;
            }
            .value-box .form-control {
                height: 45px;
                font-size: 1.1rem;
            }
        }/* End custom CSS */