* {
    box-sizing: border-box;
}


html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: none;
    overscroll-behavior-y: auto;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}


@media (max-width: 768px) {
    html {
        overflow-x: hidden;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    body {
        overflow-x: hidden;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: none;
        overscroll-behavior-y: auto;
        position: relative;
        min-height: 100vh;
    }
    
    .wrapper {
        overflow-x: hidden;
        overflow-y: visible !important;
        width: 100%;
        min-height: 100vh;
        position: relative;
    }
    

    .navbar {
        padding: 1rem 10px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        will-change: transform;
    }
    

    .containers {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 80px !important;
    }
    

    .banner-sec {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 70vh !important;
        min-height: 500px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        overflow: visible !important;
    }
    

    .banner-right {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }
    
    .border-right {
        width: 100% !important;
        height: 90% !important;
        min-height: 400px !important;
        border-radius: 300px 0 0 300px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .border-right-content {
        width: 100% !important;
        height: 100% !important;
        border-radius: 300px 0 0 300px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .splide,
    .splide__track,
    .splide__list {
        width: 100% !important;
        height: 100% !important;
        border-radius: 300px 0 0 300px !important;
        overflow: hidden !important;
    }
    
    .splide__slide {
        width: 100% !important;
        height: 100% !important;
        border-radius: 300px 0 0 300px !important;
        overflow: hidden !important;
    }
    
    .splide__slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        border-radius: 300px 0 0 300px !important;
        display: block !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    

    .about-sec,
    .contact-sec,
    .service-grid,
    .testinomial,
    .faq-section,
    .glry {
        overflow: visible !important;
        position: relative !important;
    }
    

    .footer {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible !important;
    }
    

    .footer-cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .cta-btn i {
        font-size: 16px;
    }
    

    .main-footer {
        padding: 0 10px !important;
    }
    

    .contact-sec {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    

    .service-grid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    

    .testinomial {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    

    .faq-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    

    .glry {
        width: 100%;
        margin: 40px auto;
        padding: 20px 10px;
        text-align: center;
    }
    
    .glry .border-heading {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .glry .border-heading-text {
        font-size: 26px;
        text-align: center !important;
    }
    
    .glry .border-heading-image {
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
    }
    
    .glry-main {
        grid-template-columns: 1fr;
        gap: 15px;
        position: relative;
    }
    
    .glry .leaf {
        width: 150px;
        right: 50%;
        transform: translateX(50%);
        top: -60px;
        opacity: 0.2;
    }
    
    .glry-item {
        max-width: 100%;
    }
    
    .glry-item-img {
        height: 200px;
    }
    
    .glry-item-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .glry-item-text {
        font-size: 14px;
    }
    

    .about-sec {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 600px) {

    html {
        overflow-x: hidden;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    body {
        overflow-x: hidden;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: none;
        overscroll-behavior-y: auto;
        position: relative;
        min-height: 100vh;
    }
    
    .wrapper {
        overflow-x: hidden;
        overflow-y: visible !important;
        width: 100%;
        min-height: 100vh;
        position: relative;
    }
    

    .navbar {
        padding: 0.5rem 5px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1000 !important;
        will-change: transform;
    }
    

    .banner-sec {
        height: 75vh !important;
        min-height: 550px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        overflow: visible !important;
    }
    
    .containers {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 70px !important;
    }
    
    .contact-sec, .service-grid, 
    .testinomial, .faq-section, .about-sec {
        padding-left: 5px !important;
        padding-right: 5px !important;
        overflow: visible !important;
    }
    
    .footer {
        padding: 25px 5px !important;
        overflow: visible !important;
    }
    

    .footer-title {
        font-size: 24px !important;
    }
    
    .footer-subtitle {
        font-size: 14px !important;
    }
    
    .cta-btn {
        padding: 10px 20px;
        font-size: 13px;
        max-width: 250px;
    }
    
    .cta-btn i {
        font-size: 14px;
    }
    

    .glry {
        padding: 15px 5px;
        margin: 30px auto;
        text-align: center;
        overflow: visible !important;
    }
    
    .glry .border-heading {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .glry .border-heading-text {
        font-size: 22px;
        text-align: center !important;
    }
    
    .glry .border-heading-image {
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
    }
    
    .glry-main {
        gap: 12px;
        position: relative;
    }
    
    .glry .leaf {
        width: 120px;
        right: 50%;
        transform: translateX(50%);
        top: -80px;
        opacity: 0.2;
    }
    
    .glry-item-img {
        height: 180px;
    }
    
    .glry-item-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .glry-item-text {
        font-size: 13px;
    }
}


.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

@media (min-width: 1920px) {
    .containers {
      max-width: 1920px;
      margin:0 auto;
    }
}


@media only screen and (min-width: 1920px) {

}


@media only screen and (max-width: 600px) {
  .navbar .middle-side {
    display: none;}
    .navbar .right-side {
      width: 40%;

  }
  .logo img {
    margin-right: 10px;
    animation: rotatelogo 20s linear infinite;
    width: 65%;
}
.navbar .left-side {
  width: 17%;
  /* border: 1px solid red; */
}
.banner-left {
 
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}


.banner-sec {
  position: relative;
  width: 100%;
  height: 70vh !important;
  min-height: 500px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.banner-right {
  width: 90% !important;
  height: 80% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-right {
  width: 100%;
  height: 100%;
  border: 2px solid var(--active-color);
  border-radius: 300px 0 0 300px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.border-right-content {
  width: 100%;
  height: 100%;
  border-radius: 280px 0 0 280px;
  overflow: hidden;
  background: #333;
}


.banner-right .splide {
  width: 100%;
  height: 100%;
  border-radius: 280px 0 0 280px;
  overflow: hidden;
}

.banner-right .splide__track {
  width: 100%;
  height: 100%;
  border-radius: 280px 0 0 280px;
  overflow: hidden;
}

.banner-right .splide__list {
  width: 100%;
  height: 100%;
  border-radius: 280px 0 0 280px;
  overflow: hidden;
}

.banner-right .splide__slide {
  width: 100%;
  height: 100%;
  border-radius: 280px 0 0 280px;
  overflow: hidden;
}


.banner-right .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 280px 0 0 280px;
}

.about-left {
  width: 100%;
}
.about-right {
  display: none;
  width: 30%;
}
.border-heading {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.small-wrightup {
  padding: 10px 0 10px 0;
  font-weight: 100;
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: justify;
  text-indent: 100px;
}
.card-scroll .border-heading {
  width: 70%;
}
.card {
  width: 260px;
  margin-left: 48px;
  height: 430px;
  border: 1px solid #fead00;
  padding: 6px;
  border-radius: 10px;
}
.glry .border-heading {
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.glry-con .glry-con-img {
  width: 110px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.4s ease-in-out;
}
.main-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0;
}
.left-footer {
  text-align: center;
  width: 100%;
}
.middle-footer {
  width: 100%;
}
.right-footer {
  width: 100%;
  margin-right: 30px;
}
.footer .golden-leaf {
  display: none;
  position: absolute;
  z-index: -9;
  width: 15%;
  top: -300px;
  right: -75px;
  animation: windFloww 7s infinite ease-in-out;
}
.about-sec .golden-leaf {
  position: absolute;
  z-index: -9;
  width: 25%;
  bottom: -50px;
  right: 41px;
  transform: rotate(325deg);
  animation: windFloww 7s infinite ease-in-out;
}
.footer {
  width: 85%;
  margin: auto;
  border-radius: 10px;
  padding: 80px 10px 60px 10px; /* Növelt padding felülről és alulról a contact section teljes megjelenítéséhez */
  border: 2px solid var(--active-color);
}
.footer .border-heading {
  padding-top: 15px;
  width: 100%;

}
.real-footer {
  width: 90%;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.real-footer p {
  font-size: 10px;
  color: white;
}
.banner-sec .golden-leaf {
  position: absolute;
  z-index: -9;
  width: 14%;
  left: 70%;
  bottom: -38%;
}
.about-sec {
  width: 90%;
  margin: 20px auto 0 auto;
}


.testinomial {
  width: 95%;
  margin: 30px auto;
  padding: 20px 0;
}

.testinomial .border-heading {
  width: 80%;
}

.testimonial-content {
  flex-direction: column;
  gap: 25px;
}

.testimonial-card {
  padding: 18px;
  margin: 0 5px;
}

.testimonial-avatar {
  width: 35px;
  height: 35px;
  font-size: 14px;
}

.testimonial-info h4 {
  font-size: 14px;
}

.testimonial-text {
  font-size: 13px;
  line-height: 1.5;
}

.testimonial-form-section {
  padding: 18px;
  margin: 0 5px;
}

.form-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  padding: 8px 10px;
  font-size: 13px;
}

.testimonial-submit-btn {
  padding: 10px 20px;
  font-size: 13px;
}

.testinomial .golden-leaf {
  width: 20%;
  top: -40px;
  right: -20px;
}


.faq-section {
  width: 95%;
  margin: 30px auto;
  padding: 20px 0;
}

.faq-section .border-heading {
  width: 80%;
}

.faq-container {
  margin: 0 5px;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-question {
  padding: 15px 18px;
}

.faq-question h4 {
  font-size: 14px;
  padding-right: 12px;
}

.faq-question i {
  font-size: 12px;
}

.faq-answer {
  padding: 0 18px;
}

.faq-item.active .faq-answer {
  padding: 18px;
}

.faq-answer p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.faq-answer ul {
  padding-left: 15px;
  margin: 10px 0;
}

.faq-answer li {
  font-size: 13px;
  margin: 5px 0;
}

.faq-section .golden-leaf {
  width: 20%;
  bottom: -50px;
  left: -25px;
}
}


@media (max-width: 768px) {
    .footer {
        width: 95%;
        padding: 30px 15px;
        margin: 20px auto;
    }
    
    .footer-header {
        margin-bottom: 30px;
        padding: 20px 0;
    }
    
    .footer-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .footer-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .footer-cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 12px 25px;
    }
    
    .main-footer {
        flex-direction: column;
        gap: 30px;
    }
    
    .left-footer, .middle-footer, .right-footer {
        max-width: 100%;
        width: 100%;
    }
    
    .footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .footer-logo img {
        width: 50px;
    }
    
    .paragraph-footer {
        text-align: center;
        font-size: 14px;
    }
    
    .contact-cards {
        margin: 20px 0;
    }
    
    .contact-card {
        padding: 12px;
    }
    
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .contact-value {
        font-size: 13px;
    }
    
    .social-section {
        text-align: center;
        margin-top: 20px;
    }
    
    .social-icons {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    
    .social-icon {
        padding: 10px 15px;
        font-size: 12px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    
    .social-icon i {
        font-size: 14px;
    }
    

    .contact-info {
        text-align: center;
        align-items: center;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .contact-icon {
        margin-bottom: 8px;
    }
    
    .footer .border-heading-text {
        font-size: 20px;
    }
    
    .quick-links {
        gap: 8px;
    }
    
    .quick-link {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .map-container {
        border-radius: 10px;
    }
    
    .map {
        border-radius: 10px;
    }
    
    .map iframe {
        height: 200px;
        margin-bottom: 0;
    }
    
    .map-container {
        margin-bottom: 0;
    }
    
    .right-footer {
        margin-bottom: 0;
    }
    
    .map-overlay {
        top: 10px;
        left: 10px;
        padding: 6px 12px;
    }
    
    .location-info {
        font-size: 11px;
    }
    
    .real-footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding-top: 15px;
    }
    
    .footer .golden-leaf {
        width: 20%;
        top: -50px;
        right: -30px;
    }
}

@media (max-width: 600px) {
    .footer {
        width: 95%;
        padding: 25px 10px;
        border-radius: 15px;
    }
    
    .footer-header {
        margin-bottom: 25px;
        padding: 15px 0;
    }
    
    .footer-title {
        font-size: 22px;
    }
    
    .footer-subtitle {
        font-size: 14px;
    }
    
    .main-footer {
        gap: 25px;
    }
    
    .contact-card {
        padding: 10px;
    }
    
    .contact-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .contact-info {
        gap: 1px;
    }
    
    .contact-label {
        font-size: 11px;
    }
    
    .contact-value {
        font-size: 12px;
    }
    
    .social-title {
        font-size: 16px;
    }
    
    .social-icons {
        flex-direction: column;
        gap: 8px;
    }
    
    .social-icon {
        padding: 8px 12px;
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    
    .social-icon i {
        font-size: 12px;
    }
    
    .social-label {
        font-size: 12px;
    }
    

    .contact-info {
        text-align: center;
        align-items: center;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
        padding: 12px;
    }
    
    .contact-icon {
        margin-bottom: 6px;
    }
    
    .footer .border-heading-text {
        font-size: 18px;
    }
    
    .quick-link {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .map iframe {
        height: 180px;
        margin-bottom: 0;
    }
    
    .map-container {
        margin-bottom: 0;
    }
    
    .right-footer {
        margin-bottom: 0;
    }
    
    .footer .golden-leaf {
        width: 25%;
        top: -30px;
        right: -20px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .glry-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .glry-item-img {
        height: 220px;
    }
}