.twel{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(self.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.twel .twel_one{
    width: 99%;
    height: 98%;
    margin: 10px;
    background-color: #00000030;
    backdrop-filter: blur(10);
    /* background-color: blueviolet; */
}







  
  /* Container */
  .twel-container {
    overflow-x: hidden;
  }
  
  /* Hero Section */
  .twel-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('self.jpg') no-repeat center center/cover;
  }
  
  .twel-hero-content {
    max-width: 50%;
  }
  
  .twel-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: orange;
    animation: fadeInLeft 1.5s ease-out;
  }
  
  .twel-subtitle {
    font-size: 1.5rem;
    line-height: 1.8;
    color: aliceblue;
    animation: fadeInLeft 2s ease-out;
  }
  
  /* Why Choose Us Section */
  .twel-why-choose-us {
    padding: 5% 10%;
    background-color: #1d1d1d;
    text-align: center;
  }
  
  .twel-section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .twel-reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
  }
  
  .twel-reason {
    padding: 1rem;
    background-color: #2c2c2c;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
  .twel-reason:hover {
    transform: translateY(-10px);
    background-color: #ff9800;
  }
  
  /* Contact Section */
  .twel-contact {
    background-color: #121212;
    padding: 3rem 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .twel-contact-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .twel-call-icon {
    font-size: 3rem;
    color: #ff9800;
    animation: bounce 2s infinite;
  }
  
  .twel-contact-details {
    font-size: 1.2rem;
    color: aliceblue;
  }
  
  .twel-contact-number {
    color: #ff9800;
    font-weight: bold;
    text-decoration: none;
  }
  
  .twel-contact-number:hover {
    text-decoration: underline;
  }
  
  /* Animations */
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  















  @media only screen and (max-width: 1000px)and (min-width: 700px){

    .twel{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(self.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 100px;
    }
    
    .twel .twel_one{
        width: 99%;
        height: 98%;
        margin: 10px;
        background-color: #00000030;
        backdrop-filter: blur(10);
        /* background-color: blueviolet; */
    }
    
    
    
    
    
    
    
    
      
      /* Container */
      .twel-container {
        overflow-x: hidden;
      }
      
      /* Hero Section */
      .twel-hero {
        position: relative;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('self.jpg') no-repeat center center/cover;
      }
      
      .twel-hero-content {
        max-width: 50%;
      }
      
      .twel-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 1rem;
        color: orange;
        animation: fadeInLeft 1.5s ease-out;
      }
      
      .twel-subtitle {
        font-size: 20px;
        line-height: 1.5;
        color: aliceblue;
        animation: fadeInLeft 2s ease-out;
      }
      
      /* Why Choose Us Section */
      .twel-why-choose-us {
        padding: 5% 10%;
        background-color: #1d1d1d;
        text-align: center;
      }
      
      .twel-section-title {
        font-size: 20px;
        margin-bottom: 2rem;
      }
      
      .twel-reasons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
      }
      
      .twel-reason {
        padding: 1rem;
        background-color: #2c2c2c;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, background-color 0.3s ease;
      }
      
      .twel-reason:hover {
        transform: translateY(-10px);
        background-color: #ff9800;
      }
      
      /* Contact Section */
      .twel-contact {
        background-color: #121212;
        padding: 3rem 5%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .twel-contact-wrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
      }
      
      .twel-call-icon {
        font-size: 3rem;
        color: #ff9800;
        animation: bounce 2s infinite;
      }
      
      .twel-contact-details {
        font-size: 1.2rem;
        color: aliceblue;
      }
      
      .twel-contact-number {
        color: #ff9800;
        font-weight: bold;
        text-decoration: none;
      }
      
      .twel-contact-number:hover {
        text-decoration: underline;
      }
      
      /* Animations */
      @keyframes fadeInLeft {
        from {
          opacity: 0;
          transform: translateX(-100%);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }
      
      @keyframes bounce {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
      }
      





  }  



















  @media only screen and (max-width: 700px)and (min-width: 0px){

    .twel{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(self.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 100px;
    }
    
    .twel .twel_one{
        width: 99%;
        height: 98%;
        margin: 10px;
        background-color: #00000030;
        backdrop-filter: blur(10);
        /* background-color: blueviolet; */
    }
    
    
    
    
    
    
    
    
      
      /* Container */
      .twel-container {
        overflow-x: hidden;
      }
      
      /* Hero Section */
      .twel-hero {
        position: relative;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('self.jpg') no-repeat center center/cover;
      }
      
      .twel-hero-content {
        max-width: 50%;
      }
      
      .twel-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 1rem;
        color: orange;
        animation: fadeInLeft 1.5s ease-out;
      }
      
      .twel-subtitle {
        font-size: 12px;
        line-height: 1.5;
        color: aliceblue;
        animation: fadeInLeft 2s ease-out;
      }
      
      /* Why Choose Us Section */
      .twel-why-choose-us {
        padding: 5% 10%;
        background-color: #1d1d1d;
        text-align: center;
      }
      
      .twel-section-title {
        font-size: 15px;
        margin-bottom: 2rem;
      }
      
      .twel-reasons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
      }
      
      .twel-reason {
        padding: 1rem;
        background-color: #2c2c2c;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, background-color 0.3s ease;
      }
      
      .twel-reason:hover {
        transform: translateY(-10px);
        background-color: #ff9800;
      }
      
      /* Contact Section */
      .twel-contact {
        background-color: #121212;
        padding: 3rem 5%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .twel-contact-wrapper {
        display: flex;
        align-items: center;
        gap: 1rem;
      }
      
      .twel-call-icon {
        font-size: 30px;
        color: #ff9800;
        animation: bounce 2s infinite;
      }
      
      .twel-contact-details {
        font-size: 10px;
        color: aliceblue;
      }
      
      .twel-contact-number {
        color: #ff9800;
        font-weight: bold;
        text-decoration: none;
      }
      
      .twel-contact-number:hover {
        text-decoration: underline;
      }
      
      /* Animations */
      @keyframes fadeInLeft {
        from {
          opacity: 0;
          transform: translateX(-100%);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }
      
      @keyframes bounce {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10px);
        }
      }
      





  }