
footer.site-footer {
    background: var(--dark-blue);
    margin: 0;
    border: 0;
    overflow: hidden;
    background-image: url(https://technocrackers.com/wp-content/uploads/2026/04/cta-bg.webp);
    background-size: cover;
    position: relative;
    padding: 10px 10px 50px 10px;
}
footer.site-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--text-blue);
    /* background: linear-gradient(0deg, #0a163a 0%, #0a163a 100%); */
    z-index: 9;
    opacity: 0.85;
}
footer.site-footer .container {
    position: relative;
    z-index: 99;
}
footer.site-footer .container > .row {
    padding: 30px 10px 0;
    align-items: flex-start;
}
.footer-left-sec {
    padding: 20px 30px 0 0;
}
.footer-logo {
    border-bottom: 1px solid #61aeff80;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-logo .logo-text {
    font-size: 20px;
    color: var(--white);
    max-width: 420px;
    border-left: 1px solid #61aeff80;
    padding: 8px 30px;
    text-transform: capitalize;
    opacity: 0.85;
    font-weight: 600;
    font-family: Nunito, sans-serif !important;
}
.footer-menu h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    color: var(--white);
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 800;
}
.footer-menu h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: var(--techno-blue);
    border-radius: 2px;
}
.footer-menu.whiite-label-menu ul {
    column-count: 2;
}
.footer-menu .inner-menu ul li {
    margin-bottom: 0;
    padding-bottom: 20px;
}
.footer-menu .inner-menu ul li a {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    transition: .3s;
    line-height: 24px;
    display: block;
}
.footer-menu .inner-menu ul li a:hover {
    color: var(--light-blue);
}
.digital-card {
    background: rgba(255,255,255,.03);
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(8, 81, 158, 0.1) 100%);
    border-radius: 15px;
    color: #fff;
    padding: 15px 20px 15px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    box-shadow: 3px 3px 3px rgba(255,255,255,0.1);
    border: 1px solid #61aeff40;
    border-left: 4px solid var(--light-blue);
    position: relative;
    overflow: hidden;
}
.digital-card::before {
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 100%;
    bottom: 0;
    background: #fff;
    opacity: 0.05;
    transition: 0.3s all ease;
    pointer-events: none;
}
.digital-card:hover:before{
    right: 0;
}
.digital-card-left h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 5px;
}
.grow-btn {
    background: var(--techno-blue);
    color: #fff !important;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
    transition: 0.3s all ease;
}
.digital-card:hover .grow-btn {
    background: var(--light-blue);
    transform: scale(1.2);
}
.grow-btn i {
    transform: rotate(-35deg);
    transition: 0.3s all ease;
    font-weight: 700;
}
.digital-card:hover .grow-btn i {
    transform: rotate(0deg);
}
.footer-bottom {
    display: flex;
    gap: 30px;
    border-top: 1px solid #61aeff80;
    padding-top: 30px;
    margin-top: 30px;
    justify-content: space-between;
}

footer.site-footer .contact-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px 0;
    max-width: 350px;
    min-width: 255px;
}
footer.site-footer .contact-detail .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    background: var(--techno-blue);
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 5px;
    color: var(--white);
}
footer.site-footer .contact-detail .cnt {
    width: calc(100% - 70px)
}
footer.site-footer .contact-detail .cnt h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
}

footer.site-footer .contact-detail .cnt span {
    display: block
}
footer.site-footer .contact-detail .cnt span.email {
    white-space: nowrap;
}
footer.site-footer .contact-detail .cnt address a,
footer.site-footer .contact-detail .cnt .email a,
footer.site-footer .contact-detail .cnt .phone a,
footer.site-footer .contact-detail .cnt span,
footer.site-footer .privacy,
footer.site-footer .privacy a {
    color: var(--white);
    font-size: 14px;
    line-height: 28px;
    margin: 0
}
footer.site-footer .contact-detail .cnt .email a:hover,
footer.site-footer .contact-detail .cnt .phone a:hover,
footer.site-footer .privacy a:hover {
    color: var(--light-blue)
}



