
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color:#333333; 
        }

        .header {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 70vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #ecf0f1;
            position: relative;
            overflow: hidden;
        }

        .header-content {
            text-align: center;
            width: 90%;
        }

        .header h1 {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(90deg, #df93ff, #b500ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
        .header p {
            font-size: 24px;
            color: #ecf0f1;
        }

        .header button {
            background-color: #8e44ad;
            color: #fff;
            border: none;
            padding: 12px 24px;
            cursor: pointer;
            font-size: 20px;
            border-radius: 25px;
            margin-bottom: 30px;
        }

        .header button:hover {
            background-color: #732d91;
        }

        .section {
            text-align: center;
        }

        .section img {
            max-width: 100%;
            height: auto;
        }

        .content-header h1 {
            color: #ecf0f1;
            font-size: 48px;
            text-align: center;
        }

        .content-section {
            display: flex;
            align-items: center;
            margin: 20px 200px;
        }

        .text-right {
            width: 50%;
            text-align: left;
            color: #ecf0f1;
            font-size: 28px;
        }

        .image-right {
            width: 50%;
            max-width: 100%;
            height: auto;
        }

        .content {
            padding: 20px;
            max-width: 800px;
            margin: auto;
            text-align: left;
            background: #34495e;
            border-radius: 10px;
        }

        .content h2 {
            color: #ecf0f1;
            font-size: 1.5em;
        }

        .content p {
            font-size: 1em;
            line-height: 1.6;
            color: #bdc3c7;
        }

        .whatsapp-section {
            background: #333333;
            color: #ecf0f1;
            padding: 40px 100px;
            text-align: center;
        }

        .whatsapp-section h2 {
            font-size: 1.6em;
        }

        .whatsapp-section ul {
    list-style: none;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 900px;
    text-align: left;
    background: #fff;
}

        .whatsapp-section ul li {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.8;
            color: #000;
            margin-bottom: 10px;
        }

        .footer {
            text-align: center;
            padding: 20px;
            background: #333;
            color: #ecf0f1;
        }

        .container3 {
            max-width: 1200px;
            margin: 0 auto;
            background: #333;
            border-radius: 12px;
            padding: 60px 40px;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
        }

        .cta-box {
            padding: 24px;
            border-radius: 10px;
            text-align: center;
            margin-top: 30px;
            min-width: 100%;
        }

        .cta-btn {
            background-color:#7b98e1;
            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: #2c4a9e;
        }
        
        .floating-button {
            position: fixed;
            bottom: 20px;  
            left: 50%;    
            transform: translateX(-50%);
            z-index: 1000; 
        }
         .whatsapp-section p{
              font-size: 22px;
    width: 1200px;
    margin: auto;
    font-weight: 600;
    text-align: left;

        }
        .whatsapp-section h1{
             width: 1200px;
    margin: auto;

        }

        @media (max-width: 768px) {
            .header {
                background-image: url('static/images/header.jpeg');
                height: 26vh; 
            }

            .header h1 {
                font-size: 28px; 
                color: #ecf0f1; 
                margin-top: 10px; 
            }

            .content-section {
                flex-direction: column;
                align-items: center;
                margin: 0;
            }

            .text-right {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
                 font-size: 22px;
            }

            .image-right {
                width: 100%;
                max-width: 80%;
            }
             .whatsapp-section {
            background: #333333;
            color: #ecf0f1;
            padding: 40px 20px;
            text-align: center;
        }
        .whatsapp-section h1 {
    width: 100%;
    margin: auto;
}
.whatsapp-section p{
     width: 100%;
    margin: auto;
}
.whatsapp-section ul li {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    color: #000;
    margin-bottom: 10px;
}
        }

        .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.7); 
        }

        .modal-content {
            background-color: #ffffff;
            margin: 15% 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 #284788; 
            border-radius: 5px;
            background-color: #fff;
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
        }

        .button.selected {
            background-color: #284788; 
            color: white;
        }

        input[type="submit"] {
            padding: 10px 20px;
            width: 100%;
            border: 1px solid #284788;
            border-radius: 5px;
            background-color: #284788; 
            color: white; 
            cursor: pointer;
            transition: background-color 0.3s, color 0.3s;
            font-size: 16px;
            font-weight: 600;
        }

        input[type="submit"]:hover {
            background-color: #284788; 
        }

        h2, h4 {
            color: #ecf0f1;
            margin: 10px;
        }

        h3 {
            margin: 5px;
            color: #8e44ad; 
        }

        .modal-title {
            text-align: left;
        }

        .modal-title p {
            color: #8e44ad; 
            font-size: 14px;
            margin: 10px;
        }

        .hidden {
            display: none;
        }

        .experienceOptions {
            max-width: 550px;
            margin: 0 auto;
            text-align: left;
        }

        .cdd {
            width: 180px;
            text-align: center;
        }

        .imgmini {
            width: 180px;
        }