/*=========================
FAQ CSS
==========================*/

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");

body {
    background: #fafafa;
}

.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}

.accordion h1 {
    font-size: 32px;
    text-align: center;
}

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

    .accordion h1 {
        font-size: 22px;
    }
}




/*======================================
	Footer CSS
========================================*/
.footer {
    background-image: url("../images/footer/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.footer.overlay::before {
    background-color: #013328;
    opacity: 0.95;
    z-index: -1;
}

.footer .footer-top {
    padding: 100px 0;
}

.footer .footer-top .cta {
    position: relative;
}

.footer .footer-top .cta h3 {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 22px;
    font-weight: 600;
}

.footer .footer-top .cta p {
    font-size: 15px;
    color: #fff;
}

.footer .footer-top .cta p a {
    color: #CC8B65;
    text-decoration: underline;
}

.footer .footer-top .cta p a:hover {
    color: #fff;
}

.footer .footer-top .form {
    padding-left: 80px;
}

.footer .footer-top .form h3 {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 22px;
    font-weight: 600;
}

.footer .footer-top .form p {
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer-top .newsletter-form {
    position: relative;
}

.footer .footer-top .newsletter-form input {
    height: 55px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 0 150px 0 20px;
    color: #fff !important;
    font-size: 14px;
    background-color: #fff3;
}

.footer .footer-top .newsletter-form ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.footer .footer-top .newsletter-form :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.footer .footer-top .newsletter-form ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.footer .footer-top .newsletter-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.footer .footer-top .newsletter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.footer .footer-top .newsletter-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.footer .footer-top .newsletter-form .button {
    display: inline-block;
    position: absolute;
    right: 0;
}

.footer .footer-top .newsletter-form .button .btn {
    display: inline-block;
    background: #CC8B65;
    color: #fff;
    height: 55px;
}

.footer .footer-top .newsletter-form .button .btn::before {
    background-color: #E3DCD2;
}

.footer .footer-top .newsletter-form .button .btn:hover {
    color: #081828;
}

.footer .footer-middle {
    border-top: 2px solid rgba(238, 238, 238, 0.158);
    border-bottom: 2px solid rgba(238, 238, 238, 0.158);
}

.footer .single-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    border-right: 2px solid rgba(238, 238, 238, 0.158);
    height: 100%;
}

.footer .single-footer.last {
    border: none;
}

.footer .single-footer.f-about {
    padding-right: 30px;
}

.footer .single-footer.f-about .logo img {
    width: 180px;
}

.footer .single-footer.f-about p {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}

.footer .single-footer.f-about .social {
    margin-top: 30px;
}

.footer .single-footer.f-about .social li {
    display: inline-block;
    margin-right: 7px;
}

.footer .single-footer.f-about .social li:last-child {
    margin: 0;
}

.footer .single-footer.f-about .social li a {
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #006838;
    background-color: #fff;
    font-size: 13px;
}

.footer .single-footer.f-about .social li a:hover {
    border-radius: 50%;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 10px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer .single-footer.f-link li a:hover {
    text-decoration: underline;
}

.footer .single-footer.opening-hours {
    padding-right: 25px;
}

.footer .single-footer.opening-hours ul li {
    overflow: hidden;
    color: #fff;
    margin-bottom: 18px;
}

.footer .single-footer.opening-hours ul li:last-child {
    margin: 0;
}

.footer .single-footer.opening-hours ul li .day {
    float: left;
}

.footer .single-footer.opening-hours ul li .time {
    float: right;
}

.footer .single-footer.f-contact ul li {
    display: block;
    margin-bottom: 15px;
    line-height: 25px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}

.footer .single-footer.f-contact ul li i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
}

.footer .single-footer.f-contact ul li:last-child {
    margin-bottom: 0;
}

.footer .single-footer h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}

.footer .footer-bottom {
    text-align: left;
    position: relative;
    z-index: 1;
}

.footer .footer-bottom .inner {
    padding: 30px 0;
    overflow: hidden;
}

.footer .footer-bottom .copyright-text {
    color: #fff;
    font-size: 14px;
}

