                       /*Old Body Style*/     
      /* body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 20px;
            /* background: linear-gradient(to right, #00c6ff, #0072ff);
            color: #333;
        } */
       
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background: url("BT Apps And Technologies.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: #333;
            line-height: 1.6;
        }
        

        .container {
            max-width: 700px;
            margin: auto;
            background: #fff;
            padding: 20px;
            border-radius: 20px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            position: relative;
        }

        h1 {
            text-align: center;
            background: linear-gradient(to right, #ff9966, #ff5e62);
            border-radius: 10px;
            color: #fff;
            padding: 15px;
        }

        label {
            display: block;
            margin-top: 10px;
            font-weight: bold;
            color: #555;
        }

        input, textarea {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
            font-family: inherit;
            box-shadow: 0px 5px 15px rgba(255, 138, 0, 0.5);
        }

        button {
            display: block;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to right, #00b09b, #96c93d);
            color: #fff;
            border: none;
            border-radius: 5px;
            margin-top: 20px;
            cursor: pointer;
            font-size: 18px;
            transition: background 0.3s ease;
        }

        button:hover {
            background: linear-gradient(to right, #96c93d, #00b09b);
        }

        .cv-result {
            margin-top: 20px;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .cv-section {
            margin-bottom: 20px;
        }

        .cv-section h2 {
            border-bottom: 2px solid #ff5e62;
            padding-bottom: 5px;
            margin-bottom: 10px;
            color: #333;
        }

        .cv-picture {
            text-align: center;
            margin-bottom: 20px;
        }

        .cv-picture img {
            max-width: 150px;
            border-radius: 50%;
            border: 5px solid #ff5e62;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        lord-icon
        {
            background-color: transparent;
        }
        lord-icon:hover
        {
            /* background-color: #3df505; */
            cursor: pointer;
        }


  /*After heart style*/
  /* Add this to your existing CSS */
.field-group {
    position: relative;
    margin-bottom: 15px;
}

.field-group textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

/* .remove-field {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.add-field {
    color: #ff4444;
    font-size: 24px;
    cursor: pointer;
    margin: 10px 0;
}

.add-field:hover {
    color: #cc0000;
}       */