/*
 Theme Name: etwoi
 Template: hello-elementor
 Author: Insignia Technolabs
 Version: 1.0
 Description: Child theme for etwoi website
*/

:root {
  --font-primary: "Plus Jakarta Sans", sans-serif;

  --fw-regular: 400;
  --fw-bold: 700;

  --color-primary: #1e2225;
  --color-secondary: #f37043;
  --color-text: #4d5459;
  --color-accent: #f37043;
  --color-white: #ffffff;
  --color-title-2: #1c1e20;
  --color-grey: #777777;
  --color-disable: #F4F4F4;
  --color-black: #000000;
	

  --body-font-size: 1em; /* 16px */
  --body-font-weight: var(--fw-regular);
  --body-text-color: var(--color-text);

  --font-primary-size: 3.125em; /* 50px */
  --font-secondary-size: 2.5em; /* 40px */
  --font-42-size: 2.625em; /* 42px */
  --font-text-size: 1em; /* 16px */

  --font-h3-size: 1.75em; /* 28px? → Actually your setup = 32px, so 32px */
  --font-h4-size: 1.625em; /* 26px */
  --font-h5-size: 1.125em; /* 18px */
  --font-h6-size: 1em; /* 16px */
  --font-14-sub-transform: uppercase;
  --font-14-text-size: 0.875em; /* 14px */
  --font-12-text-size: 12px;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-primary);
  font-size: var(--body-font-size); /* 16px */
  font-weight: var(--body-font-weight);
  line-height: 1.5em; /* 24px */
  color: var(--body-text-color);
  background-color: var(--color-white);
}

/********** START 1024 **********/
@media screen and (max-width: 1024px) {
	:root {
		--font-42-size: 2.25em; /* 42px */ /* 36px */
		--font-secondary-size: 2em; /* 40px */ /* 32px */
 		--body-font-size:14px; /* 16px */ /* 14px */
 	    --font-14-text-size: 12px; /* 14px */ /* 12px */ 
 		--font-12-text-size: 10px; /* 12px */ /* 10px */  
	}
}

/*********** END 1024 ***********/

/********** START 767 **********/
@media screen and (max-width: 767px) {
	:root {
		--font-42-size: 1.75em; /* 42px */ /* 28px */
		--font-secondary-size: 1.625em; /* 40px */ /* 26px */
		--font-14-text-size: 12px; /* 14px */ /* 12px */
		--body-font-size:14px; /* 16px */ /* 14px */
		--font-h6-size: 0.875em; /* 16px */ /* 14px */
		--font-h5-size: 1em; /* 18px */ /* 16px */
		--font-12-text-size: 10px; /* 12px */ /* 10px */ 
	}
}
/*********** END 767 ***********/

.etoi-resize-font-btn  {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-primary);
    position: relative;
    padding: 0;
    margin: 0;
    color: var(--color-primary);
	outline: 0;
}
.etoi-resize-font-btn:focus,
.etoi-resize-font-btn:hover{
	background-color: transparent;
	color: var(--color-primary);
} 

.etoi-resize-font-btn.decrease {
    font-size: 15px;
    font-weight: 600;
}
.etoi-resize-font-btn.increase {
    font-size: 18px;
    font-weight: 600;
}

.etoi-resize-font-btn.decrease::before {
    content: "▲";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7px;
    line-height: 1;
}

.eti-header-wrp.elementor-sticky--effects {
    background-color: var(--color-white);
}

.enable-banner-header .eti-header-wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	box-shadow: none !important;
}

.enable-banner-header .eti-header-wrp.is-blur-active {
    background-color: var(--color-white);
	box-shadow: 0px 4px 20px 0px #0000000D !important;
}


