/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

#home-banner {
  position: sticky;
  top: 0px;
}
/* header {
  position: sticky !important;
  top: 0px !important;
} */
.contact-form {
  padding: 40px 40px 0;
  border-radius: 20px;
  background: #11103f0d;
}
.contact-form br {
  display: none;
}
.contact-form input {
  height: 45px;
}
.contact-form input,
.contact-form textarea {
  background-color: #11103f1a;
  border: none;
  border-radius: 12px;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  padding: 15px 10px !important;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #11103f;
font-size : 14px;
}
.contact-form label,
.contact-form .name_field h4 {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
	padding-bottom: 10px;
  font-weight: 600;
}
.contact-form .name_field p {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0px;
}
.wpcf7-submit {
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #11103f !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  width : 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  height : 50px !important;
}
.elementor-field-type-submit{
  margin : 0 auto;
}
#chat-bot #logo{
	display : none !important;
}

.floating-img {
  display: block;
  margin: 0 auto;
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(-25px); } /* move up */
  100% { transform: translateY(0); }   /* back down */
}
.service-blk-1,
.service-blk-2,
.service-blk-3,
.service-blk-4,
.service-blk-5,
.service-blk-6,
.service-blk-7{
	transition : all 0.3s ease-in-out !important;
	cursor : pointer;
}

.service-blk-1:hover,
.service-blk-2:hover,
.service-blk-3:hover,
.service-blk-4:hover,
.service-blk-5:hover,
.service-blk-6:hover,
.service-blk-7:hover{
	border-radius : 15px;
	transform: translateY(-8px) translateZ(0) !important;
	will-change: transform, box-shadow;
	border-color : transparent !important;
	color : #fff !important;
	transition : all 0.3s ease-in-out !important;
}
.service-blk-1:hover{
    box-shadow: 0 20px 40px rgba(255, 71, 87, 0.3), 0 0 60px rgba(255, 71, 87, 0.2);
	background: linear-gradient(45deg, #ff4757, #ff6b7a, #ff8a9b, #ffa8b4) !important; 
}
.service-blk-2:hover{
	box-shadow: 0 20px 40px rgba(46, 213, 115, 0.3), 0 0 60px rgba(46, 213, 115, 0.2);
	background: linear-gradient(45deg, #2ed573, #55eaa5, #7bed9f, #2ed573) !important; 
}
.service-blk-3:hover{
	box-shadow: 0 20px 40px rgba(55, 66, 250, 0.3), 0 0 60px rgba(55, 66, 250, 0.2);
	background: linear-gradient(45deg, #3742fa, #5352ed, #70a1ff, #5352ed) !important; 
}
.service-blk-4:hover{
	box-shadow: 0 20px 40px rgba(29, 209, 161, 0.3), 0 0 60px rgba(29, 209, 161, 0.2);
	background: linear-gradient(45deg, #1dd1a1, #55efc4, #81ecec, #00cec9) !important; 
}
.service-blk-5:hover{
	box-shadow: 0 20px 40px rgba(254, 202, 87, 0.3), 0 0 60px rgba(254, 202, 87, 0.2);
	background: linear-gradient(45deg, #feca57, #ff9ff3, #f8b500, #feca57) !important; 
}
.service-blk-6:hover{
	    box-shadow: 0 20px 40px rgba(165, 94, 234, 0.3), 0 0 60px rgba(165, 94, 234, 0.2);
	background: linear-gradient(45deg, #a55eea, #d63031, #e84393, #fd79a8) !important; 
}
.service-blk-7:hover{
	    box-shadow: 0 20px 40px rgba(255, 99, 72, 0.3), 0 0 60px rgba(255, 99, 72, 0.2);
	background: linear-gradient(45deg, #ff6348, #ff7675, #fd79a8, #fdcb6e) !important; 
}