/*THESE ARE THE CUSTOM CSS STYLES ADDED TO HESTIA TEMPLATE*/

/*VARIABLE DECLARATION*/
:root {
    --main-font-titles: 'Poppins', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --main-text-font-size: 17px;
    --top-text-font-size: 32px;
    --logo-font-size: 20px;
    --service-title-font-size: 30px;
    --main-font-color: black;
    --top-title-font: 'Tahoma', sans-serif;
    --company-title-size: 32px;
    --main-blue-color: #428DAD;
    --about-us-title-font-size: 26px;
    --about-us-text-font-size: 15px;
    --main-left-right-padding: 2%;
    --footer-font-size: 14px;
    --references-strategic-font-size: 17px;
    --top-text-font-size-2: 42px;
}

/*General*/

.wp-block-code{
    display:none;
}

.homepage, .about-us, .contact, .servicesContainer,.servicesContainer-2, .references,.references2,  .answersWrapper, .instagram-wrapper {
    max-width: 1100px;
    position: center;
    margin: 0 auto;
    color: black;
}
.homepage-2{
  max-width: 1100px;
  position: center;
  margin: 0 auto;
  background-color: #f2f2f2;
  color: black;
}


.instagram-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instagram-wrapper h2{

}


.instagram-wrapper p{

}


.PageNotFoundDiv, ServerError {
    background-color: #f9f9f9;
    border: 1px solid var(--main-blue-color);
    border-radius: 20px;
    padding: 20px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 100px; /*eventually change to percents*/
    text-align: center;
}

.PageNotFoundDiv p, ServerError p {
    margin-bottom: 20px;
}

.BackHomeButton {
    color: white;
    background-color: var(--main-blue-color);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: var(--main-text-font-size);
}

.BackHomeButton:hover {
    background-color: var(--main-blue-color);
    color: white;
}


.siteFooter p {
    font-size: 12px;
    margin: 0;
    padding-left: 5px;
    
}

.siteFooter {
    margin-top: 20px;
    color: black;
}
.wholeFootTopPart{
    padding-left: 10%;
    padding-right: 10%;
}
.siteFooter p.freepikRef {
    color: #e4e1e0;
}
.footer-content {
    height: 80px;
    display: flex;
    flex-direction: row;
    background-color: #e5e5e5;
    padding-left: 10%;
    padding-right:10%;
    gap: 4%;
    position: center;
    margin: 0 auto;
    justify-content: space-between;
}
.footer-content p{
    font-size: var(--footer-font-size);
}
.FooterTopPart {
    display: flex;
    flex-direction: row;
    background-color: white;
    margin-bottom: 2%;
}
.footerLinks{
    padding-top: 20px; 
    padding-bottom: 20px;
    background-color: #e5e5e5;

}
.footerCopy {
    padding-top: 20px;
    padding-bottom: 20px;
}
#FooterMenu {
    padding-right: 12%;
}

#FooterContactPart {
    padding-right: 11%;
}


.FooterPart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.FooterPart a, .FooterPart p {
    display: block;
    font-size: var(--main-text-font-size);
    color: var(--main-blue-color);
}

.FooterPart h2 {
    font-size: var(--service-title-font-size);
    font-family: var(--main-font-titles);
}

.FooterLinkParagraph{
    margin:0;
    padding:0;
}
#Socials a {
    padding-right: 25%;
    padding-bottom: 2px;
}
#Socials a img {
    width: 30px;
    height: auto;
    border-radius: 10px;

}
.privacyPolicyLink{
    color: dimgray;
}
.privacyPolicyLink:hover{
    color: dimgrey
}
/*TOP MENU CHANGE*/
#menu-item-32, #menu-item-36 {
    padding-left: 25px;
    padding-right: 0;
}

.container {
    padding-right: 20px;
    margin-right: 0px;
}

.navbar navbar-transparent{
    all: unset;
}



/*HOMEPAGE CSS*/

