
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            line-height: 1.6; 
            color: #333; 
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        .container { max-width: 800px; margin: 0 auto; padding: 2rem; }
        header { 
            background: linear-gradient(135deg, #2c5aa0, #1e3c72); 
            color: white; 
            padding: 1.5rem; 
            text-align: center; 
            border-radius: 15px; 
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

 .sahara-logo{
     background-image: url(photos/sahara-logo.png);
        height: 55px;
        background-size: cover;
        width: 40px;
 }

 .ancer{
    justify-content: space-evenly;
 }



        .logo { font-size: 2.2rem; 
            font-weight: bold;
           
         }
        .contact-section { 
            background: white; 
            padding: 3rem; 
            border-radius: 20px; 
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            margin-bottom: 2rem;
        }
        h1 { color: #2c5aa0; margin-bottom: 1rem; text-align: center; }
        h2 { color: #2c5aa0; margin-bottom: 2rem; text-align: center; }
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            margin-bottom: 2rem;
        }
        .contact-info {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 15px;
        }
        .contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        .contact-item span { font-size: 1.6rem; }
        .form-group {
            margin-bottom: 1.5rem;
        }
        label {
            display: block;
            margin-bottom: 0.5rem;
            color: #2c5aa0;
            font-weight: 600;
        }
        input, select, textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e1e5e9;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s;
        }
        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52,152,219,0.1);
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #e74c3c, #c0392b);
            color: white;
            padding: 15px;
            border: none;
            border-radius: 12px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
        }
        .submit-btn:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(231,76,60,0.4);
        }
        .submit-btn:disabled {
            background: #95a5a6;
            cursor: not-allowed;
        }
        .message {
            padding: 1.2rem;
            border-radius: 10px;
            margin-bottom: 1.5rem;
            font-weight: 500;
            text-align: center;
            display: none;
        }
        .message.success {
            background: #d4edda;
            color: #155724;
            border: 2px solid #c3e6cb;
        }
        .message.error {
            background: #f8d7da;
            color: #721c24;
            border: 2px solid #f5c6cb;
        }
        footer {
            text-align: center;
            padding: 2rem;
            color: #666;
        }
        @media (max-width: 768px) {
            .container { padding: 1rem; }
            .contact-grid, .form-row { grid-template-columns: 1fr; }
            .contact-section { padding: 2rem 1.5rem; }
        }
   
        /* whatsapp section */
          .whtasapp1{
            padding: 20x;
            justify-content: space-between;
        }
      
.whatsapp-img{
       height: 74px;
    width: 72px;
    justify-content: right;
    display: inline-block;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    margin-top: 12px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    /* font-size: 144.1rem; */
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(10, 228, 57, 0.4);
    }

    .whatsapp-img:hover{
         transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(94, 231, 60, 0.5);
    }