/* Universal */
body {
    margin: 0;
    padding: 0;
    background-color: black;
}

/* about-card */
.about-card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/gsge.png) top center no-repeat;
    /* background-color: #141311; */
    background-color: white;
    padding: 60px 50px 80px;
}

.ac-child {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-card {
    padding: 50px 50px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #c4c4c4;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}

.single-card h2 {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 800;
    font-size: 63px;
    line-height: 90%;
    letter-spacing: 0%;
    color: #E0900E;
}

.single-card p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #000;
}

/* get-to-know */
.get-to-know {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gtk-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 60px 0px;
}

.gtk-left {
    width: 45%;
}

.gtk-left h2 {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 800;
    font-size: 63px;
    line-height: 90%;
    letter-spacing: 0%;
    color: #E0900E;
}

.gtk-left p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    margin: 30px 0px;
}

.gtk-left a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #E0900E;
    padding: 12px 32px;
    border-radius: 50px;
    color: white;
}

.gtk-left a i {
    margin-left: 10px;
}

.gtk-right {
    width: 45%;
}

.gtk-right img {
    width: 100%;
}

/* 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 {
    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: 60px 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;
}

/* 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;
}

/* feedbacks */
.feedbacks {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.feedbacks-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0px;
}

.feedbacks-child-left {
    width: 30%;
}

.fa {
    margin-right: 5px;
}

.rating .fa {
    font-size: 18px;
    color: #FFD000;
}

.rating-num {
    margin: 0px;
    font-family: Unna;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.cus-rating {
    font-family: Unna;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -2%;
}

.progress {
    height: 10px;
    margin-bottom: 5px;
}

.progress-bar {
    text-align: left;
}

.rating-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-desc .col-md-1 {
    padding-right: 0px;
}

.sr-only {
    margin-left: 5px;
    overflow: visible;
    clip: auto;
}

.progress-bar-success {
    background-color: #FFD000;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
}

.feedbacks-child-right {
    width: 66%;
}

.tab1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.tab1 .tablinks {
    width: 33%;
    display: block;
    border: none;
    color: #E0900E;
    background-color: transparent;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    line-height: 25.1px;
    text-align: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    border-bottom: 3px solid transparent;
}

.tab1 .tablinks:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid #E0900E;
}

.tab1 .tablinks.active {
    background: #fff;
    color: #000;
    border-bottom: 3px solid #E0900E;
}

.content-div {
    width: 100%;
}

.content-div ul li {
    list-style-type: disc;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.tabcontent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.p-service {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px;
}

.p-service h4 {
    width: 100%;
    font-family: Unna;
    font-size: 22px;
    font-weight: 900;
    line-height: 25px;
    text-align: left;
    color: #fff;
}

.p-service p {
    width: 100%;
    font-family: Unna;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
    text-align: left;
    color: #fff;
}

.p-service ul {
    width: 100%;
    list-style: none !important;
    padding: 0px;
}

.p-service ul li {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
    list-style: none !important;
    color: #fff;
}

/* 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) {
    /* about-card */
    .about-card {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../images/gsge.png) center center no-repeat;
        /* background-color: #141311; */
        background-color: white;
        padding: 60px 0px 80px;
    }

    .ac-child {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-card {
        padding: 15px;
        border-radius: 10px;
        box-shadow: 2px 2px 4px #c4c4c4;
        text-align: center;
        background-color: rgba(255, 255, 255, 1);
    }

    .single-card h2 {
        font-family: Abhaya Libre ExtraBold;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0%;
        color: #E0900E;
    }

    .single-card p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1%;
        color: #000;
    }
    
    /* get-to-know */
    .get-to-know {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gtk-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .gtk-left {
        width: 100%;
    }

    .gtk-left h2 {
        font-family: Abhaya Libre ExtraBold;
        font-weight: 800;
        font-size: 36px;
        line-height: 40p;
        letter-spacing: 0%;
        color: #E0900E;
        margin: 0px 0px 30px 0px;
    }

    .gtk-left p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        margin: 30px 0px;
    }

    .gtk-left a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        text-transform: capitalize;
        text-decoration: none;
        background-color: #E0900E;
        padding: 12px 32px;
        border-radius: 50px;
        color: white;
    }

    .gtk-left a i {
        margin-left: 10px;
    }

    .gtk-right {
        width: 100%;
    }

    .gtk-right img {
        width: 100%;
    }

    /* 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;
    }

    /* 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;
    }

    /* feedbacks */
    .feedbacks {
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .feedbacks-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 20px 0px 40px 0px;
    }

    .feedbacks-child-left {
        width: 100%;
    }

    .fa {
        margin-right: 5px;
    }

    .rating .fa {
        font-size: 18px;
        color: #E0900E;
    }

    .rating-num {
        margin: 0px;
        font-family: Unna;
        font-weight: 600;
        font-size: 28px;
        color: #000;
    }

    .cus-rating {
        font-family: Unna;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: -2%;
    }

    .progress {
        height: 10px;
        margin-bottom: 5px;
    }

    .progress-bar {
        text-align: left;
    }

    .rating-desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rating-desc .col-md-1 {
        padding-right: 0px;
    }

    .sr-only {
        margin-left: 5px;
        overflow: visible;
        clip: auto;
    }

    .progress-bar-success {
        background-color: #E0900E;
    }

    .progress-striped .progress-bar-success {
        background-image: -webkit-linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
        background-image: -o-linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
        background-image: linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
    }

    .feedbacks-child-right {
        width: 100%;
    }

    .tab1 {
        overflow: hidden;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        border-bottom: 1px solid #e7e7e7;
        margin-top: 20px;
    }

    .tab1 .tablinks {
        width: 33%;
        display: block;
        border: none;
        color: #E0900E;
        background-color: transparent;
        padding: 10px 10px;
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height: 20px;
        text-align: center;
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0%;
        border-bottom: 3px solid transparent;
    }

    .tab1 .tablinks:hover {
        background: #fff;
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 3px solid #E0900E;
    }

    .tab1 .tablinks.active {
        background: #fff;
        color: #000;
        border-bottom: 3px solid #E0900E;
    }

    .content-div {
        width: 100%;
    }

    .content-div ul li {
        list-style-type: disc;
        font-size: 18px;
        font-weight: 600;
    }

    .tabcontent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        align-items: center;
    }

    .p-service {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        /* background-color: #F2F2F2; */
        /* border-radius: 20px; */
        padding: 20px 20px;
    }

    .p-service h4 {
        width: 100%;
        font-family: Unna;
        font-size: 22px;
        font-weight: 900;
        line-height: 25px;
        text-align: left;
        color: #fff;
    }

    .p-service p {
        width: 100%;
        font-family: Unna;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin: 0px;
        text-align: left;
        color: #fff;
    }

    .p-service ul {
        width: 100%;
        list-style: none !important;
        padding: 0px;
    }

    .p-service ul li {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0%;
        list-style: none !important;
    }

    /* footer */
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 0px;
        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;
    }
}