  body { font-family: "Red Hat Text", sans-serif;
      font-weight: 400;
      color: #000;
      overflow-x: hidden;
       cursor: none;
    }
h1{
   
    font-weight: 600;
    font-size: 3.5rem;
}
.dot {
            position: fixed;
            width: 15px;
            height: 15px;
            background: #752326;
            border-radius: 50%;
            pointer-events: none;
            z-index: 999;
            transform: translate(-50%, -50%);
        }
    /* Navbar */
    .navbar {
      padding: 1.5rem 3rem;
      background-color: #fff;
      position: sticky;
      width: 100%;
      z-index: 10;
    }

    .navbar-brand {
      font-weight: 600;
      letter-spacing: -0.5px;
    }

     .nav-link {
      color: #030303;
      font-weight: 500;
      font-size: 1.2rem;
      margin-right: 1.5rem;
    }

    .navbar-toggler {
      border: none;
      background-color: #3f3a3a;
      border-radius: 50%;
      padding: 8px 10px;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
       .head{
        width: 100%;
         height: 320px; 
         background-image: url('img/head.jpg');
          background-size: 100%; 
          background-repeat: no-repeat;
       }

    input, textarea{
        border: none;
        border-bottom: 2px solid #6e6d6d;
    }
    input::placeholder, textarea::placeholder{
        font-size: 1.5rem;
    }
    .fixed-button{
      
      background:transparent;
      font-size: 1rem;
      font-weight: 400;
      color: #1f1d1f;
      border: none;
    }
  .fixed-button2{
    
      background:#222121;
      font-size: 1rem;
     
      padding: 0.5rem 1rem;
    
      color: #e7e5e5;
      border: none;
      box-shadow:0 16px 40px rgba(247, 123, 74, 0.18);
    }
    .cont-text h2{
         font-family: "Slabo 27px", serif;
         font-size: 4.5rem;
          padding-left: 1.5rem;
           font-weight: 400; 
           color: #752326; 
    }

  .about-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #f3f3f3 100%);
  padding-top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  position: relative;
  overflow: hidden;
}

.about-content {
  
  text-align: left;
  position: relative;
  z-index: 2;
}

.about-content h3 {
  color: #292828; /* deep maroon accent */
  font-weight: 400;
font-family: "Slabo 27px", serif;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.about-content hr {
  width: 100%;
  height: 1px;
  background: #383737;
  border: none;
  margin-bottom: 30px;
}

.about-content h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 400;
  color: #752326;
  margin-bottom: 30px;
}

.about-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
  
  
}

@media (max-width:1350px){
    .head{
        height: 280px;
    }
    .cont-text h2{
        font-size: 4rem;
    }
    input::placeholder, textarea::placeholder{
        font-size: 1.2rem;
    }
}
@media(max-width:1250px){
    .head{
        height: 240px;
    }
}
@media(max-width:1050px){
    .head{
        height: 180px;
    }
    .cont-text h2{
        font-size: 3.5rem;
    }
    input::placeholder, textarea::placeholder{
        font-size: 1rem;
    }
    h1{
    font-size: 2.8rem;
}
}
@media(max-width:850px){
    .head{
        height: 150px;
    }
    .cont-text h2{
        font-size: 3.2rem;
    }

}
@media (max-width: 768px) {
  .about-content h2 {
    font-size: 2rem;
  }

  .about-content p {
    font-size: 1rem;
  }
     .head{
        height: 100px;
    }
}
   .contact-container {
           
            width: 100%;
            background: white;
            
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
        }
        
       
        
        .map-container {
            background: #752326;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            padding: 0;
        }
        
        .map-section {
          
            align-items: center;
            justify-content: center;
           
        }
        
        .map-placeholder {
            width: 100%;
            height: 300px;
            background: #e9ecef;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #666;
            text-align: center;
        }
        
        .map-placeholder i {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #752326;
            opacity: 0.7;
        }
        
        .map-title {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 10px;
            color: #444;
        }
        
        .contact-info-section {
            padding: 50px;
           
            
        }
        
        .contact-info {
            display: grid;
            grid-template-columns: 1fr;
            gap: 25px;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 0;
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            border-radius: 12px;
            background: rgba(128, 0, 0, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #752326;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        
        .contact-details h4 {
            font-size: 1.1rem;
            font-weight: 500;
            color: #444;
            margin-bottom: 8px;
        }
        
        .contact-details p {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
        }
        
        /* Divider */
        .divider {
            height: 1px;
            background: #f0f0f0;
            margin: 40px 0;
        }
        
        /* Responsive adjustments */
        @media (max-width: 968px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 0;
            }
            
            .contact-form {
                padding: 50px 40px;
            }
            
            .map-section {
                padding: 40px;
            }
            
            .contact-info-section {
                padding: 40px;
            }
        }
        
        @media (max-width: 576px) {
            .contact-form {
                padding: 40px 30px;
            }
            
            .form-title {
                font-size: 2.2rem;
            }
            
            .map-section, .contact-info-section {
                padding: 30px;
            }
        }

     .footer {
  background-color: #1f1d1f; /* Deep tech blue */
  color: #fff;
  padding: 6% 8% 3%;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.footer {
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.07), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.05), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.footer-left {
  max-width: 45%;
}

.footer-logo img {
  width: 140px;
  margin-bottom: 10px;
}

.footer-tagline {
  color: #b3b3b3;
  font-size: 0.9rem;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.footer-mission {
  font-size: 1rem;
  line-height: 1.7;
  color: #afaeae;
  margin-bottom: 20px;
}

.footer-social a {
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #fff;
  color: #550909;
}

.footer-right {
  text-align: right;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin: 12px 0;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #b8c2ff;
}

.footer-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #a3a3a3;
}

.footer-links a {
  color: #a3a3a3;
  text-decoration: none;
  margin-left: 8px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    max-width: 100%;
    text-align: center;
  }

  .footer-right {
    margin-top:30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}