*{
    margin: 0;
    padding: 0;
    font-family:"Raleway", sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }
  
  p {
    line-height: 2;
    
    
  }
  
  .wrapper {
    max-width: 600px;
    margin: 0 auto;
    
  }

a{
    text-decoration: none;
    color: #5a5a5a;
}
img{
    cursor: pointer;
}
.flex-div{
    display: flex;
    align-items: center;
    
}
/* Header */

header {
    min-height:50vh;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    color:#030303;
   
  }

  .work h5{
    color: #fdbe4a;
  }
  
  .main-video {
    position: absolute;
    min-height:100vh;
    min-width:100%;
    z-index: -100;
    
  }

  .main-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    color: rgb(255, 251, 251);
  }
  
  .main-content .intro-heading{
    font-size: 40px;
    text-align: center;
    
  
  }
  
  .main-content .main-heading{
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
    color: #fdbe4a;
  
  }
  
  .main-content p{
    margin-bottom: 10px;
    color: #fdbe4a;
    font-size: 15px;
  }

  

  .btn-secondary{
    border: 1px solid #fdbe4a;
    color: #FFFFFF;
    font-weight: bold;
    background: #2FB24B;
  }

  .btn-secondary:hover{
    background: #fdbe4a;
    cursor: pointer;
    color: #140a35;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }
  
  .btn-primary{
    border: none;
    background: #2FB24B;
    border: 1px solid#fdbe4a;
    color: #FFFFFF;
  
  }


  .btn-primary:hover{
    background: #fdbe4a;
    cursor: pointer;
    color: #140a35;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }
  
  
  h3 {
    margin:4px;
    letter-spacing:3px;
    font-size:40px;
    font-weight:80px;
    text-align: center;
    color: #FFFFFF;
    

  }
  
  h5 {
    margin:4px;
    letter-spacing:4px;
    font-size:30px;
    font-weight:100;
    text-align: center;
    color: #0a0a0a;
   
  }

  .social h5{
    color: #fdbe4a;
    font-size: 20px;
  }

  header h5{
    color: white;
  }
  
  h6{
    color: #050505;
    padding-right: 35px;
    padding-top: 10px;
   
  }


  h2{
    margin: 8px 0;
    background: #fdbe4a;
    color: #140a35;
    width: 220px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #140a35;
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.35);
    
  }
  p{
    color: #020202;
    padding: 2px;
    font-weight: 400px;
    font-size: 18px;
    
  }

  footer p{
    color: #FFFFFF;
  }

.container{
  max-width: 1500px;
  padding: 16px;
  margin: auto;
  }
  
  .common-btn{
    background: #2FB24B;
    color: #FFFFFF;
    padding: 12px;
    min-width: 160px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 26px;
    border: 1px solid #fdbe4a;
    z-index: 10;
  
  }
  .common-btn:hover{
    background: #fdbe4a;
    cursor: pointer;
    color: #140a35;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }

   .common-btn3{
    background: #fdbe4a;
    color: #140a35;
    padding: 12px;
    min-width: 160px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 26px;
    border: 1px solid #ffffff;
    z-index: 10;
    margin-left: 450px;
    
   }

   .common-btn3:hover{
    background: #2FB24B;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }


   .common-btn4{
    background: red;
    color: #FFFFFF;
    padding: 12px;
    min-width: 160px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 26px;
    border: 1px solid #ffffff;
    z-index: 10;
    margin-left: 450px;
    
   }

   .common-btn4:hover{
    background: #fdbe4a;
    cursor: pointer;
    color: #140a35;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }

   .common-btn6{
    background: #fdbe4a;
    color: #140a35;
    padding: 12px;
    min-width: 160px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 26px;
    border: 1px solid #ffffff;
    z-index: 10;
    
   }

   .common-btn6:hover{
    background: #2FB24B;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }

   .click-btn{
    color: #fd6804;
    text-align: center;
    font-weight: lighter;
    border-radius: 3px;
    margin-top: 26px;
    z-index: 10;
    
   }

   .click-btn:hover{
    cursor: pointer;
    text-decoration: none;
    transition: 0.7s;
    z-index: 10;
   }
   



  i {
    margin:0 8px;
  }
  
  /* Navbar */
  
  .logo {
    height:40px;
  }
  
  .logo img {
    height:100%;
    border: 1px solid red;
    border-radius: 2px;
    transition: transform 0.3s;
   
  }
  
  .logo img:hover{
    border: 1px solid #2FB24B;
    transform: scale(1.05);
    
  }
  
  .menu-btn{
    color: #FFFFFF;
  }
  

  nav {
    height:60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    max-width: 1024px;
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:200;
    margin:0 auto;
    color:white;
    transition: all .4s;
  }
  
  nav.scrolled {
    background:#140a35;
    height:50px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 10px -1px rgba(0,0,0,0.75);
    
  }
  
  nav.scrolled .desktop-nav li a {
    color:#FFFFFF;
    
  }
  
  nav.scrolled .menu-btn {
    color:#fdbe4a;
    
  }
  
 
  .desktop-nav {
    display: flex;
  }
  
  .desktop-nav li {
    list-style:none;
    margin:0 16px;
  }
  
  .desktop-nav li a {
    color:white;
    text-decoration: none;
  
  }
  
  .desktop-nav li a:hover {
    text-decoration: underline;
  }

  .common-btn5{
    background: red;
    color: #FFFFFF;
    padding: 12px;
    min-width: 160px;
    text-align: center;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 26px;
    border: 1px solid #ffffff;
    z-index: 10;
    margin-left: 450px;
    
   }

   .common-btn5:hover{
    background: #fdbe4a;
    cursor: pointer;
    color: #140a35;
    border: 1px solid red;
    transition: 0.7s;
    z-index: 10;
   }


  .section-title h1{
    font-size: 30px;
    text-align: center;
  
  }

 .section-title .line {
  width: 340px;
  height: 3px;
  background: red;
  margin: 10px auto 0; /* Adds 10px space above the line */
  padding-right: 5px;
  border: none; /* Removed border to avoid layout issues */
}



  
  .services{
    margin-top: 40px;
    justify-content: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .service{
    width: 250px;
  }

  
  
  .service img{
    max-width: 100%;
    border: 1px solid #140a35;
    border-radius: 5px;
    transition: transform 0.3s;
  }
  
  .service img:hover{
    transform: scale(1.05);
  }









   .servicesr{
    margin-top: 40px;
    justify-content: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .servicer{
    width: 350px;
  }

  
  
  .servicer img{
    max-width: 100%;
    border: 1px solid #140a35;
    border-radius: 5px;
    transition: transform 0.3s;
  }
  
  .servicer img:hover{
    transform: scale(1.05);
  }

  #testimonial{
    background: rgb(250, 240, 197);
    margin-top: 30px;
  }
  
  #testimonial .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    gap: 30px;
    padding: 50px 16px;
  
  }
  
  #testimonial h1{
    font-size: 30px;
    text-align: center;
  }

  #testimonial p{
    font-size: 18px;
    line-height: 35px;
  }
  
  #testimonial .profile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  #about-us .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
  }
  
  #about-us .container .about-content{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
  
  #about-us .container .about-content h1{
    font-family: "Forum", sans-serif;
    font-size: 30px;
  }

  .about-image img{ 
    max-width: 100%;
    border-radius: 20px;
    border: 1px solid #140a35;
    transition: transform 0.3s;
  }

  .about-image img:hover{
    transform: scale(1.05);}

    .about-image1 img{ 
      border-radius: 20px;
      
      transition: transform 0.3s;
    }
  
    .about-image1 img:hover{
      transform: scale(1.05);}




    
    #about-us p{
      font-size: 18px;
      line-height: 35px;
    }

  

  .btn{
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
  }
  
  .btn-secondary{
    border: 2px solid #fdbe4a;
    color: white;
    font-weight: bold;
    background: #2FB24B;
  }
  
  .btn-primary{ 
    border: 1px solid#fdbe4a;
    background: #2FB24B;
    border: 1px solid #fdbe4a;
    color: white;
  
  }
  

  #test{
    background: rgb(226, 243, 223);
    margin-top: 30px;
  }
  
  #test .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    gap: 30px;
    padding: 50px 16px;
  
  }
  
  #test h1{
    font-size: 30px;
    text-align: center;
  }

  #test p{
    font-size: 18px;
    line-height: 35px;
  }


  /* Heading Styling */
