  body { font-family: "Red Hat Text", sans-serif;
      font-weight: 400;
      color: #000;
      overflow-x: hidden;
       cursor: none;
    }
h1{
    font-family: "Slabo 27px", serif;
    font-weight: 600;
}
    /* Navbar */
    .navbar {
      padding: 1.5rem 3rem;
      background-color: transparent;
      position: absolute;
      width: 100%;
      z-index: 10;
    }

    .navbar-brand {
      font-weight: 600;
      letter-spacing: -0.5px;
    }

     .nav-link {
      color: #ffffff;
      font-weight: 500;
      font-size: 1.2rem;
      margin-right: 1.5rem;
    }

    .navbar-toggler {
      border: none;
      background-color: #fff;
      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");
    }

    /* Hero Section */
    .hero-section {
      min-height: 100vh;
      display: flex;
      flex-wrap: wrap;
    }

    .hero-text {
      background-color: #f9f9f9;
      padding: 7rem 3rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 5;
    }

    .hero-text h1 {
      font-size: 2.7rem;
      font-weight: 500;
      line-height: 1.2;
    }

    .hero-text h1 em {
      font-style: italic;
      border-bottom: 1px solid #3d0505;
      color: #5a0909;
    }
     h2 em {
      font-style: italic;
      border-bottom: 1px solid #555454;
      
    }
    .hero-text p {
      margin-top: 1.5rem;
      color: #555;
      font-size: 1.1rem;
      max-width: 500px;
    }

    .hero-buttons {
      margin-top: 2rem;
    }

    .hero-buttons .btn-dark {
      border-radius: 50px;
      padding: 0.7rem 1.5rem;
      margin-right: 1rem;
    }

    .hero-buttons a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }

    /* Right-side image slider */
    .hero-slider {
      flex: 0 0 50%;
      max-width: 50%;
      min-height: 100vh;
      position: relative;
    }

    .carousel-item img {
      object-fit: cover;
      width: 100%;
      height: 100vh;
    }

    /* Vertical Dots */
    .carousel-indicators {
      position: absolute;
      top: 87%;
      left: 92%;
      transform: translateY(-50%);
      flex-direction: column;
      justify-content: center;
      margin: 0;
    }

    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      margin: 6px 0;
      border-radius: 50%;
      background-color: rgba(99, 82, 82, 0.795);
      border: none;
      transition: all 0.3s ease;
    }

    .carousel-indicators .active {
      background-color: #800000af;
      transform: scale(1.2);
    }
.cards h4{
  font-size: 1.9rem;
  text-align: center;
}
@media(max-width:1350px) {
  .hero-text h1{
  font-size: 2.3rem;
}
  .nav-link{
    font-size: 1rem;
  }
  .cards h4{
    font-size: 1.6rem;
  }
  .cards h6{
    font-size: 1rem;
  }
  .cards p{
    font-size: 0.8rem;
    text-align: justify;
  }
}
    @media (max-width: 768px) {
      .hero-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5rem 2rem;
        margin-top: 15%;
      }
.hero-text h1{
  font-size: 1.8rem;
}
.hero-text p{
  font-size: 1rem;
}
      .hero-slider {
        flex: 0 0 100%;
        max-width: 100%;
      }

      .carousel-item img {
        height: 50vh;
      }
      .carousel-indicators{
        top: 20%;
      }
      .hero-slider{
        min-height: auto;
      }
    }

    .himg1 img{
        width: 100px;
    }
.himg img{
    width: 128px;
}



