/* Universal */
body {
    margin: 0;
    padding: 0;
    background-color: black;
}

/* contact us */
.contact {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0px 60px 0px;
}

.contact-child-left {
    width: 48%;
    background-color: #141311;
    padding: 30px 50px;
}

.contact-child-left h2 {
    font-family: Unna;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #E0900E;
    border-bottom: 2px solid #E0900E;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.myform button {
    background-color: #E0900E;
    border-radius: 3px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #fff;
    padding: 16px 24px;
}

.myform input {
    padding: 10px 24px;
}

.myform input:focus {
    outline: none;
    box-shadow: none;
}

.myform textarea {
    padding: 10px 24px;
    min-height: 100px;
}

.myform textarea:focus {
    box-shadow: none;
}

.myform button:hover {
    color: #E0900E;
    background-color: #fff;
}

.contact-child-right {
    width: 48%;
    position: relative;
}

.contact-child-right h2 {
    font-family: Unna;
    font-weight: 600;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #E0900E;
}

.contact-child-right span {
    font-family: Roboto;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0px;
}

.contact-child-right p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #fff;
    margin: 20px 0px;
}

.contact-child-right h3 {
    font-family: Unna;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}

.contact-child-right ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px 30px 0px;
}

.contact-child-right ul li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.62px;
    letter-spacing: 0%;
    color: #fff;
    margin: 10px 0px;
}

.contact-child-right a {
    padding: 16px 24px;
    gap: 10px;
    border-radius: 3px;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #fff;
    background-color: #E0900E;
}

/* inspired-by */
.inspired-by {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inspired-by-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.inspired-by-child h2 {
    font-family: Yadon;
    font-weight: 500;
    font-size: 63px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    color: #E0900E;
    margin-bottom: 30px;
}

.ib-details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #141311;
    padding: 40px 0px;
}

