/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*Custom typography*/
:root {
	--font-family-source-serif-4: "Source Serif 4";
}

.elementor .u-color-accent {
    color: var(--color-neon-green) !important;
}

.elementor .u-bg-color-accent {
    background-color: var(--color-neon-green) !important;
}

html, body {
  overflow-anchor: none;
  scroll-behavior: auto !important;
}

.fs-h1 {
	font-size: 4.44vw;
	line-height: 1.1;
}

.fs-h2 {
	font-size: 3.33vw;
	line-height: 1.1;
}

.fs-h3 {
	font-size: 2.22vw;
	line-height: 1.1;
}

.fs-h4 {
	font-size: 24px;
	line-height: 1.2;
}

.fs-h5 {
	font-size: 20px;
	line-height: 1.2;
}

.fs-h6 {
	font-size: 16px;
	line-height: 1.2;
}

.fs-size-36 {
	font-size: 2.5vw;
	line-height: 1.2;
}

.fs-size-18 {
	font-size: 18px;
	line-height: 1.2;
}

.fs-h1 .elementor-heading-title,
.fs-h2 .elementor-heading-title,
.fs-h3 .elementor-heading-title,
.fs-h4 .elementor-heading-title,
.fs-h5 .elementor-heading-title,
.fs-h6 .elementor-heading-title,
.fs-size-18 * {
	font-size: inherit;
	line-height: inherit;
}


.transition-Initial,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)),
.e-con:where(:not(.e-div-block-base)) {
	transition: auto;
}

.elementor-widget-text-editor p {
	margin-block-start: 0;
}

.elementor-widget-text-editor a{
	font-size:inherit;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px !important;
}

.comments-area a,
.page-content a {
	text-decoration: auto;
}

b,
strong {
	font-weight: 700;
}

.elementor-widget-text-editor a{
	color:inherit;
}

.sg-font-weight-samibold b,
.sg-font-weight-samibold strong {
	font-weight: 600;
}

.elementor .e-svg-base {
	display: inline-flex !important;
}

.sg-btn-primary{
	transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
}
.sg-btn-primary:hover {
    background: #00d455;
    transform: translateY(-1px);
}
.sg-btn-primary .e-svg-base,
.sg-btn-w-icon .e-svg-base,
.sg-btn-w-icon .e-paragraph-base,
.sg-btn-w-icon,
.sg-btn-w-icon svg *,
.sg-btn-wb-border .e-svg-base,
.sg-btn-wb-border{
	transition:all .35s !important;
}

.sg-btn-w-icon:hover{
	transform:translateY(-1px);
}

.sg-btn-primary:hover .e-svg-base,
.sg-btn-wb-border:hover .e-svg-base{
	transform: translateX(4px);
}

.sg-btn-w-icon:hover .e-svg-base{
	transform: rotate(45deg);
}

/*.sg-btn-w-icon:hover svg rect{
	fill: var(--e-global-color-accent);
    stroke:  var(--e-global-color-accent);
}
.sg-btn-w-icon:hover svg path{
	fill: var(--e-global-color-ffa76b4);
}*/

.sg-btn-wb-border:after{
    content: "";
    height: 0;
    width: 0%;
    position: absolute;
    bottom: -.8px;
    left: 0;
    border-bottom: 1px solid var(--e-global-color-primary);
	transition:width .35s;
}

.sg-dark-section .sg-btn-wb-border:after{
	border-color: var(--e-global-color-ffa76b4);
}


.sg-btn-wb-border:hover:after{
    width: 100%;
}

.sg-btn-wb-border:hover{
	color:var(--e-global-color-9ce317c) !important;
}

.elementor-location-footer .sg-btn-wb-border:hover{
	color:var(--e-global-color-9ce317c) !important;
}

.elementor-location-footer .sg-btn-wb-border:hover .e-svg-base svg{
	color:var(--e-global-color-9ce317c) !important;
}

