/* Footer Styles */
.site-footer {
    width: 1440px;
    height: 661px;
    margin: 0 auto;
}

.footer-frame-a {
    width: 1440px;
    height: 564px;
    background-color: #333333;
    position: relative;
}

.footer-frame-b {
    width: 1440px;
    height: 97px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-frame-b1 {
    width: 463px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

/* Frame A1 */
.footer-frame-a1 {
    width: 1323px;
    height: 436px;
    position: absolute;
    left: 64px;
    top: 64px;
 
}

/* Vertical line in A1 */
.footer-frame-a1 .horizontal-line {
    width: 1px;
    height: 436px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

/* Frame A3 */
.footer-frame-a3 {
    width: 597px;
    height: 436px;
    position: absolute;
    right: 0;
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    padding: 20px;
}

.footer-frame-a3 .section {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.footer-frame-a3 .section h3 {
    font-size: 20px;
    color: #FFF600;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-frame-a3 .section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-frame-a3 .section ul li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.4;
    list-style: disc;
    margin-left: 15px;
}

/* Frame A2 */
.footer-frame-a2 {
    width: 608px;
    height: 435px;
    position: absolute;
    left: 0;
    top: 0;
   
}

/* Frame A21 */
.footer-frame-a21 {
    width: 399px;
    height: 161px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Frame A211 - Image container */
.footer-frame-a211 {
    width: 161px;
    height: 161px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-frame-a211 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Frame A212 - Text container */
.footer-frame-a212 {
    width: 241px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-frame-a212 {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
}

/* Frame A22 */
.footer-frame-a22 {
    width: 608px;
    height: 270px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Frame A22a */
.footer-frame-a22a {
    width: 608px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.footer-frame-a22a {
    font-size: 25px;
    color: #FFF600;
    font-weight: bold;
    text-align: left;
}

/* Frame A22b */
.footer-frame-a22b {
    width: 608px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 46px; /* 38px + 8px gap */
    display: flex;
    align-items: center;
}

.footer-frame-a22b .icon-container {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-frame-a22b .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-frame-a22b .text-container {
    width: 554px;
    position: absolute;
    left: 44px; /* 10px + 24px + 10px */
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-frame-a22b .text-container strong {
    font-weight: bold;
}

/* Frame A22c */
.footer-frame-a22c {
    width: 608px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 122px; /* 46px + 68px + 8px gap */
    display: flex;
    align-items: center;
}

.footer-frame-a22c .icon-container {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-frame-a22c .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-frame-a22c .text-container {
    width: 554px;
    position: absolute;
    left: 44px; /* 10px + 24px + 10px */
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-frame-a22c .text-container strong {
    font-weight: bold;
}

/* Frame A22d */
.footer-frame-a22d {
    width: 608px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 174px; /* 122px + 44px + 8px gap */
    display: flex;
    align-items: center;
}

.footer-frame-a22d .icon-container {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-frame-a22d .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-frame-a22d .text-container {
    width: 554px;
    position: absolute;
    left: 44px; /* 10px + 24px + 10px */
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-frame-a22d .text-container strong {
    font-weight: bold;
}

/* Frame A22e */
.footer-frame-a22e {
    width: 608px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 226px; /* 174px + 44px + 8px gap */
    
    display: flex;
    align-items: center;
}

.footer-frame-a22e .icon-container {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-frame-a22e .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-frame-a22e .text-container {
    width: 554px;
    position: absolute;
    left: 44px; /* 10px + 24px + 10px */
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-frame-a22e .text-container strong {
    font-weight: bold;
}
