
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 */


/* Custom css */
html{
    box-sizing: border-box;
    font-family: 'Lora', serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

html, body{
    scroll-behavior: smooth !important;
}

a{
    text-decoration:none;
}
/* nav */
#navbar {
    background-color:#762E3F;
    justify-content:space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1rem clamp(1rem, -0.235rem + 4.706vi, 4rem) 1rem clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.brand-logo{
    height: 70%;
    display:flex;
    align-self:center;
}

.menu-points{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}

.menu-points a{
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
}

.menu-points {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu-points li {
  list-style: none;
  position: relative;
}

.menu-points a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}

/* Lenyíló menü alapállapotban rejtve */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #762E3F;
  top: 100%;
  left: 0;
  min-width: 220px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  z-index: 999;
  padding-top: 2rem;
}

.dropdown-menu li a {
  display: block;
  padding: 0.8rem 1rem;
  color: white;
}

.dropdown-menu li a:hover {
  background-color: #B26B7B;
}

@media (hover: hover) and (pointer: fine) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (hover: none), (pointer: coarse) {
  .dropdown:hover .dropdown-menu {
    display: none;
  }
}
/* Hamburger ikon */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 3px;
}

.cta-button{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #762E3F;
    /* border: 1px solid #762E3F; */
    background: linear-gradient(180deg, #E4D394 0%, #CBA754 100%);
    box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
    border-radius: 3rem;
    display: inline-flex;
    height: 1.5rem;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    align-self:center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.cta-button:hover{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #762E3F;
    /* border: 1px solid #762E3F; */
    background: linear-gradient(180deg, #e2d5a6 0%, #ffd36b 100%);
    box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
    border-radius: 3rem;
    display: inline-flex;
    height: 1.5rem;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    align-self:center;
    gap: 0.625rem;
    flex-shrink: 0;
}
/* hero section */
.hero-section {
    width: 100vw;
    height:fit-content;
    overflow: hidden;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-bottom:clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.hero-image {
    width: 100vw;
    height: 100%;
    max-height:100vh;
    object-fit: cover; 
    object-position: left center;
    /* opacity: 60% ; */
}

/* A hero-content pozícionálása (példa) */
.hero-content {
    position: absolute;
    display:flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
    color: white;
    text-align: left;
    padding: 3rem;
    box-sizing: border-box;
    width: 80%;
    max-width: 800px;
    background-color: #ffffff91;
    border-radius: 24px;
    margin: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.hero-section .btn-primary{
    max-width:fit-content;
}

#hero-h1{
    margin:0;
    text-align: left;
}

/* text lines */
h1{
    font-size: 48px;
    color: #4b4b4b;
    line-height: 1.2;
    text-align: center;
    font-family: 'Lora';
    margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

h2{
    font-size: clamp(2.25rem, 2.0455rem + 0.8182vw, 2.7rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
}

h3{
    font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
}

h4{
    font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
    color: #4b4b4b;
    line-height: normal;
    font-style: normal;
    font-family: 'Lora';
}

p, .review-text{
    font-size: clamp(0.9rem, 1.3vw + 0.4rem, 1.25rem);
    color: #4E4E4E;
    line-height: 1.6;
    word-break: break-word;
    font-family: 'Lora';
}

span{
    color:#762E3F;
    font-family: 'Lora';
}
/* btns */

.btn-ghost{
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: medium;
    color: #762E3F;
    border: 1px solid #762E3F;
    border-radius: 0.5rem;
    display: inline-flex;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.btn-primary{
    font-family: "Roboto", sans-serif;
    font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(252deg, #B5445F 25.19%, #762E3F 74.81%);
    box-shadow: 0px 4px 4px -2px rgba(118, 46, 63, 0.80);
    border-radius: 0.5rem;
    display: inline-flex;
    padding: 1rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.btn-primary:hover{
    background: linear-gradient(252deg, #e35778 25.19%, #a13f56 74.81%);
}

.small-cta-button{
    visibility: hidden;
 }

/* placeholders */
.lead-text {
    display:flex;
    flex-direction:column;
    margin: 0 2vw;
    margin-bottom: 5vw;
    text-align: center;
}

/* cards */

/* services-textarea */

.text-area-services-container{
    background: #762E3F;
    /* padding: 3rem; */
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

.text-area-services-container h1{
    padding-bottom:0;
    margin-bottom: 0;
    color: white;
}

.text-area-services-container h3 {
    color: white;
    padding: 3rem 0;
    text-align: left;
    margin: 0 15vw 0 15vw;
}

.card-services {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: white;
  align-items: center;
  margin: 5vw;
  border-radius: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  box-sizing: border-box;
  overflow: hidden;
  margin: 5vw 5vw 5vw 5vw;
  /* word-break: break-all; */
}

.card-services:hover{
    background-color: #B26B7B;
    color: white;
}

.card-services:hover h4{
    color: white;
}


.card-services:hover h1{
    color: white;
}


.card-services img{
  max-width: 20vw;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  flex: 1 0 0;
}

.card-content-services {
  flex: 1 0 0;
}

.card-content-services h1{
  flex: 1;
  color:#4b4b4b;
  text-align: left;
  padding: 1rem;
}

.card-content-services h4{
  flex: 1;
  color:#4b4b4b;
  text-align: left;
  padding: 1rem;
}


/* Testimonial*/

.testimonial-section{
    background-color: #762E3F;
}

.testimonial-section h1{
   color: white;
   padding-top: 2vh;
}

.swiper-container {
    /* width: 100%; */
    overflow: hidden;
    margin: 5vw;
    position: relative;
}

.swiper-slide {
    width: 300px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: white;
}

/* Profilkép */
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border: 3px solid #da5473;
}

/* Név gomb */
.reviewer-name {
    background: linear-gradient(252deg, #B5445F 25.19%, #762E3F 74.81%);
    color: #fff;
    border: none;
    padding: 10px 50px;
    border-radius: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 1.5rem 0rem;
    border-radius: 0.5rem;
    font-size: clamp(0.9rem, 1.3vw + 0.4rem, 1.25rem);
    line-height: 1.6;
}

.reviewer-name:hover {
    background: linear-gradient(252deg, #e35778 25.19%, #a13f56 74.81%);
    cursor:default;
}

/* Aktív (középső) slide stílusa */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1.05); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Faded hatás a szélső elemeken */
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.5;
    transform: scale(0.9);
}

/* Navigációs nyilak testreszabása */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8d8c8c;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

/* faq */
.ques-title{
    text-align: center;
    font-size: 48px;
}

.container, .faq-section{
    justify-self: center;
}

.container{
    margin: 5vw 15vw 5vw 15vw;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-question p {
  margin: 0;
  color: #333;
  flex-grow: 1;
}

.faq-arrow {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
  color: #fff;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #fafafa;
  border-top: 1px solid #eee;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 20px;
}

.faq-item.active .faq-question {
  background-color: #B5445F;
  color: #ffffff;
}

.faq-item.active .faq-question h4 {
    color: #fff;
}

/* Cards with results */

#munkaim{
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #762E3F;
}

#munkak-h1{
    color: white;
}

.horizontal-card {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    border-radius: 1.5rem;
    background: rgb(255, 255, 255);
    margin: 5vw;
    padding: 2rem;
    box-sizing: border-box;
    overflow: hidden;
    /* word-break: break-all; */
}

.card-img {
    height: 34.1875rem;
    min-width: 18.75rem;
    flex: 1 0 0;
    align-content: center;
}

.card-text-button {
    display: flex;
    min-width: 18.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
    padding: 20px; 
    flex: 1 0 0;
    box-sizing: border-box;
}

/* Külső konténer a Swiper számára */
.my-square-swiper-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* A tényleges Swiper konténer */
.mySquareSwiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

/* A slide-ok stílusa */
.mySquareSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

/* A képek stílusa a slide-okban */
.mySquareSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.square-swiper-next,
.square-swiper-prev {
    color: #333 !important;
    font-size: 2rem !important;
}

.square-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #888 !important;
    opacity: 0.7;
}

.square-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #333 !important;
    opacity: 1;
}

.intro{
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 4rem;
    border-radius: 1.5rem;
    background: rgba(207, 203, 204, 0.61);
    width: 95%;
    padding: 2rem;
    box-sizing: border-box;
    overflow: hidden;
}


    #intro-h1{
        padding-top: 2vh;
    }

.intro-text,
.intro-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

.intro-img img {
    max-width: 100%;
    height: auto;
    display: block;
}


.contact-icon-text{
    display:flex;
    /* justify-content: center; */
    padding-bottom: clamp(1rem, 0.794rem + 0.784vi, 1.5rem);
    gap: 1rem;
}

#contact-box{
    padding: 2vh;
}

.contact{
    margin: 0 5vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.cta-container{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

#map-h1{
    text-align: center;
    margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.icon{
    height: 50%;
    align-self: center;
}

.map{
    margin-bottom: clamp(1rem, -0.235rem + 4.706vi, 4rem);
}

.social-div, .map {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}

iframe{
    display: flex;
    flex-basis: auto;
    width: 100%;
    }

footer{
    background-color: #762E3F;
    margin:0;
}

#footer-p{
    color:#fff !important;
}


footer {
  background-color: #762E3F;
  color: white;
  padding: 2rem 1rem;
  margin-top: 3rem;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-col h4 {
  color: #E4D394;
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-size: clamp(0.9rem, 1.3vw + 0.4rem, 1.25rem);
  font-family: 'Lora';
  line-height: 1.8rem;
}

.footer-col a:hover {
  color: #E4D394;
}

.footer-copy {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  opacity: 0.8;
  color: white;
}

/* Social ikonok */
.social-links {
  display: flex;
  gap: 0.5rem;
}

.social-links img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s;
}

.social-links img:hover {
  transform: scale(1.1);
}

/* Reszponzív */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}


/* Média lekérdezések a reszponzivitáshoz */

@media (max-width: 1150px) {

    @media (max-width: 1150px) {

    .hero-section{
        height:fit-content;
    }

    .hero-content{
        justify-items: center;
    } 

}
    .horizontal-card {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
        max-width: unset;
    }

    .card-img {
        height: auto; 
        min-width: unset !important;
        width: 100%;
    }

    .card-text-button {
        min-width: unset !important;
        width: 100%;
        padding: 0 1rem;
    }


    .hero-section{
        height:fit-content;
    }

    .hero-content{
        justify-items: center;
    } 
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: clamp(2rem, 5vw + 1rem, 3.5rem);
    }
    .hero-content p {
        font-size: clamp(1rem, 2vw + 0.5rem, 1.3rem);
        max-width: 800px;
    }

    .hero-section{
        height:fit-content;
    }

    .hero-content {
        width: 90%;
        padding: 10px;
        max-width: 800px;
        justify-content: center;
    }
}


@media (max-width: 875px) {
        #navbar{
        display:flex;
        flex-direction: row;
        gap: 2rem;
    }

    .hamburger {
    display: flex;
    padding-left: 50px;
  }

  .brand-logo{
    height:4rem;
  }

  .menu-points {
    position: absolute;
    top: 100%;
    left: 0;
    background: #762E3F;
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 1rem 0;
  }

  .menu-points li {
    text-align: center;
    width: 100%;
  }

  .menu-points.show {
    display: flex;
  }

  /* Mobilon a lenyíló nyitás kattintással */
  .dropdown-menu {
    position: static;
    background: #B26B7B;
    border-radius: 0;
    padding-top: 0;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }
}

@media (max-width: 768px) {

     #navbar{
        display:flex;
        flex-direction: row;
        gap: 2rem;
    }

    .hamburger {
    display: flex;
  }

  .brand-logo{
    height:4rem;
  }

  .menu-points {
    position: absolute;
    top: 100%;
    left: 0;
    background: #762E3F;
    flex-direction: column;
    width: 100%;
    display: none;
    padding: 1rem 0;
  }

  .menu-points li {
    text-align: center;
    width: 100%;
  }

  .menu-points.show {
    display: flex;
  }

  /* Mobilon a lenyíló nyitás kattintással */
  .dropdown-menu {
    position: static;
    background: #B26B7B;
    border-radius: 0;
    padding-top: 0;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }

    .horizontal-card {
            flex-direction: column;
            margin: 5vw;
            gap: 1.5rem;
            padding: 1.5rem;
            max-width: unset;
        }


        .card-img {
            height: auto;
            min-width: unset !important;
            width: 100%;
        }

        .card-text-button {
            min-width: unset !important;
            width: 100%;
            padding: 0 1rem;
        }

    .hero-content {
        width: 90%;
        padding: 10px;
        justify-content: center;
    }
    .hero-content h1 {
        font-size: clamp(1.8rem, 6vw + 0.8rem, 2.8rem);
    }
    .hero-content p {
        font-size: clamp(0.9rem, 2.5vw + 0.4rem, 1.1rem);
    }

    .hero-section{
    height:fit-content;
    }

    .hamburger-menu{
        display:flex;
    }

    .nav-elements{
       display:flex;
       justify-content: right;
    }

    .brand-logo-mobile{
        display: flex;
        height: 50%;
        align-self: center;
    }

    .intro{
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 2rem;
    }

    #agi-foto{
        transform: scale(0.5);
    }

    .icon{
        height: 50%;
        align-self: center;
    }

    iframe{
        display: flex;
        flex-basis: auto;
        width: 100%;
    }

    .map{
         margin-top: clamp(1rem, -0.235rem + 4.706vi, 4rem);
    }

    .contact{
        flex-direction: column;
    }

    .small-cta-container{
        display: flex;
        justify-content: center;
    }

    .card-services {
    flex-direction: column;
    text-align: center;
    margin: 5vw 2vw;
    justify-items: center;
  }

.card-services img {
    max-width: 80%;
    max-height: auto;
  }


}

@media (max-width: 480px) {

      .horizontal-card {
        padding: 0.8rem;
        gap: 0.8rem;
        text-align: center;
    }

    .card-text-button {
        padding: 0 0.5rem;
    }

    .card-img {
        height: auto;
        min-width: unset !important;
        width: 100%;
    }

    .hero-content h1 {
        font-size: clamp(1.5rem, 7vw + 0.5rem, 2.2rem);
        text-align: center;
    }
    .hero-content p {
        font-size: clamp(0.8rem, 3vw + 0.3rem, 1rem);
        text-align: center;
    }

    .hero-section{
        display:block;
        background: linear-gradient(45deg, #762e3f 0%, #B5445F 100%);
    }

    .hero-content {
        padding: 5px;
        justify-content: center;
        position:relative;
        text-align: center;
        background: none;
    }

    #hero-h1, #hero-p{
        color: #fff;
        text-align: center;
    }

    .hero-image{
        opacity: 100%;
    }

    #hero-span{
        color: #fff !important;
    }

    .hero-content .btn-primary{
        align-self:center;
    }
    
    .cta-button{
        display: none;
    }

    .nav-elements{
        justify-content:center;
    }

    .btn-primary{
        display: none;
    }

    .ques-title{
        font-size: 48px;
    }

    .small-cta-button{
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: clamp(0.875rem, 1vw + 0.25rem, 1.125rem);
        font-weight: bold;
        color: #762E3F;
        background: linear-gradient(180deg, #E4D394 0%, #CBA754 100%);
        box-shadow: 0px 4px 4px 0px rgba(118, 46, 63, 0.80);
        border-radius: 3rem;
        display: inline-flex;
        height: 1.5rem;
        padding: 1rem 2rem;
        justify-content: center;
        align-items: center;
        align-self:center;
        gap: 0.625rem;
        flex-shrink: 0;
        visibility:visible;
    }

    .faq-section .container{
        margin:5vw;
    }

    .intro{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.5rem;
    }

    .intro-text,
    .intro-img {
        flex-basis: auto;
        width: 100%;
    }
    
    .intro-img {
        order: -1;
    }

    .intro-text {
        order: 0;
    }

    #intro-h4{
        font-size: 24px;
        padding-bottom: 2vh;
    }

    #intro-p{
        font-size: 16px;
    }

    #intro-h1{
        font-size: 36px;
        padding-top: 2vh;
    }

    .map{
         margin-top: clamp(1rem, -0.235rem + 4.706vi, 4rem);
    }

    .contact{
        flex-wrap: wrap;
    }

    .contact-icon-text{
        align-items: center;
    }

    .small-cta-container{
        display: flex;
        justify-content: center;
    }

    #card-h1{
        font-size: 23px;
        text-align: center;
    }

    h2{
        font-size: 24px;
        text-align: center;
    }

    h3{
        font-size: 16px;
    }

    h4{
        font-size: 16px;
    }

    .ques-title{
        font-size: 48px;
    }

#munkak-h1{
    color: white;
}

    .review-text{
        font-size: 16px;
    }

    .swiper-slide-active{
      max-height: 600px;
}

    .horizontal-card .swiper-slide{
        padding:0;
        height: 200px;
    }

    .my-square-swiper-container{
        height: 200px;
    }

}