.elementor-location-footer .sg-btn-wb-border:after{
	display:none;
}

.sg-sf-image-box .elementor-image-box-title span {
	font-family: var(--e-global-typography-8743ca2-font-family);
}

.sg-btn-w-arr-hover a .elementor-button-icon {
	transition: all .35s;
}

.sg-btn-w-arr-hover a:hover .elementor-button-icon {
	transform: translateX(-4px);
}

.sg-heading-inner-text-24 em,
.sg-heading-inner-text-48 em{
		display: inline-block;
	font-style: normal;
}

.sg-heading-inner-text-24 em {
	font-size: 24px;
}

.sg-heading-inner-text-48 em {
	font-size: 48px;
}

.sg-heading-inner-text-pos-top em {
	position: relative;
	top: -16px;
	padding-left: 4px;
}

.sg-acc-w-borders .e-n-accordion-item-title {
	transition: border .3s;
}

.sg-acc-w-borders .e-n-accordion-item-title[aria-expanded="true"] {
	border-width: 0px !important;
	transition: border 0s;
}

.sg-acc-w-borders .e-n-accordion .e-n-accordion-item:not(:last-child) {
	border-bottom: 1px solid rgba(136, 136, 136, .30);
}

.sg-acc-title-inner {
	display: inline-flex !important;
	gap: 8px;
	align-items: center;
}

.sg-acc-title-text-rotate {
	font-size: 16px;
	font-family: var(--font-family-inter) !important;
	line-height: 2;
	padding-top: 4px;
}

.sg-acc-w-borders .e-n-accordion-item-title-icon .e-closed svg {
	height: 18px;
}

.sg-list-with-anchor-links {
	width: 100%;
}

.sg-list-with-anchor-links .elementor-icon-list-icon {
	order: 2;
	opacity: 0;
	transition: all .5s;
}

.sg-list-with-anchor-links .elementor-icon-list-item .elementor-icon-list-text,
.sg-list-with-anchor-link-w-btn-text .elementor-icon-list-icon:before{
	transition: all .5s !important;
}

.sg-list-with-anchor-links .elementor-icon-list-item:hover .elementor-icon-list-icon {
	opacity: 1;
	transform: translateX(-16px);
}

.sg-list-with-anchor-links .elementor-icon-list-item:hover .elementor-icon-list-text {
	transform: translateX(16px);
}

.sg-list-with-anchor-links .elementor-icon-list-icon svg {
	margin: 0px !important;
}

.sg-list-with-anchor-links .elementor-icon-list-item a {
	justify-content: space-between;
	gap: 40px;
}

.sg-list-with-anchor-links .elementor-icon-list-text {
	padding-left: 0px !important;
}

.sg-list-with-anchor-link-w-btn-text .elementor-icon-list-icon{
	gap:12px;
	align-items:center;
}

.sg-list-with-anchor-link-w-btn-text .elementor-icon-list-icon:before {
    content: "View Service";
	color:var(--e-global-color-primary);
	font-family:var(--font-family-inter);
	letter-spacing:.75px;
	opacity:0;
	font-size:16px;
	font-weight:500;
}

.sg-list-with-anchor-link-w-btn-text a[href*="additional-services"] .elementor-icon-list-icon::before {
    content: "View Services";
}

.sg-was-temp-section .elementor-icon-list-icon:before {
    content: "Know More";
}

.sg-list-with-anchor-link-w-btn-text .elementor-icon-list-icon{
	opacity:1;
}

.sg-list-with-anchor-links .elementor-icon-list-item:hover .elementor-icon-list-icon:before{
	opacity:1;
}

.sg-text-w-icon-btn .elementor-button-content-wrapper {
	align-items: center;
}

.sg-text-w-icon-btn .elementor-button-content-wrapper svg {
	font-size: 32px;
}