.text {
  text-align: center;
  margin-bottom: 20px;
}

.text h3 {
  font-size: 26px;
  color: #140a35;
}




/* Gallery Grid Layout */
.img-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 per row on desktop */
  gap: 20px;
  padding: 0 5%;
}

/* Gallery Images */
.img-gallery img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #140a35;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.img-gallery img:hover {
  transform: scale(1.03);
}


  .audios{
    margin-top: 40px;
    justify-content: center;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .audio p{
    color: #140a35;
    padding-left: 50px;
  }
  


  

/*----main----*/

.container {
  padding: 20px 5%;
}

.container h3 {
  color: red;
}

.container p {
  font-size: 18px;
}

.container img {
  transition: transform 0.3s;
}

.container img:hover {
  transform: scale(1.02);
}

.banner {
  width: 100%;
  text-align: center;
}

.banner h5 {
  font-size: 24px;
  color: #140a35;
  margin-bottom: 10px;
}

.banner img {
  width: 100%;
  border-radius: 8px;
}

.list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 20px;
  background: #fdfdff;
  padding: 20px;
  border-radius: 8px;
}

.vid-list {
 background: #140a35;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
 
}

.vid-list .thumbnail {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #f7f7f8;
  object-fit: cover;
  transition: transform 0.3s;
}

