.left-box {
    flex: 1;
    padding-right: 40px;
}

.right-box {
    flex: 1;
}

.slider-box {
    margin-bottom: 20px;
}

.fund-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

.graph {
    background: linear-gradient(to top, #64b5f6, #7986cb);
    height: 180px;
    border-radius: 10px;
    position: relative;
}

.extra-earning {
    color: #1e88e5;
    font-weight: bold;
    margin-top: 15px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn {
    background-color: #FF8800;
    color: white;
    padding: 7px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.see-how {
    text-align: right;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
}

.range {
    width: 100%;
    margin-top: 10px;
}

.f-r {
    float:right;
}

.tnvested {
    color:#3f51b5;
}

.rate {
    color:#f6903a;;
}

.p-t-3 {
    padding-top: 3%;
}

.list-menu li:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 2%;
}

.active-menu {
    color: #127cece6;
}

.card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    padding: 2%;
}

.calculate-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 7px 30px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    width: 50%;
    margin: 20px 0;
    transition: transform 0.2s;
    text-align: center;
}

.calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.calculator-card .card {
    height: 150px;
    text-align: center;
    
}

.calculator-card h4 {
    font-weight: 600;
    margin-top: 5%;
    font-size: 17px; 
    
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1);
}

.fund-values {
    padding: 4%;
}

.blog-body {
    padding: 3%;
}

.tab-active {
    color: #ff8800 !important;
}

input[type="number"], select, input[type="text"], input[type="date"] {
    width: 100%;
    padding: 9px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1.05em;
    transition: all 0.3s ease;
    background: white;
}

input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

label {
    display: block;
    margin-bottom: 8px;
    color: #666666;
    font-weight: 600;
    font-size: 1.05em;
}

select {
    cursor: pointer;
    padding: 12px 15px !important;
}

input[type="range"] {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

input[type="range"] {
    height: 8px;
    background: linear-gradient(to right, #667eea, #764ba2);
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin-bottom: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 25px;
    height: 25px;
    background: #667eea;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.input-section {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 25px;
}

.content {
    margin: 0 auto;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    color: #2c3e50;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.header p {
    color: #6c757d;
    font-size: 1.1em;
}

.input-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group {
    transform: scale(1.02);
    transition: transform 0.2s ease;
}