.sg-text-w-icon-btn .elementor-button-content-wrapper .elementor-button-icon,
.sg-text-w-icon-btn .elementor-button-content-wrapper .elementor-button-text,
.sg-view-story-btn,
.sg-view-story-btn svg {
	transition: all .35s;
}

.sg-text-w-icon-btn:hover .elementor-button-content-wrapper .elementor-button-icon,
.sg-view-story-btn:hover svg {
	transform: rotate(45deg);
}

.sg-text-w-icon-btn:hover .elementor-button-content-wrapper .elementor-button-text,
.sg-view-story-btn:hover {
	color: var(--e-global-color-9ce317c);
}



/* 
   Logo Ticker BEM Component Styles
   Block:    .logo-ticker
   Modifier: .logo-ticker--right
   Elements: __track  __inner  __item  __img
    */

:root {
	--lt-bg: transparent;
	--lt-gap: 5.2vw;
	--lt-sm-gap:40px;
	--lt-img-height: 48px;
	/* control logo size here */
	--lt-img-filter: grayscale(1) opacity(0.5);
	--lt-img-hover: grayscale(0) opacity(1);
	--lt-transition: filter 0.3s ease, opacity 0.3s ease;
	--lt-fade-width: 120px;
	/* edge fade width */
}

/* Block */
.logo-ticker {
	width: 100%;
	overflow: hidden;
	background-color: var(--lt-bg);
	padding-block: 1.5rem;
	position: relative;
}

/* Track GSAP moves this */
.logo-ticker__track {
	display: flex !important;
	align-items: center;
	width: max-content;
	will-change: transform;
	gap: var(--lt-gap);
}

/* Cloned inner sets */
.logo-ticker__inner {
	display: flex;
	align-items: center;
	gap: var(--lt-gap);
	flex-shrink: 0;
}

/* Individual logo item */
.logo-ticker__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Logo image */
.logo-ticker__item img,
.logo-ticker__track img {
	height: var(--lt-img-height);
	width: auto;
	max-width: 190px;
	object-fit: contain;
	display: block;
	transition: var(--lt-transition);
}

.logo-ticker__item img:hover,
.logo-ticker__track img:hover {
	filter: var(--lt-img-filter);
}

.sg-img-gallery .logo-ticker__track img{
	width: 40vw;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
}

.sg-img-gallery .logo-ticker__item img:hover,
.sg-img-gallery .logo-ticker__track img:hover {
	filter: initial;
}



/*  View Story Button */
.sg-view-story-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	color: var(--e-global-color-primary);
	cursor: pointer;
	transition: all 0.35s ease;
}

.sg-view-story-btn:hover {
	gap: 12px;
	color: var(--e-global-color-9ce317c);
}


/*  Full Story Content */
.sg-story-full {
	padding: 0;
}

.sg-story-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin-bottom: 40px;
	display: block;
}

.sg-story-title {
	margin-bottom: 40px;
	margin-top: 0;
}


/*  Meta Row (Country / Year / Investment) */
.sg-story-meta {
	display: flex;
	gap: 24px;
	margin-bottom: 40px;
	justify-content: space-between;
}

.sg-meta-label {
	color: var(--e-global-color-text);
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.75px;
	margin-bottom: 8px;
	font-weight: 500;
}

.sg-meta-value {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-8743ca2-font-family);
}


/*  Section Blocks */
.sg-story-section:not(:last-child) {
	margin-bottom: 40px;
}

.sg-section-label {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: var(--e-global-color-accent) !important;
	margin: 0 0 12px;
	text-transform: uppercase;
	font-family: 'Inter' !important;
	line-height: 1 !important;
}

.sg-label-green {
	color: #00b388;
}

.sg-section-divider {
	border-bottom: 1px solid var(--e-global-color-accent);
	margin-bottom: 24px;
	width: 150px;
}

.sg-divider-green {
	background: #00b388;
}

.sg-story-section p,
.sg-story-section ul {
	margin: 0;
}

.sg-story-section ul {
	padding-left: 18px;
}