.vid-list .thumbnail:hover {
  transform: scale(1.05);
}

.flex-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.vid-info {
  color: #fefeff;
  font-size: 14px;
}

.vid-info a {
  color: #fcfbfd;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s;
}

.vid-info a:hover {
  color: #ac0505;
}

/* Remove unnecessary spacing utilities */
.text, .hue {
  margin-left: 0;
}






.about-me{
  width: 80%;
  margin: auto;

}

.about-col{
  flex-basis: 48%;
  padding: 30px 2px;
}

.about-col img{
  width: 100%;
}

.about-col h1{
  padding-top: 0;
  font-size: 30px;
}

.about-col p{
  padding: 15px 0 25px;
}

.read-more-state{
  display: none;

}
.read-more-target{
  min-height: 0;
  opacity: 0;
  font-size: 0;
  transition: 0.45s ease;
}

.read-more-state:checked~ .read-more-wrap .read-more-target{
  opacity: 1;
  font-size: inherit;
}

.read-more-state~.read-more-trigger:before{
  content: "Read More";
}
.read-more-state:checked~.read-more-trigger:before{
  content: "Read less";
}

.read-more-trigger{
  margin-top: 2px;
  padding: 0 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  line-height: 2;
  border-radius: 3px;
  background-color: #2FB24B;
  color: #fcfafa;
  border: 1px solid #fdbe4a;
 
}

.read-more-wrap {
  font-size: 18px;
  line-height: 35px;

}

.more-btn{
  background: #2FB24B;
  color: #FFFFFF;
  padding: 12px;
  min-width: 160px;
  text-align: center;
  font-weight: lighter;
  text-decoration: none;
  margin-top: 16px;
  border: 1px solid #fdbe4a;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.55);
 
}

.read-more-trigger:hover{
  background: #fdbe4a;
  cursor: pointer;
  color: #140a35;
  border: 1px solid #FFFFFF;
  transition: 0.7s;
 }

 .thumbnail img {
  height: 230px;
  margin-top: 15px;
  border-radius: 10px;
  }

  .thumbnail img{
    border: 1px solid #fffdfd;
    transition: transform 0.3s;
  }

  .thumbnail img:hover{
    transform: scale(1.05);
    
  }

 
 .thumbnail h5{
  color: rgb(0, 0, 0);
  
 }

 .thumbnail p{
  color: rgb(2, 2, 2);
  text-align: center;
  font-size: 18px;
 }

 

 


 .text {
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 5%;
  width: 100%;
}

.text h3 {
  font-size: 28px;
  color:  red;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid #140a35; /* Optional underline */
  padding-bottom: 5px;
}




/*----play video page----*/
.play-container{
    padding-left: 25%;
    background: #140a35;
    
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.play-video{
    flex-basis: 69%;
}

.right-sidebar{
    flex-basis: 30%;
}

.play-video video{
    width: 100%;
    border: 1px solid #fffdfd;
}


.play-video .tags a{
    color: #0000ff;
    font-size: 13px;
    
}

.play-video h3{
    font-weight: 600;
    font-size: 22px;
    color: #fffdfd;
}

.play-video .play-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    color: #140a35;
    
}

.play-video .play-video-info a img{
    width: 20px;
    margin-right: 8px;
}

.play-video .play-video-info a{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    
}

.play-video hr{
    border: 0;
    height: 1px;
    background: #fffdfd;
    margin: 10px 0;
}



.vid-description{
    padding-left: 55px;
    margin: 15px 0;
}

.vid-description p{
    font-size: 18px;
    margin-bottom: 5px;
    color: #fffdfd;
}

.vid-description h5{
    font-size: 30px;
    color: #fdbe4a;
    margin-top: 10px;
}

