/* 
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
*/

/* Add your custom styles here */


/* Transparent focus on svg*/



/* Hover underline effect in header, footer and work page*/
.hfe-nav-menu a, 
.footer-width-fixer a, 
.wp-caption-text a, 
.eael-breadcrumbs__content a,
li {
  position: relative;
  text-decoration: none;
  padding-bottom: 1px;
  color:#3F3F3F;
}
/* Work page Grid fix*/
.page-id-2233 .wp-caption-text a{
  margin-top:10px !important;	
}

/* Work thumbs style*/
@media (max-width: 528px){
.services-thumbs [data-widget_type="image.default"]:nth-of-type(5), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(6), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(7), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(8){ 
margin-top:5px !important; 
}
}
@media (max-width: 528px){
.services-thumbs [data-widget_type="image.default"]:nth-of-type(8) figcaption{
	max-width: 50px;
	margin: 0 auto;
}
}


@media (min-width: 529px) and (max-width: 767px){
.services-thumbs [data-widget_type="image.default"]:nth-of-type(5), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(6), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(7), 
.services-thumbs [data-widget_type="image.default"]:nth-of-type(8){ 
margin-top:13px !important; 
}
}
.wp-caption-text a{
  margin-top:15px;	
}
.eael-breadcrumbs__content a:hover{
  text-decoration:none !important;	
}
.hfe-nav-menu a::after,  
li::after,
.footer-width-fixer a::after,
.wp-caption-text a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out !important;
}


.eael-breadcrumbs__content a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out !important;
}
.hfe-nav-menu a::after, li::after{
  width: calc(100% - 6px);
}

.hfe-nav-menu a:hover::after, .hfe-nav-menu li:hover::after,
.footer-width-fixer a:hover::after,
.wp-caption-text a:hover::after,
.eael-breadcrumbs__content a:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}

a:not(:hover)::after, li:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}

.hfe-nav-menu .current-menu-item:after,  .hfe-nav-menu .current-page-ancestor:after{
  transform: scale(0) !important;
}
.hfe-nav-menu .current-menu-item a:hover::after, .hfe-nav-menu .current-page-ancestor a:hover::after{
  transform: scale(0) !important;
}
.current-menu-item a{
  color:#FAA61A !important;
}


/* Desktop main menu style */
@media (min-width: 1025px) {
  li.menu-item.hfe-creative-menu {
    margin: 0 15px;
  }
}
/* Desktop Home main menu style */
.home-square ul li a{
	font-size:12px !important;
}
.home-square nav {
	width:50vh !important;
	margin-left:-10px !important;
}

@media (max-height: 864px) { 
	.home-square ul li a { 
	font-size:1.2vh !important; 
	} 
	.home-square .hfe-nav-menu li{
  width: fit-content !important;
  margin: 0 1.3vh !important;
}
}



/* Scroll button with circle percentage indicator */
#scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 58px;
  height: 58px;
  border: none;
  background: rgb(181 139 19 / 10%);
  border-radius: 50%;
  /*box-shadow: 0 4px 8px rgba(0,0,0,0.2);*/
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 1000;
  color:#FAA61A;
}

#scrollToTop svg {
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(-90deg);
}

@media (max-width: 767px){
   #scrollToTop{
   display: none !important;
   }
}
.outlined h1{
	color: white !important;  
	text-shadow: -1px -1px 0 #FAA61A, 1px -1px 0 #FAA61A, -1px 1px 0 #FAA61A,  1px 1px 0 #FAA61A;
    word-wrap: break-word !important;
}
.outlined-black h1{
	color: white !important;  
	text-shadow: -1px -1px 0 #3F3F3F, 1px -1px 0 #3F3F3F, -1px 1px 0 #3F3F3F,  1px 1px 0 #3F3F3F;
    word-wrap: break-word !important;
}

/* Desaturate logos images */
.logos .e-child img{
  filter: grayscale(100%);
}
.logos .e-child:nth-of-type(2) img{
    filter: grayscale(100%) brightness(180%);
}
.logos .e-child:nth-of-type(3) img{
    filter: grayscale(100%) brightness(180%);
}
.logos .e-child:nth-of-type(6) img{
    filter: grayscale(100%) brightness(360%);
}
.logos .e-child:hover img{
  filter: grayscale(0%);
}

