/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Mamta Gulati
Author URI: https://mamtagulati.me/
Description: Child theme for Astra
Version: 1.0.0
Template: astra
Text Domain: astra
*/
.gsap-cursor{
  position: fixed;
  top: 0; left: 0;
  width: 18px; height: 18px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.35);
}

.site-footer .site-primary-footer-wrap,.site-below-footer-wrap{
    background-color: var(--ast-global-color-6) !important;
    background-image: none;
}
.site-footer .footer-widget-area .widget-title{
	color: #3A3A3A!important;
	font-size: 15px;
	margin-bottom: 0;
}
.site-footer .textwidget p{
	font-size: 14px;
}
.send_message_btn{
	border-radius: 0;
	border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.case-btn a{
	border-bottom-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}