/*Footer Right Part*/
.footer-right-contact-section {
    padding: 30px 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(255,255,255,0.05);
    background: radial-gradient(circle,rgba(8, 81, 158, 0) 0%, rgba(8, 81, 158, 0.3) 100%);
}
footer.site-footer .main-heading .top_text {
    color: var(--white);
    font-size: 26px !important;
    line-height: 36px !important;
    font-weight: 700;
    font-family: Nunito, sans-serif !important;
}



footer.site-footer ul.social {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

footer.site-footer ul.social>li {
    margin-right: 30px;
    transition: 0.3s all ease;
}
footer.site-footer ul.social > li:hover {
    transform: scale(1.3);
}

footer.site-footer ul.social li a {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center
}

footer.site-footer ul.social li a img {
    transition: .5s
}

footer.site-footer ul.social li a:hover img {
    filter: brightness(10);
    -webkit-filter: brightness(10)
}


footer .footer-contact label {
    display: none !important
}

footer .footer-contact .gform_fields {
    row-gap: 15px
}

footer .footer-contact .gfield {
    position: relative;
}
footer .footer-contact .gfield input, footer .footer-contact .gfield textarea {
    border-radius: 5px;
    border: 1px solid #61aeff50;
    height: 50px;
    background: rgba(255,255,255,0.15);
    padding: 5px 20px;
    font-size: 14px;
    line-height: 24px;
    color: var(--white);
    max-width: 100%;
    width: 100%;
    padding-left: 40px !important;
}
footer .footer-contact .gfield textarea {
    height: 125px;
    padding: 10px 20px;
    resize: none;
    min-block-size: auto !important
}
footer .footer-contact input::-webkit-input-placeholder,
footer .footer-contact textarea::-webkit-input-placeholder,
footer .footer-contact input::-moz-placeholder,
footer .footer-contact textarea::-moz-placeholder,
footer .footer-contact input:-ms-input-placeholder,
footer .footer-contact textarea:-ms-input-placeholder {
    opacity: 1;
    color: #b0b0b0
}
footer .footer-contact .gfield--type-text::before, footer .footer-contact .gfield--type-email::before, footer .footer-contact .gfield--type-phone::before, footer .footer-contact .gfield--type-textarea::before {
    content: "";
    content: "\f007";
    position: absolute;
    width: 40px;
    border-radius: 3px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    z-index: 9;
    line-height: 50px;
    text-align: center;
    top: 0;
}
footer .footer-contact .gfield--type-email::before {
    content: "\f0e0";
}
footer .footer-contact .gfield--type-phone::before {
    content: "\f095";
}
footer .footer-contact .gfield--type-textarea::before{
    content: "\f303";
}

footer .footer-contact .form-row.submit {
    margin-top: 5px;
    position: relative
}

footer .footer-contact .form-row.submit .wpcf7-spinner,
form.contact-page-form .row.submit .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: -30px;
    top: 10px;
}

footer .footer-contact input[type=submit].gform_button.button {
    background: var(--light-blue) !important;
    border-radius: 35px !important;
    border: 2px solid transparent !important;
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: var(--dark-blue) !important;
    font-size: 16px !important;
    line-height: 28px !important;
    max-width: 180px;
    width: 100% !important;
    padding: 8px 15px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s !important
}

footer .footer-contact input[type=submit].gform_button.button:hover {
    background: var(--dark-blue) !important;
    border: 2px solid var(--white) !important;
    color: var(--white) !important
}

footer .footer-contact .form-row.submit p {
    margin: 0;
    width: 100%;
    text-align: right
}

footer .footer-contact .wpcf7-not-valid-tip {
    color: red;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px
}

footer .footer-contact+.wpcf7-response-output {
    border: 1px solid red !important;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 !important
}

.footer-contact .gform_body input {
    cursor: auto;
}

footer .gform-theme--foundation .gform_footer {
    margin-block-start: 0px;
}

.footer-right-contact-section .social-media h3 {
    color: var(--white);
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
}
/*footer.site-footer .copy-section {
    border-top: 1px solid #61aeff80;
    padding: 15px 0;
    margin: 10px 0 0;
    text-transform: capitalize;
}*/
footer.site-footer .copy-section {
    margin: 10px 0 0;
    text-transform: capitalize;
    background: radial-gradient(circle,rgba(8, 81, 158, 0) 0%, rgba(8, 81, 158, 0.3) 100%);
    padding: 10px 20px;
    border-radius: 35px;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 0 10px rgba(255,255,255,0.05);
}
footer.site-footer .copyright {
    margin: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 28px
}

