/* Contact Us Section */

.contact_about {
    text-align: center;
    font-weight: 800;
    font-size: xx-large;
    padding: 30px;
}

.contact_about p {
    color: #000;
    font-size: 25px;
    /* font-weight: 400; */
}

.contact_about h1 {
    color: #000;
}

/* Contact Us Section */

.contact-us {
    /* max-width: 1000px; */
    /* margin: 40px auto; */
    padding: 60px;
    /* background-color: #c4cfee; */
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 0 10px rgba(4, 104, 147, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(167, 159, 11, 0.1); */
    display: flex;
    gap: 20px;
    /* border-radius: 20px; */

}

.social_contact {
    border-right: 3px solid black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.contact-info h2,
.social-media h2,
.contact-form h2 {
    color: #000;
    font-size: xx-large;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.contact-info ul li {
    font-weight: 600;
    list-style: none;
    padding: 10px;
    color: #000;
}

.contact-info ul li span,
.contact-info ul li a {
    color: #000;
    text-decoration: none;
    font-size: large;
}



.social-media ul {
    margin-top: 10px;
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    display: flex;
}

.social-media ul li {
    list-style: none;
}

.social-media ul li a {
    padding: 10px;
    display: block;
    position: relative;
    width: 50px;
    height: 69px;
    line-height: 15px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    /* color: #404040; */
    margin: 0 30px;
    transition: .5s;
}

.social-media ul li a span {
    position: absolute;
    transition: transform 0.5s ease 0s;
}

.social-media ul li a span:nth-child(1),
.social-media ul li a span:nth-child(3) {
    width: 100%;
    height: 3px;
    /* background: #404040; */
}

.social-media ul li a span:nth-child(1) {
    top: 0;
    left: 0;
    transform-origin: right;
}

.social-media ul li a:hover span:nth-child(1) {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s;
}

.social-media ul li a span:nth-child(3) {
    bottom: 0;
    left: 0;
    transform-origin: left;
}

.social-media ul li a:hover span:nth-child(3) {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease 0s;
}

.social-media ul li a span:nth-child(2),
.social-media ul li a span:nth-child(4) {
    width: 3px;
    height: 100%;
    /* background: #404040; */
}

.social-media ul li a span:nth-child(2) {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: bottom;
}

.social-media ul li a:hover span:nth-child(2) {
    transform: scale(1);
    transform-origin: top;
    transition: transform .5s;
}

.social-media ul li a span:nth-child(4) {
    top: 0;
    right: 0;
    transform: scale(0);
    transform-origin: top;
}

.social-media ul li a:hover span:nth-child(4) {
    transform: scale(1);
    transform-origin: bottom;
    transition: transform .5s;
}

.fa-brands,
.fab {
    font-weight: 400;
    color: black;
}

.facebook:hover {
    color: #3b5998;

    i {
        color: #0077b5;
    }
}

.facebook:hover span {
    background: #3b5998;
}

.twitter:hover {
    color: #1da1f2;

    i {
        color: #0077b5;
    }
}

.twitter:hover span {
    background: #1da1f2;
}

.instagram:hover {
    color: #c32aa3;

    i {
        color: #c32aa3;
    }
}

.instagram:hover span {
    background: #c32aa3;
}

.google:hover {
    color: #005582;

    i {
        color: #005582;
    }
}

.google:hover span {
    background: #005582;
}

.social-media ul li a .twitter {
    color: #1da1f2;
}

.social-media ul li a:hover:nth-child(3) {
    color: #c32aa3;
}

.social-media ul li a:hover:nth-child(4) {
    color: #dd4b39;
}

/* form css start here  */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.contact-form label {
    color: #000;
    font-weight: 600;
    font-size: large;
}

.contact-form input[type="submit"] {
    background-color: #000000;
    color: #fff;
    padding: 10px;
    font-size: large;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive Design */

@media (max-width: 768px) {
    .contact-us {
        flex-direction: column;
    }

    .contact_about h1 {
        font-size: larger;
    }

    .contact_about p {
        font-size: large;
    }

    .social_contact {
        width: 100%;
        padding: 10px;
        /* border-right: 0; */
        /* border-bottom: 2px solid black; */
    }

    .social-media ul li a {
        margin: 0 10px;
        font-size: 30px;
    }

    .contact-form {
        width: 100%;
        padding: 10px;
    }
}

/* #553fad */
/* #9c87f0 */
.wrapper1 {
    position: fixed;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link_wrapper1 {
    position: relative;
}

.link_wrapper1 a {
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    background: #333;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #333;
    transition: all .35s;
}

.link_wrapper1 .icon {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    z-index: -1;
    transition: all .35s;
}

.icon svg {
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: #7A5AF8;
    transition: all .35s;
}

.link_wrapper1 a:hover {
    width: 200px;
    border: 3px solid #7A5AF8;
    background: transparent;
    color: #7A5AF8;
}

.link_wrapper1 a:hover+.icon {
    border: 3px solid #7A5AF8;
    right: -25%;
}

/* Responsive design */

@media (max-width: 768px) {
    .link_wrapper1 a {
        width: 150px;
        font-size: small;
        height: 36px;
    }

    .link_wrapper1 .icon {
        width: 4px;
        height: 40px;
    }

    .link_wrapper1 a:hover+.icon {
        width: 35px;
        height: 35px;
        border: 3px solid #7A5AF8;
        right: -20%;
    }

    .icon svg {
        width: 20px;
        top: calc(69% - 15px);
        left: calc(59% - 15px);
    }
}

form .btn {
    max-width: max-content;
    --text-transform: uppercase;
}

/* --cadet: hsl(200, 15%, 43%); */

/* .section-subtitle {
    margin-left: 0px;
} */


.contact-us {
    background: hsl(192, 24%, 96%);
}

details {
    margin-bottom: 30px;
}



/* FAQ Section */
.FAQ {
    padding: 2rem;
    /* background-color: #f9f9f9; */
    border-radius: 8px;
    /* max-width: 800px; */
    margin: 2rem auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FAQ h2 {
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.FAQ details {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.FAQ details summary {
    cursor: pointer;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
    /* background-color: #f0f0f0; */
    outline: none;
}

.FAQ details summary:hover {
    background-color: #e5e5e5;
}

.FAQ details[open] summary {
    background-color: #e0e0e0;
}

.FAQ details summary::after {
    content: '+';
    font-size: 1.5rem;
    color: hsl(9, 100%, 62%);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s;
}

.FAQ details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.FAQ details p {
    padding: 1rem;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    background-color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
}

.FAQ details p::first-letter {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
}
details summary {
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none; 
}

details summary::marker {
    display: none; 
}
