/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.bg-blue {
  background-color: #134b97;
}

.blue {
  color: #134b97;
}

.bg-lightblue {
  background-color: #e1eded;
}

.bg-black {
  background-color: #000;
}

.white {
  color: white !important;
}

.black {
  color: black !important;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #134b97;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
  color: #525866;
}

p,
li {
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: #134b97;
}

.text-container {
  padding: 20px;
}

.page-banner {
  background-size: cover;
  background-position: 0 15%;
  height: 630px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: white;
  text-align: left;
  padding: 10%;
  position: relative;
}

.page-banner__content {
  color: #2d333d;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.page-banner__content h1 {
  font-size: 1.5rem;
  border-radius: 10px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .page-banner__content h1 {
    font-size: 2.5rem;
  }
}

.page-banner__content .white {
  color: white;
  text-align: left;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000; /* Ensure it's above other content */
  width: 100%;
  background-color: black;
  min-height: 60px;
}

@media (max-width: 991px) {
  #page-wrapper {
    padding-top: 60px;
  }
  header {
    min-height: 60px;
  }
}
.navbar-brand {
  padding: 0px;
  margin-bottom: 20px;
}

.navbar-brand img {
  max-height: 60px;
  max-width: 150px;
}

.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 400;
  font-family: "Rubik";
  padding-left: 15px;
  padding-right: 15px;
  color: white !important;
}

.navbar .menu-item {
  margin: 0px 15px;
}

.navbar-nav .nav-link.active {
  color: #1a1a1a; /* Active link color */
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3E%3Cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E") !important;
}

.navbar {
  flex-direction: row;
}
.navbar .current_page_item a {
  color: #134b97 !important;
  font-weight: bold;
}
.navbar .menu-item {
  font-size: 16px;
}

@media (max-width: 991px) {
  .navbar {
    flex-direction: row;
  }
  header {
    min-height: 60px;
  }
}
@media (min-width: 991px) {
  .navbar {
    flex-direction: row;
  }
}
.dropdown-toggle::after {
  display: none;
}

@media (min-width: 991px) {
  .navbar-brand {
    position: relative;
    top: 10px;
  }
}
.navbar-brand img {
  max-width: 150px;
  max-height: 80px !important;
}

.navbar-nav .nav-link {
  font-family: "Poppins" !important;
}

.btn-primary {
  background-color: #134b97 !important;
  max-width: 320px;
  color: white !important;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 35px;
}

.btn-grow {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-grow:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.services-btn {
  background-color: white;
  color: #134b97;
  font-family: "Poppins";
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 24px;
}

#front-cegbemutato .boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  gap: 50px;
}
#front-cegbemutato .box {
  background-color: #134b97;
  position: relative;
  top: -30px;
  flex: 1 1 calc(33.333% - 50px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#front-cegbemutato .box h6 {
  padding-top: 20px !important;
}
#front-cegbemutato .box h6,
#front-cegbemutato .box p {
  color: white;
  text-align: center;
  padding: 20px;
}
#front-cegbemutato .box:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#front-cegbemutato .box1 {
  border-radius: 30px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
}
#front-cegbemutato .box2 {
  border-radius: 30px;
}
#front-cegbemutato .box3 {
  border-radius: 30px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
}
#front-cegbemutato .blue {
  color: #134b97;
}
#front-cegbemutato .cegbemutato {
  text-align: center;
}
#front-cegbemutato .cegbemutato h3 {
  margin-top: 30px;
  font-weight: 700;
}
#front-cegbemutato .cegbemutato p {
  margin-top: 20px;
}
#front-cegbemutato img {
  position: relative;
  bottom: -35px;
  z-index: -1;
}
@media (min-width: 991px) {
  #front-cegbemutato img {
    bottom: -53px;
  }
}

#front-szolgaltatasok {
  padding: 20px 0px 60px 0px;
}
#front-szolgaltatasok h3 {
  color: white !important;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
}
#front-szolgaltatasok .szolgaltatasok {
  gap: 50px;
  color: white;
  font-size: 1.2rem;
  line-height: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  #front-szolgaltatasok .szolgaltatasok {
    line-height: 4;
  }
}
#front-szolgaltatasok .szolgaltatasok i {
  color: #f0bf9b;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  top: 5px;
}
#front-szolgaltatasok .szolgaltatasok .col-md-4 {
  flex: 1 1 calc(33.333% - 50px);
}
#front-szolgaltatasok .white-box {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 14px;
  margin-top: 20px;
  text-align: left;
  max-height: 293px;
  min-height: 293px;
}
#front-szolgaltatasok .white-box p {
  font-size: 16px;
}
#front-szolgaltatasok .white-box .logo {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  max-width: 40%;
}
@media (min-width: 991px) {
  #front-szolgaltatasok .white-box {
    margin-top: 30px;
  }
}

#front-testimonials h3 {
  color: #134b97;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
}

.accordion-button::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #e1eded !important;
}

.accordion-body {
  background-color: #e1eded !important;
}

h1 {
  color: #0056cc;
  font-weight: 700;
}

.large-btn {
  padding: 8px 30px;
  font-size: 1.6rem;
  width: 600px;
  max-width: 80%;
}

.bg-gray {
  background-color: #333333 !important;
}

.list-unstyled a li {
  line-height: 3 !important;
}

#cegsection1 {
  padding-top: 100px;
}
#cegsection1 img {
  position: relative;
  top: 20px;
}
@media (min-width: 991px) {
  #cegsection1 img {
    top: 60px;
  }
}

#cegsection2 {
  position: relative;
  z-index: 1;
  padding: 100px 20px;
}