.impact h2{
    font-size: 2.9rem;
    font-weight: 400;
    font-family: "Slabo 27px", serif;
    color: #fff;
}
.impact-text{
    padding-left: 3rem;
    padding-right: 3rem;
}
.impact-text h3{
    font-size: 4rem;
    font-weight: 10;
}
.impact-text h4{
    font-family: "Slabo 27px", serif;
    font-size: 1.3rem;
    color: #e7e5e5;
}
.impact-text p{
    font-size: 1.1rem;
    text-align: left;
    color: #a8a8a8;
}
.action-buttons a {
      text-decoration: none;
      color: #ffffff;
      font-weight: 500;
      font-size: 1.2rem;
    }
    @media(max-width:1450px){
        .impact-text h3{
    font-size: 3.6rem;
    font-weight: 10;
}
.impact-text h4{
    font-size: 1.2rem;
}
.impact-text p{
    font-size: 1rem;
}
    }
    @media(max-width:1350px){
      .himg1 img{
width: 80px;
      }
      .himg img{
        width:100px;
      }
        .impact-text {
            
            padding-right: 0.1rem;
        }
        .impact-text h4{
    font-size: 1.1rem;
}
        .impact-text p{
    font-size: 0.9rem;
}

    }
    @media(max-width:1250){
    .impact-text p{
        font-size: 0.8rem;
    }
    .impact-text {
            
            padding-right: none !important;
            padding-left: none;
        }
}
@media(max-width:850px){
    .himg1, .himg{
padding-top: 40px;
    }
}
      .animated-section{
      position:relative;
      background-color: #ffffff;
background-image: url("img/crissxcross.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    }

    .sticky-container{
      position:sticky; top:0; height:100vh; display:flex; align-items:center; justify-content:center;
      flex-direction:column; overflow:hidden;
    }

    .text-container{
      position:relative; width:100%; max-width:1200px; height:420px; margin:0 auto;
    }

    .scroll-text{
      position:absolute; left:50%; top:50%;
      transform:translate(-50%, 60px);
      width:100%; text-align:center; font-weight:400;
      font-size:3.5rem; opacity:0;
      pointer-events:none;
    }

    .text-1{ color:#570909 }
    .text-2{ color:#555 }
    .text-3{ color:#550909 }

    /* Button initially hidden and animated in during pin */
    .fixed-button{
      opacity:0; transform:translateY(24px); margin-top:36px;
      background:#181313;
      font-size: 1.3rem;
       border-radius: 50px;
      padding: 0.7rem 1.5rem;
      margin-right: 1rem;
      color: #e7e5e5;
      border: none;
      box-shadow:0 16px 40px rgba(247, 123, 74, 0.18);
    }

  

    @media(max-width:768px){
      .scroll-text{font-size:2.2rem}
    }
    @media(max-width:480px){
      .scroll-text{font-size:1.8rem}
      .fixed-button{padding:12px 28px}
    }
     .dot {
            position: fixed;
            width: 15px;
            height: 15px;
            background: #5a0909;
            border-radius: 50%;
            pointer-events: none;
            z-index: 999;
            transform: translate(-50%, -50%);
        }

.services{
  background-image:
  url('https://www.transparenttextures.com/patterns/black-linen.png'),
    linear-gradient(to bottom, rgb(31, 29, 31), rgba(41, 40, 41, 0.829)); /* top layer */
  /* bottom layer */
  
 
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
    /* Horizontal scroll section - FIXED */
        .horizontal-scroll-section {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            
        }
        .impact p{
          color:#c2c1c1 ;
          font-size: 1rem;
        }
        .wrapper {
            position: relative;
            width: 100%;
            padding: 0 0 50px 0;
        }
        
        .progress-container {
            width: 80%;
            margin: 0 auto 50px;
        }
        
        .container2 {
            display: flex;
            width: 300%;
            height: 88vh;
        }
        
        .container2 section {
            width: 100vw;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
        }
        
        .sec1 {
            
            color: #ffffff;
            
            p{
              
              font-size: 1.5rem;
              text-align: left;
            }
        }
        
        .sec2 {
       
            color: #ffffff;
        }
        
        .sec3 {
           
           color: #ffffff;
        }
       .container .sec3 span{
         color: #5c5c5c; 
        }
        
        .container2 span {
           font-size: 3.5rem;
  color: #8f8d8d;
 font-family: "Slabo 27px", serif;
            
        }
        
     
        
        .col {
            display: flex;
            gap: 40px;
        }
        
        .col p {
            flex: 1;
            line-height: 1.6;
            font-size: 1.1rem;
        }
        
        .anim {
            opacity: 1;
            transform: translateY(30px);
        }
        @media(max-width:1350px){
          .col p{
            font-size: 0.9rem;
            line-height: 1;
            padding-bottom: 1rem;
          }
           .container2 span {
            font-size: 2.5rem;
           }
           .sec1 h2{
            font-size: 1.8rem;
           }
             .sec2 h2{
            font-size: 1.6rem;
           }
             .sec3 h2{
            font-size: 1.8rem;
           }
        }
        .about-section {
  background: linear-gradient(180deg, #f9f9f9 0%, #f3f3f3 100%);
  padding-top: 6%;
  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: 768px) {
  .about-content h2 {
    font-size: 2rem;
  }

  .about-content p {
    font-size: 1rem;
  }
}
   .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;
            }
        }
        
  .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);
    }


        /* Animation for arrow */
        @keyframes arrowBounce {
            0%, 100% { transform: translateX(0); }
            50% { transform: translateX(4px); }
        }
        
        .arrow-animate {
            animation: arrowBounce 2s infinite;
        }
        
        /* Subtle focus states */
        .form-group:focus-within .form-label {
            color: #800000;
        }

        .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;
  }
}