/* Filterable Gallery hover fix */
.wordpress-websites-gallery .gallery-item-caption-wrap .gallery-item-hoverer-bg {
  top: -6px !important;
}

.eael-contact-form-7-wrapper label{
  color:#3F3F3F !important;
}
.eael-contact-form-7-wrapper input, 
.eael-contact-form-7-wrapper textarea{
  margin-top:4px !important;
}

.eael-contact-form-7-wrapper input[type="submit"] {
  font-size: 12px;
  padding:14px;
}

.wpcf7-not-valid-tip{
	color:#FAA61A !important;
	margin-top:2px;
}
	
.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #FFFFFF; /* Light red */
}



/* Style the scrollbar */
/* 🌐 WebKit Browsers: Chrome, Safari, Edge */
::-webkit-scrollbar {
  width: 8px;
  background: #ccc;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #FAA61A;/*989898*/
  border-radius: 4px;
}

/* Optional: Thumb hover effect */
::-webkit-scrollbar-thumb:hover {
  background-color: #e08f00;
}

/* 🦊 Firefox */
body {
  scrollbar-width: thin;
  scrollbar-color: #FAA61A #ccc;
}
/* Styling Gallery popup size
.page-id-1088 .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    height: 600px !important;
    max-width: 300px !important;
}
*/ 
/*Styling Gallery popup transparency*/
.mfp-iframe-scaler iframe{
    background-color: transparent !important;
	box-shadow: none !important;
}

/*Portfolio Grid Next button missing bug fix (conflict with Assential Addons plugin)*/
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: -49px !important;
}
.mfp-arrow-right:before {
    margin-left: -53px !important;
}
/*Portfolio Grid Close button too small bug fix (conflict with Assential Addons plugin)*/
button.mfp-close:not(.toggle), button.mfp-arrow:not(.toggle) {
    font-size: 28px !important;
}
/*Styling Home page menu*/
.home-square .menu-item a.hfe-menu-item{
	padding-bottom:2px !important;
}
.home-square .hfe-nav-menu li{
  width: fit-content !important;
  margin:0 22px;
}

.inner-home{
	position:relative !important;
}
@media (min-width: 768px) {
.home .elementor-element.elementor-element-0b82a4a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
	display:none;
}
}
@media (min-width: 1651px) {
.home-subheading p{
	font-size:10px !important;
}
}

@media (max-width: 1650px) {
.home-subheading p{
	font-size:0.58vw !important;
}
.elementor-8 .elementor-element.elementor-element-2e5ff79{
	margin-bottom: calc(1.3vw + 1.20vw) !important;
}

.home-squares .elementor-heading-title{
	font-size:1.3vw !important;
}
}
@media (max-width: 767px) {
.home-squares .e-con-boxed.e-con.e-child{
	height:50vw;
	min-height:50vw !important;
}
.home-squares .elementor-heading-title{
	font-size:3.3vw !important;
}
.home-subheading p {
        font-size: 1.58vw !important;
    }
.elementor-8 .elementor-element.elementor-element-2e5ff79, 
.elementor-8 .elementor-element.elementor-element-819ca4c,
.elementor-8 .elementor-element.elementor-element-b8fa985,
.elementor-8 .elementor-element.elementor-element-713adba{
	margin-bottom: calc(1.3vw + 4.30vw) !important;
}

.elementor-8 .elementor-element.elementor-element-bf8f7e3{
    bottom: 0;
    top: auto;
	left:10vw !important;
    }
.elementor-8 .elementor-element.elementor-element-a0aefd0{
    bottom: 0;
    top: auto;
    }

}

/* Home squares style */


@media (min-width: 528px) and (max-width: 767px){
div.elementor-element-7395a72,
div.elementor-element-547c9a0,
div.elementor-element-3672dbd,
div.elementor-element-2f13a72,
div.elementor-element-819ca4c{
width: 18vw !important;

}
}





