/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
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 6,000+ 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/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.18.1767348604
Updated: 2026-01-02 10:10:04

*/


html {
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}


/* Accordion title layout */
.e-n-accordion-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Text ko left me fix */
.e-n-accordion-item-title-header {
  flex: 1;
}

/* Icon ko right end me push */
.e-n-accordion-item-title-icon {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.services-mouse-trail {
  position: relative;
}

.services-mouse-trail,
.services-mouse-trail .elementor-container,
.services-mouse-trail .elementor-column,
.services-mouse-trail .elementor-widget-wrap {
  overflow: visible !important;
}

.services-mouse-trail .flair {
  position: fixed; /* 🔥 IMPORTANT */
  width: 48px;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  will-change: transform, opacity;
}

/* =================================
   ELEMENTOR BUTTON WIDTH FIX
================================= */
.cstm-btn .elementor-button-wrapper {
  display: inline-block;
}

.cstm-btn .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: auto;
  border-radius: 100px;
}

/* =================================
   TEXT + ICON LAYER (TOP)
================================= */
.cstm-btn .elementor-button-text,
.cstm-btn .elementor-button-icon {
  position: relative;
  z-index: 2;
  transition: color 0.15s ease, fill 0.15s ease;
}

/* SVG icons */
.cstm-btn .elementor-button-icon svg {
  transition: fill 0.15s ease;
}

/* Hover color change ONLY on button hover */
.cstm-btn .elementor-button:hover .elementor-button-text,
.cstm-btn .elementor-button:hover .elementor-button-icon,
.cstm-btn .elementor-button:hover .elementor-button-icon svg {
  color: #000;
  fill: #000;
}

/* =================================
   FLAIR ANIMATION LAYER
================================= */
.cstm-btn .button__flair {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: scale(0);
  transform-origin: 0 0;
  z-index: 1;
}

.cstm-btn .button__flair::before {
  content: "";
  position: absolute;
  width: 170%;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}


.cstm-bold .pxl-item--subtitle .split-line {
  color: #7a7a7a65; /* default black text */
  font-weight: 700; /* default normal */
  transition: color 0.3s ease, font-weight 0.3s ease; /* smooth fallback for non-GSAP */
}

/* Scene depth */
.cstm-rotate {
  perspective: 1200px;
  transform-style: preserve-3d;
}

/* SVG base */
.cstm-rotate svg {
  transform-style: preserve-3d;
  animation: premiumRotate 10s linear infinite;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.35));
  will-change: transform;
}

/* Fake depth using pseudo layers */
.cstm-rotate svg {
  position: relative;
}

/* Front lighting illusion */
.cstm-rotate svg path {
  transform-origin: center;
}

/* 3D cinematic rotation */
@keyframes premiumRotate {
  0% {
    transform: rotateX(20deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(-20deg) rotateY(180deg);
  }
  100% {
    transform: rotateX(20deg) rotateY(360deg);
  }
}

/* Custom GSAP Cursor */
.gsap-cursor {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  border: 2px solid #9f9f9f96;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: difference; /* premium effect */
}

/* Hide cursor on mobile */
@media (max-width: 768px) {
  .gsap-cursor {
    display: none;
  }
}

/* Background animation wrapper */
.mil-animation-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* Positioning */
.mil-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12; /* premium subtle look */
}

/* Individual offsets */
.mil-position-1 { transform: translate(-50%, -50%) scale(3); }

/* Dodecahedron base */
.mil-dodecahedron {
    position: relative;
    width: 200px;
    height: 200px;
    animation: rotate3d 40s linear infinite;
    transform-style: preserve-3d;
}

/* Pentagon styling */
.mil-pentagon {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,0.25);
}

/* Floating motion */
@keyframes rotate3d {
    0% { transform: rotateX(0deg) rotateY(0deg); }
    100% { transform: rotateX(360deg) rotateY(360deg); }
}
.gsap-portfolio-slider {
    position: relative;
    z-index: 2;
}

/* //////contact form//////// */

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results .select2-results__options {
    max-height: 280px !important;
    background: #000000 !important;
}

.forminator-ui#forminator-module-698.forminator-design--default .forminator-input, .forminator-ui#forminator-module-698.forminator-design--default .forminator-input input, .forminator-ui#forminator-module-698.forminator-design--default .forminator-iti-input .iti__selected-dial-code {
    background: #c4eb2a05;
    font-size: 12px !important;
    padding: 18px!important;
    font-family: michroma !important;
    font-weight: 400;
    border-radius: 6px;
	color: white !important;
}

.forminator-ui#forminator-module-698.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    background: #c4eb2a05;
    font-size: 12px !important;
    padding: 18px!important;
    font-family: michroma;
    font-weight: 400 !important;
    border-radius: 6px;
	 color: white !important;
}

.forminator-ui#forminator-module-698.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    border-color: #ffffff !important;
    background-color: #ededed00 !important;
    border-radius: 6px;
}

span.select2-selection__placeholder {
    color: #9ca3af;
}

.forminator-ui#forminator-module-698.forminator-design--default .forminator-textarea {
       background: #c4eb2a05;
    font-size: 12px !important;
    padding: 15px;
    font-family: michroma !important;
    font-weight: 400 !important;
    border-radius: 6px;
}

button.forminator-button.forminator-button-submit.cstm-btn {
    background-color: #FFFFFF !important;
    font-family: "Michroma", Sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize!important;
    fill: #000000!important;
    color: #000000!important;
    border-style: solid;
    border-width: 2px 2px 2px 2px!important;
    border-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px !important;
    padding: 22px 30px 22px 30px !important;
	width:100% !important;
}

span#select2-forminator-form-698__field--select-1_6963bb0729a72-container {
    color: white !important;
}