/*!
Theme Name: AHI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ahi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AHI is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #2C2929;
}


/* animation */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal:nth-child(1) {
    transition-delay: 0.1s;
}

.reveal:nth-child(2) {
    transition-delay: 0.2s;
}

.reveal:nth-child(3) {
    transition-delay: 0.3s;
}

.reveal:nth-child(4) {
    transition-delay: 0.4s;
}

.reveal:nth-child(5) {
    transition-delay: 0.5s;
}

.reveal:nth-child(6) {
    transition-delay: 0.6s;
}

.reveal:nth-child(7) {
    transition-delay: 0.7s;
}

.reveal:nth-child(8) {
    transition-delay: 0.8s;
}

.reveal:nth-child(9) {
    transition-delay: 0.9s;
}

.reveal:nth-child(10) {
    transition-delay: 1s;
}

.reveal:nth-child(11) {
    transition-delay: 1.1s;
}

.reveal:nth-child(12) {
    transition-delay: 1.2s;
}

.reveal:nth-child(13) {
    transition-delay: 1.3s;
}

.reveal:nth-child(14) {
    transition-delay: 1.4s;
}

.reveal:nth-child(15) {
    transition-delay: 1.5s;
}



.reveal-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-top.active {
    opacity: 1;
    transform: translateY(0);
}

/* animation */






p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.p-lg {
    font-weight: 200;
    font-size: 27px;
    font-family: 'Mainlux';
    text-transform: none;
}

.p-md {
    font-weight: 200;
    font-size: 22px;
}

h1,
.h1 {
    font-family: 'Mainlux';
    font-weight: 400;
    font-size: 68px;
    line-height: 1;
    text-transform: uppercase;
}


h2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 1;
}

.h2-sm {
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 52px;
    line-height: 1;
}

.h3-sm {
    font-size: 38px;
}

h4 {
    font-family: "Josefin Sans", sans-serif;
}

p strong {
    font-weight: 600;
}

.text-transform {
    text-transform: uppercase;
}

.row-reverse {
    flex-direction: row-reverse;
}

.space {
    height: 100px;
}

.spaceSm {
    height: 50px;
}

.spaceXs {
    height: 30px;
}

.rounded {
    border-radius: 40px !important;
}

.img-90 {
    width: 90%;
}

.img-100 {
    width: 100%;
}

.img-120 {
    width: 120%;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a.custom-logo-link {
    display: block;
    max-width: 100%;
    margin: auto;
}

a.custom-logo-link img {
    max-width: 100%;
    height: auto;
}

.leftSide {
    margin-left: -20%;
}

.content-padding {
    padding-bottom: 80px;
    padding-top: 80px;
}

header.header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    margin: auto;
    right: 0;
    border: 1px solid #0000000f;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    padding: 0px 20px;
    transition: all 0.2s ease-in-out;
}

/* header.header.scrolled {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0;
} */

ul.nav {
    justify-content: flex-end;
}

ul.nav li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 25px 2px;
    margin: 0px 10px;
    transition: all ease-in-out 0.2s;
}

ul.nav li a:before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.nav li.menu-item.pll-parent-menu-item.menu-item-has-children:before {
    content: '';
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    margin-left: 5px;
}

ul.nav li.menu-item.btn {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    cursor: auto;
}

ul.nav li.menu-item.btn a {
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: capitalize;
}

ul.nav li.menu-item.btn a:hover {
    background-color: #F2F0EB;
}

ul.nav li.menu-item.btn a:before {
    display: none;
}

ul.nav li.menu-item {
    display: flex;
    align-items: center;
}

ul.nav li a:hover:before,
ul.nav li.current-menu-item a:before {
    /* text-decoration: underline; */
    background-color: #F2F0EB;
}

ul.nav li.menu-item {
    position: relative;
    font-size: 18px;
}

ul.nav li ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 70px;
    display: none;
    list-style: none;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    width: 200px;
}

ul.nav li:hover ul {
    display: block;
}

ul.nav li.menu-item ul li {
    width: 100%;
}

ul.nav li.menu-item ul li a {
    padding: 10px 20px;
    margin: 0px;
    width: 100%;
}

ul.nav li.menu-item ul li a:hover {
    background-color: #F2F0EB;
    border-radius: 15px;
    color: #fff;
}

ul.nav li ul.sub-menu li a:before {
    display: none;
}

