/* footer section css start here */

.footer-main {
    font-family: "Open Sans", Arial, sans-serif;
    padding: 0px 0 0;
    background-color: transparent !IMPORTANT;
}

.footer-newsletter {
    position: relative;
    z-index: 2;
    margin: 0 auto -96px;
    padding: 34px 48px;
    border-radius: 16px;
    /*background: linear-gradient(140deg, #b90f1d 0%, #c1091b 60%, #a40e16 100%);*/
    background-image: url("../images/newsletter-banner-img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 146px;
    overflow: hidden;
}

.newsletter-left,
.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-subtitle {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px;
}

.newsletter-title {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 52px!important;;
    line-height: 1.18;
}
.newsletter-form {
    min-width: 445px;
    max-width: 510px;
    width: 100%;
    background: #fff;
    border-radius: 999px;
    padding: 3px;
    display: flex;
    align-items: center;
}

.newsletter-form input {
    flex: 1;
    border: 0;
    outline: none;
    border-radius: 999px;
    padding: 10px 14px;
    color: #1f2f57;
    font-size: 15px;
    font-weight: 300;
}

.newsletter-form button {
    border: 0;
    background: #10316b;
    color: #fff;
    padding: 17px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 120%;
}

.footer-content {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #0d78bd 0%, #0a71b3 100%);
    padding: 160px 0 28px;
}

.footer-content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
 background: url("../images/footer-banner-img.png") right bottom / contain no-repeat;
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.45fr 1.45fr;
    gap: 26px 32px;
    position: relative;
    z-index: 1;
}

.footer-brand-col {
    grid-row: span 2;
}

.footer-logo {
    width: 100%;
    max-width: 190px;
    object-fit: cover;
    margin-bottom: 21px;
}

.footer-brand-text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #dcefff;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 24px 0;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #065E96;
    color: #fff !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.footer-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.footer-badge {
    width: 227px;
    margin-bottom: 10px;
    min-height: 30px;
    border-radius: 5px;
    background: #0d5f97;
    text-decoration: none;
    color: #d5ecff;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 7px 10px;
}

.footer-badge img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.footer-badge span {
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}

.footer-badge:last-child {
    width: 226px;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}

.footer-badge:last-child img {
    width: 100%;
    height: auto;
}

.footer-col h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

.footer-subhead {
    margin-top: 16px;
}

.footer-col li {
    margin-bottom: 7px;
}

.footer-col a {
    color: #cce8fb;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.1px;
}

.footer-col a:hover {
    color: #fff;
}

.footer-bottom {
    background: #0c629a;
    padding: 40px 0 30px;
}

.footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    color: #c5e4f9;
    text-decoration: none;
    font-size: 14px;
    line-height: 160%;
    font-weight: 300;
}

.footer-bottom-links li + li a::before {
    content: "•";
    color: #89bddf;
    margin-right: 8px;
}

.store-btns {
    display: flex;
    gap: 10px;
}

.store-btn {
    min-height: 25px;
    min-width: 176px;
    border-radius: 4px;
    background: #fff;
    color: #0e2753;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
}

ul.colinnet-inner-bxo {
    column-count: 2;
}

.store-btn img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.store-btn span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.footer-copy {
    margin: 12px 0 0;
    color: #b8daf1;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

@media (max-width: 1080px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-col {
        grid-row: auto;
    }

    .footer-content::after {
        opacity: 0.14;
        width: 58%;
        height: 55%;
    }
    .newsletter-title {
    font-size: 32px !important;

}}

@media (max-width: 991px) {
    .footer-newsletter {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 24px;
        gap: 20px;
    }

    .newsletter-form {
        min-width: 0;
    }

    .footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-newsletter {
        padding: 16px 11px;
        
    }
    .newsletter-form input{
    padding: 7px 14px;
    }
    
    .newsletter-form button {
        padding: 13px 17px;
        font-size: 13px;
        
    }

    .store-btns {
        width: 100%;
        flex-wrap: wrap;
    }

    .store-btn {
        width: 100%;
        max-width: 219px;
    }
}




/* Container: The white pill shape */
.custom-newsletter p {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 100px; /* Forces the pill shape */
    padding: 5px;
    margin: 0;
    border: 1px solid #ddd;
    overflow: hidden; /* Keeps everything inside the rounds */
}

/* Remove the line break CF7 inserts */
.custom-newsletter br {
    display: none;
}

/* The wrapper around the input */
.custom-newsletter .wpcf7-form-control-wrap {
    flex: 1;
}

/* Style the Email Input field */
.custom-newsletter input[type="email"] {
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 12px 25px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
}

/* Style the Submit Button */
.custom-newsletter .wpcf7-submit {
    background-color: #123466 !important; /* The dark blue color */
    color: #ffffff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 12px 20px !important;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    margin: 0 !important; /* Removes default margins */
}

.custom-newsletter .wpcf7-submit:hover {
    opacity: 0.9;
}

/* Position the loader spinner so it doesn't jump the layout */
.custom-newsletter .wpcf7-spinner {
    position: absolute;
    margin: 0 0 0 -30px;
}


.custom-newsletter .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  color: white;
}