.ibd-child {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.ib-single {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.ibs-img {
    padding: 20px;
    background-color: #E0900E;
    border-radius: 50%;
}

.ibs-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ibs-details h3 {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 1%;
    color: white;
}

.ibs-details p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: white;
}

.gallery {
    width: 90%;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px 0px 0px;
}

.g-img-left {
    width: 31.5%;
}

.g-img-left img {
    width: 100%;
}

.g-img-center {
    width: 31.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.g-img-center img {
    width: 100%;
}

.g-img-right {
    width: 31.5%;
}

.g-img-right img {
    width: 100%;
}

/* faqs */
.faqs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/faqs-pt.png') center center no-repeat;
    background-size: 100% 280px;
    /*background-color: #141311;*/
    background-color: white;
    padding: 50px 0px;
}

.faqs-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faqs-child-left {
    width: 40%;
}

.faqs-child-left h3 {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #000;
    margin-top: 30px;
}

.faqs-child-left a {
    width: 250px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 30px;
    padding: 12px 22px;
    color: #000;
    font-weight: 600;
    gap: 10px;
    background-color: #E0900E;
    display: none;
    justify-content: center;
    align-items: center;
}

.faqs-child-right {
    width: 56%;
}

.accordion {
    background-color: transparent;
}

.accordion-item {
    border: none;
    background-color: transparent;
    padding: 15px 0px;
}

.accordion-header {
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.accordion-button {
    background-color: transparent;
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:hover {
    background-color: transparent;
    outline: none;
    color:#000;
}

.accordion-button:focus {
    border-color: #000;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #000;
}

.accordion-button {
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    border-radius: 8px;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Ensure long words break to fit */
    overflow-wrap: break-word; /* Ensure words are wrapped properly */
    word-break: break-word;
}

.accordion-button::after {
    content: '';
    display: inline-block;
    background-image: url('../images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-left: 10px;
    padding: 15px;
    border-radius: 50px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-up.png');
    background-size: contain;
    padding: 15px;
    border-radius: 50px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    background-color: #E0900E;
}

.accordion-button.collapsed::after {
    background-color: #E0900E;
}

/* footer */
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    margin-top: 60px;
    border: 1px solid #E0900E;
}

.footer p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: white;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.footer-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer-child-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.foot-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.foot-logo img {
    width: 30%;
}

.footer-child-left ul {
    padding: 0px;
    list-style: none;
}

.footer-child-left ul li {
    padding: 5px 0px;
}

.footer-child-left ul li a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    text-decoration: none;
}

.footer-child-right {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-child-right ul {
    padding: 0px;
    list-style: none;
}

.footer-child-right ul li {
    padding: 5px 0px;
}

.footer-child-right ul li a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    /* contact us */
    .contact {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .contact-child-left {
        width: 100%;
        background-color: #141311;
        padding: 20px 30px;
    }

    .contact-child-left h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #E0900E;
        border-bottom: 2px solid #E0900E;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .myform button {
        background-color: #E0900E;
        border-radius: 3px;
        font-weight: 700;
        font-size: 16px;
        line-height: 12px;
        letter-spacing: 0px;
        color: #fff;
        padding: 16px 24px;
    }


    .myform input {
        padding: 10px 24px;
    }

    .myform textarea {
        padding: 10px 24px;
        min-height: 150px;
    }

    .contact-child-right {
        width: 100%;
        position: relative;
    }

    .contact-child-right h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0%;
        color: #E0900E;
    }

    .contact-child-right span {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0px;
        color: #fff;
        padding: 0px;
    }

    .contact-child-right p {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0%;
        color: #fff;
        margin: 20px 0px;
    }

    .contact-child-right h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0%;
        color: #E0900E;
        padding-bottom: 20px;
        border-bottom: 2px solid #E0900E;
        margin-bottom: 30px;
    }

    .contact-child-right ul {
        list-style-type: none;
        padding: 0px;
        margin: 10px 0px 30px 0px;
    }

    .contact-child-right ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 20.62px;
        letter-spacing: 0%;
        color: #fff;
        margin: 10px 0px;
    }

    .contact-child-right a {
        padding: 16px 24px;
        gap: 10px;
        border-radius: 3px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 12px;
        letter-spacing: 0px;
        color: #fff;
        background-color: #E0900E;
    }

    /* inspired-by */
    .inspired-by {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inspired-by-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .inspired-by-child h2 {
        width: 90%;
        font-family: Yadon;
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        color: #E0900E;
        margin-bottom: 30px;
    }

    .ib-details {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-color: #141311;
        padding: 40px 0px;
    }

    .ibd-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .ib-single {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

    .ibs-img {
        padding: 10px;
        background-color: #E0900E;
        border-radius: 50%;
    }

    .ibs-details {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ibs-details h3 {
        font-family: Urbanist;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1%;
        color: white;
    }

    .ibs-details p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        vertical-align: middle;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 3.0em;
    }

    .gallery {
        width: 90%;
        display: none;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0px 0px 0px;
    }

    .g-img-left {
        width: 31.5%;
    }

    .g-img-left img {
        width: 100%;
    }

    .g-img-center {
        width: 31.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .g-img-center img {
        width: 100%;
    }

    .g-img-right {
        width: 31.5%;
    }

    .g-img-right img {
        width: 100%;
    }

    /* faqs */
    .faqs {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url('../images/faqs-pt.png') center center no-repeat;
        background-size: 100% 280px;
        background-color: #fff;
        padding: 50px 0px;
    }

    .faqs-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .faqs-child-left {
        width: 100%;
    }

    .faqs-child-left h3 {
        font-family: Urbanist;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1%;
        color: #000;
        margin-top: 30px;
    }

    .faqs-child-left a {
        width: 250px;
        border-radius: 50px;
        text-decoration: none;
        margin-top: 30px;
        padding: 12px 22px;
        color: #000;
        font-weight: 600;
        gap: 10px;
        background-color: #E0900E;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .faqs-child-right {
        width: 100%;
    }

    .accordion {
        width: 100%;
        background-color: transparent;
    }

    .accordion-item {
        border: none;
        background-color: transparent;
        padding: 15px 0px;
    }

    .accordion-header {
        border-bottom: 1px solid #000;
        background-color: transparent;
        font-family: Urbanist;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #000;
    }

    .accordion-button {
        width: 100%;
        background-color: transparent;
        color: #000;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: transparent;
        outline: none;
        color:#000;
    }

    .accordion-button:focus {
        border-color: #000;
        outline: none;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-body {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        vertical-align: middle;
        color: #000;
    }

    .accordion-button {
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background-color 0.3s ease;
        border-radius: 8px;
    }

    .accordion-button::after {
        content: '';
        display: inline-block;
        background-image: url('../images/arrow-down.png');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease, background-color 0.3s ease;
        margin-left: 10px;
        padding: 15px;
        border-radius: 50px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('../images/arrow-up.png');
        background-size: contain;
        padding: 15px;
        border-radius: 50px;
        background-repeat: no-repeat;
        transform: rotate(0deg);
        background-color: #E0900E;
    }

    .accordion-button.collapsed::after {
        background-color: #E0900E;
    }

    /* footer */
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 0px;
        margin-top: 60px;
        border: 1px solid #E0900E;
    }

    .footer p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
        color: white;
        margin: 30px 0px 0px 0px;
        padding: 0px;
    }

    .footer-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .footer-child-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .foot-logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .foot-logo img {
        width: 30%;
    }

    .footer-child-left ul {
        padding: 0px;
        list-style: none;
    }

    .footer-child-left ul li {
        padding: 5px 0px;
    }

    .footer-child-left ul li a {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        text-decoration: none;
    }

    .footer-child-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-child-right ul {
        width: 100%;
        padding: 0px;
        list-style: none;
    }

    .footer-child-right ul li {
        padding: 5px 0px;
    }

    .footer-child-right ul li a {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        text-decoration: none;
    }
}