.main .col{
  width: 50%;
}

.post img{
  width: 80%;
  object-fit: cover;
  margin-left: 22px;
  
}

.post-info{
  padding: 2rem; 
}


.user-info img{
  width: 2.5rem;
}

.user-info{
  display: flex;
  align-items: center;
  margin: 1rem 0;
  margin-right: 10px;
}

.user-info span{
  margin-left: .5rem;
  color: #2FB24B;
}

.user-info span:nth-child(4){
  color: #0000ff;
}

.post p{
  font-size: 18px;
  line-height: 1.7rem;
  text-align: justify;
}
.post{
  background: #FFFFFF;
  margin-top: 1rem;
}




.main{
  display: flex;
  justify-content: space-between;
  padding: 0 0.875rem;
}

.post-info h4:hover{
  text-decoration: underline;
  cursor: pointer;
}



/* Footer */

footer {
  background:#140a35;
  color:white;
  text-align: center;
  padding: 16px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  
}

.social-icons img{
  margin:16px;
  font-size:32px;
  width: 35px;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 14px;
  transition: transform 0.3s;
}

.social-icons img:hover{
  transform: scale(1.20);
  
}

.prev{
  margin-left: 190px;
}



.filter-buttons {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.filter-btn {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: white;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.filter-btn.active, .filter-btn:hover {
  background: #222;
  color: rgb(255, 7, 7);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.post-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: block;
}
.post-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: none !important;
}
.post-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.post-content {
  padding: 20px;
}
.post-content h3 {
  font-size: 20px;
  color: #222;
  margin: 0 0 10px;
}
.post-content p {
  color: #555;
  font-size: 15px;
}
.post-meta {
  font-size: 13px;
  color: gray;
  margin-top: 10px;
}
.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  background: #222;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
}
#load-more-btn {
  padding: 12px 25px;
  font-size: 15px;
  background: #222;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Common button style */
