.about-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.about-sec-page .about-content {
    width: 48%;
    margin: auto;
    background-color: white;
    padding: 2.5rem 3.5rem;
    margin-top: -3rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 1.5;
    border: 1px solid rgba(128, 128, 128, 0.186);
}

.about-sec-page .about-content span {
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.about-sec-page .about-content h3 {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 500;
}
.about-sec-page .about-content p {
    margin: 1.5rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* About us Completed */
.contact-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.contact-sec-page .contact-content {
    width: 58%;
    margin: auto;
    background-color: white;
    padding: 2.5rem 3.5rem;
    margin-top: -4rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 1.5;
    border: 1px solid rgba(128, 128, 128, 0.186);
}

.contact-sec-page .contact-content span {
    text-align: center;
    display: block;
    margin: auto;
    width: fit-content;
}

.contact-sec-page .contact-content h3 {
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.contact-sec-page .contact-content .paragraph {
    margin: 1.5rem 0;
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.8;
}

.contact-sec-page .contact-content p {
    font-size: 0.95rem;
}

.contact-sec-page .contact-content .about {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    margin-top: 2rem;
}
.contact-sec-page .contact-content .about article {
    border: 2px solid rgba(128, 128, 128, 0.925);
    padding: 1rem;
    min-height: 16rem;
    max-height: 20rem;
    border-radius: 0.5rem;
}

.contact-sec-page .contact-content .about article h5 {
    font-weight: 500;
    font-size: 1.1rem;
}
.contact-sec-page .contact-content .about article p {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    color: gray;
}

/* Contact completed */
.terms-sec-page .terms-content {
    width: 60%;
    margin: auto;
}
.terms-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 15rem;
    object-fit: cover;
}

.terms-sec-page ul {
    margin: 1rem;
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem;
    text-align: justify;
    li {
        color: gray;
    }
}
.terms-sec-page h3 {
    font-size: 1.7rem;
    font-weight: 700;
}
.last-updated {
    display: block;
    margin-bottom: 1rem !important;
    font-size: 0.8rem;
    color: gray;
}

.privacy-sec-page ul {
    margin: 1rem;
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem;
    text-align: justify;
    li {
        color: gray;
    }
}
.privacy-sec-page h3 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.terms-policy-coockie-page {
    .hero-article {
        height: 14rem !important;
        background: linear-gradient(to right, #00022c, #113d61);
        .heading {
            h2 {
                margin-left: -2rem;
                font-size: 4rem !important;
                margin-top: -2rem;
                text-align: left;
            }
            .hori-line-1 {
                margin-left: -2rem;
                padding: 1px;
                width: 60%;
                margin-top: 1rem;
                background-color: rgba(255, 255, 255, 0.126);
            }
            .hori-line-2 {
                margin-left: -2rem;
                padding: 1px;
                width: 30%;
                margin-top: 1rem;
                background-color: rgba(255, 255, 255, 0.161);
            }
        }
    }
}

.terms-sec-page .terms-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1rem;
}
.terms-sec-page .terms-content section {
    margin: 1rem 0;
    line-height: 1.5;
}

.terms-sec-page .terms-content section h4 {
    font-weight: 600;
    font-size: 1rem;
}
.terms-sec-page .terms-content p {
    font-size: 1rem;
    color: gray;
}

/* terms page completed */
.privacy-sec-page .privacy-content {
    width: 60%;
    margin: auto;
}
.privacy-sec-page .bg-img {
    background: url(/assets/Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 20rem;
    object-fit: cover;
}

.privacy-sec-page .privacy-content h2 {
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: 1rem;
}

.privacy-sec-page .privacy-content section {
    margin: 1rem 0;
    line-height: 1.7;
}
.privacy-sec-page .privacy-content section h3 {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}
.privacy-sec-page .privacy-content section p {
    font-size: 0.8rem;
    color: gray;
}

.privacy-sec-page .privacy-content section p strong {
    font-weight: 600;
}

.privacy-sec-page .privacy-content section td {
    font-size: 0.8rem;
}
.privacy-sec-page .privacy-content section table {
    border: 1px solid rgba(128, 128, 128, 0.384);
    th {
        border: 1px solid rgba(128, 128, 128, 0.384);
        padding: 0.3rem;
        font-size: 0.8rem;
        font-weight: 600;
    }
    td {
        border: 1px solid rgba(128, 128, 128, 0.384);
        padding: 0.4rem;
        font-size: 0.8rem;
    }
}

/* Media Queries */

@media screen and (max-width: 965px) {
    .contact-sec-page .contact-content {
        width: 78%;
    }
}

@media screen and (max-width: 780px) {
    .about-sec-page .about-content {
        width: 75%;
    }
    .contact-sec-page .contact-content .about {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 590px) {
    /* added changes */
    .container {
        width: 90%;
    }
    nav {
        /* visibility: hidden; */
        .flex7 {
            flex: 0 1 30%;
            margin: auto;
        }
        .right-side {
            flex-direction: column-reverse;
            align-items: center;
            .become-parnter {
                text-wrap: noWrap;
                padding: 1rem 1.5rem !important;
            }
            .right-img1 {
                margin-left: -1rem;
            }
        }
    }

    .hero-article {
        /* height: 35vh; */
        height: 100% !important;
        padding-bottom: 3rem;
        .heading {
            width: 100%;
            margin: auto;
            margin-top: 3rem;
            h2 {
                font-size: 3rem;
            }
            p {
                width: 90%;
            }
        }
        /* h2{
        text-wrap: noWrap;
    } */
    }

    .footer {
        .above-footer {
            span {
                width: 85% !important;
            }
            .trust-secure-icons {
                width: 60%;
                img {
                    width: 45% !important;
                }
            }
        }

        ul {
            width: 90% !important;
        }
    }

    /* ended added changes */
    .contact-sec-page .contact-content {
        width: 65%;
    }
    .contact-sec-page .contact-content .about {
        grid-template-columns: repeat(1, 1fr);
    }
    .privacy-sec-page .privacy-content {
        width: 90%;
    }
}

@media screen and (max-width: 470px) {
    .about-sec-page .about-content {
        width: 80%;
        padding: 0.9rem;
    }
    .contact-sec-page .contact-content {
        padding: 1rem;
        width: 85%;
    }
    .terms-sec-page .terms-content {
        width: 90%;
    }
    .privacy-sec-page .privacy-content {
        width: 95%;
    }

    .privacy-sec-page .privacy-content table td,
    .privacy-sec-page .privacy-content table th {
        font-size: 10px;
    }
}

@media screen and (max-width: 375px) {
    .privacy-sec-page .privacy-content table td,
    .privacy-sec-page .privacy-content table th {
        font-size: 8px;
    }
}

/* contact us page */
.contact-hero-innerpage {
    background: linear-gradient(
            110deg,
            rgba(0, 2, 44, 0.8) 0.31%,
            rgba(17, 61, 97, 0.8) 99.08%
        ),
        url("/themes/default/assets/contact-us.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    .global-persons {
        position: relative;
        bottom: 0 !important;
        margin-top: -5rem;
        figure {
            /* margin-bottom: 0rem !important; */
            img {
                width: 100%;
            }
            .inner-nav {
                width: 2rem;
                margin: auto;
                margin-top: 6rem;
                &:nth-child(2) {
                    transform: rotate(180deg);
                    background-color: #00b67a;
                    border-radius: 0.3rem;
                }
            }
        }
        .global-person1 {
            margin-bottom: -1.5rem;
        }
        .global-person2 {
            margin-bottom: -1.5rem;
        }
    }
}
.contact-us-page {
    .heading {
        width: 65%;
        margin: auto;
        color: white;
        .heading-top {
            text-align: center;
            padding: 1.5rem 3rem;
            border-radius: 5rem;
            h3 {
                font-size: 2.3rem;
                font-weight: 600;
            }
            p {
                margin-top: 0.5rem;
                font-size: 0.9rem;
                font-weight: 400;
            }
        }
    }
    .contact-form {
        border: 1px solid white;
        width: 60%;
        margin: auto;
        margin-top: 2rem;
        border-radius: 0.5rem;
        form {
            border-radius: 0.5rem;
            background-color: #00022c;
            figure {
                width: 50px;
                height: 50px;
                background-color: white;
                border-radius: 50%;
                margin: auto;
                position: relative;
                top: -1.5rem;

                img {
                    width: 70%;
                    margin: auto;
                    display: block;
                }
            }

            .input-section {
                padding: 1rem 1.5rem;
                padding-top: 0rem;
                display: grid;
                /* padding-bottom: 3rem; */
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
                grid-template-areas:
                    "input1 input2"
                    "input3 input4"
                    "textarea textarea";

                .input1 {
                    grid-area: input1;
                }
                .input2 {
                    grid-area: input2;
                }
                .input3 {
                    grid-area: input3;
                }
                .input4 {
                    grid-area: input4;
                }
                .textarea {
                    grid-area: textarea;
                    height: 10rem;
                    padding: 1rem 0.6rem;
                    font-family: "Poppins";
                    outline: none;
                    border-radius: 0.2rem;
                    border: none;
                }
                select {
                    font-family: "Poppins";
                    color: gray;
                    outline: none;
                    border-radius: 0.2rem;
                    border: none;
                    padding: 0.7rem 0.6rem;
                    width: 100% !important;
                }
                input {
                    display: block;
                    width: 95%;
                    padding: 0.7rem 0.6rem;
                    font-family: "Poppins";
                    outline: none;
                    border-radius: 0.2rem;
                    border: none;
                }
            }

            button {
                border: none;
                background: none;
                outline: none;
                border-radius: 5px;
                padding: 0.7rem 2.2rem;
                background: #00b67a;
                /* background: linear-gradient(92deg, #9399ff 0%, #28a3e0 122.47%); */
                box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
                display: block;
                width: 40%;
                margin: auto;
                position: relative;
                bottom: -1.5rem;
                color: white;
                font-family: "poppins";
                text-transform: uppercase;
                font-weight: 600;
                font-size: 1.2rem;
            }
        }
    }
}
