/*
Theme Name: nomad24
Author: Spiros Sakellaropoulos
Author URI: https://wp-content.co/
Description: My custom theme
Tested upto: 6.0
Version: 3.15
*/

/* Apply Roboto font to the body (global font) */
body {
  font-family: 'Roboto', sans-serif;
  /*letter-spacing: 1px;*/
  letter-spacing: 0.5px;
}


h1 {
/*  font-size: 60px;*/
  font-size: min(8vw, 60px);
  font-weight: 500;
}


h2 {
/*  font-size: 56px;*/
  font-size: min(6vw, 50px);
  font-weight: 500;
}




hr.nomad-devider {
  height: 7px;              /* Set the height */
  background-color: black;  /* Needed if border is removed */
  border: none;             /* Remove default border */
  width: 50%;
  border-radius: 5px;
  margin: 0;
}

#deskheader > div.align-items-center > a:hover {
  opacity: 0.7;
}


.services_left p , .services_right p , p.services-header-text {
/*    font-size: 23px;*/
    font-size: min(5vw, 23px);
    line-height: 1.2;
    padding-bottom: 10px;

}

div.front-page-text-orange {
  font-size: min(5vw, 28px)!important;
  color: #d37f5b;
}
div.front-page-text {
  font-size: min(5vw, 28px)!important;
}

.desktop-spacer {
  height: 30px; /* Adjust spacing height as needed */
  }

.mobile-spacer {
  height: 0px; /* Adjust spacing height as needed */
}

.services_left ul , .services_right ul , ol {
  margin-bottom: 0;
  padding-bottom: 0;
}


textarea::placeholder , textarea::-webkit-input-placeholder {
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}

input::placeholder { /* Mozilla Firefox 19+ */
  /*padding-left:20px;*/
  color: black!important;
  opacity: 1!important;
}

.wpforms-container {
  display: flex;
  justify-content: center; 
  width: 100%!important;
}


.enquiry_form_container form {
  min-width: 75%;
  background-color: #e9e9e9!important;
  
  overflow: hidden; /* important if inner elements overflow */
}

div.wpforms-field {
/*  height: 55px!important;*/
  margin-bottom: 0px;
  margin-top: 0px;
}


.wpforms-form .enquiry_form_button_front  {
  height: auto;
  border: none;
  display: block;
  width: 40% !important;
  margin: 20px auto;

  background-color: black !important;
  color: white !important;
  font-weight: bold !important;
  font-size: min(4vw, 28px) !important;

  text-align: center !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease !important;
}

.wpforms-form .enquiry_form_button_front:hover {
  opacity: 0.7;
}

button.enquiry_form_button1 {
  background-image: url('/wp-content/uploads/2025/05/detail-form-banner-grey58.png')!important; /* Replace with your image URL */
  width: 100%!important; /* Make button full width */
  background-size: 100% auto!important;
  background-repeat: no-repeat!important;
  height: 50px;      /* Height adjusts with aspect ratio */
  aspect-ratio: auto;
  padding: 0;
  border: none;
  display: block;

  background-color: white!important;
  color:black!important;
  font-weight: bold!important;
  font-size: min(4vw, 36px)!important;
  padding-left: 25%!important;
  text-align: left!important;     /* Aligns text to the left */
  
/*  text-align: center;*/
  cursor: pointer!important;
  transition: opacity 0.3s ease!important;
}


button.enquiry_form_button {
  width: 100%!important; /* Make button full width */
  background-image: url('/wp-content/uploads/2025/05/detail-form-banner2-grey58.png')!important; /* Replace with your image URL */

  background-size: 100% auto!important;
  background-repeat: no-repeat!important;
  height: auto;      /* Height adjusts with aspect ratio */
  aspect-ratio: auto;
  padding: 0;
  border: none;
  display: block;

  background-color: white!important;
  color:black!important;
  font-weight: bold!important;
  font-size: min(5vw, 40px)!important;
  padding-left: 15%!important;
  text-align: left!important;     /* Aligns text to the left */
  
/*  text-align: center;*/
  cursor: pointer!important;
  transition: opacity 0.3s ease!important;
}

button.enquiry_form_button:hover , button.enquiry_form_button1:hover {
  opacity: 0.7!important; /* Optional: subtle hover effect */
}