.homepage {
    background-color: white;
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    padding-top: 0;
    margin-top: 0;
}
.offers h2 {
    font-size: var(--about-us-title-font-size);
    
}
.offers h3 {
    font-size: var(--about-us-title-font-size);
}

.answers {
    padding: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
}
.answersWrapper {
    background-color: #e5e5e5;
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 20px;
}

.faqItem {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 1rem, 0;
}

.faqQuestion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: var(--main-text-font-size);
}

.faqAnswer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #333;
    font-size: var(--main-text-font-size);
}

.faqItem.active .faqAnswer {
    max-height: 200px; /* Adjust depending on answer length */
    margin-top: 0.5rem;
}

.arrowFaq {
    transition: transform 0.3s ease;
}

.faqItem.active .arrowFaq {
    transform: rotate(90deg);
}

.linkedInHome h2, .question h2, .answers h2 {
    margin-bottom: 3%;
    font-size: var(--about-us-title-font-size);
}

.linkedinHomeRef, .contactFormRedirect {
    display: block;

    background-color: #428DAD;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Quicksand', sans-serif;
    border: solid 1px #428DAD;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 2vh;
}
.linkedinHomeRef:hover, .contactFormRedirect:hover {
    background-color: #0056b3;
    color: white;
}

.homeImage1, .homeImage2 {
    max-height: 396px;
    max-width: auto;
}

.homeBoxImage1 {
    order: 0;
}

.specificOffer1 {
    order: 1;
}



.reviews {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5%;
    padding-bottom: 3%;
}

.review {
    border: solid 2px #428DAD;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}

.extraArticle {
    background-color: white;
    padding-bottom: 30px;
    font-size: var(--main-text-font-size);
}

.star-rating_1, .star-rating_2, .star-rating_3 {
    position: relative;
    display: inline-block;
    color: gold;
    font-size: 1.5rem;
}

.star-rating_1::before {
    content: '★★★★★';
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    width: 70.0%; /* for 2/3 star */
    overflow: hidden;
    white-space: nowrap;
}

.star-rating_2::before {
    content: '★★★★★';
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    width: 76.0%; /* for 2/3 star */
    overflow: hidden;
    white-space: nowrap;
}

.star-rating_3::before {
    content: '★★★★★';
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    width: 76.0%; /* for 2/3 star */
    overflow: hidden;
    white-space: nowrap;
}

.review h4 {
    font-size: var(--about-us-title-font-size);
    margin-bottom: 5px;
}
.reviewTitle {
    font-size: var(--about-us-title-font-size);
}

.placeHolder, .placeHolder_1 {
    background-color: white;
    margin-top: 5%;
    border-top: 1px solid #ccc;
    margin-bottom: 5%;
    width: 100%;
}


.placeHolder_1_foot {
    background-color: white;
    margin-top: 5%;
    border-top: 1px solid #ccc;
    margin-bottom: 2%;
    width: 100%;
}


.extraArticleHome {
    padding-bottom: 30px;
    padding-right: 25%;
    font-size: var(--main-text-font-size);
}
.extraArticleHome h2{
    font-size: var(--about-us-title-font-size);
}

.homeServiceImageDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    justify-content: space-between;
}




/*end of new homepage styles*/
.homePageContent {
    padding-left: 10%;
    padding-right: 10%;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.homePageArticle {
    background-color: white;
    padding: 15px;
    border: solid 2px;
    border-color: var(--main-blue-color);
    border-radius: 10px;
    margin-bottom: 2%;
    width: 40%;
}
.homePageArticle:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.homePageArticle p{
    font-size: var(--main-text-font-size);
    color: var(--main-font-color);
}

.homePageArticle h2{
    font-size: var(--service-title-font-size);
}

#aboutPart{
    
    margin-top: 3%;
}

.contactPart p{
    justify-content: flex-end;
}

.referencePart p {
    justify-content: flex-end;
}

/*CONTACT PAGE CSS*/


.GeneralContactInformation {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 10px;
    gap: 20px;
    
}
.contact {
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
}
.ContactBox {
    
}
.ContactBox h3 {
    color: var(--main-font-color);;
}
.ContactBox p{
    font-size: var(--main-text-font-size);
}

