        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background: linear-gradient(135deg, #0f2027, #203a4d);
            color: #fff;
        }
         header {
    height: 50px;
    margin: 30px;
    background-size: cover;
    background-position: center;
}

        @media (min-width: 769px) {
            header {
                background-image: url('../images/2.png');
            }
        }

        @media (max-width: 768px) { 
            header {
                background-image: url('../images/3.png');
            }
        }
        h1 {
            font-size: 3em;
            margin: 0;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
        }
        .container {
            width: 80%;
            margin: auto;
            padding: 30px;
            overflow-y: auto;
            border-radius: 15px;
            backdrop-filter: blur(5px);
            position: relative;
            z-index: 1;
        }
        .container li {
            font-size: 20px;
            list-style-type: none;
        }
        h2 {
            color: #00ffcc;
            margin-top: 20px;
            font-size: 24px;
            text-align: left;
        }
        p {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0;
    color: #e0e0e0;
}
        .mentor {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 20px 0;
            padding: 20px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        }
        .mentor-image img {
            border-radius: 50%;
            width: 200px;
            height: 200px;
            border: 3px solid #00ffcc; 
        }
        .mentor-info h3 {
            text-align: center;
            margin-top: 10px;
            font-size: 26px;
            color: #00ffcc; 
        }
        .mentor-info p {
            text-align: left;
            margin-top: 10px;
            font-size: 20px;
        }
        .cta-button {
            display: inline-block;
            padding: 15px 30px;
            background: linear-gradient(90deg, #007bff, #00ffcc);
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: transform 0.3s, background 0.3s;
            margin-top: 20px;
            box-shadow: 0 4px 20px rgba(0, 123, 255, 0.5);
        }
        .cta-button:hover {
            transform: scale(1.05);
            background: linear-gradient(90deg, #0056b3, #00cc99);
        }
        .footer {
            text-align: center;
            padding: 20px;
            color: #ecf0f1;
        }
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }
        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            animation: particle-animation linear infinite;
        }
        @keyframes particle-animation {
            0% { transform: translate(0, 0); opacity: 1; }
            100% { transform: translate(100px, 100px); opacity: 0; }
        }
        .custom-list {
            list-style-type: none;
            padding: 0; 
        }
        .checkmark {
            color: #00ffcc; 
            font-size: 1.5em;
            margin-right: 10px;
            vertical-align: middle; 
        }
        .flex-container {
            display: flex;
            align-items: center;
            margin: 20px 0;
            flex-direction: row; 
        }
        .flex-container img {
            width: 100%;
            max-width: 600px;
            border-radius: 10px;
            margin-right: 20px; 
        }
        .flex-container .text-content {
            flex: 1;
        }



        @media (max-width: 768px) {

            .flex-container {
                flex-direction: column; 
                align-items: center;
            }
            .flex-container img {
                margin-right: 0;
                margin-bottom: 20px; 
            }
        }
          .modal {
            display: none; 
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
        }
        .modal-content {
           background-color: #dffff9;
    margin: 6% auto;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    text-align: left;
        }
        .close {
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        .button {
            display: inline-block;
            padding: 10px 20px;
            margin: 5px;
            border: 1px solid #2c685d;
            border-radius: 5px;
            background-color: white;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            color: #2f8877;
        }
        .button.selected {
            background-color: #2f8877;
            color: white;
        }
        input[type="submit"] {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #00b894;
    border-radius: 5px;
    background-color: #00b894; 
    color: white; 
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 18px;
    font-weight: 600;
}

input[type="submit"]:hover {
    background-color: #2f8877; 
}
h2{
    color: #2c685d;
}
h3{
    color: #2c685d;
}
.modal-title{
    text-align:left;
}
.modal-title p{
    color: #2c685d;
    font-size: 14px;
}

        .hidden {
            display: none;
        }
                .experienceOptions{
            max-width: 550px;
            margin: 0 auto;
            text-align: left;
        }
        .cdd{
            width: 180px;
        }
 .container3 {
      margin:0px auto;
      border-radius: 12px;
      padding: 60px 40px;
    }
    
    .cta-box {
      /*background: #ecf9f1;*/
      /*border: #00b894;*/
      padding: 24px;
      border-radius: 10px;
      text-align: center;
      margin-top: 30px;
      min-width: 100%;
    }


    .cta-btn {
      background-color: #00b894;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .cta-btn:hover {
      background-color: #01946c;
    }
    .floating-button {
    position: fixed;
    bottom: 20px;  
    left: 50%;    
    transform: translateX(-50%);
    z-index: 1000; 
}