.sg-story-section ul li:not(:last-child) {
	margin-bottom: 4px;
}

.sg-ss-stats .elementor-widget-icon-box .elementor-icon-box-title {
	margin-top: 0px;
}

/*  No scroll when popup open  */
body.sg-no-scroll {
	overflow: hidden;
}

/*  Overlay  */
#sg-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 99999;
	display: none;
	align-items: flex-start;
	justify-content: flex-end;
}

/*  Shared panel styles  */
#sg-form-popup,
#sg-content-popup {
	position: relative;
	width: 480px;
	max-width: 100vw;
	height: 100vh;
	background: #fff;
	overflow-y: auto;
	padding: 80px 40px;
	display: flex;
	flex-direction: column;
	gap: 0;
	box-sizing: border-box;
	will-change: opacity;
}

#sg-content-popup {
	display: none;
}

/*  Close button  */
.sg-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none !important;
	border: none;
	color: var(--e-global-color-primary) !important;
	padding: 8px;
	line-height: 1;
	transition: all .35s;
}

.sg-popup-close:hover,
.sg-popup-close:focus {
	background: none;
	color: #DB5460 !important;
}

/*  Form popup content  */
#sg-form-title {
	font-family: 'Playfair Display';
	margin: 0 0 16px;
	padding-right: 32px;
}

.sg-popup-subtitle {
	margin: 0 0 60px;
}

.sg-field-group {
	margin-bottom: 20px;
}

.sg-field-group label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--e-global-color-text);
	margin-bottom: 6px;
	text-transform: capitalize;
	letter-spacing: 0.75px;
}

.sg-field-group input {
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-5d3e294);
	padding: 12px 0 8px;
	font-size: 16px;
	color: var(--e-global-color-9ce317c);
	outline: none;
	background: transparent;
	box-sizing: border-box;
	transition: border-color 0.2s;
	font-family: inherit;
}

.sg-field-group input:focus {
	border-bottom-color: #1a3a5c;
}

.sg-field-group input::placeholder {
	color: #bbb;
}

#sg-form-error {
	color: #c0392b;
	font-size: 13px;
	margin: -8px 0 16px;
}

.sg-submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	background: var(--e-global-color-9ce317c);
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 16px 24px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	letter-spacing: 0.75px;
	transition: background 0.2s, opacity 0.2s;
	font-family: inherit;
}

.sg-submit-btn:hover:not(:disabled),
.sg-submit-btn:focus {
	background: var(--e-global-color-primary);
}

.sg-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/*  Loading state  */
.sg-loading {
	padding: 40px 0;
	text-align: center;
	color: #999;
	font-size: 14px;
}

/* Mobile */
@media (max-width: 520px) {

	#sg-form-popup,
	#sg-content-popup {
		width: 100vw;
		padding: 40px 24px 60px;
	}
}


/* change elementor taxonomy filter into a dropdown */
.sg-taxonomy-filter-dropdown {
  position: relative;
  display: inline-block;
}

.sg-taxonomy-filter-dropdown .e-filter {
  display: block;
}

/* Hide Elementor's own button layout entirely */
.sg-taxonomy-filter-dropdown .e-filter-item {
  display: none !important;
}

/* Toggle button */
.sg-taxonomy-filter-dropdown .sg-filter-toggle {
    display: flex;
    border: none;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    padding: 6px 0px;
    border-bottom: 1px solid var(--e-global-color-accent);
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
    gap: 12px;
}



.sg-taxonomy-filter-dropdown .sg-filter-toggle:hover,
.sg-taxonomy-filter-dropdown .sg-filter-toggle.sg-open {
  border-color: var(--e-global-color-accent);
}

.sg-taxonomy-filter-dropdown .sg-arrow {
  font-size: 11px;
  color: #999;
  transition: transform 0.2s;
  flex-shrink: 0;
  display: inline-flex;
  margin-top: 6px;
}