.ContactTitle {
    margin-top: 3%;
    text-align: center;
    z-index: 10;
    
    
    
}
.ContactTitle h2{
    font-family: var(--main-font-titles);
    color: var(--main-font-color);
    z-index: 10;
}

.ContactTextBox {
    display: flex;
    flex-direction: column;
    background-color: white;
}
/*CONTACT FORM CSS*/



.ContactFormTitle {
    text-align: center;
    font-family: var(--main-font-titles);
    margin-top: 2%;
    color: var(--main-font-color);
    /*color:#007bff;*/
}
#wpforms-7, #wpforms-65, #wpforms-67, #wpforms-14 {
    max-width: 600px; /* Set a maximum width */
    margin: 0 auto; /* Center the form */
    padding: 20px; /* Add some padding inside the form */
    border: 2px solid #007bff; /* Blue border color */
    border-radius: 15px; /* Rounded corners */
    border-color: var(--main-blue-color);
    background-color: #f9f9f9; /* Optional: add a light background */
}
    #wpforms-7 input, #wpforms-65 input, #wpforms-67 input, #wpforms-14 input {
        background-size: 0;
    }

.EmailLink, .FooterMenu a, .FooterSocialsPart a, .FooterContactPart p {
    color: var(--main-blue-color);
    text-decoration: none; /* No underline */
    font-weight: bold;
}

.EmailLink:hover, .FooterMenu a:hover, .FooterContactPart a:hover, .FooterSocialsPart a:hover {
    color: #005bb5; /* Darker blue */
    text-decoration: underline;
}
#ContactFormDiv{
    background-color: white;
}
/* Style for the submit button */
#wpforms-submit-7, #wpforms-submit-65, #wpforms-submit-67, #wpforms-submit-14 {
    /* background-color: #007bff; /* Blue background for button */
    background-color: var(--main-blue-color);
    color: white; /* White text */
    padding: 10px 20px; /* Padding around the text */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners on button */
    cursor: pointer; /* Pointer cursor on hover */
    box-shadow: none;
}

/* Optional: Change button color on hover */
#wpforms-submit-7:hover, #wpforms-submit-65:hover, #wpforms-submit-67:hover, #wpforms-submit-14:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/*PHOTOS on about us page*/

.about-us {
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
}

.aboutItemsContainer {
    background-color: white;
    padding-top: 0;
    margin-top: 0;
}

.aboutItemsContainer h1{
    margin:0;
    padding: 0;
}

.Photos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    justify-items: center;
    padding: 0, 2rem, 0, 2rem;
    padding-top: 30px;
}
.PhotoBox {
    display: flex;
    
    flex-direction: column;
    
    text-align: center;
    box-sizing: border-box;
    max-width: 40%;
    gap: 10px;
    
}


/* Image styling */
.PhotoBox img {
    width: 100%; /* Make images responsive */
    height: auto; /* Keep aspect ratio */
    display: block;
    max-height: 420px;
    max-width:280px;
    object-fit: cover;
    border-radius: 10px; /* Optional: Rounded corners */
}

/* Text below the images */
.PhotoBox p {
    font-size: var(--about-us-text-font-size); /* Adjust font size */
    color: #333; /* Text color */
    margin-top: 5px; /* Space between image and text */
}
.PhotoBox h4 {
    font-size: var(--about-us-title-font-size);
    font-family: 'Tahoma';
}


/*About us text styling, about us page*/
.aboutPageTitle {
    padding-top: 5%;
    
    background-color: white;
    text-align: center;
    font-family: 'Tahoma';
    font-size: var(--service-title-font-size);
    color: var(--main-blue-color);
    
}

.AboutUsDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-top: 5%;
    padding-bottom: 5%;
    gap: 5%;
}
.imageAboutDiv {
    max-width: 50%;
    align-content: center;
}
.textAboutDiv {
    width: 50%;
    align-content: center;
    font-size: var(--main-text-font-size);
}
.AboutUsTitle {
    font-family: var(--main-font-titles);
    font-size: var(--service-title-font-size);
}