.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="url"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form input[type="search"],
.wpforms-form input[type="password"],
.wpforms-form input[type="radio"], 
.wpforms-form select,
.wpforms-form textarea {
  padding: 5px 10px;          /* Smaller padding reduces height */
  line-height: 1.2;           /* Tighter spacing */
  height: auto;               /* Let height adjust naturally */
  box-sizing: border-box;     /* Ensures padding doesn't break layout */
  background: transparent!important;
  margin: 0 auto!important;   /* 👈 centers the input */
  display: block!important;  /* 👈 ensures margin auto works */

}

#wpforms-2038-field_7-container , #wpforms-2080-field_7-container , #wpforms-4983-field_7-container , #wpforms-4981-field_7{
  margin-left: 11%!important;
}


div .nomad24-header-right-section {
  display: flex;
  justify-content: flex-end;
}

.nomad24-header-right-section ul li {
  font-weight: 500;
  font-size: min(4vw, 33px);
}

ul li , li span , ol li {
  font-weight: bold;
/*  font-size: 23px;*/
  font-size: min(3vw, 23px);
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 0;
  margin: 0;
}





ul.greek li {
  font-weight:normal!important;
}
/*
li ul {
  padding-left: 10px;
}
*/

.saranta {
/*  font-size: 40px;*/
  font-size: min(4vw, 40px);
  line-height: normal;
/*  padding-left: 20px;*/
  padding-bottom: 20px;
}

.twentythree {
  font-size: 23px;
  font-size: min(4vw, 23px);
}



.container-fluid {
/*  background-color : lightgrey;*/

  padding-left: min(180px, 4vw);
  padding-right: min(180px, 4vw);
  /*padding-left: 180px;
  padding-right: 180px;*/

  max-width: 1559px;
  }

.container-fluid-full {
  margin-left: 30px;
  margin-right: 30px;
  max-width: 1800px;
  }

div.nomad24-header-right-section  {
  padding-top: 15px;
}


.lang-item {
/*  list-style: none;*/
  display: inline;
/*  font-size: 43px;*/
  font-size: min(2vw, 32px);
}

.current-lang a {
  color: #4F83C2!important;
  text-decoration: underline !important;
}

div.floating-left-section:hover {
  opacity: 0.7;
}

div.contact-icon:hover {
  opacity: 0.7;
}

div.contact-icon a img {
  padding: 20px 20px 20 px 20 px;
}

div.header-contact{
  font-size: 33px;
  font-size: min(4vw, 33px);
  text-align: right;
  padding-right: 10px;
  font-weight: 500;
}

a.tele-items {

/*  font-size: 23px;*/
  font-size: min(2vw, 23px);
}


.slider-container{

  margin-left: max(85px, calc((100vw - 1750px) / 2))!important;
  margin-right: max(85px, calc((100vw - 1750px) / 2))!important;
}
/*.depicter-primary-container  {
  margin-left: max(85px, calc((100vw - 1750px) / 2));
}*/


@media only screen and (min-width: 1075px) and (max-width: 1600px) {



/*  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
*/
 }


img.hero_image {
  padding: 30px 0px 50px 0px ;
  width: 100%;
  height: auto;
}


div .contact-us-text {
  text-align: right!important;
}