.sg-taxonomy-filter-dropdown .sg-filter-toggle.sg-open .sg-arrow {
  transform: rotate(180deg);
}

/* The floating dropdown panel */
.sg-dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  z-index: 999;
  overflow: hidden;
  padding: 8px 0;
}

.sg-dropdown-panel.sg-open {
  display: block;
}

/* Panel option buttons */
.sg-dropdown-panel .sg-option {
  display: block;
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.sg-taxonomy-filter-dropdown .sg-filter-toggle {
  font-size: 24px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-8743ca2-font-family);
  text-align: left;
}

.sg-dropdown-panel .sg-option {
	font-size: 16px;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-9d31dd4-font-family);
  text-align: left;
  border-radius: 0;
}

.sg-filter-toggle .sg-toggle-label{
	color: var(--e-global-color-accent);
}

.sg-dropdown-panel .sg-option:last-child {
  border-bottom: none;
}

.sg-dropdown-panel .sg-option:hover {
  background: #f0f6ff;
  color: var(--e-global-color-primary);
}

.sg-dropdown-panel .sg-option.sg-active {
  color: #0C457D;
  font-weight: 500;
  background: #f0f6ff;
}

/*blog default filter styls*/ 

.sg-taxonomy-filter-horizontal .e-filter-item{
	gap:8px;
	position:relative;
}