/*References page styles*/


.references {
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    color: black;
}
.references2 {
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    color: black;
    background-color: #f2f2f2;
    padding-bottom: 1%;
}
.references h2, references h3, .references2 h2, .references2 h3 {
    font-size: var(--about-us-title-font-size);
}

.strategicPartners {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: var(--references-strategic-font-size);
    padding: 5px;
}

.strategicPartnersTop{
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.strategicPartnersText, .otherPartnersText {
    padding-left: 10%;
    padding-right: 10%;
    font-size: var(--references-strategic-font-size);
}

.Aton, .htk{
    flex-direction: column;
    text-align: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    width: 50%;
  
}
.Aton img{
    height: auto;
    display: block;
    height:72px;
    max-height: 80px;
    width:auto;
    border-radius: 44%;
    /*border: 1px solid #ccc;   for aton removal*/
    margin-top: 10px;
    margin-left: 10px;
}

.htk img {
    height: auto;
    display: block;
    height: 72px;
    max-height: 80px;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
}
.height_50{
    max-height: 50px;
}

.height_60 {
    max-height: 60px;
}
.height_70 {
    max-height: 70px;
}
.height_80 {
    max-height: 80px;
}

.bdr_10{
    border-radius: 10px;
}

.bd_1{
    border: solid 1px grey;
}


.Aton p, .htk p {
    width: 80%;
    position: center;
    margin: 2px auto;
    font-size: var(--references-strategic-font-size: 14px);
    text-align: left;
}


.otherPartners {
    
    display: flex;
    flex-direction: column;
}

.otherPartnersTop {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
    width: 100%;
    scrollbar-width: none;
    direction: ltr;
}

.otherPartnersTop::-webkit-scrollbar{
    display: none;
}


.otherPartnerBox {
    flex: 0 0 33.3333%; /* exactly one third */
    flex-direction: column;
    max-width: 222px;
    cursor: pointer;
    padding: 1rem;
    margin-right: 15px; /* space between boxes */
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    user-select: none;
    text-align: center;
    align-items: center;
}
.otherPartnerBox img {
    height: auto;
    display: block;
    height:80%;
    max-height: 80px;
    width:auto;
    margin-top: 10px;
    margin-left: 10px;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}


.sectorText {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.flex_row{
    display:flex;
    flex-direction: row;
    
}

.space_between {
    justify-content: space-between;
}


/*end of new references styles*/
.serviceSection {
    background-color: white;
    padding-left: 10%;
    padding-bottom: 10%;
    padding-top: 10%;
    color: var(--main-font-color);
}


.serviceSection h2 {
    font-size: var(--top-text-font-size);
    padding-bottom: 20px;
    font-family: var(--main-font-titles);
}

.clientLogo a img{
    width:200px;
    height:auto;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ccc;
}






/*Services page styles*/
.servicesContainer {
    align-items: center;
    text-align: center;
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    padding-top: 50px;
    background-color: white;
}
.servicesContainer-2{
  align-items: center;
    text-align: center;
    padding-left: var(--main-left-right-padding);
    padding-right: var(--main-left-right-padding);
    padding-top: 50px;
    background-color: #f2f2f2;
}

.oneServiceRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    padding-bottom: 3%;
    
}

.serviceBox {
    padding-left: 25%;
    padding-right: 25%;
    margin-top: 10px;
}


.twoServicesRow {
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: space-between;
    background-color: white;
    padding-bottom: 10%;

}

.twoServicesRow-2 {
    display: flex;
    flex-direction: row;
    gap: 5%;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding-bottom: 10%;

}
.twoServicesRow > div, .twoServicesRow-2 > div {
    width: 48%;
    text-align: center;
    padding-right: 15px;
}

.serviceBox h2, .experienceArticle h2, .extraArticle h2 {
    font-size: var(--service-title-font-size);
    font-family: var(--main-font-titles), sans-serif;
    font-weight: 100;
}

.twoServicesRow .serviceBox, .extraArticle p, .twoServicesRow-2 .serviceBox {
    text-align: left;
    font-size: var(--main-text-font-size);
    padding-left: 10px;
}
.serviceBoxText {
    font-size: var(--main-text-font-size);
}
.twoServicesRow p, .twoServicesRow .serviceButtonContainer, .twoServicesRow-2 p, .twoServicesRow-2 .serviceButtonContainer,  .oneServiceRow p, .oneServiceRow .serviceButtonContainer {
    padding-left: 15px;
}
.serviceButton{
    background-color: var(--main-blue-color); /* Blue background for button */
    color: white; /* White text */

    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners on button */
    cursor: pointer; /* Pointer cursor on hover */
    max-width: 100%;
    padding: 0.75em 1.5em;
    white-space: nowrap; /* Optional: prevent line breaks */
    overflow: hidden;
    text-overflow: ellipsis;
}
.serviceButton:hover{
    background-color: #0056b3;
    color: white;
}
  
.serviceButtonContainer {
    padding-top: 10px;
}

.serviceBoxImage {
    width: 100%; /* Set your desired width */
    height: auto; /* Set your desired height */
    overflow: hidden; /* Hides the overflowing zoomed part */
    display: inline-block; /* Keeps it inline */
    position: relative;
}

.serviceImage {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease-in-out;
}
.serviceImage:hover{
    transform: scale(1.2); /* Zoom in by 10% */
}



/*test*/
.hero {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    color: white; /* or any color that contrasts with the image */
}

.hero-image {
    width: 100%;
    height: 70vh;
    display: block;
    padding-top: 10px;
    object-fit: cover;
}

.about-us-image {
  width: 100%;
  height: auto;
  display: block;
  padding-top:10px;
}

.hero-text {
    /*position: absolute;
    top: 55%;
    left: 35%;
    transform: translate(-50%, -50%);
    max-width: 768px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;*/
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    max-width: 30%;
    
     
    
}
    .hero-text h2 {
        font-size: var(--top-text-font-size-2);
        font-family: "Segoe UI", serif;
        font-weight: 300;
        /*font-family: "Segoe UI"; used: Constantia , Eras ITC, Gabriola, Javanese Text, Bernard MT, Garamond Roboto Slab */
        color: white;
    }
.hero-text p{
  font-size: var(--logo-font-size);
  font-family: "Segoe UI";
}


/*end of test*/



.extraArticle {
    position: relative;
    background-color: white;
    padding-bottom: 30px;
    padding-left: 25%;
    padding-right: 25%;
    font-size: var(--main-text-font-size);
}




/*Top site image styles*/
.TopImage {
    position: relative;
    background-color: white;
    width: 100%;
    height: auto; /* One-third of the viewport height */
}

.TopImage img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 800px;

}
.top{
    background-color:  white;
}

