/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme, customized by Lafay.
Author: Lafay
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Import parent styles if needed (optional, for legacy support) */
/* @import url("../astra/style.css"); */

/* Custom styles go here */



/**        GLOBAL        **/

/*** reduce space on site logo ***/
.hfe-site-logo-container {
  line-height: 0;
}


.entry-header {
  display: none;
}

#primary {
  margin-top: 0 !important;
}

a,
.comments-area a,
.page-content a {
  text-decoration: none !important;
}

.elementor-image-carousel.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}


.underline-btn {
  position: relative !important;
  cursor: pointer;
  width: fit-content !important;
}

.underline-btn::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Distance between text and line */
  left: 0;
  width: 100%;
  /* Full width initially */
  height: 2px;
  /* Thickness of the line */
  transition: width 0.3s ease-in-out;
  /* Smooth shrinking effect */
  background-color: #24242433;
}

.underline-btn:hover::after {
  width: 20%;
  /* Shrinks the line to 20% of the original length */
}


.dot {
  display: inline-block;
  width: 6px;
  /* Adjust size as needed */
  height: 6px;
  background-color: #C4C4C1;
  /* Dot color */
  border-radius: 50%;
  /* Makes it circular */
  margin-left: 15px;
  margin-bottom: 2px;
}



.elementor-element-79c979a a.elementor-button.elementor-button-link.elementor-size-sm {
  width: 100%;
}


/*   homepage navbar menu and text color */

/* .page-id-95801 .navbar li a, .page-id-95801 .navbar .elementor-icon{
color: white !important;
} */


/* Button */
.btn-download {
  background-color: #FF6B0F;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-download:hover {
  background-color: #e85a00;
}

/* Hamburger */
.menu-toggle .bar {
  background-color: white;
}

.custom-header.scrolled .menu-toggle .bar {
  background-color: black;
}

/***** responsive checks *****/

.elementor-icon-box-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
}

@media (max-width: 850px) {

  .elementor-96461 .elementor-element.elementor-element-75bf3f3::before,
  .elementor-96461 .elementor-element.elementor-element-75bf3f3>.elementor-background-video-container::before,
  .elementor-96461 .elementor-element.elementor-element-75bf3f3>.e-con-inner>.elementor-background-video-container::before,
  .elementor-96461 .elementor-element.elementor-element-75bf3f3>.elementor-background-slideshow::before,
  .elementor-96461 .elementor-element.elementor-element-75bf3f3>.e-con-inner>.elementor-background-slideshow::before,
  .elementor-96461 .elementor-element.elementor-element-75bf3f3>.elementor-motion-effects-container>.elementor-motion-effects-layer::before {
    background: white;
  }

}

.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
  width: 100%;
  position: absolute;
}