@media (max-width: 1074px) {
                                  

                                  img.hero_image {
                                    padding: 0px 0px 10px 0px ;
                                    width: 100%;
                                    height: auto;
                                  }

                                  h2 {
                                  /*  font-size: 56px;*/
                                    font-size: min(5.5vw, 50px);
                                    font-weight: 800;
                                  }

                                  .mobile-spacer {
                                      height: 20px; /* Adjust spacing height as needed */
                                  }
                                   .desktop-spacer {
                                      height: 0px; /* Adjust spacing height as needed */
                                    }

                                   .slider-container , 
                                   .depicter-primary-container {
                                      margin-left: max(3px, calc((100vw - 1750px) / 2))!important;
                                      margin-right: max(3px, calc((100vw - 1750px) / 2))!important;
                                      vertical-align: center!important;
                                    }



                                  div.header1-enquiry.services-page  {
                                      width:100%!important;
                                      padding-left: 0%!important;
                                      margin-left: 0px!important;
                                  }
                                  div.header-services-enquiry{
                                      width:100%;
                                      padding-left: 0%;
                                      margin-left: 0px!important;
                                    }

                                    /* Hide the main navigation links by default on mobile */
                                    div.header_main_info_section {
                                /*      display: inline;*/
                                      font-size: 2.5vw;

                                    }


                                /*    .hamburger-icon {
                                        display: flex;
                                    }*/

                                    div #mobileheader{
                                      display:flex!important;
                                      position: sticky;
                                      top: 0;
                                      padding: 10px 10px 10px 10px!important;
                                      background: white;

                                    }


                                    #hamburger-nav {
                                        position: fixed; /* Fixed to the screen */
                                        top: 16vh;
                                        left: 0; /* Start off-screen */
                                        width: 100%;
                                        height: 100%; /* Full height */
                                        background-color: #A9A9A9; /* Dark background */
                                        z-index: 1000;
                                        transition-property: width, height;
                                /*        transition-duration: 2s;*/
                                        transition: ease 2s ease-in-out; /* Smooth slide-in transition */*/
                                    }




                          /*.hamburger-icon {
                              width: 30px;
                              cursor: pointer;
                          }*/

                          .hamburger-icon {

                            
                              position: relative;
                              /*width: 40px;
                              height: 40px!important; 
                              cursor: pointer;*/

                      flex-direction: column;
                      cursor: pointer;
                      width: 40px;
                      height: 30px;
                      justify-content: space-between;
                      float: right;


                          }

                          .hamburger-icon span {
                              position: absolute;
                              left: 0;
                              width: 100%;
                              height: 4px;
                              background: #000;
                              transition: all 0.3s ease;
                          }

                          /* Position the three lines */
                          .hamburger-icon span:nth-child(1) {
                              top: 0;
                          }

                          .hamburger-icon span:nth-child(2) {
                              top: 10px;
                          }

                          .hamburger-icon span:nth-child(3) {
                              top: 20px;
                          }

                          /* Transform into perfect X */
                          .hamburger-icon.active span:nth-child(1) {
                              top: 10px;
                              transform: rotate(45deg);
                          }

                          .hamburger-icon.active span:nth-child(2) {
                              opacity: 0;
                          }

                          .hamburger-icon.active span:nth-child(3) {
                              top: 10px;
                              transform: rotate(-45deg);
                          }




                                  /*Hide quotation menu on desktop only show on mobile*/
                                  li.quotation-menu-item {
                                    display: block;
                                  }


                                    #deskheader{
                                      display:none;
                                    }

                                  .lang-item {
                                    list-style: none;
                                    display: block;
                                    display: inline;
                                /*  font-size: 43px;*/
                                    font-size: min(5vw, 36px);
                                    padding: 0;
                                    text-align: center;


                                  }

                                span.saranta {
                                  font-size: 6vw;
                                  font-weight: 700;
                                }

                                ol li , ol li span , ul li, ul li span {
                                  font-size: 4vw;
                                }

                                .enquiry_form_container form {
                                  width: 100%!important;
                                  background-color: #e9e9e9!important;
                                }

                                div.header1-enquiry {
                                  width: 100%!important;
                                }

                                div.centered-text {
                                  height: 42px;
                                }

                                .container-fluid {
                                  padding-left: 10px;
                                  padding-right: 10px;
                                  }


                                /* show on mobile  */
                                .nomobile {
                                      display:none;
                                }

                                /*
                                .home-content > * {
                                  text-align: center;
                                }*/


                                div.services_right , div.services_left {
                                  padding-left: 5px;
                                  padding-right: 5px;

                                }


                                .services_content {
                                  padding-left: 5px;
                                  padding-right: 5px;
                                }


                                .services_banner_container ul li {
                                  padding-left: 5px;
                                  padding-right: 5px;
                                }


                                div.services_banner_container {
                                  margin-left:0px;
                                  margin-right:0px;
                                  padding-left:0px;
                                  padding-right:0px;
                                }


                                .padding-left-15 {
                                  padding-left: 0px;
                                }



                                .services_banner_orange , .services_banner_red , .services_banner_blue{
                                  /*padding-left: 5px;*/
                                  font-size: 6vw!important;
                                  text-align: center!important;

                                  padding-left: 0px!important;
                                }


                                 li.menu-item{
                                  border-bottom: solid grey;
                                  border-bottom-width: 95%;
                                  padding-top:5px;
                                }


                                textarea::placeholder , textarea::-webkit-input-placeholder {
                                  padding-left:3px;
                                  color: black;
                                  position:absolute;
                                  bottom: 10px;
                                }

                                div.wpforms-field-description {
                                  display:none!important;
                                }


                                 .wpforms-form textarea , textarea {
                                  line-height: 1!important;
                                 }

                                .wpforms-form input[type="text"],
                                .wpforms-form input[type="email"],
                                .wpforms-form input[type="url"],
                                .wpforms-form input[type="tel"],
                                .wpforms-form input[type="number"],
                                .wpforms-form input[type="search"],
                                .wpforms-form input[type="password"],
                                .wpforms-form input[type="radio"], 
                                .wpforms-form select  {
                                  padding: 0px 0px;          /* Smaller padding reduces height */
                                  line-height: 0.8;           /* Tighter spacing */
                                  height: auto;               /* Let height adjust naturally */
                                  box-sizing: border-box;

                                }


                                div .panel-heading .accordion-toggle > * {
                                  padding-left: 3px!important;
                                }

                                input[type="text"] {
                                    background-color: white!important;
                                    color: black!important;
                                    border: none!important;
                                    border-bottom: 1px solid black!important;
                                    border-radius: 0px!important;
                                    /*width: 80%!important;*/
                                    margin: 0 auto!important;   /* 👈 centers the input */
                                    display: block!important;  /* 👈 ensures margin auto works */
                                    line-height: 1.3!important;
                                                                  }

}   /*======================== mobile css end ===================================================================*/



