
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.Pop{
    font-family: "Poppins", sans-serif;
}


.Mont{
      font-family: "Montserrat", sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 250, 245, 0.5);
}

input:focus,
textarea:focus {
    border-color: #FFBC3F;
}

/* Footer logo centering - Desktop */
.footerlogo {
    position: absolute !important;
    top: 0 !important;
    left: 21% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 10 !important;
    background: linear-gradient(to bottom, #1239AB 50%, transparent 50%);
    border-radius: 50%;
    padding: 4px;
}

/* Small desktop (1024px - 1279px) */
@media (min-width: 1024px) and (max-width: 1279px) {
    .footerlogo {
        left: 21.5% !important;
    }
}

/* Standard desktop (1280px - 1919px) */
@media (min-width: 1280px) and (max-width: 1919px) {
    .footerlogo {
        left: 21% !important;
    }
}

/* Large screens (1920px+) */
@media (min-width: 1920px) {
    .footerlogo {
        left: 20.5% !important;
    }
}

/* Footer logo centering - Mobile */
#footermobileTrigger img[src*="footerlogo"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Footer logo centering - Tablets (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    #footermobileTrigger img[src*="footerlogo"] {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 35% !important;
        max-width: 200px !important;
    }
}

/* CTA banner image - move up on mobile */
@media (max-width: 639px) {
    .section7imgright {
        margin-top: -2rem;
    }
}
