 :root {
            --primary-color: #ffffff;
            --secondary-color: #e74c3c;
            --accent-color: #f39c12;
            --light-color: #ffffff;
            --dark-color: rgba(14, 135, 14, 0.936);
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
             background-color: var(--dark-color);
            color: rgba(252, 252, 252, 0.6);
            line-height: 1.6;
        }
        
        header {
            background: linear-gradient(135deg, var(--primary-color), var(--dark-color));
            color: white;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            text-decoration: none;
        }
        
        .logo span {
          padding-bottom: 1.5rem;
            color: var(--accent-color);
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 1.5rem;
        }
        
        nav ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            padding: 0.5rem 0.1rem;
            border-radius: 4px;
        }
       
.loga {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

.loga img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}
        
        nav ul li a:hover {
            color: #ed1e07;
            background-color: rgba(255, 255, 255, 0.1);
        }
        h1{
  color: #fafcfb;
  font-size: 4em;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

  .h {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h img {
  margin-left: 1rem;
  width: 35%;
  height: 70vh;
  border-radius: 20px;
}
 #p {
      font-size: 1.5rem;
      color: #fff;
      height: 70vh;
      width: 50%; 
      overflow: scroll;
  }

.pics{
  display: flex;
  justify-content: space-between;
  margin: 1.5rem;
}
.ab{
  width: 30%;
  margin-top: .5rem;
  height: 15rem;
  border: 1px solid rgb(244, 81, 17);
  border-radius: 15px;
}
   /* location+pre */
.as{
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  width: 100%;
}
 #fp{
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  width: 50%;
  overflow: scroll;
}

.youtube{
  display: flex;
  border: 1px solid rgb(228, 83, 26) ;
  margin-top: 2rem;
  width: 30%;
  height: 50px;
  margin-left: 35%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  background-color: rgb(105, 237, 99);
}
.youtube img{
  width: 50px;
  height: 37px;
  border-radius: 4px;
} 
.youtube a{
  text-decoration: none;
  color: #9c0909;
  font-size: 1.2rem;
  margin-left: 1rem;
  font-weight: bold;
}

 /* Container for centering */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Header styles */
.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-header h1 {
    color: #edb704;
    font-size: 2.5rem;
    text-shadow: #000 1px 1px 2px;
    margin-bottom: 0.5rem;
}

.contact-header h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight:bold;
}

/* Contact form layout for desktop */
.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 100%;
    max-width: 1000px;
    align-items: start;
}

.contact-form {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    background: white;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group textarea {
    height: 150px;
    resize: vertical;
    min-height: 120px;
}

/* Contact info section for desktop */
.contact-info {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 15px;
    border-left: 4px solid #3498db;
}

.contact-info h3 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.contact-details p {
    margin-bottom: 1rem;
    color: #555;
    display: flex;
    align-items: center;
}

.contact-details i {
    margin-right: 10px;
    color: #3498db;
}

/* Submit button */
.submit-btn {
    background: #3498db;
    color: white;
    padding: 14px 35px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* Divider */
.divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 2rem 0;
}

/* Windows activation notice - make it less prominent */
.windows-notice {
    text-align: center;
    color: #95a5a6;
    font-size: 0.8rem;
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #ecf0f1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-container {
        padding: 1rem;
    }
    
    .contact-form-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-header h1 {
        font-size: 2rem;
    }
    
    .contact-header h2 {
        font-size: 1.4rem;
    }
    
    .contact-form,
    .contact-info {
        padding: 2rem;
    }
}

/* Desktop specific enhancements */
@media (min-width: 769px) {
    .contact-container {
        min-height: 80vh;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .contact-form-wrapper {
        margin-top: 2rem;
    }
}
h2 , h3{
  color: var(--light-color);
  font-size: 2.5rem;
  text-align: center;
}

  
footer {
            background-color: var(--dark-color);
            color: white;
            padding: 3rem 0 1rem;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 12rem;
            margin-bottom: 2rem;
        }
        
        .footer-column h3 {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
        }
        
        .footer-column h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background-color: var(--accent-color);
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 0.8rem;
        }
        
        .footer-column ul li a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-column ul li a:hover {
            color: var(--accent-color);
        }
        
        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            transition: all 0.3s;
        }
        
        .social-links a:hover {
            background-color: var(--accent-color);
            transform: translateY(-3px);
        }
        
        .copyright {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255);
            color: #000;
            font-size: 0.9rem;
        }
 
    @media (max-width: 768px) {
            .header-content {
            flex-direction: column;
            text-align: center;
            }
            
            nav ul {
            justify-content: center;
            flex-wrap: wrap;
            }
            
            nav ul li {
            margin: 0 0.5rem;
            }
            nav ul li .mob {
            display: none;
            }
            
            .footer-content {
            width: 100% !important;
            max-width: 100vw !important;
            box-sizing: border-box;
            gap: 2rem;
            overflow-x: hidden;
            }

            body {
            overflow-x: hidden;
            }
            h1{
              font-size: 2.5rem;
              margin-left: 0;
              text-align: center;
            }
            h3{
              text-align: center;
            }
            .h {
              flex-direction: column;
              align-items: center;
            }
            .h img {
              width: 90%;
              height: 50vh;
              margin-left: 0;
            }
            #p {
              width: 90%;
              font-size: 1.2rem;
            }
            .youtube {
              width: 50%; 
              margin-left: 25%;
            }
            h2{
              font-size: 1.5rem;
              text-align: center;
            }
            h3{
              font-size: 2rem;
            }
            .as {
              flex-direction: column;
              align-items: center;
            }
            .as iframe {
              width: 90%;
              height: 300px;
            }
            #fp {
              width: 90%;
              font-size: 1.2rem;
            }
            .loga {
              position: fixed;
              top: 10px;
              left: 10px;
            }
 
.ab{
  height: 15rem;
  width: 90%;
}
.pics {
  flex-direction: column;
  align-items: center;
}

}


