.main-footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-footer .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /*opacity: 0.25; /* adjust as needed */
  /*background-color: #002332;*/
}



.main-footer .widget-section{
  border-bottom: 1px solid #CFCFCF;
}

.main-footer .logo-widget p{
  margin-bottom: 36px;
  color: #dddddd;
  padding-right: 40px;
}

.main-footer .logo-widget .download-btn{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .logo-widget .download-btn a{
  position: relative;
  display: inline-block;
  width: 182px;
  background: #000;
  padding: 11px 20px 11px 55px;
  font-size: 18px;
  line-height: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
  margin-right: 15px;
  border-radius: 10px;
}

.main-footer .logo-widget .download-btn a:hover{
  background: var(--secondary-color);
}

.main-footer .logo-widget .download-btn a img{
  position: absolute;
  left: 16px;
  top: 13px;
}

.main-footer .logo-widget .download-btn a:last-child{
  margin: 0px !important;
}

.main-footer .logo-widget .download-btn a span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .widget-title h4{
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-color-white);
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #dddddd;
}

.main-footer .links-widget .links-list li a:hover{

}


.footer-bottom{
  position: relative;
  padding: 13px 40px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p{
  line-height: 28px;
  color: var(--text-color-white);
  padding-right: 37px;
}

.footer-bottom .bottom-inner .copyright p a{
  display: inline-block;
}

.footer-bottom .bottom-inner .copyright p a:hover{
  text-decoration: underline;
}

.main-footer .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links li{
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .social-links li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    color: var(--title-color);
}

/*.main-footer .social-links li a:hover{
  background: var(--text-color-gray);
}*/

.main-footer .social-links li h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.main-footer.home-2{
  background: #EFF2E6;
}

.main-footer.light-footer{
  background: #1A1A1A;
}

.main-footer.light-footer .logo-widget p{
  color: #fff;
}

.main-footer.light-footer .social-links li a{
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.main-footer.light-footer .social-links li a:hover{
  background: #22522A;
}

.main-footer.light-footer .widget-title h4{
  color: #fff;
}

.main-footer.light-footer .links-widget .links-list li a{
  color: rgba(255, 255, 255, 0.80);
}

.main-footer.light-footer .links-widget .links-list li a:hover{

}

.main-footer.light-footer .widget-section{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer.light-footer .footer-bottom .bottom-inner .copyright p{
  color: #fff;
}

.main-footer.light-footer .logo-widget .download-btn a{
  background: #fff;
  color: var(--title-color);
}

.main-footer.light-footer .social-links li h5{
  color: #fff;
}


/** rtl-css **/

.rtl .main-footer .logo-widget .download-btn a{
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .main-footer .logo-widget{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .main-footer .social-links li{
  margin-right: 0px;
  margin-left: 10px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .widget-section{
    padding-bottom: 0px;
     padding-top: 50px;
  }
}

@media only screen and (max-width: 767px){
  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }

  .main-footer .social-links{
    justify-content: start;
    margin-top: 10px;

  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .main-footer .logo-widget .download-btn{
    display: block;
  }

  .main-footer .logo-widget .download-btn a{
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .rtl .main-footer .logo-widget .download-btn a{
    margin-left: 0px;
  }
}









.main-footer .links-widget .links-list i {
  position: relative;
    display: inline-block;
  
    /*line-height: 48px;*/
    /*background: #fff;*/
    text-align: center;
    border-radius: 50%;
    padding-right: 10px;
    font-size: 17px;
    color: var(--title-color);
}




.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #333;
  font-size: 15px;
  margin-bottom: 12px;
}

.info-list li:last-child {
  margin-bottom: 0;
}

.info-list li i {
  font-size: 16px;
  color: var(--text-color-yellow);
  line-height: 1;
  padding-top: 5px;
}

.info-list li a {
  color: #dddddd;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.info-list li a:hover {
  color: var(--text-color-yellow); /* optional hover effect */
}




.footer-column-bx {
  padding-left: 50px;
}





.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex ;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 70px;
    right: 15px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 23px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/* social box */
.social-container-wp {
    position: fixed;
    right: 28px;
    bottom: 96px;
    background: #a2a2a29c;
    border-radius: 50px;
    padding: 15px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

/* icon styling */
.social-container-wp a {
  width: 36px;
  height: 36px;
  background: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
    /*animation: scalePulse 1.5s infinite ease-in-out;*/
}

/* icon styling */
.social-container-wp a i {

    animation: scalePulse 1.5s infinite ease-in-out;
}


/* scale animation */
@keyframes scalePulse {
  0% { transform: scale(0.9); opacity: 0.9; }
  50% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.9; }
}
.social-container-wp .wp:hover {
  background: #25D366; /* Facebook blue hover */
}

.social-container-wp .email:hover {
  background: #D14836; /* Facebook blue hover */
}






















