footer{
  width: 100%;
  height: auto;
  background:  var(--tools-gradient-bgColor);
  color: var(--uni-light-fontColor);
  position: relative ;
  bottom: 0;
  left: 0;    
  z-index: 1;
  border-radius: 6px;
}

footer * {
  font-family: 'Newsreader', sans-serif;
}

.footer-row1 {
  background: var(--pg-bgColor);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 25px;
 flex-direction: column;
}
.footer-row1 .grid {
  display: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.footer-row1 #panel1{
  display:grid;  
}


.grid {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}
#panel5 .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}



.footer-row1 .col-sm-4 {
  flex-basis: 30%;
  text-align: center;   
  justify-content: center;
  padding: 20px;
  width: 100%;
}

.leftFoot{
  width: 100% !important;
}
.centerFoot{
  width: 100% !important;
}.rightFoot{
  width: 100% !important;
  
}
.rightFoot img{
  width: 200px !important;
  height: 120px !important;
} 


.footer-row1 h3,
.footer-row1 h5,
.footer-row1 h4 {
  margin: 10px 0;
  color: var(--uni-light-fontColor);
}

.footer-row1 h5{
  align-self: flex-start;
margin-top: 0;
}


.footer-row2 {
  background: var(--footer2BGLinearGradient);
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.footer-row2 .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-row2 .nav-item {
  margin: 0 10px;
}
a:focus,
a:active {
  outline: none;
  border: none;
}
.footer-row2 .nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px; /* Adjust the font size to your desired value */
font-weight: bold;
}

.footer-row2 .nav-item active a {
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;

}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--navbarColor);
}

.nav-item {
  margin: 0 10px;
  cursor: pointer;
}

.nav-item.active {
  font-weight: bold;
  font-size: 19px;
}
.nav-item.active a{   
  color: #fff;
  background-color: transparent;
  font-size: 19px;
}

.footer-row3 {
  background: var(--footer3BGLinearGradient);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
}
.footer-row3 h4 {
  padding: 30px 40px;
}  
 
.subscriptionBttn {
 display: none;
  color: var(--footer-light-subBttn-color) !important;
  width: 100px; padding: 10px 12px; margin-top: 15px;  
  transition: opacity 0.3s ease-in-out; 
}

#subscriber{
  display: block; 
  margin: auto; padding: 5px; width: 70%;
  text-align: center; border-radius: 9px;
}
#subscriber:hover + .subscriptionBttn,
#subscriber:focus + .subscriptionBttn,
#subscriber:valid + .subscriptionBttn {
  opacity: 1 !important; 
  box-shadow:
   -7px -7px 20px 0px #7d7e7d,
   -4px -4px 5px 0px #d2d3d1,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.5s ease;
  display: block;
  margin: 15px auto;
}

.subscriptionBttn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 50%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  
  transition: all 0.5s ease;
}
.subscriptionBttn:hover {
  color: #000;
}
.subscriptionBttn:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.subscriptionBttn:active {
  top: 2px;
}

/* Sticky social bar */
.icon-bar {
  position: fixed;
  bottom: 0;
  right: 14px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);

}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
    cursor: pointer;

}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: none;
  color: white;
}

.twitter {
    background: none;

  color: white;
}

.instagram {
  background: none;
   color: white;
}
.facebook:hover {
  background: none;
  color: #1877F2;
}

.twitter:hover {
    background: none;

  color: #1DA1F2;
}

.instagram:hover {
  background: none;
   color: #E4405F;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #0d445e;
  color: white;
}
.copy {
  background: #555657;  
  color: white;
}
.transcribe {
  background: none;
  color: white;
}

.fa-facebook-f, .bi-copy, .fa-play, .fa-pause, .fa-x-twitter, .fa-instagram{
  font-size: 2rem !important; 
}
/* Vibration effect for visible play icon */
.transcribe.vibrating {
  position: relative;
  animation: subtleVibration 2s infinite ease-in-out;
}
.transcribe.vibrating:hover {
color: var(--uni-light-colorTheme1) !important;
}
/* Circular border pulses */
.transcribe.vibrating::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 3px solid rgba(227, 225, 228, 0.3);
  border-radius: 50%;
  animation: pulseRing 2s infinite ease-in-out;
  pointer-events: none;
  z-index: -1;
}

.transcribe.vibrating::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgba(39, 180, 11, 0.89);
  border-radius: 50%;
  animation: pulseRing 2s infinite ease-in-out 0.5s;
  pointer-events: none;
  z-index: -1;
}

/* Keyframes for subtle vibration */
@keyframes subtleVibration {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-0.5px) translateY(-0.5px);
  }
  50% {
    transform: translateX(0.5px) translateY(0.5px);
  }
  75% {
    transform: translateX(0.5px) translateY(-0.5px);
  }
}

/* Keyframes for circular border pulse */
@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
}

/* Ensure the icon itself doesn't change size */
.transcribe.vibrating i {
  animation: none !important; /* Prevent any animation on the icon itself */
  transform: none !important;
}

/* Tooltip on my social media accounts    */
.tooltip {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tooltip.show {
  opacity: 1;
}
/* Sticky social bar */
/* EOF Footer*/
/* Original styles for footer and footer-row1 remain unchanged */

@media only screen and  (min-width: 1201px) and (max-width: 1459px) {
  

}
@media only screen and (min-width: 961px) and (max-width: 1200px){
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }
  .footer-row1 {
    height: auto;
    flex-direction: column;
    align-items: center; /* Center the grid elements */
    justify-content: center;
    transition: width 1s;
    transition: height 2s;
  }

}
@media only screen and (min-width: 768px) and (max-width: 960px){
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }
  .footer-row1 {
    height: auto;
    flex-direction: column;
    align-items: center; /* Center the grid elements */
    justify-content: center;
    transition: width 1s;
    transition: height 2s;
  }
  #subscriber{
  width: 73%;
   
  }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 {
    height: auto;
    flex-direction: column;
    align-items: center; /* Center the grid elements */
    justify-content: center;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center; /* Center the grid items horizontally */
  }

  .leftFoot,
  .centerFoot,
  .rightFoot {
    width: auto !important;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center; /* Center text content horizontally */
  }

  .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }

  .footer-row1 .col-sm-4 {
    flex-basis: 100%;
  }
  #panel1 {
    width: 100%;
  }

  #panel1 .grid {
    grid-template-columns: repeat(1, 12fr);
    justify-content: center;
  }

  #panel1 .col-sm-4 {
    flex-basis: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  #panel1 .leftFoot,
  #panel1 .centerFoot,
  #panel1 .rightFoot {
    width: auto !important;
    margin-bottom: 10px;
    text-align: center;
  }

  #panel1 .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }
}


@media only screen and (min-width: 240px) and (max-width: 568px){
  footer {
    height: auto;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 {
    height: auto;
    flex-direction: column;
    transition: width 1s;
    transition: height 2s;
  }

  .footer-row1 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .leftFoot,
  .centerFoot,
  .rightFoot {
    width: auto !important;
  }

  .rightFoot img {
    width: 100% !important;
    height: auto !important;
  }

  .footer-row1 .col-sm-4 {
    flex-basis: 100%;
  }
  .footer-row2{
    padding: auto;
  }
  .footer-row3{
    padding: 15px 40px;
  }

  .footer-row3 h4{
    padding: 15px 40px;
  }
  .icon-bar a{
    font-size: 14px;
    padding: 10px;
  }
}