.sg-taxonomy-filter-horizontal [data-filter="article"]:before,
.sg-taxonomy-filter-horizontal [data-filter="video"]:before,
.sg-taxonomy-filter-horizontal [data-filter="article"]:after,
.sg-taxonomy-filter-horizontal [data-filter="video"]:after{
	content:"";
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sg-taxonomy-filter-horizontal [data-filter="article"]:before{
	background-image:url(https://wishboxdigital.in/sidhangroup/wp-content/uploads/2026/06/filter-article-icon-gray.svg);
}

.sg-taxonomy-filter-horizontal [data-filter="video"]:before{
	background-image:url(https://wishboxdigital.in/sidhangroup/wp-content/uploads/2026/06/filter-play-icon-gray.svg);
}

.sg-taxonomy-filter-horizontal [data-filter="article"]:after{
	background-image:url(https://wishboxdigital.in/sidhangroup/wp-content/uploads/2026/07/filter-article-icon-blue.svg);
}

.sg-taxonomy-filter-horizontal [data-filter="video"]:after{
	background-image:url(https://wishboxdigital.in/sidhangroup/wp-content/uploads/2026/07/filter-play-icon-blue.svg);
}

.sg-taxonomy-filter-horizontal [data-filter="article"]:after,
.sg-taxonomy-filter-horizontal [data-filter="video"]:after{
	opacity: 0;
	position: absolute;
    left: 8px;
}

.sg-taxonomy-filter-horizontal [data-filter="article"]:hover:before,
.sg-taxonomy-filter-horizontal [data-filter="video"]:hover:before{
opacity: 0;	
}


.sg-taxonomy-filter-horizontal [data-filter="article"]:hover:after,
.sg-taxonomy-filter-horizontal [data-filter="video"]:hover:after{
	opacity: 1;
}


.sg-taxonomy-filter-horizontal [aria-pressed="true"]:after{
	opacity: 1;
}
.sg-taxonomy-filter-horizontal [aria-pressed="true"]:before{
	opacity: 0;
}

.sg-blog-articles-grid .e-loop__load-more .elementor-button-icon svg{
	width:14px;
	height:14px;
}

.e-loop__load-more .elementor-button,
.sg-blog-articles-grid .e-loop__load-more .elementor-button-icon svg {
	/*transition:all .35s;*/
}

.sg-img-grow {
	overflow:hidden;
}

.sg-img-grow a{
	display:block;
}

.sg-img-grow img {
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sg-img-grow:hover img {
	transform: scale(1.05);
}

.sg-h-color-blue a,
.sg-h-color-dark-blue a,
.sg-social-share-btn .e-paragraph-base{
	transition:color .35s;
}

.sg-h-color-blue a:hover{
	color: var(--e-global-color-9ce317c) !important;
}

.sg-h-color-dark-blue a:hover{
	color: var(--color-dark-blue) !important;
}



/*show more/less button styles*/
.sg-read-more-content {
	display: none;
}

.sg-list-w-numbers .elementor-icon-list-items {
    counter-reset: item;
    list-style: none;
    padding: 0;
}

.sg-list-w-numbers .elementor-icon-list-items li {
    counter-increment: item;
    position: relative;
    padding-left: 40px;
}

.sg-list-w-numbers .elementor-icon-list-items li::before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--e-global-color-9ce317c);
    font-family: 'Source Serif 4';
    line-height: 1.35;
}

.elementor-widget-theme-post-title .elementor-heading-title a{
	font-family:inherit !important;
}


.sg-blog-articles-col-3-grid .elementor-loop-container .e-loop-item:last-child{
	display:none;
}
/* single blog post article css rules */

.sg-single-post-content p,
.sg-single-post-content ul,
.sg-single-post-content ol,
.sg-single-post-content blockquote,
.sg-single-post-content table,
.sg-single-post-content figure {
    margin: 0 0 20px;
}

.sg-single-post-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sg-single-post-content p:has(img) {
    margin: 40px 0;
}

.sg-single-post-content ul,
.sg-single-post-content ol {
    padding-left: 1.5rem;
}

.sg-single-post-content li + li {
    margin-top: 4px;
}


.sg-single-post-content h1,
.sg-single-post-content h2,
.sg-single-post-content h3,
.sg-single-post-content h4,
.sg-single-post-content h5,
.sg-single-post-content h6{
	font-family: var(--e-global-typography-8743ca2-font-family);
	color: var(--e-global-color-secondary);
	margin:40px 0 20px;
}

.sg-single-post-content h1:first-child,
.sg-single-post-content h2:first-child,
.sg-single-post-content h3:first-child,
.sg-single-post-content h4:first-child,
.sg-single-post-content h5:first-child,
.sg-single-post-content h6:first-child{
	margin-top:0px;
}



.sg-single-post-content h1{
	font-size:36px;
}
 
.sg-single-post-content h2{
	font-size:32px;
}
.sg-single-post-content h3{
	font-size:24px;
}
.sg-single-post-content h4{
	font-size:20px;
}
.sg-single-post-content h4{
	font-size:18px;
}
.sg-single-post-content h4{
	font-size:16px;
}
/* Remove bottom margin from the last content element */
.sg-single-post-content > :last-child {
    margin-bottom: 0;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, 
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span
 {
    font-family: inherit;
}

/*social share*/
.sg-social-share-section {
    position: relative;
}

/* Hidden by default */
.sg-social-share-icons {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    position: absolute;
    top: 40px;
    transition: opacity .25s ease,
                transform .25s ease,
                visibility .25s ease !important;
}

/* Visible */
.sg-social-share-icons.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.sg-social-share-title {
    cursor: pointer;
}

.sg-social-share-btn:hover .e-paragraph-base{
	color: var(--e-global-color-9ce317c);
}

.sg-op-temp-section .sg-our-process-section{
	background-color:var(--e-global-color-ffa76b4);
}







/* CSS for GSAP Animations */
body:not(.elementor-editor-active) .sg-fade-up,
body:not(.elementor-editor-active) .sg-fadeup-animation,
body:not(.elementor-editor-active) .sg-hero-content-h-container,
body:not(.elementor-editor-active) .sg-hero-content-text{
  opacity: 0;
  transform: translateY(50px);
}

body:not(.elementor-editor-active) .sg-hero-content-carousel,
body:not(.elementor-editor-active) .sg-hero-content-img{
	transform: scale(.95) translateY(50px);
	opacity: 0;
}

body:not(.elementor-editor-active) .sg-fade-left {
  opacity: 0;
  transform: translateX(-60px);
}
body:not(.elementor-editor-active) .sg-fade-right {
  opacity: 0;
  transform: translateX(60px);
}
body:not(.elementor-editor-active) .tc-scale {
  transform: scale(0.9) translateY(40px);
  opacity: 0;
}


/* Go to top */
.go-to-top-btn {
	display: none;
	position: fixed;
    right: 20px;
    bottom: 20px;
	z-index:99;
}

.go-to-top-btn:hover a{
	transform:translateY(-10px);
}

.go-to-top-btn a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 6px 10px #999;
	background:var( --e-global-color-secondary );
	transition:all .5s;
}

.go-to-top-btn a svg{
	height:24px;
	fill:#ffffff;
}

@media only screen and (max-width:1280px) {

	.fs-size-18 {
		font-size: 16px;
	}
	
	.sg-list-with-anchor-links .elementor-icon-list-icon {
		opacity: 1;
	}
	
	


}


@media only screen and (max-width:1024px) {
	
	p br, .sg-hide-br br {
		display: none;
	}

	/*Custom typography*/
	.fs-h1 {
		font-size: 48px;
	}

	.fs-h2 {
		font-size: 40px;
	}

	.fs-h3 {
		font-size: 32px;
	}

	.fs-h4 {
		font-size: 24px;
	}

	.fs-h5 {
		font-size: 20px;
	}

	.fs-h6 {
		font-size: 18px;
	}

/* Track GSAP moves this */
.logo-ticker__track {
	gap: var(--lt-sm-gap);
}

/* Cloned inner sets */
.logo-ticker__inner {
	gap: var(--lt-sm-gap);
}

.sg-blog-articles-col-3-grid .elementor-loop-container .e-loop-item:last-child{
	display:block;
}

}


@media only screen and (max-width:992px) {
	.sg-list-w-numbers .elementor-icon-list-items li::before {
		line-height: 1.2;
	}
	.sg-img-gallery .logo-ticker__track img {
    	width: 60vw;
	}
	.sg-list-with-anchor-link-w-btn-text .elementor-icon-list-icon:before{
		display:none;
	}
	
}


@media only screen and (max-width:768px) {}


@media only screen and (max-width:767px) {

	/*Custom typography*/
	.fs-h1 {
		font-size: 44px;
	}

	.fs-h2 {
		font-size: 36px;
	}

	.fs-h3 {
		font-size: 28px;
	}

	.fs-h4 {
		font-size: 24px;
	}

	.fs-h5 {
		font-size: 20px;
	}

	.fs-h6 {
		font-size: 18px;
	}
	.sg-acc-title-inner {
		align-items: start;
		flex-direction: column;
	}
	.sg-acc-title-text-rotate{
		min-height: 40px;
		min-width: 80% !important;
		padding-top:0;
		line-height: 1.25;
	}
	.sg-img-gallery .logo-ticker__track img {
    	width: 80vw;
	}
	
	.sg-subscribe-form .elementor-form-fields-wrapper{
		gap:20px;
	}
	

}


@media only screen and (max-width:578px) {
	.elementor-heading-title br {
		display: none;
	}
	.sg-img-gallery .logo-ticker__track img {
    	width: 80vw;
	}
	.sg-img-gallery .logo-ticker__inner{
		gap:20px;
	}
	.sg-taxonomy-filter-dropdown .sg-filter-toggle {
		font-size: 20px;
	}


}

@media(min-width: 1680px) {5.33
	.fs-h5 {
		font-size: 1.56vw;
		line-height: 1.2;
	}

	.fs-h6 {
		font-size: 1.30vw;
		line-height: 1.2;
	}

	.fs-size-18 {
		font-size: 1.17vw;
	}
	
	.sg-heading-inner-text-48 em {
		font-size: 3.33vw;
	}


}