.load-more-wrapper a {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

/* Previous Button */
.btn-previous {
  background-color:#eb9a05; /* Red */
  color: white;
}
.btn-previous:hover {
  background-color: #2ecc71;
}

/* Load More Button */
.btn-loadmore {
  background-color: #140a35; /* Green */
  color: white;
}
.btn-loadmore:hover {
  background-color: red;
}

/* Read More Button */
.read-more {
  background-color: #2FB24B;  /* Blue */
  color: white;
}
.read-more:hover {
  background-color: #eb9a05;
}


.social-share {
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.social-share span {
  font-weight: bold;
  margin-right: 10px;
}

.share-btn {
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.share-btn:hover {
  opacity: 0.9;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.whatsapp {
  background: #25d366;
}



.interaction-section {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.like-area button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.comment-area {
  margin-top: 20px;
}

.comment-area form {
  margin-bottom: 20px;
}

.comment-area input,
.comment-area textarea {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.comment-area button[type="submit"] {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.comment-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
/* Layout */
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}

/* Each blog post */
.post-item {
  width: calc(33.333% - 20px);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 1;
  transform: scale(1);
}

.post-item.hidden {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
}

.post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.post-content {
  padding: 15px;
}

.post-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.post-content p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #444;
}

.post-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.read-more {
  text-decoration: none;
  color: #f8f8f7;
  font-weight: bold;
}

.read-more:hover {
  color: #140a35; /* or any highlight color you prefer */
  text-decoration: none
  transition: color 0.3s ease, text-decoration 0.3s ease;
}


/* Filter Buttons */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}

.filter-btn {
  padding: 10px 16px;
  font-size: 14px;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.filter-btn:hover {
  background-color: #ddd;
}

.filter-btn.active {
  background-color: #0f0352;
  color: white;
}

/* Load More */
.load-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

.btn-loadmore {
  display: inline-block;
  padding: 10px 20px;
  background: #eb9a05;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-loadmore:hover {
  background-color: #0056b3;
}



#disqus_thread {
  display: none;
}




.load-more-wrapper {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-loadmore {
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

/* Previous Button Style */
.btn-previous {
  background-color: rgb(236, 5, 5); /* dark gray */
  color: #fff;
}

.btn-previous:hover {
  background-color: #2FB24B;
  color: #f7f5f3;
}

/* Load More Button Style */
.btn-next {
  background-color:  #eb9a05; /* blue */
  color: #140a35;
}

.btn-next:hover {
  background-color: #140a35;
  color: #eb9a05;
}



.main-content h1:first-of-type {
  font-size: 50px; /* or your preferred size */
}


.read-more {
  font-weight: 300; /* or 100 for ultra-thin */
}


.btn-loadmore {
  font-weight: 300;         /* Light font weight */
  color: #f4f3f7;              /* Light grey text color */
  text-decoration: none;    /* Optional: removes underline */
}

.btn-loadmore:hover {
  color: #f3f3f1;              /* Darker color on hover */
}





/* Blog content area */
.main {
  max-width: 780px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

/* Main post image */
.post > img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Post title */
.post-info h4 {
  font-size: 24px;
  margin-bottom: 0.8rem;
}

/* Author/date info */
.user-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 14px;
  color: #666;
  margin-bottom: 1.2rem;
}


.list-container {
  max-width: 90%;
  margin: 0 auto;
}


.audios {
  max-width: 900px;     /* Adjust as needed (try 800px, 900px, etc.) */
  margin: 0 auto;       /* Center the container */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.audio {
  width: 280px;         /* Width for each audio block */
  text-align: center;
}






.container {
  max-width: 92%; /* Slight reduction from full width */
  margin: 0 auto;  /* Center align */
   padding: 20px 10px;
}


.list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}



.play-container {
  padding: 20px;
}

.play-video {
  max-width: 800px; /* You can reduce to 720px or 640px if you want it smaller */
  margin: 0 auto;
  width: 100%;
}

.play-video video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.design-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;

  width: 90%;              /* add this */
  margin: 20px auto;       /* and this */
}



.design-item {
  
  padding: 7px;
  border-radius: 8px;
  
  
}

.design-item img.thumbnail {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #030303;
}

.design-info {
  margin-top: 10px;
}

.design-info a {
  color: rgb(7, 7, 7);
  text-decoration: none;
  font-weight: bold;
}



.design-info a:hover {
  color: #fd3f05;
}








.button-wrapper-7 {
  text-align: center;
  margin-top: 30px;
}

.common-btn7 {
  display: inline-block;
  padding: 10px 25px;
  background-color: #2FB24B;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 0 auto; /* optional in case used with flex */
}

/* Hover effect */
.common-btn7:hover {
  background-color: #eb9a05;
  color: #140a35;
  transform: translateY(-2px);
}




.design-container {
  margin: 0;
  padding: 0;
}

.design-item {
  margin: 0;
  padding: 0;
}

.design-info {
  margin: 0;
  padding: 0;
  text-align: center;
}

.thumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Center the button and remove gaps */
.design-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* Button styling */
.center-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #2FB24B;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
}

.center-btn:hover {
  background-color: #eb9a05;
  color: #140a35;
}

/* Remove top space from the next section */
#rest {
  margin-top: 0;
  padding-top: 0;
}


.design-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center; /* Center grid items */
  padding: 20px;
  margin: 0 auto; /* Center the whole container */
  max-width: 1200px; /* Optional: limit max width */
}


/* Wrapper to center buttons and give spacing */
.design-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Space between the two buttons */
  margin: 0;
  padding: 20px 0;
  flex-wrap: wrap;
}

/* Base button styling - Explore More */
.common-btn.center-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #2FB24B;/* Deep Blue */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

/* Hover for Explore More */
.common-btn.center-btn:hover {
  background-color: #140a35;  /* Golden Yellow */
  color:  #fdbe4a;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Previous Design Button */
.common-btn.center-btn1 {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e60505; /* Green */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

/* Hover for Previous Design */
.common-btn.center-btn1:hover {
  background-color: #fdbe4a; /* Golden Yellow */
  color: #140a35;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}



.btn-loadmore i {
  margin-left: 8px;
}



.small-vid {
  width: 250px; /* Adjust as needed */
  margin: 10px auto;
}

.small-vid .thumbnail {
  width: 100%;
  height: auto;
}
.square-1080 {
  width: 320px; /* Adjust display width */
  aspect-ratio: 1 / 1; /* Ensures square box */
  margin: 10px auto;
}

.square-1080 .thumbnail {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 30px;
  background: #fdfdfd; /* Optional: background for full section */
}

.service {
  background-color: #dcf3a7; /* box background */
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
 
}

.service:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.service img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.service h1 {
  font-size: 1.2rem;
  margin-top: 15px;
}

.service p {
  font-size: 0.95rem;
  color: #444;
  margin-top: 10px;
}


.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Force 4 per row */
  gap: 10px; /* Reduced gap between boxes */
  padding: 20px;
  background: #ffffff;
}


#testimonial {
  padding: 40px 20px;
  background-color: #e0eedf;
  
}

.testimonial-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Common box style */
.box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  flex: 1;
  min-width: 300px;
}

/* Text box */
.text-box h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #140a35;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Image box */
.image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  border: solid rgb(7, 7, 7) 4px;
}

