
/** main-footer **/

.main-footer{
  position: relative;
  background: linear-gradient(180deg, #071a2d 0%, #03101f 100%);
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.main-footer .widget-title h3{
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #bfcbdc;
  transition: color 0.3s ease;
}

.main-footer .links-widget .links-list li a:hover{
  color: #ffffff;
}

.main-footer .logo-widget .widget-content{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px;
  padding: 40px !important;
  padding-bottom: 30px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.main-footer .logo-widget .widget-content p{
  font-size: 16px;
  line-height: 28px;
  color: #c7d3e0;
  margin-bottom: 0;
}

.main-footer .widget-content a{
  color: #bfcbdc;
  transition: color 0.3s ease;
}

.main-footer .widget-content a:hover{
  color: #ffffff;
}

.main-footer .widget-content .column{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-footer .widget-content .column .col-6{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #bfcbdc;
}

.main-footer .widget-content .column .col-6 strong{
  min-width: 50px;
  color: #ffffff;
  font-weight: 600;
}

.main-footer .widget-content .column .social-links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer .widget-content .column .social-links li{
  margin: 0;
}

.main-footer .widget-content .column .social-links li h5{
  margin: 0;
  font-size: 15px;
  color: #bfcbdc;
  line-height: 1.6;
}

.main-footer .widget-content .column .social-links li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.main-footer .logo-widget .widget-content .scanner-box{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 18px;
}

.main-footer .logo-widget .widget-content[style],
.main-footer .logo-widget .widget-content[style] * {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.main-footer .logo-widget .widget-content{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px;
  padding: 40px !important;
  padding-bottom: 30px !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.main-footer .logo-widget .widget-content p{
  font-size: 16px;
  line-height: 28px;
  color: #c7d3e0;
  margin-bottom: 0;
}

.main-footer .download-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.main-footer .download-list li:last-child{
  margin: 0px !important;
}

.main-footer .download-list li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 50px;
  line-height: 60px;
  background: #1c293d;
  border-radius: 14px;
  font-size: 24px;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
}

.main-footer .download-list li a:hover{
  background: #2f4470;
  transform: translateY(-2px);
}

.main-footer .download-list li:nth-child(2) a{
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.main-footer .download-list li:nth-child(3) a{
  background: #90c300;
}

.main-footer .footer-lower{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.main-footer .footer-card{
  position: relative;
}

.main-footer .footer-card li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-card li:last-child{
  margin: 0px !important;
}

.main-footer .footer-card li h4{
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.main-footer .footer-card li a{
  position: relative;
  display: inline-block;
}

.main-footer .widget-section{
  border-bottom: 1px solid #E5E5E5;
}

.footer-bottom{
  position: relative;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom .bottom-inner p{
  font-size: 14px;
  line-height: 24px;
  color: #c8d4e6;
  margin: 0;
}

.footer-bottom .bottom-inner p a{
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.footer-bottom .bottom-inner p a:hover{
  text-decoration: underline;
}

.mts-scanner-footer .widget-content{
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 40px !important;
  padding-bottom: 30px !important;
}

.main-footer .social-links{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-footer .social-links li{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin-right: 0;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  transition: background 0.3s ease, transform 0.3s ease;
}

.main-footer .social-links li a:hover{
  transform: translateY(-2px);
}

.dark_home .main-footer{
  background: transparent;
}

.dark_home .main-footer .widget-title h3{
  color: #fff;
}

.dark_home .main-footer .links-widget .links-list li a{
  color: #fff;
}

.dark_home .main-footer .logo-widget .widget-content,
.dark_home .main-footer .logo-widget .widget-content .scanner-box{
  background: linear-gradient(110.34deg, rgba(255, 255, 255, 0.175) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 0px;
}

.dark_home .main-footer .logo-widget .widget-content p{
  color: #fff;
}

.dark_home .main-footer .footer-card li h4{
  color: #fff;
}

.dark_home .main-footer .widget-section{
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.dark_home .footer-bottom .bottom-inner p{
  color: rgba(255, 255, 255, 0.80);
}

.main-footer .social-links li h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #f7f7f7;
}

.dark_home .main-footer .social-links li h5{
  color: #fff;
}


/** rtl-css **/

.rtl .main-footer .download-list li,
.rtl .main-footer .footer-card li{
  margin-right: 0px;
  margin-left: 10px;
  float: right;
}

.rtl .main-footer .logo-widget{
  margin-left: 0px;
  margin-right: 80px;
}

.rtl .main-footer .social-links li{
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .main-footer .logo-widget{
    margin-left: 0px;
  }

  .rtl .main-footer .logo-widget{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px){
  .footer-widget{
    margin: 0px 0px 30px 0px !important;
  }

  .main-footer .footer-lower{
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .main-footer .widget-section{
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px){
  .main-footer .footer-lower{
    display: block;
  }

  .main-footer .footer-card{
    margin-top: 20px;
  }

  .footer-bottom .bottom-inner{
    display: block;
    text-align: center;
  }

  .main-footer .social-links{
    justify-content: center;
    margin-top: 15px;
  }

  .main-footer .social-links li{
    margin-right: 8px;
  }

  .main-footer .footer-card li{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){
  .main-footer .logo-widget .widget-content{
    padding-left: 30px;
    padding-right: 30px;
  }
}











