.past {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  padding: 20px;
  align-items: center;
}
@media (min-width: 991px) {
  .past {
    display: flex;
    flex-direction: row;
  }
}
.past h3 {
  padding: 10px;
  font-size: 20px;
  text-align: left !important;
}
.past p {
  padding: 10px;
  font-size: 16px;
  text-align: left !important;
  margin-bottom: 0px;
}

.left {
  min-width: 220px;
  padding: 10px;
}
.left img {
  display: none;
}
@media (min-width: 991px) {
  .left img {
    display: block;
    border-radius: 10px;
  }
}

.present {
  display: block;
  flex-direction: row;
  background-color: rgba(0, 85, 204, 0.6549019608);
  border-radius: 12px;
  padding: 20px;
  align-items: center;
}
@media (min-width: 991px) {
  .present {
    display: flex;
    flex-direction: row;
  }
}
.present img {
  border-radius: 10px;
}
.present h3 {
  padding: 10px;
  font-size: 20px;
  text-align: left !important;
}
.present p {
  padding: 10px;
  font-size: 16px;
  text-align: left !important;
}

.profile-photo {
  min-height: 290px;
  margin-bottom: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.leader {
  background-color: black;
  color: white;
  text-align: center;
  padding: 0px;
  border-radius: 12px;
  padding-bottom: 10px;
  min-width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.leader:hover {
  transform: scale(1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.leader .name {
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.vezetok-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 50px;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-row {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center !important;
  justify-items: center;
  max-width: 100%;
  overflow-x: hidden;
}

.vezetok-row.flex-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.vezetok-row.flex-centered .leader {
  flex: 0 0 250px;
  max-width: 250px;
}

.section-title {
  padding-top: 40px;
  text-align: left;
  color: white !important;
}
.section-title .subheadline {
  margin-bottom: 5px;
  padding-top: 20px;
  color: white !important;
}
.section-title .headline {
  font-weight: 700;
  margin-bottom: 20px;
  color: white !important;
}

@media (max-width: 768px) {
  .vezetok-row {
    grid-template-columns: 1fr !important;
    gap: 30px;
    max-width: 100% !important;
    padding: 0 15px;
  }
  .centered-row {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    justify-content: stretch !important;
    justify-items: center !important;
  }
  .leader {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .vezetok-row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 800px;
  }
  .centered-row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 600px;
  }
}
@media (min-width: 1025px) {
  .centered-row {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 850px;
  }
}
/* Popup overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup container */
.popup-container {
  background: rgba(0, 0, 0, 0.785);
  border-radius: 20px;
  max-width: 80%;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (min-width: 991px) {
  .popup-container {
    max-width: 800px;
  }
}

.popup-overlay.active .popup-container {
  transform: scale(1);
}

/* Close button */
.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.popup-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Profile photo */
.popup-photo {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

/* Name and title */
.popup-name {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.popup-title {
  color: #bdc3c7;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* Biography text */
.popup-bio {
  color: #ecf0f1;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 30px 30px;
  text-align: justify;
}

/* Responsive design */
@media (max-width: 768px) {
  .popup-container {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .popup-photo {
    width: 120px;
    height: 120px;
  }
  .popup-name {
    font-size: 20px;
  }
  .popup-bio {
    padding: 0 20px 20px;
    font-size: 13px;
  }
}
/* Demo styles for the example */
.demo-leader {
  display: inline-block;
  margin: 10px;
  padding: 20px;
  background: #3498db;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.demo-leader:hover {
  background: #2980b9;
}

.demo-container {
  text-align: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

#projektek .past {
  align-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 20px 0px;
}
#projektek .left img {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
  display: block;
}

#szolgaltatasok #hatter-sectio {
  padding: 50px 0px 150px 0px !important;
}
#szolgaltatasok .vezetok-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  #szolgaltatasok .vezetok-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    grid-auto-rows: auto;
    grid-auto-flow: row;
  }
}
#szolgaltatasok .profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  text-align: center;
}
#szolgaltatasok .name {
  text-align: center;
}
#szolgaltatasok .popup-name {
  padding: 30px 0px;
}
#szolgaltatasok .profile-photo {
  min-height: 0px;
  display: none;
}
#szolgaltatasok .leader {
  padding-bottom: 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
  overflow: hidden;
}
#szolgaltatasok .leader .name {
  padding: 20px 10px;
  min-height: 100px;
}
#szolgaltatasok .leader:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: #007bff;
}
#szolgaltatasok .vezetok-row .leader:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}
#szolgaltatasok .vezetok-row .leader:nth-child(2) {
  grid-column: 3/span 2;
  grid-row: 1;
}
#szolgaltatasok .vezetok-row .leader:nth-child(3) {
  grid-column: 5/span 2;
  grid-row: 1;
}
#szolgaltatasok .vezetok-row .leader:nth-child(4) {
  grid-column: 7/span 2;
  grid-row: 1;
}
#szolgaltatasok .vezetok-row .leader:nth-child(5) {
  grid-column: 4/span 2;
  grid-row: 2;
}

#kapcsolat-form {
  padding: 100px 0px;
}
#kapcsolat-form form {
  background-color: white;
  border-radius: 30px;
  padding: 10%;
}
#kapcsolat-form form input,
#kapcsolat-form form textarea {
  width: 100%;
  padding: 8px 15px;
  font-weight: 300;
}
#kapcsolat-form form input[type=checkbox] {
  width: auto;
}
#kapcsolat-form form input[type=submit] {
  width: 100%;
  background-color: #134b97;
  color: white;
}

/*# sourceMappingURL=style-index.css.map*/