/*END*/

@media (max-width: 1700px) {
    .footer-contact .form-row.submit .wpcf7-spinner {
        right: 10px;
    }
}

@media only screen and (max-width: 1540px) {
    .footer-logo .logo-text {
        font-size: 18px;
    }
    .footer-menu h3 {
        font-size: 22px !important;
    }
    footer.site-footer .main-heading .top_text {
        font-size: 22px !important;
    }
    .footer-right-contact-section {
        padding: 30px 20px;
    }
    .footer-bottom {
        gap: 5px;
    }
    footer.site-footer .contact-detail .cnt address a, footer.site-footer .contact-detail .cnt .email a, footer.site-footer .contact-detail .cnt .phone a, footer.site-footer .contact-detail .cnt span, footer.site-footer .privacy, footer.site-footer .privacy a {
        line-height: 24px;
    }
    .footer-menu .inner-menu ul li {
        padding-bottom: 10px;
        padding-left: 15px;
    }
    .inner-menu ul li::before {
        font-size: 14px;
        top: 5px;
    }
    .footer-menu .inner-menu ul li a {
        font-size: 14px;
    }
    footer.site-footer .contact-detail .icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .link-section .link-section-letf {
        padding-left: 0;
    }
}

@media (max-width: 1280px) {
    footer.site-footer ul.social > li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .link-section-right {
        display: flex;
        padding: 0;
    }
    .link-section-right > div {
        width: 50%;
    }
    .digital-card {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 0;
    }
    .digital-card-left h2 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 5px;
    }
    .grow-btn {
        font-size: 20px;
        height: 40px;
        width: 40px;
    }
    .footer-bottom {
        gap: 25px;
    }
    footer.site-footer ul.social > li {
        margin-right: 25px;
    }

    footer.site-footer .contact-detail .cnt {
        width: 100%;
    }
    footer.site-footer .contact-detail {
        position: relative;
        min-width: 180px;
        width: 100%;
        max-width: 180px;
    }
    footer.site-footer .contact-detail:first-child {
        max-width: 280px;
    }
    footer.site-footer .contact-detail .icon {
        position: absolute;
        top: 0;
    }
    footer.site-footer .contact-detail .cnt h3 {
        padding: 5px 0 10px 50px;
    }
}


@media only screen and (max-width: 991px) {
    .footer-left-sec {
        padding: 0;
        margin-bottom: 30px;
    }
    .offer-popup-form {
        /*left: 50%;
        transform: translateX(-50%);*/
        left: 25px;
    }

}
@media only screen and (max-width: 767px) {

    .footer-logo {
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footer-logo .logo-text {
        font-size: 14px;
        padding: 5px 0 5px 10px;
    }
    .link-section-right {
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-menu.whiite-label-menu ul {
        column-count: 1;
    }
    
    .footer-bottom {
        flex-wrap: wrap;
    }
    .link-section-right > div {
        width: 100%;
    }
    footer.site-footer .contact-detail {
        max-width: none;
        flex-wrap: nowrap;
    }
    footer.site-footer .contact-detail .icon {
        position: static;
        min-width: 40px;
    }
    footer.site-footer .contact-detail .cnt h3 {
        padding: 0;
    }
    footer.site-footer .copy-section {
        border-radius: 15px;
    }
    .offer-popup-bottom h3 {
        font-size: 18px;
    }
    .offer-popup-form {
        height: 580px;
        left: 0;
        margin: 0 auto;
        max-width: calc(100% - 50px);
        right: 0;
    }
    .offer-popup-form .offer-popup-top h2 {
        font-size: 20px;
        line-height: 46px;
    }
    .offer-popup-form.active {
        top: calc(100% - 580px);
    }
    footer.site-footer .contact-detail:first-child {
        max-width: 100%;
    }
  
}

@media (max-width: 575px) {
    
}