  /* done ha ya home page */
  body
  {
    margin: 0;
    padding: 0;
  }
  
    .navbar
    {
        background-color: white;
       box-shadow: 0 5px 14px rgba(42, 41, 41, 0.225);
        border: 1px solid #ffffff;
       border-radius: 50px;
        padding:  10px 25px;
        margin: 20px 20px 0px;
        
      
    }
 .nav-brand
 {
  margin: 0;
  padding: 0;
 }
  .home-links
    {
      font-size: 20px;
    }
   .logo
  {
     width: 235px;
    height: 55px;
      border-radius: 50%;
      object-fit: contain;
      vertical-align: middle;
    margin: 0;
    padding: 0;
  
  }
   .nav-link
   {
        color:  #0F2943;
        font-size: 16px;
        font-family: sans-serif,serif;
        border: 1px solid  #ffffff; 
       

      }

  .nav-link:hover{
    color: #E87532;
  }
  .icon-nav
  {
    display: flex;
    font-size: 24px;
  }
   .fa-brands{
    color: rgb(111, 109, 109);
    padding-left: 16px;
   }
  .fa-brands:hover{
    color:#E87532;
  }
  .main-section
  {
    width: 97.6%;
    
    margin-left: 20px;
  }
 .main-heading{
    font-weight:700; 
    font-size:60px;
      text-align: left;
     color: #0F2943; 
     font-family: sans-serif,Questrial;
      margin: 130px 0px 34px;
      padding: 0px;
     
    
  }
  .paragraph{
      color:#0a0f14;
      font-weight: 300; 
      font-size: 20px;
        text-align: left;
      margin: 0px 0px 34px;
      font-family:system-ui, -apple-system, Roboto;

  }
             .home-button{
                   border: 1px solid #E87532 ;
                   border-radius: 50px;
                   color:#E87532;
                   font-size: 16px;
                   background-color: white;
                   padding: 12.8px 32px; 
                   transition: all;
                   transition-duration: 0.3s;
                   margin-top: 5px; 
             }
             .home-button:hover{
               transform: translateY(-4px);
              background-color: #E87532;
              color: white;
             }
               
             .main-numbers
             {
                 margin-left: -20px;
                 
             }
     
      .numbers
      {
        display: inline-block;
         margin-top: 50px;
        margin-left:27px;
         text-align: start;
      }
        .numbers h1{
          font-weight: bold;
          font-size: 40px;
        }
        .numbers p{
          font-size:14.4px ;
          font-family:system-ui, -apple-system, Roboto ;
          color: #07090cd4;
          }
      
      
      .color-1
      {
       height: 200px;
       width: 200px;
      background-color: rgba(232,117,50,0.15);
       border-bottom-right-radius: 65%;
       border-top-left-radius: 80%;
       border-top-right-radius: 55%;
       border-bottom-left-radius: 85%;
       margin-left: 10px;
       margin-top: 270px;
       animation-name: color-animation;
       animation-duration: 10s;
       animation-iteration-count: infinite;
       transition: all 10s;
      
       
      }
     
      @keyframes color-animation
      {
        25% 
        {
             border-bottom-right-radius: 20%;
              border-top-left-radius: 30%;
               transform: rotate(20deg);
       
        }
        50% 
        {
             border-bottom-right-radius: 40%;
            border-top-left-radius: 50%;
            transform: rotate(40deg);
       
        }
        
        75%
        {
          
       border-top-right-radius: 80%;
       border-bottom-left-radius: 82%;
      transform: rotate(30deg);
           
        }
        100%{
        border-bottom-right-radius: 85%;
       border-top-left-radius: 88%;
       transform: rotate(20deg);

        }
      }
       .color-2
      {
        height: 150px;
        width: 150px;
       background-color: color-mix(in srgb,#0F2943, transparent 90%);
       border-bottom-right-radius: 65%;
       border-top-left-radius: 80%;
       border-top-right-radius: 55%;
       border-bottom-left-radius: 85%;
       animation-name: color-animation;
       animation-duration: 10s;
       animation-iteration-count: infinite;
       transition: all 10s;
      margin-left: 20px;
     
      }
      .main-img
      {
        margin-top: 130px;

      } 
      /* ya about me section ha */
       .About-me
   {
    margin-left: 15px;
    width: 97%;
   }
   .about-me-img
    {
      width: 90%;
      height: 90%;
      border-radius: 20px;
      margin-top: 10px;
      padding: 0;

    }
      .About-me-heading
      {
        margin-top: 20px;
        padding: 0;
        text-align: left;
        font-size: 30px;
      }
        .about-me-paragraph
        {
          width: 90%;
          margin-top: 30px;
          margin-bottom: 30px;
          padding: 0;
        text-align: left;
        line-height: 1.9 ;
        font-style: italic;

        }
        .about-me-button
        {
          background-color: #E87532;
          color: white;
         border: 1px solid #E87532;
         
        }
       
      
/* ===== MY SKILLS SECTION ===== */
.My-Skills-Section {
  background-color: #fff;
}
.skill-box {
  background-color: #f9f9f9;
  transition: all 0.4s ease;
  border: 1px solid #eee;
}
.skill-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  background-color: #f1eaeac5;
}
.My-Skills-Section .progress {
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 30px;
 
}
.My-Skills-Section .progress-bar {
  border-radius: 30px;
  background-color: #E87532;
  
}
.My-Skills-Section .up {
  color:#E87532;
  font-weight: bold;
  text-align: right;
}
.My-Skills-Section .my-skill-heading {
  color: #222;
  letter-spacing: 2px;
}
.program-description
{
  text-align: center;
  line-height: 1.4;
}

