.elementor-49172 .elementor-element.elementor-element-6f5f0c5{--display:flex;}.elementor-49172 .elementor-element.elementor-element-ab75fa2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-49172 .elementor-element.elementor-element-a2fe232{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-3cfd4b1{--display:flex;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-49172 .elementor-element.elementor-element-cba0ebc .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-9d4df25{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-3a3d1c4{--display:flex;}.elementor-49172 .elementor-element.elementor-element-d83824b .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-f6c70a9{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-86e7426{--display:flex;}.elementor-49172 .elementor-element.elementor-element-a0f9c89 .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-2759960{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-b034a98{--display:flex;}.elementor-49172 .elementor-element.elementor-element-85ea40c .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-3423c40{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-23e52d7{--display:flex;}.elementor-49172 .elementor-element.elementor-element-d5d3f53{--display:flex;}.elementor-49172 .elementor-element.elementor-element-08a9034 .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-8ed5fea{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-07530a7{--display:flex;}.elementor-49172 .elementor-element.elementor-element-7d61259 .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-29b8b19{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-4432a01{--display:flex;}.elementor-49172 .elementor-element.elementor-element-41cd36c .elementor-heading-title{font-size:22px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-55cf8ca{color:#3D3D3D;}.elementor-49172 .elementor-element.elementor-element-bff515d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49172 .elementor-element.elementor-element-f250e2e .elementor-heading-title{font-size:20px;color:#4F4F4F;}.elementor-49172 .elementor-element.elementor-element-2587800{color:#3D3D3D;}/* Start custom CSS for html, class: .elementor-element-9ecd4b0 */<style>
       
        
        body {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            min-height: 100vh;

            justify-content: center;
            align-items: center;

        }
        
        .currency-converter {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            width: 100%;
        
            overflow: hidden;
        }
        
        .converter-header {
            background: linear-gradient(90deg, #1a237e 0%, #283593 100%);
            color: white;
            padding: 10px 10px;
            text-align: center;
        }
        
        .converter-header h1 {
            font-size: 25px;
                    margin-top: 10px;
            font-weight: 800px;
            color: white;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
         .converter-header h2 {
            font-size: 20px;
            margin-top: 4px;
            font-weight: 500px;
            color: white;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .converter-header p {
            opacity: 0.9;
            font-size: 14px;
        }
        
        .converter-body {
            padding: 20px 15px;
        }
        
        .conversion-section, .chart-section {
            background: #f9f9f9;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
            margin-bottom: 20px;
        }
        
        .input-group {
            margin-bottom: 15px;
        }
        
        .input-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
        }
        
        .amount-input {
            width: 100%;
            padding: 14px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        .amount-input:focus {
            border-color: #3949ab;
            outline: none;
        }
        
        .currency-.elementor-49172 .elementor-element.elementor-element-9ecd4b0 {
            display: flex;
            align-items: center;
            margin: 15px 0;
            gap: 8px;
            font-size: 14px;
        }
        
        .flag {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            object-fit: cover;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .exchange-rate {
            text-align: center;
            margin: 20px 0;
            padding: 12px;
            background: #e8eaf6;
            border-radius: 8px;
            font-size: 16px;
        }
        
        .exchange-rate span {
            font-weight: 700;
            color: #3949ab;
        }
        
        .usd-to-inr {
            text-align: center;
            margin: 15px 0;
            padding: 12px;
            background: #e8eaf6;
            border-radius: 8px;
            font-size: 15px;
        }
        
        .usd-to-inr span {
            font-weight: 700;
            color: #1a237e;
        }
        
        .convert-btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(90deg, #3949ab 0%, #1a237e 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 4px 10px rgba(57, 73, 171, 0.25);
            margin: 10px 0;
        }
        
        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(57, 73, 171, 0.35);
        }
        
        .convert-btn:active {
            transform: translateY(0);
        }
        
        .result-container {
            margin-top: 20px;
            padding: 18px;
            background: #e8eaf6;
            border-radius: 8px;
            text-align: center;
        }
        
        .result-container h3 {
            margin-bottom: 8px;
            color: #333;
            font-size: 16px;
        }
        
        .result-amount {
            font-size: 28px;
            font-weight: 700;
            color: #1a237e;
        }
        
        .chart-container {
            margin-top: 15px;
            position: relative;
            height: 200px;
            width: 100%;
        }
        
        .additional-info {
            margin-top: 20px;
            padding: 12px;
            background: #f5f5f5;
            border-radius: 8px;
            font-size: 13px;
            color: #666;
            line-height: 1.5;
        }
        
        .disclaimer {
            text-align: center;
            padding: 12px;
            background: #ffecb3;
            margin-top: 15px;
            border-radius: 8px;
            font-size: 13px;
            color: #7d6608;
            line-height: 1.5;
        }
        
        .last-updated {
            text-align: right;
            margin-top: 8px;
            font-size: 11px;
            color: #888;
        }
        
        .api-status {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 12px;
            gap: 6px;
            font-size: 13px;
        }
        
        .status-indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
        }
        
        .status-live {
            background-color: #4caf50;
        }
        
        .status-offline {
            background-color: #f44336;
        }
        
        .refresh-btn {
            background: #3f51b5;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 6px 10px;
            cursor: pointer;
            font-size: 12px;
            margin-left: 8px;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        
        .refresh-btn:hover {
            background: #303f9f;
        }
        
        .loader {
            width: 18px;
            height: 18px;
            border: 2px solid #f3f3f3;
            border-top: 2px solid #3949ab;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            display: none;
            margin: 0 auto;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .next-update {
            text-align: center;
            margin-top: 8px;
            font-size: 13px;
            color: #666;
        }
        
        /* Mobile-specific adjustments */
        @media (max-width: 480px) {
            .currency-converter {
                border-radius: 12px;
            }
            
            .converter-header {
                padding: 15px 10px;
            }
            
            .converter-header h2 {
                font-size: 20px;
            }
            
            .converter-body {
                padding: 15px 10px;
            }
            
            .conversion-section, .chart-section {
                padding: 15px;
            }
            
            .amount-input {
                padding: 12px;
                font-size: 16px; /* Prevents zoom on iOS */
            }
            
            .result-amount {
                font-size: 24px;
            }
            
            .exchange-rate, .usd-to-inr {
                font-size: 14px;
                padding: 10px;
            }
            
            .convert-btn {
                padding: 12px;
                font-size: 15px;
            }
        }
        
        /* Very small devices */
        @media (max-width: 350px) {
            .converter-header h2 {
                font-size: 18px;
            }
            
            .currency-.elementor-49172 .elementor-element.elementor-element-9ecd4b0 {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .flag {
                width: 24px;
                height: 24px;
            }
        }
        
        /* Landscape orientation */
        @media (max-height: 500px) and (orientation: landscape) {
            body {
                padding: 10px;
            }
            
            .currency-converter {
                max-width: 90%;
            }
            
            .chart-container {
                height: 150px;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7dd624 */<style>
 .container {
            width: 100%;
   }
        
        .header {
          
        }
        
        .header h2 {
            font-size: 25px;
            margin-bottom: 10px;
               text-align: center;
            color: #1a237e;
        }
        
        .header p {
            opacity: 0.9;
            padding: 1px;
            font-size: 15px;
              text-align: center;
        }
  @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .conversion-table {
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            padding: 25px;
            width: 100%;
            margin-bottom: 30px;
            overflow-x: auto;
        }
        
        .conversion-table h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #1a237e;
            font-size: 2px;
        }
        
        .table-container {
            max-height: 400px; /* Fixed height for scroll */
            overflow-y: auto; /* Vertical scroll */
            border: 1px solid #ddd;
            border-radius: 8px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
        }
        
        th, td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        th {
            background-color: #3949ab;
            color: white;
            position: sticky;
            top: 0;
            z-index: 10;
        }
        
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        tr:hover {
            background-color: #e8eaf6;
        }
        
        .inr-amount {
            font-weight: 600;
            color: #1a237e;
        }
        
        .usd-amount {
            font-weight: 600;
            color: #388e3c;
        }
        
        .disclaimer {
            text-align: center;
            padding: 15px;
            background: #ffecb3;
            border-radius: 8px;
            font-size: 14px;
            color: #7d6608;
            width: 100%;
        }
        
        /* Custom scrollbar for the table */
        .table-container::-webkit-scrollbar {
            width: 8px;
        }
        
        .table-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 0 8px 8px 0;
        }
        
        .table-container::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 8px;
        }
        
        .table-container::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }
        
        @media (max-width: 768px) {
            .header h2 {
                font-size: 24px;
            }
            
            .conversion-table {
                padding: 15px;
            }
            
            .exchange-rate {
                font-size: 16px;
                padding: 12px;
            }
            
            th, td {
                padding: 10px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .header h2 {
                font-size: 20px;
            }
            
            th, td {
                padding: 8px;
                font-size: 12px;
            }
            
            .table-container {
                max-height: 300px;
            }
        }
    </style>/* End custom CSS */