/* UTILS */

.plus-minus {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #4DB848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.plus {
    position: relative;
    width: 10px;
    height: 2px;
    background-color: #4DB848;
    transition: transform 0.3s ease-in-out;
}

.plus::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #4DB848;
    top: -4px;
    left: 4px;
    transition: transform 0.3s ease-in-out;
}

.plus-minus.active .plus {
    transform: rotate(180deg);
}

.plus-minus.active .plus::before {
    transform: rotate(90deg);
}



.cnt-heading-main {
    width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 47px;
    margin-bottom: 35px;

}

.cnt-heading-main h1 {
    text-align: left;
    font: normal normal bold 45px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 21px;
    margin-bottom: 7px;
}

.cnt-heading-main h2 {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 1.4px;
    color: #707070;
    text-transform: uppercase;
    opacity: 1;
}

.cnt-heading-main p {
    text-align: left;
    font: normal normal 300 14px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.cnt-main-wrap {
    width: 1160px;
    display: flex;
    margin-bottom: 45px;
    gap: 49px;
}

.cnt-details-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cnt-details-wrap h1 {
    text-align: left;
    font: normal normal 600 21px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 38px;
}

.cnt-details-wrap h2 {
    text-align: left;
    font: normal normal 600 14px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.cnt-details-wrap a {
    text-decoration: none;
    text-align: left;
    font: normal normal 300 14px/23px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 27px;
}

.social {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 116px;
}

.social>a {
    text-decoration: none;
}

.form-main-wrap {
    width: 572px;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 60px 70px;
}

.social>a>img {
    width: 22px;
    height: 22px;
}

.top-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.top-cnt h1 {
    text-align: left;
    font: normal normal 600 21px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.top-cnt img {
    width: 25px;
    height: 20px;
}

input[type=text],
select,
textarea {
    width: 100%;
    /* padding: 12px 12px 12px 0px; */
    border: 0;
    border-bottom: 1px solid #000000;
    text-align: left;
    font: normal normal 300 14px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;

    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background: transparent;
}

input[type=email],
select,
textarea {
    width: 100%;
    /* padding: 12px 12px 12px 0px; */
    border: 0;
    border-bottom: 1px solid #000000;
    text-align: left;
    font: normal normal 300 14px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background: transparent;
}



.cnt-btn-submit {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 32px;
}

.cnt-btn-submit>a {
    width: 200px;
    height: 50px;
    text-decoration: none;
}

.cnt-btn-submit>a>button {
    border: 0px;
    width: 200px;
    height: 50px;
    border: 2px solid #000000;
    border-radius: 100px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    text-align: center;
    font: normal normal 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: transparent;
}

input::placeholder {
    color: #000000;
    text-align: left;
    font: normal normal 300 14px/55px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.cnt-btn-submit>a>button:hover {
    background: #000000;
    color: #F0F0F0;
}

.cnt-line {
    display: flex;
    gap: 50px;
}

.maps {
    width: 1160px;
    height: 447px;
    margin-bottom: 42px;
}

.hsec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 76px;
    margin-bottom: 48px;

}

.hsec2 h3 {
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #135E9E;
    text-transform: uppercase;
    opacity: 1;
}

.hsec2 h1 {
    text-align: center;
    font: normal normal bold 38px/44px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.hsec2 p {
    text-align: center;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 536px;
    margin-bottom: 20px;

}

.faq {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;

}



.accordian-list {
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.accordian {
    /* background-color: #f5f5f5; */
    padding: 15px 48px;
    overflow-y: hidden;
    /* border-radius: 15px; */
    transition: background-color 0.4s ease;
    cursor: pointer;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}

.accordian.active {
    border: none;
    background: #cfe4ce 0% 0% no-repeat padding-box;
    border-radius: 15px;
    /* opacity: 0.1; */
    padding: 35px 48px 75px 48px;
}

.accordian.active>.accordian-description {
    max-height: 150px;
    transform: translateY(18px);
}

.accordian-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.accordian-header>h1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.accordian-description {
    font-size: 15px;
    line-height: 22px;
    height: auto;
    max-height: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.cnth1 {
    text-align: center;
    font: normal normal bold 38px/40px Poppins;
    letter-spacing: -1.52px;
    color: #000000;
    opacity: 1;
}

.cntp {
    width: 558px;
    text-align: center;
    font: normal normal normal 16px/21px Poppins;
    letter-spacing: -0.32px;
    color: #000000;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 68px;
}

@media (max-width:1160px) {
    .cnt-heading-main {
        width: 993px;
    }

    .cnt-main-wrap {
        width: 993px;
    }

    .maps {
        width: 993px;
    }
}

@media (max-width:993px) {
    .cnt-heading-main {
        width: 870px;
    }

    .cnt-main-wrap {
        width: 870px;
    }

    .maps {
        width: 870px;
    }
}

@media (max-width:870px) {
    .cnt-heading-main {
        width: 760px;
    }

    .cnt-main-wrap {
        width: 760px;
    }

    .maps {
        width: 760px;
    }
}

@media (max-width:760px) {
    .hsec2 p {
        width: 100%;
    }

    .cnt-heading-main {
        width: 92%;
    }

    .cnt-heading-main p {
        width: 100%;

    }

    .cnt-heading-main p br {
        display: none;
    }

    .cnt-main-wrap {
        width: 92%;
        flex-direction: column-reverse;
    }

    .cnt-line {
        gap: 0px;
        flex-direction: column;
    }

    .form-main-wrap {
        width: 90%;
        padding: 19px;
    }

    .maps {
        width: 100%;
        height: 360px;
        margin-bottom: 42px;
    }

    .social {

        margin-top: 60px;
    }

    .cntp {
        width: 100%;
    }

    .accordian {

        padding: 15px 15px;

    }
    .accordian-header>h1 {
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}
.accordian.active {
    
    padding: 35px 15px 75px 15px;
}
}