ul.nav li.menu-item-has-children>a:after {
    content: '';
    width: 6px;
    height: 6px;
    display: flex;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #000000;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-top: 0px;
}

.font-light {
    font-weight: 200;
}

.brandBg {
    background-color: #FFFAF3;
}

.banner {
    min-height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    justify-content: center;
    background-image: url('https://www.miindele.com/wp-content/uploads/2026/06/banner.png');
}

.bannerSlider img {
    width: 100%;
    height: auto;
}

.innerBanner {
    min-height: initial;
    padding-top: 180px;
    padding-bottom: 100px;
}

.bannerContent {
    position: relative;
    z-index: 1;
    max-width: 790px;
    text-align: center;
    margin: auto;
}

.bannerContentSm {
    max-width: 720px;
}

.banner p {
    max-width: 500px;
    margin: 20px auto;
}


.darkBg {
    background-color: #171717;
    color: #fff;
}

.grayBg {
    background-color: #F2F0EB;
}


.btn {
    color: #2C2929;
    border-radius: 0px;
    padding: 12px 24px;
    background-color: transparent;
    border: 2px solid;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn+.btn {
    margin-left: 10px;
    background-color: #fff;
    color: #000;
}

.btn-primary {
    background-color: #fff;
    color: #000;
}


.btn:hover {
    background-color: #2C2929;
    color: #fff;
    transform: scale(1.01);
}

.btn+.btn:hover,
.btn-primary:hover {
    background-color: #1E1E1E;
    color: #fff;
}

.btn.btn-pro {
    border: 1px solid #0A1A30;
    color: #0A1A30;
    background-color: transparent;
}

.btn.btn-pro:hover {
    background-color: #0A1A30;
    color: #fff;
}


.footer {
    background-color: #2C2929;
    padding-top: 70px;
    color: #fff;
}

.footer .footerLogo {
    margin-bottom: 20px;
    display: block;
}

.footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
}

ul.socialLink {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 50px;
}

ul.socialLink li {
    margin-right: 20px;
}

.footer a.custom-logo-link {
    margin: 0px;
}

.copyright {
    border-top: 1px solid #ffffff33;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    margin-top: 50px;
}

ul.footerLink {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

ul.footerLink li {
    margin-bottom: 10px;
}

ul.footerLink li a {
    color: #fff;
    text-decoration: none;
}

ul.footerLink li a:hover {
    color: #F2F0EB;
    text-decoration: underline;
}

ul.footerLink li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -3px;
}

ul#menu-social-link li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

ul#menu-social-link li a:after {
    content: '';
    background-image: url(https://www.miindele.com/wp-content/uploads/2026/06/Frame.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 6px;
}

.contactInfo {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.contactInfo li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contactInfo li img {
    margin-right: 10px;
}

.whiteBox {
    background-color: #FFFFFF;
    padding: 35px;
    height: 100%;
}

.whiteBox img {
    margin-bottom: 30px;
}

ul#menu-primary-navigation {
    display: flex;
    justify-content: end;
}

ul#menu-primary-navigation li {
    margin: 0px;
    margin-left: 30px;
}

.awards img {
    margin: 1%;
}

.sliderBlock {
    background-color: #F2F0EB;
    padding: 30px;
}

.testimonialSlider .slick-slide {
    margin: 0 15px;
}

.testimonialSlider .slick-list {
    margin: 0 -15px;
}

.testimonialSlider p {
    font-style: italic;
}

.testimonialSlider h4 {
    font-size: 18px;
}

.sliderArrow {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: end;
}

.sliderArrow li.slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #2C2929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
}

.projectBlock {
    margin-bottom: 50px;
}


.projectBlock img {
    width: 100%;
    height: auto;
}

.projectInfo {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 15px;
}

.projectInfo h3 {
    margin: 0px;
    font-size: 32px;
    margin-top: 15px;
}

.projectInfo .btn {
    padding: 10px 40px;
}

.bgImageBlock {
    background-image: url(https://www.miindele.com/wp-content/uploads/2026/06/Alexandra-Henry-Constanta-0-1.png);
    background-position: center;
    background-size: cover;
    padding: 40px;
    color: #fff;
    padding-left: 40%;
    position: relative;
}

.bgImageBlock:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 80%) 100%);
    top: 0;
    left: 0;
}

.bgImageBlock h3 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
}

.bgImageBlock .btn {
    color: #fff;
    position: relative;
}

ul#left-menu {
    justify-content: flex-start;
}