.nodesktop {
      display:none;
}


.padding-left-15 {
  padding-left: 15px;
}



div #mobileheader{
  display:none;
}



div.language-selector-mobile {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Style for Hamburger Icon *//*
.hamburger-icon {
    flex-direction: column;
    cursor: pointer;
    width: 40px;
    height: 40px;
    justify-content: space-between;
    float: right;

}

.hamburger-icon span {
    background-color: #000;
    height: 5px;
    width: 100%;
}
*/
/* Style for Navigation Menu */
#hamburger-nav {
/*    display: none;
    background-color: #A9A9A9;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;    
    text-align: left;   
    overflow-y: scroll;*/
    display: none;
    position: fixed; /* Fixed to the screen */
    top: 60px;
    left: 0; /* Start off-screen */
    width: 100%;
    height: 100%; /* Full height */
    background-color: #A9A9A9; /* Dark background */
    z-index: 1000;
    transition: left 0.3s ease-in-out; /* Smooth slide-in transition */



}

#hamburger-nav .hamburger-nav-items {
    list-style: none;
    padding: 0;
    text-align: center;
}

#hamburger-nav .hamburger-nav-items li {
    padding: 10px;
}

#hamburger-nav .hamburger-nav-items li a {
    color: black;
    text-decoration: none;
}


/* Show Menu when Active */
#hamburger-nav.show {
    display: block;
}







div .services_right {
  padding-left: 30px;
  display: flex;
  flex-direction: column;  /* Ensures the elements are stacked vertically */
  /*justify-content: center;*/  /* Vertically aligns the items in the center */
  align-items: center;  /* Horizontally aligns the items in the center */  
}


.numberlettercontainer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
/*            width: 80%;*/
}

.left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;

    width: auto;
    height: auto;

}

div.numbertitle {
  padding-top: 2px;
/*  font-size: 26px;*/
  font-size: min(4vw, 26px);
  font-weight: 900;
}

div.numbertext {
/*  font-size: 18px;*/
  font-size: min(4vw, 18px);
  line-height: 18px;
/*  margin-bottom: 10px;*/
}


.right {
  text-align: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 100%;
}



.services_banner_enquiry {
  color: #4F83C2;
  font-weight: 800;
  font-size: 20px;
  font-size: min(3vw, 20px);
  text-align: center;
  vertical-align: center;
  min-height: 50px;
  line-height: 50px;
  background-color: lightgrey;
}

.services_banner_blue {
  color: white;
  font-weight: 600;
  text-align: left;
  padding-left: 45px;
  vertical-align: center;
  min-height: 70px;
  line-height: 70px;
  background-color: #608ec7;
/*  font-size: 52px;*/
  font-size: min(4vw, 52px);
}

.services_banner_red {
  color: white;
  font-weight: 600;
  text-align: left;
  padding-left: 45px;
  vertical-align: center;
  min-height: 70px;
  line-height: 70px;
  background-color: #da8c7f;
/*  font-size: 52px;*/
font-size: min(4vw, 52px);
}

