/* Footer styles */
footer {
  border-top: 1px solid #000;
  color: #fff;
}

/* .newsletter {
  padding: 30px 0px;
  text-align: center;
}

.text-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.text-button-container h1 {
  margin: 0;
  font-size: 20px;
  color: #000;
}

.subscribe-button {
  display: inline-block;
  background-color: white;
  color: #0056b3;
  border: 1px solid #0056b3;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-align: center;

}

.subscribe-button:hover {
  background-color: #0056b3;
  color: white;
  border: 1px solid #003d82;
  transform: scale(1.05);
} */

/*social media*/

/* Social Media Follow Section */
/* Social Media Follow Section */
.follow {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.follow-text h1 {
  font-size: 20px;
  color: #000;
  margin: 0;
  display: block;
}

.socialMediaLinks {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap; 
}

.socialMediaLinks li {
  margin-right: 15px; 
  margin-bottom: 10px; 
}

.socialMediaLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 50%;
  text-decoration: none;
}

.socialMediaLinks a i {
  color: white;
  font-size: 24px;
}

.socialMediaLinks a:hover {
  transform: scale(1.1);
}

#facebook {
  background-color: #3b5998;
}

#instagram {
  background-color: #e1306c;
}

#linkedin {
  background-color: #0077b5;
}

#youtube {
  background-color: #ff0000;
}
#pinterest {
  background-color: #e60023; 
}
#twitter-share {
background-color: #fff;
 } 
 #whatsapp {
  background-color: #25d366;
}

#quora {
  background-color: #B92B27; /* Quora Red */
}

/*********/


/* Upper Footer */
.upperFooter {
  padding: 80px 0;
  color: #000;
}

.upperFooter .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.nav-quick-contact {
  display: flex;
  justify-content: space-between;
  width: 70%;
  gap: 30px;
}

.nav-quick-contact ul {
  line-height: 2;
  padding: 10px;
  list-style: none;
  margin: 0;
}

.infocast-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.infocast-logo img {
  width: 250px;
}


/* Upper Footer Links */
.upperFooter {
  padding: 80px 0;
  color: #000;
}

.upperFooter .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.upperFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.upperFooter ul h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.upperFooter ul li {
  line-height: 1.8;
}

.upperFooter ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease-in-out;
}

.upperFooter ul li a:hover {
  color: #0056b3;
}

/* Infocast Column */
.infocast-column {
  text-align: center;
  max-width: 250px;
}

.infocast-column figure img {
  width: 100%;
  margin-bottom: 10px;
}

.infocast-column p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}

.infocast-column p a {
  color: #333;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}

.infocast-column p a:hover {
  color: #0056b3;
}

/* Social Media Share Links */
.share-section h3 {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;

}

.share-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.share-links li {
  list-style: none;
}

.share-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.share-links a i {
  color: white;
  font-size: 18px;
}

.share-links a:hover {
  transform: scale(1.1);
}

#twitter-share {}

/* Individual Social Media Colors */
#facebook-share {
  background-color: #3b5998;
}

/* #twitter-share { background-color: #fff; } */
#whatsapp-share {
  background-color: #25d366;
}

#email-share {
  background-color: #0077b5;
}

#reddit-share {
  background-color: #ff4500;
}

#print-share {
  background-color: #4caf50;
}

#copy-link {
  background-color: #555555;
}

#linkedin-share {
  background-color: #0077b5;
}

/*lower footer*/
.lowerFooter {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}

.upperFooter b {
  font-weight: bolder;
  color: #000;
}

/*share on code*/

/* Responsive adjustments */
@media screen and (max-width: 785px) {
  .upperFooter a {
    font-size: 15px;
  }
}

@media screen and (max-width: 580px) {
  .upperFooter .wrapper {
    justify-content: left;
  }
  .text-button-container{
    display: flex;
    flex-direction: column;
  }

  .upperFooter .wrapper ul {
    margin: 10px;
  }
 
 
}