/*Colors try*/

.black{
    color: black;
}
.blue{
    color: var(--main-blue-color);
}


/*POSTS*/
.latest-posts-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.latest-posts-container{
    max-height:10%;
}





/*displaying using php*/
.notDisplayed {
    display: none;
}

/*HEADER STYLES*/
/* Header Base */

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 70px; /* 5% of the viewport height */
    background-color: white; /* White stripe */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}

.headerMenu {
    display: flex;
    gap: 20px; /* Spacing between menu items */
    
}

.logo {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: row;
    font-size: var(--logo-font-size);
    align-items: center;
}
.logo img {
    height: 100%;
    max-height: 66px;
    object-fit: contain;
    align-items: center;
    padding-bottom: 3px;
    padding-top: 3px;
}
.logo span {
    height: 100%;
    align-items: center;
    font-size: var(--company-title-size);
    color: var(--main-blue-color);
}

.companyName {
    display: flex;
    padding-left: 20px;
    align-items: center;
    font-size: var(--company-title-size);
    color: var(--main-blue-color);
}
.nameLink{
    color: var(--main-blue-color);
}

.rightPart {
    display: flex;
    height: 100%;
    width: 70%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.headerMenu{
    position: relative;
}

.headerMenu ul {
    display: flex;
    gap: 1.5rem; /* Spacing between items */
    list-style: none;
    margin: 0;
    padding: 0;
}

.headerMenu ul li {
    display: inline;
    padding-right: 10px;
    
}

.headerMenu ul li a {
    text-decoration: none;
    color: var(--main-font-color);
    font-size: var(--logo-font-size);
    transition: color 0.3s;
    align-items: center;
}

.headerMenu ul li a:hover {
    color: gray;
}

.rightPart .menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    align-items: center;
    position: relative;
}
.menu-toggle{
    display: none;
}