.services_banner_orange {
  color: white;
  font-weight: 500;
  text-align: left;
  padding-left: 45px;
  vertical-align: center;
  min-height: 70px;
  line-height: 70px;
  background-color: #ffc253;
/*  font-size: 52px;*/
  font-size: min(4vw, 52px);
}



.services_banner_container {
  margin-left:30px;
  margin-right:30px;
  display:block
}

/* Grid container for posts */
.posts-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: auto ;
  justify-items: center;
}


.post-info {
    padding: 15px;
}

.post-info h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.post-info .post-excerpt {
    font-size: 1rem;
    color: #555;
    text-align: center;
}

/* Pagination styles */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a,
.pagination span {
    padding: 10px 20px;
    margin: 0 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

.pagination span.current {
    background-color: #0073aa;
    color: #fff;
}


/*Placing the icons*/
.icons-parent {
  position: relative;
}


input[type="text"] , input[type="email"] , input[type="number"] {
  background-color: white!important;
  color: black!important;
  border: none!important;
  border-bottom: 1px solid black!important;
  border-radius: 0px!important;
  width: 80%!important;
  margin: 0 auto!important;   /* 👈 centers the input */
  display: block!important;  /* 👈 ensures margin auto works */
  line-height: 2!important;
}


textarea  {
  background-color: white!important;
  color: black!important;
  border: none!important;
  border-bottom: 1px solid black!important;
  border-radius: 0px!important;
  width: 80%!important;
  margin: 0 auto!important;   /* 👈 centers the input */
  display: block!important;  /* 👈 ensures margin auto works */
  line-height: 5!important;
}

.wpforms-field-description {
  width: 80%!important;
  margin: 20px auto!important;   /* 👈 centers the input */
  display: block!important;  /* 👈 ensures margin auto works */
}


.wpforms-title {
  text-align: center;
  margin: 30px 0 0px!important; 
}


/*wpform in front page*/
.wpforms-head-container > * {
  font-weight: 700;
  font-size: 24px;
  /*color: red;*/
}

.wpforms-field-label {
  display: none!important;
}






.header1-enquiry.services-page  {
    padding-left: 5%;
      width:80%;
      height: 48px!important;
}

.header1-enquiry.services-page a button {
  padding-bottom: 30%!important;

}

.header1-enquiry {
/*      position: relative;
      display: inline-block;
      height: 48px;
      line-height: 1.2;
      margin-top: 50px;*/
      padding-left: 12%;
      width:85%;
      height: 46px!important;
/*      padding-bottom: 15px; */
    }

    .header-services-enquiry{
      width:100%;
/*      padding-left: 12%;*/
    }


.header1-enquiry:hover , .header-services-enquiry:hover  {
  opacity: 0.7  
}
    
    .centered-text {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: first;
      transform: translate(-50%, -50%);
/*      font-size: 42px;*/
      font-size: min(5vw, 42px);
      font-weight: 500;
      color: black;
      background-color: lightgrey;
      text-align: left;
      padding-left:20px;
      z-index: 1;
      width: 73%;
      height: 100%;
    }

#imageN {
  width:76%;
}


div .enquiry-form-container form{
  width: 70%; 
  align-items: center;  /* Centers the children horizontally */
}

/* For icons animation */
@keyframes animicons {
  0%   {left:200px; top:200px;}
  25%  {left:150px; top:180px;}
  50%  {left:100px; top:130px;}
  75%  {left:50px; top:70px;}
  100% {left:0px; top:0px;}
}

div .icons-services {
  margin-top: -80px; 
}

div .animated-icons {
      position: absolute;  /* Use absolute positioning */
      top: 60%;  /* Set image 50% from the top */
      left: 20%;  /* Set image 50% from the left */
      width: 50%;  /* Set the width of the image */
      height: auto;  /* Maintain aspect ratio */
      transform: translate(-50%, -50%); /* Center the image */
/*    height: auto;*/
} 

div .icons-parent {
   position: relative;
}



.home-content > p {
  margin-bottom: 30px;
}


img.bar-icons {
  margin-top: 10%;
}

/*.menu_home{
  padding-left: 10%!important;
  color: red;
}*/

div .animated-iconN {
/*  position:relative;*/
  top:10px!important;
  left:0px!important;
}

div .animated-iconO {
  top:60px!important;
  left:80px!important;
  animation-delay: 0.2s;
}

div .animated-iconM {
  top:30px!important;
  left:170px!important;
  animation-delay: 0.4s;
}

