 /* Custom Styles */
 body {
    color: white;
}
.social-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.social-bar a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
}
.social-bar .facebook { background-color: black; color: white; }
.social-bar .whatsapp { background-color: #25d366; color: white; }
.search-container {
    display: flex;
    gap: 5px;
}
.search-input {
    width: 100%;
    max-width: 400px;
}
.search-btn {
    background-color:#00afef;
    color: white;
    border: none;
    font-weight: bold;
}
/* ///slider css code// */
/* Custom Styling */
 .carousel-caption {
    top: 20%;
    text-align: left;

}
.carousel-caption h2 {
    font-weight: bold;
    color: #000;
}
.carousel-caption p {
    color: #333;
}
.quote-btn {
    background-color: #8DC63F;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.quote-btn:hover {
    background-color: #76b329;
    color: white;
}
.social-icons a {
    color: #333;
    font-size: 20px;
    margin: 0 10px;
}
.carousel-item img {
    height: 380px;

    object-fit: cover;
}
@media (max-width: 768px) {
    .carousel-caption {
        top: 10%;
    }
}

.quote-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}
.quote-btn:hover {
    background-color: #0056b3;
}
.carousel-caption {
    text-align: left;
    left: 5%;
}
/* ///end css code // */
/* ///cards css code// */
.message-section {
    padding: 2rem 0;
}
.heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.card {
    background-color: #c3f0e4;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
}
.card img {
    border-radius: 50%;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.card h5 {
    font-size: 1.2rem;
    font-weight: bold;
}
.card p {
    font-size: 1rem;
    color: #333;
}
.read-more {
    color: #00796b;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
.read-more:hover {
    text-decoration: underline;
} 
/* ///end cards css/// */


/* ///video slider code// */
.video-thumbnail {
    position: relative;
    cursor: pointer;
}
.video-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 50%;
}
/* ///end video slider code// */


/* ///3 cards css code// */
.card {
transition: transform 0.3s, box-shadow 0.3s;
text-align: center;
}

.card:hover {
transform: scale(1.05);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.card:active {
transform: scale(0.98);
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.card-icon {
font-size: 3rem;
color: #007bff;
margin-top: 20px;
margin-bottom: 15px;
}

/* //end 3 cards css code// */
/* six cards css code// */
/* six end cards css code// */
/* new cards show */
.notification-card {
    background-color:#00afef;
    border: 1px solid #a6d6b8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    color: white; 
}

.notification-card:hover {
    background-color:orange !important; 
    color: black; 
}

.notification-card:active {
    background-color: orange !important; 
    color: black; 
}

.notification-title {
    font-weight: bold;
}

.notification-date {
    font-size: 0.9rem;
    color: #555;
}

.card-header {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.card-header:hover {
    background-color:#ff656a; 
    color: black; 
}

.card-header:active {
    background-color:#ff656a;
    color:black; 
}

#notification-container {
max-height: 400px;
overflow: hidden;
position: relative;
}
.notification-card {
transition: transform 0.5s ease-in-out;
}
/* end new cards show */
/* slider side content code css  */
/* Background color for accordion items */ 
.accordion-item {
background-color:blue; 
color: white;
}
.accordion-button {
background-color:blue; 
color: white;
}
.accordion-body {
background-color:blue; 
color: white;
}
.accordion-button:hover {
background-color: #f58634; 
}
.accordion-button:not(.collapsed) {
background-color: #f58634;
}


/* end slider side content code css */

/* footer css code */
.footer {
    background-color:#00afef;
    color: white;
    padding: 40px 0;
}

.footer h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer p, 
.footer a {
    color: white;
    font-size: 14px;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}

.footer hr {
    border-color: #555;
}

.social-icons a {
    color: #bbb;
    font-size: 20px;
    margin-right: 15px;
}

.social-icons a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer img {
        width: 20%;
        margin-left: 40%;
    }
    .footer .col-md-4 {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .social-icons {
        text-align: center;
    }
}

/* six cards css code */
.custom-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .custom-card img {
    width: 100%;
    height: 350px;
  }
  .custom-card-body {
    padding: 16px;
  }
  .custom-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .custom-card-text {
    color: #6c757d;
  }

  /* end six cards css codes */


  