.contact-bg {
            background-color: #F5F0FF;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        .contact-container {
            background-color: #1a1f2e;
            border-radius: 16px;
            padding: 40px;
            width: 100%;
            max-width: 600px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            color: white;
        }

        .contact-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .contact-info div {
            text-align: center;
            padding: 10px;
        }

        .contact-info i {
            font-size: 20px;
            margin-bottom: 10px;
            display: block;
        }

        .form-control {
            background-color: #ffffff;
            border: none;
            border-radius: 6px;
            color: #1a1f2e;
            padding: 12px;
            margin-bottom: 15px;
        }

        .form-control:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(255, 0, 255, 0.3);
        }

        textarea.form-control {
            height: 100px;
        }

        .btn-primary {
            background-color: #4a5568;
            border: none;
            border-radius: 6px;
            padding: 12px 30px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #2d3748;
            transform: translateY(-2px);
        }

        .contact-container h2 {
            margin-bottom: 15px;
            font-size: 28px;
            text-align: center;
        }

        .contact-container p {
            color: #b2b2b2;
            margin-bottom: 30px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            color: #b2b2b2;
        }



.contact1-pic {
  width: 296px;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;    /* Centers vertically */
  
}

.contact1-pic img {
  max-width: 100%;
  
}