div .animated-iconA {
  top:-10px!important;
  left:245px!important;
  animation-delay: 0.6s;
}

div .animated-iconD {
  top:20px!important;
  left:330px!important;
  animation-delay: 0.8s;
}

@-webkit-keyframes orbit2 {
    from {  -webkit-transform: rotate(0deg) translateX(80px) rotate(0deg); }
    to   {  -webkit-transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}



.services_left img , .services_right img {
    max-width:100%;
    height:auto;
}



div .services-tel-text > * {
/*  font-size: 23px;*/
  font-size: min(4vw, 23px);
}

.services-tel-text a:hover , .lang-item a:hover {
  font-weight: 900;
}


.menu-vertical-menu-item {
  padding-left:60px!important;
}



/*Hide quotation menu on desktop only show on mobile*/
.quotation-menu-item {
  display: none;
}


#menu-header-main , #menu-header-main-1  , #menu-header-main-gr-1 {
  list-style-type: none;
  margin: 0;
  padding: 20px 10px 20px 10px;    
  overflow: hidden;
/*  background-color: white;*/

}

#menu-header-main li, #menu-header-main-1 li  , #menu-header-main-gr-1 li {
 position: relative;
}

#menu-header-main li a , #menu-header-main-1 li a {
/*  display: block;*/
  display: inline;
/*  color: black;*/
  text-align: left;
  vertical-align: center;
/*  padding: 0px 15px 15px 0px;*/
  text-decoration: none;
  font-weight: 700;
/*  font-size: 40px;*/
  font-size: min(6vw, 34px);

}

#menu-header-main-gr li a, #menu-header-main-gr-1 li a {
  display: inline;
  text-align: left;
  vertical-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: min(4vw, 32px);
}

#menu-header-main li a:hover:not(.active) , #menu-header-main-gr li a:hover:not(.active),
#menu-header-main-1 li a:hover:not(.active) , #menu-header-main-gr-1 li a:hover:not(.active) {
  background-color: black;
  color:white;
  font-weight: 900!important;
}


        /* When any menu item is hovered, override the active state of the non-hovered current item */
        .menu-vertical-menu-item:hover .menu-item.current-menu-item:not(:hover) a {
          background-color: white!important;
          color: black!important;
          font-weight: 400!important;
        }




.responsive {
  max-width: 100%;
  height: auto;
}

/*#menu-header-main li a .active {
  background-color: black;
  color:white;

}
*/

#menu-header-main > li.active a , #menu-header-main-gr > li.active a , 
#menu-header-main-1 > li.active a , #menu-header-main-gr-1 > li.active a {
  color:white;
  background-color: black;
  font-weight: 900!important;
  
}


li.menu-item {
   line-height: 1.2!important;
}


li.menu-item a {
   font-weight: 400!important;
   padding-left: 25px;
   padding-right: 25px;
}


.footer {
  left:0; 
  bottom:0 
  width:100vw!important;
} 





/*for quotation form*/

.panel-heading {
  position: relative;
/*      overflow: hidden;*/

    transition-property: transform;
}
.panel-heading[data-toggle="collapse"]:after {
/*  font-family: 'Glyphicons Halflings';*/
  font-family: "bootstrap-icons";
  content: "\F134"; 
  /* "play" icon */
  position: absolute;
  color: white;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
      transition-duration: 0.5s;
}


.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
      transition-duration: 0.5s;
}


a:not(.active) {
    color: black;
    text-decoration: none ;
}




.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  background-color: #4F83C2;
  color: #fafafa!important;
  padding: 10px 24px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  transition: background-color 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #4976ad;
}


/*
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #4F83C2;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 999;
  content: '\2B0D'; /* Optional if using ::before */
}

.back-to-top::before {
  content: '\2B0D';
  display: block;
  font-family: Arial, sans-serif;
  font-size: 24px;
}

/* Optional: Smooth fade-in/out */
.back-to-top {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

body.scrolled .back-to-top {
  opacity: 1;
  pointer-events: auto;
}
*/






.nomad-svg-animation svg {
  display: block;       /* removes inline spacing */
  margin-left: auto;
  margin-right: auto;   /* centers horizontally */
  max-width: 1559px;
}




.floating-left-section {
  position: fixed;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: block;
  padding: 5px;
  background-color: transparent; /* Optional: add background if needed */
}

.floating-left-section img {
  width: auto; /* Adjust size as needed */
  height: auto;
  display: block;
}


