header{
    z-index: 9;
    top: 0;
    position: sticky;
}
.nav-link{
    color: white;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }

.profile-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(29, 233, 110, 0.1);
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.profile-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.profile-card h2 {
    margin-bottom: 10px;
}

.profile-card .badge {
    margin-right: 5px;
}

.contact-info {
    margin-top: 20px;
}

.contact-info a {
    color: #26AE60;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.hero {
    background-color: #26AE60;
    color: white;
}


/* video */

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    /* You can change this max-width as needed */
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* video */

.card.text-center:hover {
    background:white;
  
}







/* testomonial */




/* ------testimonial  close-------*/


.card {
    background:#DAE1E7;
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (min-width: 577px) {
    .cards-wrapper {
        display: flex;
    }

    .card {
        margin: 0 0.5em;

    }

    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .card:not(:first-child) {
        display: none;
    }
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}



.tabs {
    background-color: #26AE60;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.tabs a {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 25%;
}

.tabs a.active {
    background-color: #012b13;
}

.tab-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}


a{
    text-decoration: none;
    color: white;
}

ul{
    list-style: none;
}

.card-title{
    color:#26AE60;
}



 .main-image-container {
            position: relative;
            display: inline-block;
          
        }
        .main-image {
            /* width: 100%; */
            max-width: 300px;
            border-radius: 10px;
        }
        .overlay-image {
            position: absolute;
             width: 42%; 
            max-width: 200px;
            top: 90%;
            left: 5%;
            transform: translate(-50%, -50%);
            border-radius: 10px;
            border: 2px solid #fff;
        }






  .animate-contain {
    height: 60px;
    overflow: hidden;
    /* text-align: center; */

  }
  .animated-text {
    display: inline-block;
    transition: 300ms all;
    margin-top: 0;
    animation: slide 3s infinite alternate ease-in-out;

    color: #156136;
    margin-left: 5px;
  }
  .animated-text span {
    display: block;
 

  }
  @keyframes slide{
    0%{margin-top:0;}
    20%{margin-top:0;}
    40%{margin-top:-40px;}
    60%{margin-top:-40px;}
    80%{margin-top:-80px;}
    100%{margin-top:-80px;}

  }







  /* slider */
  .testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}


.arrow {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display', serif;
}

.subheading {
    font-family: 'Lora', serif;
}







