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

@import url('https://fonts.googleapis.com/css2 family=Inter:wght@400;600&display=swap');

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

:focus {
    outline: none
}

html {
    font-family: 'Inter', Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	 scroll-padding-top: 100px; 
}

.elementor > .e-con.e-parent {
  scroll-margin-top: 100px;
  scroll-padding-top: 100px;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    color: #1b1b1b;
    line-height: 1.4;
    font: 'Inter', Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
}

body,
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-family: 'Inter', Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

p {
    font-weight: 400;
    font-family: 'Inter', Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

a {
    font-family: 'Inter', Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #1b1b1b;
}

a:active,
a:hover {
    outline-width: 0
}

.container {
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
    max-width: none;
}

.top-header {
    padding-top: 0.282rem !important;
    padding-bottom: 0.282rem !important;
}

.main-header {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    height: 100%;
    min-height: 70px !important;
}

.top-header .elementor-widget-text-editor p {
    font-weight: 600;
    margin-bottom: 0px !important;
}

.page-footer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    max-width: 433px;
}

.page-footer-details h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.page-footer-details a {
    font-size: 16px;
    width: 100%;
    float: left;
}

.page-footer-details a:hover {
    color: #1b1b1b;
}

.page-footer-details .elementor-widget-image {
    min-width: 100px;
}

.page-footer-details .elementor-widget-text-editor {
    max-width: 320px !important;
}

.page-footer-mob:before,
.page-footer-tel:before {
    width: 15px;
    display: inline-block;
    color: #1b1b1b;
    content: "T";
}

.page-footer-mob:before {
    content: "M";
}

.page-footer-details .page-footer-email {
    margin-top: 25px;
}

.page-footer-bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.page-footer-middle {
    position: sticky;
    bottom: 38px;
    left: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    nav.hfe-dropdown.menu-is-active {
        top: 56px !important;
    }
}

@media only screen and (max-width: 767px) {
    nav.hfe-dropdown.menu-is-active {
        top: 57px !important;
    }
}

.team-member-img img {
    height: 320px;
    object-fit: cover;
}

.team_details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 320px;
}

