
/* video section */

.overlay-text{
    
    background-color: rgb(239, 191, 17);
    text-align: center;
    border-right: 2px solid;
    border-radius: 12px;
    box-shadow: red;
}
/*slides*/

    

    

    

    .btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 2em;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }

    .btn:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
/*slides*/

.overlay-text2{
    
    background-color: rgb(239, 191, 17);
    text-align: center;
    border-right: 2px solid;
    border-radius: 12px;
    box-shadow: red;
}

.special-text-two{
    display: flex;
    margin-top: 20px;
}
@media(max-width:450px){
  .special-text-two{
    display: block;
  }
}



#oppo{
  background-color: whitesmoke;
  font-size: 20px;
  border-radius: 5px;
}
.sneef{
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-top: 100px;
}
.sneef-two{
    flex-wrap: wrap;
    width: 400px;
    font-style: italic;
    border-bottom: 2px orange solid;
    border-right: 2px orange solid ;
    box-shadow: 0 8px 12px rgba(240, 1, 1, 0.2); /* x-offset, y-offset, blur, color */
    text-align: center;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.3);
    
}
.dhoola{
  background-image: url('many.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: yellow;
  margin-top: 20px;
}

.dhoola-two{
    width: 500px;
    height: 300px;
    background-color: whitesmoke;background: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
}
@media(max-width:395px){
    .dhoola-two{
      width: 250px;
      padding: 0;
    }
    .find-more{
      height: 70px;
      
    }
}
.dhoola-two h1{
    margin: 0;
    font-size: 36px;
}
.dhoola-two p{
    margin-top: 10px;
    font-size: 18px;
}

.find-more{
    background-color: rgb(239, 191, 17);
    color: white;
    height: 40px;
    align-self: center;
    width: 300px;
}

.find-more{
    display: flex;
    box-shadow: white;
    border-radius: 15px;
    text-align: center;
    align-items: center;
    margin: auto;
    
}
@media(max-width:365px){
  .find-more{ 
    width: 160px;
    border-radius: 2px;
}
#fufu{
  display: none;
}
}

.contact-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px;
      background-color: rgb(239, 191, 17);
      gap: 40px;
      flex-wrap: wrap;
      
    }
.contact-image, .contact-text {
      flex: 1 1 300px;
      max-width: 500px;
    }

    .contact-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      
    }

    .contact-text h1 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #333;
    }
.contact-text p {
      font-size: 1rem;
      margin-bottom: 20px;
      color: #555;
    }

    .contact-text a {
      font-size: 1rem;
      text-decoration: none;
      color: #6a0dad;
      font-weight: bold;
    }
.contact-text a:hover {
      text-decoration: underline;
    }

    /* testimonial*/
    .testimonial-container {
      max-width: 600px;
      margin: auto;
      background: white;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      border-radius: 15px;
      padding: 30px;
      position: relative;
      overflow: hidden;
    }

    .testimonial-container h1 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #6a0dad;
    }

    .testimonial-box {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      min-height: 150px;
      position: relative;
    }

    .comment-icon {
      font-size: 2rem;
      color: #6a0dad;
    }

    .testimonial-text {
      font-size: 1.1rem;
      color: #444;
      padding-left: 30px;
      position: relative;
    }

    .testimonial-text::before {
      content: "💬";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.5rem;
    }

    .testimonial-author {
      font-weight: bold;
      color: #222;
      margin-left: 30px;
    }

    .arrow-button {
      position: absolute;
      right: 20px;
      top: 20px;
      background-color: #6a0dad;
      color: white;
      border: none;
      padding: 8px 12px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 1.2rem;
      transition: background-color 0.3s ease;
    }

    .arrow-button:hover {
      background-color: #8e2be2;
    }


    /* ndis section */
    .ndis-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      background-color: rgb(239, 191, 17);
      color: white;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    }

    .ndis-text, .ndis-message, .ndis-button {
      flex: 1 1 250px;
    }

    .ndis-text {
      font-size: 2rem;
      font-weight: bold;
    }

    .ndis-text .heart {
      color: red;
      margin: 0 5px;
    }

    .ndis-message {
      font-size: 1rem;
      line-height: 1.6;
    }

    .ndis-button button {
      background-color: white;
      color: #6a0dad;
      border: none;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
    }

    .ndis-button button:hover {
      background-color: #8e2be2;
      color: white;
    }

 /* footer */
 .footer {
      background-color: rgb(239, 191, 17);
      color: white;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-family: Arial, sans-serif;
      font-size: 0.95rem;
    }

    .footer-text {
      margin-bottom: 10px;
    }

    .footer-links a {
      color: white;
      text-decoration: none;
      margin-left: 15px;
      font-size: 1.2rem;
      transition: color 0.3s;
    }

    .footer-links a:hover {
      color: #d1b3ff;
    }

    @media (max-width: 600px) {
      .footer {
        flex-direction: column;
        text-align: center;
      }

      .footer-links {
        margin-top: 10px;
      }

      .footer-links a {
        margin: 0 10px;
      }
    }


    .footer-right{
      line-height: 45px;
    }


    .first-s-bar2{
      display: none;
      list-style: none;
      font-size: 15px;
      font-style: italic;
      line-height: 25px;
      background-color: rgba(255, 0, 204, 0.037);
      width: 100%;
    }
    .first-s-bar2 li a{
      background-color: blackdd;
      gap: 5px;
    }
    .first-s-bar2 li a:hover{
      background-color: blue;
    }
    .first-s-bar:hover .first-s-bar2{
       display: block;
    }

     /* baroobo */
     .video-container {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
    }

    /* The video itself */
    .video-container video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: 1;
      object-fit: cover;
    }

    /* The text over the video */
    .video-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: black;
      font-size: 2rem;
      font-weight: bolder;
      background-color: #f4fd467c;
      padding: 15px 30px;
      border-radius: 10px;
      font-family: sans-serif;
      text-align: center;
    }
    @media(max-width:842px){
      .video-text{
        font-size: 1.5rem;
      }
    }
    @media(max-width:555px){
      .video-text{
        font-size: 1.5rem;
        width: 100%;
      }
    }