* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}


.main {
    width: 100%;

}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* vendos lart */
    align-items: center;
    background: url(/images/indexBanner.png) no-repeat;

}

.bannerSection {
    margin-top: 80px;
    color: rgb(0, 0, 0);
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* qendër horizontalisht */
    text-align: center;
    padding-left: 0;
}

.bannerSection h1 {
    font-size: 80px;
    color: white;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.bannerSection p {
    font-size: 20px;
    max-width: 700px;
    color: #f0f0f0;
    line-height: 1.8;
    margin-top: 10px;
}

.bannerBtn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}


.servicesSection {
    max-width: 85%;

    margin: 115px auto;
    display: flex;
    justify-content: space-between;

}

.rightServices {
    display: flex;
    align-items: center;
    width: 40%;
}

.rightServices img {
    width: 80%;
}

.leftServices {

    width: 45%;
}

.descLink {
    margin-top: 16px !important;

}

.descLink a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.leftServices h3 {
    font-size: 24px;
    margin: 25px 0 5px;
    color: black;
    transition: color 0.3s ease;
    font-weight: 500;
    line-height: 36px;
}

.menu-item {
    font-size: 28px;
    margin: 25px 0 5px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.menu-item:hover {
    color: #000;
}

.description {
    margin-top: 32px;
    font-size: 18px;
    color: #333;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    margin-bottom: 0;
    padding-left: 0;
}

.description.show {
    max-height: 200px;
    /* ose më shumë nëse përshkrimi është i gjatë */
    opacity: 1;
    padding-left: 10px;
    margin-bottom: 32px;
}

.menu-item.active {
    border-bottom: 2px solid black;
    color: black;
    font-size: 30px;
    /* pak ma i madh se 28px fillestar */
    transition: color 0.3s ease, border-bottom 0.3s ease, font-size 0.3s ease;
}

.aboutSectionColor {
    background-color: #FFF7ED;
}

.aboutSection {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 0 104px;
}

.leftAbout {
    width: 50%;
}

.leftAbout h1 {
    width: 100%;
    font-size: 62px;
    margin: 25px 0 5px;
    color: black;
    transition: color 0.3s ease;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -3;
}

.leftAbout p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.4%;

}

.rightAbout {

    width: 30%;
}

.rightAbout h1 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3%;

}

.aboutbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px #AECAD6;
    background-color: transparent;
    color: black;
    text-decoration: none;
    transition: background-color 0.6s ease, transform 0.6s ease, color 0.6s ease;
}

.aboutbtn:hover {
    background-color: #AECAD6;
    color: white;
    transform: scale(1.1);
}

.contactBTN {
    align-items: center;
    padding: 10px;
    border-radius: 30px !important;
    border: solid 2px #AECAD6;
    background-color: transparent;
    color: white;
    text-decoration: none;
    transition: background-color 0.6s ease, transform 0.6s ease, color 0.6s ease;
}

.contactBTN:hover {
    background-color: #AECAD6 !important;
    color: white;
    transform: scale(1.1);
}


.testimonialsColor {

    background-color: #AECAD6;
}

.testimonials {
    max-width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 114px 0 104px;

}

.testimonials h1 {

    font-weight: 400;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -3%;
    color: white;
}

.margin115 {
    background-color: white;
    height: 115px;
}

.testimonialsContent {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 64px 0 104px;
    border-bottom: solid 1px white;
}

.testimonialsItem {
    margin-bottom: 50px;
    background: #BBF3FF;
    width: 384px;
    height: 356px;
    padding: 40px;
    border-radius: 10%;
    padding: 40px;

}

.comment {
    width: 100% !important;
    height: 180px !important;

}

.comment p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1%;
}

.person {
    align-items: center;
    display: flex;
    margin-top: 40px;
    height: 60px;
}

.person img {
    margin-right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;

}

.person h4 {
    font-family: Figtree;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1%;

}

.cta {
    width: 85%;
    margin: auto;
    height: 640px;
    display: flex;
    flex-direction: column;
    /* që h1 dhe butoni të jenë një mbi tjetrin */
    align-items: center;
    /* center horizontalisht */
    justify-content: center;
    /* center vertikalisht */
    text-align: center;
    padding: 20px;
}

.cta h1 {
    font-weight: 400;
    font-size: 76px;
    line-height: 80px;
    letter-spacing: -3%;
    text-align: center;
}

.ctaBtn {
    margin-top: 30px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    padding: 10px;
    border-radius: 30px;
    border: solid 2px black;
    color: white;
    text-decoration: none;
    transition: background-color 0.6s ease, transform 0.6s ease, color 0.6s ease;
}

.ctaBtn:hover {
    background-color: #AECAD6;
    color: #000;
    transform: scale(1.05);
}

.faqColor {
    padding: 64px 0;
    background-color: #FFF7ED;
}

.faq {
    display: flex;
    flex-wrap: wrap;
    max-width: 85%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 114px 0 104px;
}

.faqleft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 630px;
    /* ose sa të duhet */
}


.faqright {
    width: 50%;
}

.leftTitle {
    width: 60%;
}

.leftTitle h1 {
    font-family: Figtree;
    font-weight: 400;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -3%;

}

.rightitem {
    margin-bottom: 60px;
}

.rightitem h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.4%;

}

.rightitem p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4%;

}


.infobody div {
    margin-top: 50px;
}

.contactinfo {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    justify-content: center;
    display: flex;
    max-width: 90%;
}

.contactt {
    margin-top: 50px;
    font-family: 'Poppins', 'Playfair Display', sans-serif;
    color: black;
    /* ose #333 për një nuancë më të butë */
    background-color: #f9f9f9;
    /* më e lehtë se #05071C për të dalluar seksionet bardhë */
    padding: 50px 0;
}


@media screen and (max-width: 1000px) {
    body {
        width: 100%;

    }

    .servicesSection {
        width: 100%;

        flex-direction: column;
        align-items: center;
    }

    .leftServices {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .rightServices {
        width: 100%;

        justify-content: center;
        width: 100%;
    }

    .aboutSection {
        width: 100%;

        flex-direction: column;
    }

    .leftAbout {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
    }

    .leftAbout h1 {

        width: 100%;
        font-size: 35px;
        line-height: 30px;
    }

    .rightAbout {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .testimonials {
        flex-direction: column;
    }

    .testimonials h1 {
        min-width: 100%;
        margin-bottom: 50px;
    }

    .testimonialsContent {
        flex-direction: column;
        width: 100%;
    }

    .testimonialsItem {
        width: 100%;

        margin-bottom: 50px;
    }

    .comment p {
        font-size: 16px;
        width: 100%;
    }

    .cta {
        height: 500px;
    }

    .cta h1 {
        font-size: 55px;
        line-height: 45px;
    }

    .faq {
        flex-direction: column;
    }

    .faqleft {
        width: 100%;
        min-height: 100%;
        margin-bottom: 50px;
    }

    .leftTitle {
        width: 100%;
    }

    .faqright {
        width: 100%;
    }

}

@media screen and (max-width: 1505px) {
    .faq {
        flex-direction: column;
    }

    .faqleft {
        width: 100%;
        min-height: 100%;
        margin-bottom: 50px;
    }

    .leftTitle {
        width: 100%;
    }

    .faqright {
        width: 100%;
    }

}


@media screen and (max-width: 992px) {
    .banner {
        background-image: none;
        background-color: #AECAD6;
    }


}