
/* Footer CSS */


.footer-main {
    max-width: 100%;
}

.footer-main .row-a {
    background-image: url('https://omacademy.net/assets/images/global/footerbg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    border-radius: 32px 32px 0 0;
    max-width: 100%;
    border-top: 4px solid var(--yellowtext);
}

.footer-main .row-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 25, 49, 0.73);
    z-index: -1;
    border-radius: 32px 32px 0 0;
}

.footer-heading {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.footer-heading h2 {
    font-size: 20px;
    color: var(--white);
}

.footer-heading p {
    font-size: 14px;
    font-family: 'inter';
    color: var(--white);
    max-width: 80%;
}

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

@media (min-width: 768px) {
    .footer-heading {
        padding: 40px 15px 50px 30px;
        text-align: left;
        align-items: baseline;
    }

    .footer-main .row-a .col-b {
        align-content: center;
    }

    .footer-heading h2 {
        font-size: 25px;
    }

    .footer-heading p {
        font-size: 15px;
    }

    .btn-f {
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .footer-heading {
        padding: 40px 15px 50px 80px;
    }

    .footer-main .row-a .col-b {
        align-content: center;
    }

    .footer-heading h2 {
        font-size: 31px;
    }

    .footer-heading p {
        font-size: 16px;
    }
}

.footer-main .row-b {
    padding: 28px;
    background-color: var(--darkblue);
    box-sizing: border-box;
    max-width: 100%;
}

.cont-footer-logo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    box-sizing: border-box;
    align-items: end;
    color: var(--white);
}

.cont-footer-logo img {
    max-width: 40px;
}

.p-info-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--white);
    box-sizing: border-box;
}

.p-info-cont p {
    font-size: 14px;
    font-family: 'inter';
}

.address,
.campus {
    padding-top: 30px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address span,
.campus span {
    line-height: 0;
    color: var(--yellowtext);
}

.add-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.add-cont,
.camp-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.add-cont {
    align-items: center;
}

.add-cont span {
    padding: 10px;
    background-color: var(--yellowtext);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-cont span svg {
    width: 18px;
    height: 18px;
}

.add-cont span svg path {
    fill: var(--white);
}

.add-cont p,
.camp-item p {
    font-size: 14px;
    font-family: 'inter';
    cursor: pointer;
}

.add-cont p {
    align-content: center;
}

.add-cont a {
    text-decoration: none;
    color: var(--white);
    transition: color 0.3s ease;
    overflow-wrap: anywhere;
}

.add-cont a:hover {
    color: var(--yellowtext)
}

.camp-item span {
    align-content: center;
}

.camp-item span svg {
    width: 14px;
    height: 14px;
}

.camp-item span svg path {
    fill: var(--yellowtext);
}

.camp-item {
    padding-bottom: 10px;
    transition: all 0.2s ease;
}

.camp-item:hover {
    color: var(--yellowtext)
}

@media (min-width:768px) {
    .p-info-cont {
        padding-right: 15px;
    }

    .p-info-cont p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .add-cont p,
    .camp-item p {
        font-size: 14px;
    }

    .address {
        padding: 15px;
    }

    .cont-footer-logo img {
        max-width: 40px;
    }

    .cont-footer-logo h3 {
        font-size: 21px;
        font-weight: 900;
    }

    .campus {
        padding-top: 60px;
    }
}

@media (min-width:1024px) {
    .p-info-cont {
        padding-left: 15px;
    }

    .p-info-cont p {
        font-size: 14px;
    }

    .add-cont p,
    .camp-item p {
        font-size: 14px;
    }

    .address,
    .campus {
        padding: 15px;
    }
}

.footer-main .row-c {
    padding: 28px 14px;
    background-color: var(--darkblue);
    color: var(--white);
    gap: 20px;
    font-size: 13px;
    font-family: 'inter';
    text-align: left;
    box-sizing: border-box;
    max-width: 100%;
    border-top: 1px solid var(--yellowtext);
}

.row-c2 span {
    font-size: 14px;
    margin: 0px 8px;
    color: var(--yellowtext);
}
.row-c2 .encodino-link span {
    margin: 0;
}
.row-c2.designedby{
    word-spacing: 2px;

}
.row-c2 a {
    color: var(--white);
    transition: color 0.2s ease;
}

.row-c2 a:hover {
    color: var(--yellowtext);
}

@media (min-width: 768px) {
    .footer-main .row-c {
        font-size: 13px;
    }

    .row-c2 span {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .footer-main .row-c {
        gap: 0px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .row-c2 span {
        font-size: 16px;
    }

    .row-c1 {
        text-align: left;
        padding-left: 30px;
    }

    .row-c2 {
        text-align: right;
        padding-right: 30px;
    }
}

/* Ensure mobile/tablet also left-aligns copyright */
@media (max-width: 1023px) {
    .footer-main .row-c {
        text-align: left;
    }
    .row-c1,
    .row-c2 {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.social-icons span {
    width: 32px;
    height: 32px;
    background-color: var(--yellowtext);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-icons span svg {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.social-icons span svg path {
    fill: var(--white);
    transition: fill 0.3s ease;
}

.social-icons span:hover {
    background-color: var(--white);
    transform: scale(1.2);
}

.social-icons span:hover svg path {
    fill: var(--darkblue);
}

.extra-pad {
    padding-top: 100px
}

section.admission-curriculum .row.aac{
    gap: 0;
}