.navbarCustom li a{
    position: relative;
    transition: 0.3s ease;
}

.navbarCustom li a:hover{
    color: var(--main-blue-color) !important;
}

.navbarCustom li a:hover::after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--main-blue-color);
    position: absolute;
    bottom: -6px;
    left: 1px;
    
}

/*BLUEING ACTUAL PAGE*/
.currentMenuPage{
    color: var(--main-blue-color) !important;

}
.headerMenu ul li a.currentMenuPage::after{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--main-blue-color);
    position: absolute;
    bottom: -6px;
    left: 1px;
}


/*WIDE MONITORS RESPONSIVE STYLING*/

@media (min-width: 1900px){
    :root {
        --top-text-font-size: 40px;
        --top-text-font-size-2: 48px;
        --service-title-font-size: 38px;
        --logo-font-size: 20px;
        --about-us-title-font-size: 32px;
        --about-us-text-font-size: 18px;
        --main-left-right-padding: 0%;
    }
    .answersWrapper{
      padding-left: 4%;
      padding-right: 4%;
    }
    .TopImage {
        text-align: center;
    }
    .TopImage img {
        max-width: 1400px;
    }
    .serviceSection {
        padding-bottom: 100px;
        padding-top: 50px;
        padding-left: 100px;
    }
    #Socials a img {
        width: 40px;
        height: auto;
    }
    
    .answers {
        max-width: 1400px;
        position: center;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
}

@media (min-width: 1600px) {
    /*.TopImage {
        max-width: 1600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        min-width: 80%;
    }*/
    .experienceArticle h2, .referenceImageTitle, .experienceArticleBlue h2 {
        left: 25%;
    }
    .about-us-image{
      max-width: 1600px;
    }
    
}
@media (max-width: 1000px) {
    .hero-text{
      top: 45%;
    }
}
@media (max-width: 768px) {
    .headerMenu ul {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 60px; /* Adjust to header height */
        right: 0;
        width: 22%;
        padding: 10px 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    
    /* Show menu icon */
    .rightPart .menu-icon, .rightPart .languageSwitcherImage {
        display: flex;
        padding-top: 8.5px; /*zabit a udelat poradne*/
    }

    /* Show menu when checkbox is checked */
    .menu-toggle:checked ~ .headerMenu ul {
        display: flex;
    }
    .Photos {
        flex-direction: column;
    }

    .headerMenu ul li {
        border-bottom: 1px solid #eee;
        padding-left: 3px;
    }

    #wpforms-21, #wpforms-9 {
        margin: 3%;
    }
    .otherPartnersTop {
        flex-direction: column;
        max-width: 50%;
        justify-content: center;
        margin: 0 auto;
 
    }
    .otherPartnerBox {
        max-width: 300px;
        margin-bottom: 10px;
        flex: 0;
        
    }
    .otherPartners {
        text-align: center;
        align-items: center;
    }
    .arrow{
        display: none;
    }
    
    




    :root {
        --company-title-size: 24px;
        --footer-font-size: 11px;
        --top-text-font-size-2:30px;
        --logo-font-size: 16px;
    }

    .logo .nameLink .companyName {
        padding-left: 10px;
        font-size: var(--company-title-size);
    }
    #Socials a img {
        width: 25px;
        height: auto;
    }
    .PhotoBox {
        flex-direction: column;
    }
    .experienceArticle h2, .referenceImageTitle, .experienceArticleBlue h2 {
        top: 100px;
        left: 10%;
    }
    .strategicPartnersTop{
        flex-direction: column;
        max-width: 65%;
    }
    .Aton, .htk{
      width:100%;  
    }
  .about-us-image{
    transform: scale(0.8);
  }
}
/*mobile*/