/* Button wrapper */
.btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.common-btn {
  background-color: #140a35;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  transition: background-color 0.3s;
}

.common-btn:hover {
  background-color: #2FB24B;
}#test {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.test-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Box styling */
.box {
  background: #dcf3a7;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  flex: 1;
  min-width: 300px;
}

/* Text box */
.text-box h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #140a35;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Image box */
.image-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

/* Button */
.btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.common-btn {
  background-color: #2FB24B;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.3s;
}

.common-btn:hover {
  background-color: #fdbe4a;
   color:  #140a35;
   border: solid white 2px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tiktok-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background-color: #fff;
}

.tiktok-video-box {
  background-color: #6aa77e;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 420px;
  width: 100%;
}

.tiktok-video {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 10px;
  border: solid white 2px;
}

.tiktok-description-box {
  background-color: #14044e;
  padding: 25px;
  max-width: 700px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.design-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.center-btn1 {
  padding: 10px 25px;
  background-color: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s ease;
}

.center-btn1:hover {
  background-color: #444;
}



.fb-video-post {
  padding: 30px 15px;
  background: #f3f6fa;
  border-radius: 16px;
  margin-bottom: 50px;
}

.play-video-box {
  display: flex;
  flex-direction: row;
  gap: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 20px;
  flex-wrap: wrap;
}

.video-wrapper {
  flex: 1 1 500px;
  max-width: 600px;
  margin: auto;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.video-details-box {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-title {
  font-size: 24px;
  font-weight: bold;
  color: #0d2d66;
  margin-bottom: 15px;
}

.video-description {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}



.container.play-container.fb-video-post {
  max-width: var(--container-max-width);
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.play-video-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.video-wrapper {
  flex: 0 0 auto;
  width: var(--video-width-desktop);
}

.video-wrapper video {
  width: 70%;
  height: var(--video-height-desktop);
  object-fit: cover;
  border-radius: 10px;
}

.video-wrapper h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1em;
  margin-right: 180px;
  color: #333;
}

.video-details-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-title {
  font-size: 1.4em;
  color: #111;
  margin-bottom: 10px;

}

.video-description {
  font-size: 1em;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  
}

.design-button-wrapper {
  text-align: center;
  margin-top: auto;
}

.common-btn.center-btn1 {
  background-color: #2FB24B;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
  display: inline-block;
}

.common-btn.center-btn1:hover {
  background-color: #140a35; 
   color: #fdbe4a;
}


/* Default desktop style */
.video-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 1.1em;
  color: #333;
}




.about-image-wrapper {
  text-align: center; /* Center everything inside */
  margin-top: 20px;
}

.image-caption {
  margin-top: 10px;
  color: #333; /* Optional: style text */
  background-color: #f5f5f5; /* Optional: light background */
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
}

.name-title b {
  font-size: 18px;
}

.name-title em {
  font-size: 14px;
  color: #555;
}



.about-image {
  text-align: center;
  margin-top: 20px;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.image-caption {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.image-caption strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.image-caption span {
  font-style: italic;
  color: #666;
  font-size: 15px;
}



.image-caption {
  background-color: #140a35;
  color: white;
  padding: 5px 5px;
  border-left: 4px solid red;
  border-radius: 6px;
  width: 300px;               /* Set a fixed or minimum width */
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.name-title b {
  color: rgb(253, 252, 252);
  font-size: 1rem;
}

.name-title em {
  color: #fdbe4a;
  font-style: italic;
  font-size: 0.9rem;
}




.popup {
  display: none; /* hidden initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

































































@media (max-width:900px){
  .menu-icon{
      display: none;
  }
  .sidebar{
      display: none;
  }
  .container, .large-container{
      padding-left: 5%;
      padding-right: 5%;

  }

  .nav-right img{
      display: none;
  }
  .nav-right .user-icon{
      display: block;
      width: 30px;
  }
  .nav-middle .search-box input{
      width: 100px;

  }

  .nav-middle .mic-icon{
      display: none;
  }

  .logo{
      width: 90px;
     
  }

  #about-us .container{
    flex-direction: column;
    gap: 30px;
  }
}



@media(max-width:900px){
    .play-video{
        flex-basis: 100%;
    }

    .right-sidebar{
        flex-basis: 100%;
    }

    .play-container{
        padding-left: 5%;
    }

    .vid-description{
        padding-left: 0;
    }

    .play-video .play-video-info a{
        margin-left: 0;
        margin-right: 15px;
        margin-top: 15px;
    }
    
}


  
  
  /* Smooth Scrolling */
  
  #about, #contact, #testimonials, #work {
    padding-bottom: 48px;
  }
  
  .mobile-nav,
  .menu-btn,
  .close-btn {
    display:none;
  }



  @media(max-width:900px) {
    .desktop-nav {
      display: none;
    }
  
    .menu-btn, .close-btn {
      display: block;
      font-size:24px;
      cursor:pointer;
    }
    
    .close-btn {
      display: none;
      z-index: 1000;
    }
  
    .mobile-nav {
      display: flex;
      position: fixed;
      height:100%;
      width:100%;
      top:500px;
      left:0;
      align-items: center;
      justify-content: center;
      background:#140a35;
      flex-direction: column;
      padding:0;
      pointer-events: none;
      opacity: 0;
      transition: all .4s;
    }
  
    .mobile-nav.active {
      opacity:1;
      top:0;
      pointer-events: auto;
    }
  
    .mobile-nav li {
      margin: 16px 8px;
      list-style: none;
    }
  
    .mobile-nav li a {
      color:rgb(250, 246, 246);
      text-decoration: none;
      font-size:20px;
      position: relative;
    }
  
    .mobile-nav li a::before {
      content:"";
      width:100%;
      position: absolute;
      top:-12px;
      border-top: 1px solid white;
    }
  
    .about {
      flex-direction: column;
      align-items: center;
    }
  
    .about .thumbnail {
      height:200px;
    }
  
    .about .thumbnail img {
      height:100%;
    }
  
    .work-gallery .img-card {
      width: 140px;
    }

    .main{
      display: flex;
      flex-direction: column;
    }

    .main .col{
      width: 110%;
      justify-content: center;
      align-items: center;
    }
    
    .post img{
      margin-left: 30px;
    }


    .post h4{
      margin-left: 30px;
      
    }

    .common-btn3{
      margin-left: 150px;
    }

    .common-btn4{
      margin-left: 110px;
    }

    .common-btn5{
      margin-left: 170px;
    }



    .prev{
      margin-left: 30px;
    }

    .img-gallery{
     min-width: 300px;
    }
    

    .text{
      margin-left: 70px;
      
    }
    
    .hue{
      margin-left: 30px;
    }

    .main-content p{
      margin-left: 20px;
    }
    

/* Responsive Media Queries */
@media (max-width: 992px) {
  .post-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .post-item {
    width: 100%;
  }

  .post-img img {
    height: 180px;
  }

  .post-content h3 {
    font-size: 16px;
  }

  .post-content p {
    font-size: 13px;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .filter-btn {
    width: 100%;
    text-align: center;
  }
}





/*========================= Media Queries =========================*/
@media (max-width: 768px) {
  .banner h5 {
    font-size: 20px;
  }

  .vid-info a {
    font-size: 15px;
  }

  .container p {
    font-size: 16px;
  }

  .flex-div {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 15px 3%;
  }

  .banner h5 {
    font-size: 18px;
  }

  .vid-info a {
    font-size: 14px;
  }

  .vid-list {
    padding: 8px;
  }

  .vid-list .thumbnail {
    height: auto;
  }

  .flex-div {
    margin-top: 5px;
  }
}





@media (max-width: 768px) {
  .services {
    gap: 20px;
    padding: 0 5%;
    justify-content: center;
  }

  .service {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .service img {
    width: 90%;
    height: auto;
  }

  .service h1 {
    font-size: 19px;
    margin-top: 15px;
    line-height: 1.3;
  }

  .service p {
    font-size: 16.5px;  /* Increased for tablets */
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .services {
    padding: 0 3%;
  }

  .service img {
    width: 90%;
  }

  .service h1 {
    font-size: 17.5px;
  }

  .service p {
    font-size: 15.5px;  /* Increased for mobile */
    line-height: 1.8;
  }
}




/* ========== Tablet: 2 per row ========== */
@media (max-width: 992px) {
  .img-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 4%;
  }
}

/* ========== Mobile: 1 per row ========== */
@media (max-width: 600px) {
  .img-gallery {
    grid-template-columns: 1fr;
    padding: 0 3%;
    gap: 14px;
  }

  .text h3 {
    font-size: 22px;
  }
}




@media (max-width: 600px) {
  .text {
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 5%;
  }

  .text h3 {
    font-size: 22px;
    color: red;
    font-weight: 700;
  }
}



@media (max-width: 768px) {
  .main-content h1:first-of-type {
    font-size: 32px; /* Reach More Customers */
  }

  .main-content h1:nth-of-type(2) {
    font-size: 30px; /* With Creative Advertising Services */
  }
}



/* Responsive for mobile */
@media (max-width: 768px) {
  .main {
    max-width: 95%;
    padding: 1rem;
  }

  .post-info h4 {
    font-size: 20px;
  }

  .post > img {
    display: block;
    margin: 0 auto 1rem auto; /* Center the image */
  }
}


/* Medium screens (tablets, 768px and up) */
@media (max-width: 991px) {
  .container {
    max-width: 99%;
    padding: 0 15px;
  }
}

/* Small screens (phones, 767px and below) */
@media (max-width: 767px) {
  .container {
    max-width: 98%;
    padding: 0 10px;
  }
}




@media (max-width: 768px) {
  .play-video {
    max-width: 100%;
    padding: 0 10px;
  }
}





/* Medium screens (tablets) — 2 items per row */
@media (max-width: 900px) {
  .design-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 30px;
  }
}

/* Small screens (phones) — 1 item per row */
@media (max-width: 600px) {
  .design-container {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }
}




@media (max-width: 768px) {
  .design-container {
    display: flex;
    flex-direction: column;
    align-items: center;   /* FULL center horizontally */
    padding: 0;
    margin: 0 auto;
  }

  .design-item {
    width: 90%;
    max-width: 400px;
    margin: 10px 0;
    text-align: center;
  }

  .design-info {
    margin: 0;
    padding: 0;
  }

  .thumbnail {
    width: 100%;
    height: auto;
  }
}


@media (max-width: 480px) {
  .design-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (max-width: 768px) {
  .radio-heading {
    font-size: 28px;
    text-align: center;
  }
}


@media (max-width: 600px) {
  .design-button-wrapper {
    gap: 10px;
    padding: 10px 0;
  }

  .common-btn.center-btn,
  .common-btn.center-btn1 {
    padding: 8px 16px;
    font-size: 14px;
  }
}




/* 🔽 Tablet screens (2 per row) */
@media (max-width: 992px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 🔽 Mobile screens (stacked) */
@media (max-width: 576px) {
  .services {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .text-box,
  .image-box {
    width: 100%;
  }

  .text-box h1 {
    font-size: 20px;
  }

  .text-box p {
    font-size: 15px;
  }

  .image-box img {
    max-width: 100%;
  }
}


@media (max-width: 768px) {
  .test-container {
    flex-direction: column;
    align-items: center;
  }

  .text-box,
  .image-box {
    width: 100%;
  }

  .text-box h1 {
    font-size: 20px;
  }

  .text-box p {
    font-size: 15px;
  }

  .image-box img {
    max-width: 100%;
  }
}



/* Responsive */
@media (max-width: 480px) {
  .tiktok-reel-box {
    padding: 20px;
  }

  .tiktok-title {
    font-size: 18px;
  }

  .vid-description h5 {
    font-size: 16px;
  }

  .vid-description p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .play-video-box {
    flex-direction: column;
  }

  .video-details-box {
    margin-top: 20px;
  }

  .video-title {
    font-size: 20px;
    text-align: center;
  }

  .video-description {
    font-size: 15px;
    text-align: justify;
  }
}



@media (max-width: 768px) {
  .play-video-box {
    flex-direction: column;
    align-items: center; /* ✅ This centers children horizontally */
  }

  .video-wrapper {
    width: var(--video-width-mobile);
    display: flex;
    flex-direction: column;
    align-items: center; /* ✅ Centers video and heading */
  }

  .video-wrapper video {
    height: var(--video-height-mobile);
  }

  .video-wrapper h3,
  .video-title {
    text-align: center;
  }

  .video-description {
    font-size: 0.95em;
    padding: 0 10px;
    text-align: justify;
  }

  .design-button-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .fb-video-post {
    margin-left: -10px; /* 🔧 Adjust this value as needed */
  }
}


@media (max-width: 768px) {
  .video-caption {
    margin-left: 170px; /* 🔧 Adjust this value to shift right */
    text-align: left;  /* Ensure it's not centered if previously set */
  }
}



@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

















   

  }

  
 









