/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.layer-overlay.overlay-theme-colored2-9::before{
    background-color: #F81E7D;
}
.about_fellowship_list{
    margin-left: 25px !important;
    list-style: circle !important;
}
.about_exp_list{
    margin-left: 25px !important;
    list-style: circle !important;
}

.ellipsis {
    white-space: nowrap;      /* Prevents the text from wrapping to the next line */
    overflow: hidden;         /* Hides any overflowed text */
    text-overflow: ellipsis;  /* Adds "..." at the end of the truncated text */
  }

  .breadcrumb_1{
    background: linear-gradient(220.55deg, #A531DC 0%, #4300B1 100%);
  }





  .hero-slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  
  .slider-wrapper {
    display: flex;
    width: 300%; /* Adjust based on the number of slides */
    transform: translateX(0); 
    transition: transform 0.8s ease-in-out; /* Smooth slide */
  }
  

  .slide {
    flex: 1;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }

  .hero-content {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
  }

  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  .hero-content h1 span {
    color: orange;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .hero-buttons a {
    text-decoration: none;
    margin: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s;
  }

  .hero-buttons .btn-primary {
    background: orange;
    color: white;
  }

  .hero-buttons .btn-primary:hover {
    background: darkorange;
  }

  .hero-buttons .btn-secondary {
    background: transparent;
    border: 2px solid white;
    color: white;
  }

  .hero-buttons .btn-secondary:hover {
    background: white;
    color: black;
  }

  .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }

  .control {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 5px;
    transition: background 0.3s;
  }

  .control:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .indicators {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .indicator {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
  }

  .indicator.active {
    background: orange;
  }
@media (max-width:768px){
   .menuzord-responsive .menuzord-brand{
    margin: 12px 12px 12px 0;
   }
   .menuzord-brand img{
    max-height: 40px;
   }
   .menuzord .showhide{
    padding:30px 0 0;
   }
   .header-nav .nav-lg .menuzord .menuzord-menu > li{
    padding: 0;
   }
  }
 