.animated-word {
  animation: colorChange 3s infinite;
}

/* You can customize colors and timing */
@keyframes colorChange {
  0%   { color: #ffffff; }
  25%  { color: #ffc107; }
  50%  { color: #28a745; }
  75%  { color: #17a2b8; }
  100% { color: #ffffff; }
}


.custom_services{
  padding: 50px 0px;
}
.custom_services h2{
  padding-bottom: 30px;
}
.custom_cardicon{
  margin: auto;
  
}
header {
  background-color: green;
}
#custom_menu li a{
  color: white;
  margin-left: 15px;
}
#custom_img{
  margin-left: 50px;
}
h1{
  margin-top: 150px;
}
.about-banner {
  background: url('about-banner.webp') center/cover no-repeat;
  height: 300px;
}

.custom-about{
  background-color: cyan;
}


.custom_team{
  padding: 30px 0px;
  
}
.custom_rowpadding{
  padding-bottom: 60px;
}
.custom_team p{
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.custom_teampart{
  margin-top: 5px;
  /* padding-top: 30px; */
  box-shadow: 0px 0px 10px 2px blue ;
  transition: 1s;
}
header{
  background: purple;
}
/* Footer Main Background */
.custom_footer {
  background-color: #343a40;
  color: #ffffff;
  padding: 50px 0 20px;
  font-size: 14px;
}

/* Footer Heading Styles */
.custom_footer h4,
.custom_footer h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Paragraph Margins */
.custom_footer p {
  color: #dcdcdc;
  margin-bottom: 10px;
}

.custom_margin {
  margin-bottom: 10px;
}
.custom_margin1 {
  margin-bottom: 5px;
}

/* Footer Link List */
.custom_footer ul {
  list-style: none;
  padding-left: 0;
}

.custom_footer ul li {
  margin-bottom: 10px;
}

.custom_footer ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s;
}

.custom_footer ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Social Icons */
.custom_sicons i {
  font-size: 18px;
  color: #ffffff;
  background: rgba(38, 0, 255, 0.352);
  padding: 10px;
  border-radius: 50%;
  margin: 5px;
  transition: background 0.3s ease;
}

.custom_sicons i:hover {
  background: #17a2b8;
  cursor: pointer;
}

/* Responsive Text Centering on Small Devices */
@media (max-width: 767px) {
  .custom_footer {
    text-align: center;
    padding-bottom: 50px;
  }

  .custom_footer .custom_sicons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .custom_footerleft2 {
    margin-top: 30px;
  }
}

.custom-wave-top {
  width: 100%;
  line-height: 30;
  overflow: hidden;
  margin-top: -55px;
}

.custom-wave-top svg {
  display: block;
  width: 100%;
  height: 100px;
}
.custom-bottom{
  background:black;
}
.custom_team {
  background-color: #007bff; /* or your primary theme */
  color: white;
}

.custom_team .card {
  border: none;
  border-radius: 15px;
}

.custom_sicons a {
  color: #333;
  font-size: 20px;
  transition: all 0.3s ease;
}

.custom_sicons a:hover {
  color: #ffc107; /* yellow hover */
}

.custom_border_in {
  border-bottom: 2px solid #ffc107;
  width: 60px;
}
.social-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #ffc107;
  color: #000;
  transform: scale(1.1);
}