.team_title {
    color: var(--e-global-color-primary);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.team_position {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.team_education {
    font-size: 12px;
    line-height: 1.6;
}

.team_bio {
    margin-top: 25px;
    font-size: 14px;
}

.team_linkedin-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.team_linkedin {
    width: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team_linkedin svg {
    width: 100%;
}

.features_item h3.elementor-icon-box-title:after {
    margin: 10px auto;
    display: block;
    width: 50px;
    height: 4px;
    background-color: currentColor;
    content: "";
}

@media (max-width: 767px) {
	.features_item h3.elementor-icon-box-title:after {
		 margin: 10px 0;
	}
}

.features_item p {
    max-width: 240px;
    font-weight: 400 !important;
}

.default-template {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    width: 66.66%;
    max-width: 885px;
}

.default-template h1 {
    font-size: 26px;
    line-height: 31px;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}

.default-template h2 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    margin: 0;
}

.default-template ul {
    margin-left: 16px;
    list-style-type: disc;
}

.default-template ul li {
    font-size: 14px;
    line-height: 20px;
}

.default-template p {
    font-size: 14px;
    line-height: 20px;
}

.default-template p:not(:last-child),
.default-template ul:not(:last-child) {
    margin-bottom: 20px;
}

.project-carousel .project-item,
.news-carousel .news-item,
.project-listing .project-item,
.news-listing .news-item {
    background-color: var(--e-global-color-secondary);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
                rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: all 0.3s;
}

.project-carousel .project-item a,
.news-carousel .news-item a,
.project-listing .project-item a,
.news-listing .news-item a {
    padding: 1rem;
	width: 100%;
}

.project-carousel .project-item:hover,
.news-carousel .news-item:hover,
.project-listing .project-item:hover,
.news-listing .news-item:hover {
    background-color: var(--e-global-color-primary);
}

.project-carousel .project-item .project-image,
.news-carousel .news-item .news-image,
.project-listing .project-item .project-image,
.news-listing .news-item .news-image {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
	object-position: top center;
}

.project-carousel .project-item .project-title,
.news-carousel .news-item .news-title,
.project-listing .project-item .project-title,
.news-listing .news-item .news-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px auto;
}

.project-carousel .project-item:hover .project-title,
.news-carousel .news-item:hover .project-title,
.project-listing .project-item:hover .project-title,
.news-listing .news-item:hover .project-title {
	color: var(--e-global-color-secondary);
}

.project-carousel .project-link,
.news-carousel .news-link,
.project-listing .project-link,
.news-listing .news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.project-listing,
.news-listing{
 display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.project-listing .project-box,
.news-listing .news-box {
    height: 100%;
}

.project-listing .project-item,
.news-listing .news-item{
    width: calc(100%);
}

.project-gallery .elementor-image-gallery .gallery-item img,
.news-gallery .elementor-image-gallery .gallery-item img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    width: 100%;
}


@media (max-width: 1200px) {
    .project-listing,.news-listing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .project-listing,.news-listing {
        grid-template-columns: 1fr;
    }
}

.squar-img img{
	 aspect-ratio: 1 / 1;
	 object-fit: cover;
    object-position: center;
}

.project-inner-slider .swiper-slide-image {
    aspect-ratio: 1 / 1;
    max-height: 600px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-stage {
  display: flex;
}

.owl-item {
  display: flex;
}

.project-item,
.news-item {
  display: flex;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.project-carousel .owl-dots .owl-dot span,
.news-carousel .owl-dots .owl-dot span {
    width: 19px !important;
    height: 19px !important;
    margin: 5px 7px !important;
    background: transparent !important;
    display: block !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    z-index: 99;
    opacity: 1;
    border: 3px solid var(--e-global-color-primary);
}

.project-carousel .owl-dots .owl-dot.active span,
.news-carousel .owl-dots .owl-dot.active span {
    background: var(--e-global-color-primary) !important;
}


.upk-alice-grid .upk-content-bottom-center .upk-content {
    inset: 0;
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#back-to-top{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#back-to-top svg {
    width: 30px;
    height: 17px;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#back-to-top:hover svg{
-webkit-transform: translateY(-5px);
        transform: translateY(-5px);
}

.hero-scroll {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 15px;
    z-index: 3;
    padding: 15px;
    -webkit-animation: fade 2s infinite;
    animation: fade 2s infinite;
}

.hero-scroll svg{
  width: 32px;
  height: 18px;
  object-fit: contain;
}

@keyframes fade {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.js-visibility {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
              transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.js-visibility.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.logged-in .js-visibility {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Optional: Add reduced motion support for accessibility */
@media (prefers-reduced-motion: reduce) {
  .js-visibility {
    transition: none;
  }
}

.error404 .page-header {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    z-index: 1;
}

/* Big background 404 */
.error404 .page-header::before {
    content: '404';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    font-size: clamp(120px, 20vw, 280px);
    font-weight: 800;
    color: var(--e-global-color-primary);
    opacity: 0.2;
    letter-spacing: 10px;
    z-index: 0;
}

.error404 .page-header > * {
    position: relative;
    z-index: 2;
}

.error404 #content {
    padding: 130px 0px;
    background: var(--e-global-color-secondary);
    max-width: 100%;
    text-align: center;
}

.error404 .page-header h1 {
    font-size: clamp(28px, 4vw, 48px);
    margin-bottom: 30px;
}

.error404 #content p {
    font-size: 20px;
    color: var(--e-global-color-text);
}

.post-navigation {
    padding: 0 15% 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
	margin-top: -50px;
	z-index: 2;
    position: relative;
}

.post-navigation .next-btn,
.post-navigation .previous-btn{  
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
	display: inline-flex;
    align-items: center;
    gap: 6px;
	z-index: 2;
}

.post-navigation .previous-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
	transition: all .3s ease-in;
}

.post-navigation .next-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #333;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
	transition: all .3s ease-in;
}


.post-navigation .next-btn:hover,
.post-navigation .previous-btn:hover{  
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
}

/* Change mask colors on hover */
.post-navigation .previous-btn:hover::before {
    background-color: #ffffff;
}

.post-navigation .next-btn:hover::after {
    background-color: #ffffff;
}



.project-inner-slider .swiper-pagination {
    text-align: center;
    margin-top: 10px;
    position: relative;
}


.project-inner-slider .swiper-pagination .swiper-pagination-bullet{
    width: 19px !important;
    height: 19px !important;
    background: transparent !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    z-index: 99;
    opacity: 1;
    border: 3px solid var(--e-global-color-primary);
    border-radius: 50%;
}

.project-inner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--e-global-color-primary) !important;
}