@media(max-width: 620px) {
    :root {
        --top-text-font-size: 20px;
        --top-text-font-size-2: 24px;
        --main-text-font-size: 12px;
        --service-title-font-size: 24px;
        --about-us-title-font-size: 22px;
        --about-us-text-font-size: 10px;
    }
    
    .logo{
      width: 50%;
    }
  
   .logo .nameLink .companyName{
     font-size: var(--company-title-size);
   }
  

    .AboutUsDiv, .reviews {
        flex-direction: column;
    }

    .review {
        margin-bottom: 15px;

    }
    
    .TopImage{
        padding-top: 18px;
    }


    .textAboutDiv {
        width: 80%;
        align-content: center;
        flex-direction: column;
    }

    .clientLogo a img {
        width: 140px;
        height: auto;
    }

    .ContactBox {
        margin: 10px;
    }

    .GeneralContactInformation {
        flex-direction: column;
    }
    .serviceImage{
        height: 250px;
    }
    .twoServicesRow{
        align-content: center;
        align-items: center;
    }
    .homeImage, .homeImage1, .homeImage2 {
        max-height: 300px;
        max-width: 300px;
    }

    .homeServiceImageDiv {
        flex-direction: column;
    }
    .homeBoxImage1{
        order: 2;
    }
    .specificOffer1{
        order: 1;
    }
    .hero{
      padding-top: 30px;
    }
    
}
@media(max-width:480px){
  :root{
    --company-title-size: 16px;
  }
  .logo{
    width:75%;
  }
  .logo .nameLink .companyName{
    font-size: var(--company-title-size);
  }
  .hero{
    padding-top: 60px;
  }
}

.languageSwitcherImage {
    cursor: pointer;
}

.language-toggle{
    display:none;
}

.language-toggle:checked ~ .language-dropdown {
    display: block;
}

.language-switcher {
    position: relative;
    border-left: 1.5px solid darkgrey;
    padding-left: 32px;
    margin-left: 22px;
}


#imageFlags1 {
    max-height: 22px;
    width: auto;
    align-items: center;
}


.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    list-style: none;
    padding: 5px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.language-dropdown li {
    padding: 5px;
}

.language-dropdown img {
    width: 28px; /* Adjust flag size */
    height: auto;
}

/* Show dropdown on hover */



/*PRIVACY POLICY*/

.privacyPolicyDiv{
    position:relative;
    background-color: white;
    color: black;
    padding-top: 8vh;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin:60px;
    
    
}

.privacyPolicyPart h2, .privacyPolicyPart p{
    display: flex;
    justify-content: left;
    align-items:left;
    text-align:left;
    margin-bottom: 20px;
    padding-left:40px;
    
}
.privacyPolicyPart h2 {
    font-size: var(--top-text-font-size);
}

.privacyPolicyPart p {
    font-size: var(--main-text-font-size);
}


/*RANDOM SHIT*/
.placeHolder_1 {
    padding-left: 10%;
    width: 90%;
}

.grey-stripe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #e5e5e5;
  z-index: 0;
  
}
.reviewsContainer{
  position: relative;
}
.greyWrapper{
  background-color: #f2f2f2;
  padding-top: 20px;
  /*border-radius: 20px;*/
}

.dimgrey {
    color: dimgray;
}



.sliderWrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.arrow{
    background-color: var(--main-blue-color);
    border: none;
    cursor: pointer;
    z-index: 11;
    transition: background-color 0.3s ease;
    width: 5px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 12px;
    margin:10px;
}

.arrow:hover{
    background-color: #0056b3;
}

.arrow:focus, .arrow:active {
    outline: none;
    background-color: var(--main-blue-color);
    box-shadow: none;
}
.arrow:disabled{
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}