.footer .footer-bottom .copyright-text a {
    color: #fff;
}

.footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.footer .footer-bottom .extra-link {
    float: right;
}

.footer .footer-bottom .extra-link li {
    display: inline-block;
    margin-right: 15px;
}

.footer .footer-bottom .extra-link li:last-child {
    margin: 0;
}

.footer .footer-bottom .extra-link li a {
    color: #fff;
}

.footer .footer-bottom .extra-link li a:hover {
    text-decoration: underline;
}






/* =========================
   Privacy Policy A4 Page
========================= */

.privacy_policy_page {
    background: #e9e9e9;
    min-height: 100vh;
    padding: 70px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* A4 Letter Document */
.privacy_a4 {
    width: 794px;
    min-height: 1123px;
    background: #fff;
    padding: 85px 90px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
    font-family: Georgia, "Times New Roman", serif;
    color: #111;
}

/* Title */
.privacy_title {
    text-align: center;
    margin-bottom: 35px;
}

.privacy_title h1 {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.title_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.title_line span {
    width: 160px;
    height: 1px;
    background: #999;
}

.title_line i {
    font-size: 11px;
    color: #444;
}

/* Text */
.privacy_text {
    font-size: 15px;
    line-height: 1.7;
}

.privacy_text p {
    margin-bottom: 18px;
    text-align: justify;
}

.privacy_text h2 {
    font-size: 17px;
    margin-top: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

/* Contact */
.privacy_contact {
    margin: 12px 0 25px;
}

.privacy_contact p {
    margin-bottom: 6px;
    text-align: left;
}

.privacy_closing {
    margin-top: 25px;
}

/* Responsive */
@media(max-width: 850px) {
    .privacy_policy_page {
        padding: 35px 12px;
    }

    .privacy_a4 {
        width: 100%;
        min-height: auto;
        padding: 45px 28px;
    }

    .privacy_title h1 {
        font-size: 26px;
    }

    .title_line span {
        width: 90px;
    }

    .privacy_text {
        font-size: 14px;
    }
}








//*========================
//  Terms & Conditions CSS
========================*/      

/* =========================
   A4 Document Layout
========================= */

body {
    margin: 0;
    padding: 0;
    background: #e7e7e7;
    font-family: Georgia, "Times New Roman", serif;
}

/* Main Page Background */

.privacy_policy_page {
    width: 100%;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding: 70px 20px;

    box-sizing: border-box;
}

/* A4 Paper */

.privacy_a4 {
    width: 794px;
    min-height: 1123px;

    background: #fff;

    padding: 85px 90px;

    box-sizing: border-box;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);
}

/* =========================
   Header
========================= */

.privacy_title {
    text-align: center;
    margin-bottom: 40px;
}

.privacy_title h1 {
    margin: 0 0 18px;

    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;

    text-transform: uppercase;

    color: #111;
}

.title_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.title_line span {
    width: 160px;
    height: 1px;
    background: #999;
}

.title_line i {
    font-size: 10px;
    color: #444;
}

/* =========================
   Text Content
========================= */

.privacy_text {
    color: #222;
}

.privacy_text h2 {
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 10px;

    font-weight: 700;

    color: #111;
}

.privacy_text p {
    font-size: 15px;
    line-height: 1.9;

    margin-bottom: 18px;

    text-align: justify;
}

/* =========================
   Contact Section
========================= */

.privacy_contact {
    margin-top: 18px;
    padding-top: 10px;
}

.privacy_contact p {
    margin-bottom: 8px;
    text-align: left;
}

.privacy_contact strong {
    color: #000;
}

/* =========================
   Mobile Responsive
========================= */

@media(max-width: 850px) {

    .privacy_policy_page {
        padding: 30px 12px;
    }

    .privacy_a4 {
        width: 100%;
        min-height: auto;

        padding: 45px 28px;
    }

    .privacy_title h1 {
        font-size: 26px;
    }

    .title_line span {
        width: 90px;
    }

    .privacy_text h2 {
        font-size: 17px;
    }

    .privacy_text p {
        font-size: 14px;
        line-height: 1.8;
    }
}