/* ===================================================================================



* Theme Name: Agntix Child

* Theme URI: https://wp.storebuild.shop/agntix/

* Author: themepure

* Author URI: https://themeforest.net/user/themepure

* Description: Agntix - Digital Agency Wordpress Theme

* Version: 1.0.0

* Template: agntix

* License: GNU General Public License version 3.0

* License URI: http://www.gnu.org/licenses/gpl-3.0.html

Text Domain: agntix-child

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Tested up to: 6.7

Requires PHP: 7.4



* We encourage you to create Child theme for any modifications you will want to do.



* Why use Child theme?



* Because of future updates we may provide for this theme that will overwrite your

* modifications and all your custom work.



* If you are not familiar with Child Themes, you can read about it here:

* http://codex.wordpress.org/Child_Themes

* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/



====================================================================================== */


@font-face {
  font-family: "GE SS Unique Light";
  src: url('https://redraft.webkarma.co.in/wp-content/themes/agntix-child/fonts/GE-SS-Unique-Light.woff2') format('woff2'),
       url('https://redraft.webkarma.co.in/wp-content/themes/agntix-child/fonts/GE-SS-Unique-Light.woff') format('woff'),
       url('https://redraft.webkarma.co.in/wp-content/themes/agntix-child/fonts/GE-SS-Unique-Light.ttf') format('truetype'),
       url('https://redraft.webkarma.co.in/wp-content/themes/agntix-child/fonts/GE-SS-Unique-Bold.otf') format('opentype'),
       url('https://redraft.webkarma.co.in/wp-content/themes/agntix-child/fonts/GE-SS-Unique-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Then use it */
html[dir="rtl"] body, html[dir="rtl"] p , html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4, html[dir="rtl"] h5, html[dir="rtl"] h6, html[dir="rtl"] a, html[dir="rtl"] span, html[dir="rtl"] input, html[dir="rtl"] *{
  font-family: "GE SS Unique Light";
  font-family: "GE SS Unique";
}
/* ==== anchor offset for sticky header (no JS needed) ==== */
:root { --offset: 120px; }

/* 1) Classic :target spacer — works with normal hash links */
:target::before{
  content:"";
  display:block;
  height:var(--offset);
  margin-top:calc(-1 * var(--offset));
  visibility:hidden;
  pointer-events:none;
}

/* 2) Make sure your sections get the offset too (builder sections) */
.tp-el-section[id],
[id].tp-el-section {
  /* helps modern browsers when JS smooth scroll is used */
  scroll-margin-top: var(--offset);
}

/* 3) Prevent clipping if the builder sets overflow hidden */
.tp-el-section { overflow: visible; }

/* Optional: native smooth scroll (doesn't affect the offset) */
html { scroll-behavior: smooth; }