div.elementor-element.elementor-element-ea9cc99.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded{
  width: 25vh !important;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

div.elementor-element-ddb4ab2{
	margin-top:-18px !important;
}

.elementor-element.elementor-element-ddb4ab2.elementor-widget.elementor-widget-image{
	/*margin-top:-115px !important; 105px*/
}

.home .hfe-nav-menu a::after,.home li::after{
  width: calc(100% - 2px);
}

/* Style mouse pointer */
/*
.inner-cursor 

{
  position: fixed;
  left: 10px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: white;
  /*mix-blend-mode: difference;*/
/*
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.5s height 0.5s;
  background: #FAA61A; /* changed from white to red */

/*}

/*
.outer-cursor {
  position: fixed;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  border: 1px solid #3F3F3F;
  /*mix-blend-mode: difference;*/
  /*
  border-radius: 50%;
  pointer-events: none;
  transition: 0.1s;
  transform: translate(-50%, -50%) rotate(-38deg);
}
*/

/*Styling lists with orange rectangles*/
.rectangled-list ul {
  list-style: none;   /* remove default bullets */
  padding-left: 0;    /* no extra indent */
  margin: 0;
}

.rectangled-list ul li {
  display: flex;      /* align children horizontally */
  align-items: top;/* vertical centering */
}

.rectangled-list ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  background-color: #FAA61A;
  margin-right: 8px;  /* spacing between bar and text */
  margin-top: 2px;
   
}
/*Styling Website page - static website thumbs*/
.static-websites .eael-filterable-gallery-item-wrap:nth-of-type(2) img{
	border:1px solid #12974875;
}
.static-websites .eael-filterable-gallery-item-wrap:nth-of-type(2) img{
	border:1px solid #f6931e75;
}
.static-websites .eael-filterable-gallery-item-wrap:nth-of-type(3) img{
	border:1px solid #09428f75;
}

/*Styling breadcrumbs*/
.eael-breadcrumbs__content a{
	text-decoration:none;
	color:#3f3f3f !important;
}
.eael-breadcrumbs__content a:hover{
	text-decoration:underline;
}


.wp-caption {
  display: inline-block;
  position: relative;                 /* allows z-index if needed */
  transition: transform 0.3s ease;    /* smooth animation */
}
.wp-caption img{
  box-sizing: content-box !important;
}
.wp-caption:hover {
  transform: translateY(20px);       /* moves element up by 10px */
}
.wp-caption:has(.wp-caption-text:hover) { 
  transform: none; /* cancel translation if text is hovered */ 
}

/*Styling thumb titles that apear on hover*/
.fg-item-title {
  color: #faa922 !important;
  text-align:center;
  font-size:14px;
}
.quizzes div.video-popup-bg, 
.creative-apps div.video-popup-bg{
  border-radius: 15px;
}

.mfp-title{
	padding:20px;
	text-align:center !important;
	color: #FAA61A !important;
	font-size:12px;
	font-style:normal;
}
.mfp-counter{
	font-style:normal;
	display:none;
}
.fg-item-content{
	text-align:center !important;
}
.gallery-item-caption-wrap .gallery-item-buttons > a span {
    background: #FAA61A !important;
}

h2.fg-item-title{
	color: #FAA61A !important;
	text-decoration:none !important;
}
/*Styling Websites and Videos galleries hover*/
.post-573 .gallery-item-caption-over,  .page-id-397 .gallery-item-caption-over{
    height: 35px!important; /*Makes title vertically centered on hover*/
}
/*Styling Interactive modules content*/
.page-id-1363 .fg-item-content{
	text-align:justify !important;
}

@media (max-width: 480px) {
   .fg-item-content{
   font-size: 2.5vw !important;
   }
}
@media (min-width: 481px) and (max-width: 767px){
   .fg-item-content{
   font-size: 12px !important;
   }
}
@media (min-width: 768px) and (max-width: 1024px){
   .fg-item-content{
   font-size: 1vw !important;
   }
}
.current-page-ancestor a{
	color: #FAA61A !important;
}

/*Styling logo position*/ 
@media (min-width: 1025px) and (max-width: 1200px){
.elementor-83 .elementor-element.elementor-element-1387058{
	margin-left:20px !important; 
}
} 

/*iframe videos scaling*/
@media (max-width: 767px){
.mfp-iframe-scaler {
    padding: 56% !important;
}
.mfp-title {padding: 20px 0 0 0 !important;
}
}

/*Navigation menu 2 rows fix*/
@media (min-width: 768px) and (max-width: 850px){

.elementor-element.elementor-element-21c7ffb.e-con-full.e-flex.e-con.e-child{
        width: 20% !important;
    }
	
nav{
	width: 750px !important;
}
}
