/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


@font-face {
  font-family: 'BaskVill';        
  src: url('fonts/baskvill_1.ttf') format('truetype');
}

body, h1 {
  font-family: 'BaskVill', sans-serif;
}


body.home header, body.home footer {
	display: none;
}



/******** CF7 GENERAL **********/
.wpcf7-form br {
	display: none;
}
/* Make each label + input pair horizontal */
.wpcf7-form p {
  display: flex;
  align-items: center;      /* vertically centers label & input */
  gap: 12px;                /* space between label and input */
  margin-bottom: 1.2em;
}

.wpcf7-form label {
  flex-shrink: 0;           /* label doesn't shrink */
  min-width: 70px;         /* adjust this value — makes labels aligned */
	color: #000;
	font-size: 16px;
}


.wpcf7-form p {
  margin: 0 0 1em 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
  flex: 1;                  /* input takes remaining space */
  min-width: 0;
}

.wpcf7 form .wpcf7-response-output {
	color: #000;
}
/******** (end) CF7 GENERAL **********/



/******** CONTACT FORM **********/
#signup .wpcf7-form label {
	color: #000;
	font-size: 18px;
}

#signup .wpcf7-form input[type="text"],
#signup .wpcf7-form input[type="email"],
#signup .wpcf7-form input[type="tel"],
#signup .wpcf7-form input[type="url"],
#signup .wpcf7-form textarea {
	border-radius: 15px;
	height: 45px;
	line-height: 45px;
}

#signup .wpcf7-submit {
	color: #fff;
    background-color: #894562;
    font-size: 20px;
    border-radius: 15px;
    padding: 10px 0px;
    max-width: 170px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#signup .wpcf7-submit:hover {
	background-color: #ba5881;
}

#signup .form_submit_row  {
	margin-bottom: 0px;	
}

#signup .form_submit_row p {
	display: grid;
	margin-bottom: 0px;
}
#signup .form_submit_row .wpcf7-spinner {
	margin-left: auto;
	margin-right: auto;
}


/******** (end) CONTACT FORM **********/




/********** FLOATING BUTTONS ***********/
/* Floating Menu Container */
.floating-menu {
  position: fixed;
  top: 30px;
  right: calc((100% - 1400px)/2 + 30px); /* content width = 1400px */
  z-index: 9999;
}

/* Main Floating Button – now icon-only */
.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #8c4462;
  color: #fff !important;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  overflow: hidden;
}

.float-btn:hover {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.float-btn .icon {
  font-size: 2rem;          /* slightly larger icon since no text */
  line-height: 1;
}

/* Menu Items */
.menu-items {
  position: absolute;
  top: 80px;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  padding: 12px 8px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.floating-menu.active .menu-items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
	max-height: 200px;
	height: fit-content;
}

/* Menu Links */
.menu-link {
  display: block;
  padding: 7px 10px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.menu-link:hover {
  background: #ffeaf3;
  color: #8c4462;
  padding-left: 15px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .floating-menu {
    bottom: 20px;
    right: 20px;
  }
  .float-btn {
    width: 56px;
    height: 56px;
  }
  .float-btn .icon {
    font-size: 1.8rem;
  }
  .menu-items {
    bottom: 70px;
    min-width: 160px;
  }
}
/********** (end)FLOATING BUTTONS ***********/


