/**
Theme Name: abc_estudio
Author: Arif Abdullah
Author URI: https://arifabdullah.me
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: abc_estudio
Template: astra
*/


/* ===== Header Start ===== */

/* ===== Premium Smooth Sticky Header (Astra) ===== */

.site-header {
  will-change: transform, opacity;
}
/* Sticky base */
.site-header.ast-sticky-header {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 30px;                 /* ✅ offset here */
  z-index: 9999;

  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);

  /* start hidden for animation */
  transform: translateY(-18px);
  opacity: 0;
  pointer-events: none;

  transition:
    transform 500ms cubic-bezier(.2,.9,.2,1),
    opacity 500ms ease,
    box-shadow 500ms cubic-bezier(.2,.9,.2,1);
}

/* show state */
.site-header.ast-sticky-header.ast-sticky-show {
  transform: translateY(30px) !important;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
  transition: transform 500ms cubic-bezier(.2,.9,.2,1);
}

/* prevent layout jump */
.ast-sticky-spacer {
  height: 0;
}

/* ✅ Transparent header conflict fix: when sticky, force fixed works */
.ast-theme-transparent-header #masthead.ast-sticky-header {
  position: fixed !important;
}

.site-title > a {
	font-family: "Space Grotesk";
	font-size: 28px;
	font-weight: 600;
}
/* ===== Header End ===== */

/* ====== Button Style Start ======= */
.elementor-widget-button .elementor-button {
		padding: 5px 5px 5px 25px !important;
}
.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
	align-items: center;
	column-gap: 20px;
}
.elementor-widget-button .elementor-button .elementor-button-icon {
	height: 58px;
    width: 58px;
    background-color: #161616;
    color: #ece7e1;
    border-radius: 100%;
	transform: rotate(-45deg);
	transition: transform 0.4s ease;
}
.elementor-widget-button .elementor-button .elementor-button-icon .e-font-icon-svg {
	height: auto !important;
	margin: auto;
}
.elementor-widget-button .elementor-button .elementor-button-text {
	color: #000000;
}
.elementor-widget-button .elementor-button:hover .elementor-button-icon {
	transform: rotate(0deg);
	transition: transform 0.4s ease;
}

/* ====== Button Style End ======= */



/********************** Home Page Start *********************/
.page-head-line .elementor-heading-title  {
	margin: 0 -130px;
}
.arifabdullah-image > img {
  width: 900px;
  height: 650px !important;
  object-fit: cover;
  object-position: top center;
}
.based-area .elementor-heading-title {
	margin-right: -20px !important;
}
.resume-button .elementor-button {
	white-space: nowrap;
}
.work-accordion .e-n-accordion-item:last-child {
	border-bottom: 1px solid #ece7e1;
	
}
.work-accordion .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
	color: #ece7e1 !important;
}
.elementor-absolute.accordion-img {
    transform: rotate(-10deg);
}
/********************** Home Page End *********************/