/* ===== OUR SERVICES SECTION ===== */
.our-services {
  background: black;
  color: #fff;
}
.our-services-cards {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}
.our-services-cards:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(255,102,0,0.3);
  background: #222;
}
.our-services-cards .text-orange {
  color: #ff6600;
}
.our-services .btn-outline-light {
  border-color: #ff6600;
  color: #ff6600;
}
.our-services .btn-outline-light:hover {
  background-color: #ff6600;
  color: #fff;
}
.our-services-title {
  color: #ff6600;
  letter-spacing: 1px;
}

      /* ya testominal section ha */
      .testominal-section
      {
       width: 97%;
       margin-left: 15px;
      }
    .main-pic
    {
      width: 280px;
      height: 280px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid white;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      margin: 0 auto;
    }
    .testominal-button
    {
      color: white;
      background-color: #E87532;
      border: 1px solid #E87532;
      border-radius: 20px;
      height: 60px;
      width: 200px;
      padding: 10px 0px ;
      margin: 20px 600px 20px 0px;
    }
     .testominal-paragraph
     {
      font-size: 16px;
        margin-top: 40px;
        width: 86%;
        text-align: left;
        margin-left: 15px;
     }
     .testominal-title
     {
      text-align: left;
      margin-left: 15px;
        

     }

       .carousel-item{
         box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
         border-radius: 20px;
         padding: 20px;
    }
      
    
      /* contact secction ha ya */
     .contact-section {
  background-color: black; 
  color: white;
  border-top: 3px solid #ff7a00;
  border-bottom: 3px solid #ff7a00;
}

.contact-section h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.contact-section p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.contact-button {
  background-color: #E87532;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.contact-button:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 15px rgba(255, 122, 0, 0.8);
  transform: scale(1.05);
}
      /* footer strat ha yaha sa */
      
      .footer-wrapper {
  
  background-color: black;
  color: #fff;
  position: relative;
  border-top: 2px solid #e87532;
  
}

.footer-logo {
  font-size: 32px;
  font-weight: 800;
  color: #e87532;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-about {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
}
.footer-social a {
  color: #fff;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}
.footer-social a:hover {
  color: #fff;
  background: #e87532;
  transform: translateY(-3px);
  box-shadow: 0 0 8px #e87532;
}
.footer-title {
  font-weight: 600;
  font-size: 18px;
  color: #e87532;
  border-bottom: 2px solid #e87532;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-links li {
  margin: 6px 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-links a:hover {
  color: #e87532;
  padding-left: 5px;
}
.footer-contact {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin-bottom: 8px;
}
.footer-subscribe .footer-input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
}
.footer-subscribe .footer-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-divider {
  height: 1px;
  background-color:  rgba(232,117,50,0.6);
}
.footer-bottom {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom span {
  color: #e87532;
  font-weight: 600;
}
.designer-link {
  color: #e87532;
  text-decoration: none;
  transition: 0.3s ease;
}
.designer-link:hover {
  color: #fff;
  text-shadow: 0 0 6px #e87532;
}
.designer-line {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
}

