:root {
    --color--dark: #000;
    --color--primary: #061B62;
    --color--secondary: #1518A3;
    --color--tertiary: #34E3E2;
    --color--title: #000;
    --color--body: #000;
    --color--light: #fff;
    --font-family--primary: 'Hanken Grotesk';
    --font-family--secondary: 'Hanken Grotesk';
    --font-size--body: 16px;
    --font-size--h1: 48px;
    --font-size--h2: 38px;
    --font-size--h3: 32px;
    --font-size--h4: 28px;
    --font-size--h5: 24px;
    --font-size--h6: 18px;
    --font-size--medium: 20px;
}

* {
    margin: 0;
    padding: 0;
}

p,
.bodySize {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: var(--font-size--body) !important;
    word-wrap: break-word !important;
}

body {
    font-family: var(--font-family--primary) !important;
    background: #fff !important;
    font-size: var(--font-size--body) !important;
    color: var(--color--body) !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
}

@media (min-width:1600px) {

    p,
    .bodySize {
        font-size: var(--font-size--h6) !important;
    }
}

body,
html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img,
svg {
    vertical-align: inherit;
}

:focus {
    outline: none !important;
}

a {
    color: var(--color--primary);
    font-weight: 500;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    text-decoration: none;
}

a:hover {
    color: var(--color--tertiary);
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}

ol {
    padding-left: 15px
}

select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
}

a img {
    outline: 0
}

input,
select,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}

input[type="submit"] {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

p:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}

.aligncenter,
div.aligncenter {
    width: auto !important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no_result a {
    text-decoration: underline;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*============ Heading CSS ============*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700 !important;
    font-family: var(--font-family--primary) !important;
    text-transform: capitalize !important;
    line-height: 1.2 !important;
}

.heading {
    line-height: 1.2 !important;
    text-transform: none !important;
    font-weight: 700 !important;
}

h1,
.h1 {
    font-size: var(--font-size--h1) !important;
}

h2,
.h2 {
    font-size: var(--font-size--h2) !important;
}

h3,
.h3 {
    font-size: var(--font-size--h3) !important;
}

h4,
.h4 {
    font-size: var(--font-size--h4) !important;
}

h5,
.h5 {
    font-size: var(--font-size--h5) !important;
}

h6,
.h6 {
    font-size: var(--font-size--h6) !important;
}

.medium {
    font-size: var(--font-size--medium) !important;
}

/*============ Heading CSS END ============*/



/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
    margin: 0 auto;
}

.space-pd,
.wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-mr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.btn-grp .btn {
    margin-right: 20px;
}

.btn-grp .btn:last-child {
    margin-right: 0px;
}

/*==================== Common CSS END ====================*/



/*==================== Header CSS ====================*/
header.main-header {
    top: 0px;
    position: fixed;
}

header:not(.small-header) {
    background: #fff;
}

.header-left {
    width: 200px !important;
}

.header-right {
    width: 180px !important;
    display: flex;
}

#header .header-right a.fiCstmBtn span {
    color: #fff;
}

#header .header-right a.fiCstmBtn:hover span {
    color: #0087d0;
}

.header-center {
    width: calc(100% - 400px) !important;
}

.header-logo {
    width: 100%;
}

header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    position: fixed;
    padding: 10px 0;
    background: #fff;
}

header.small-header .header-logo {
    /*    width: 90%;
        padding: 5px;*/
    border-radius: 5px;
}


/*==================== Header CSS END ====================*/


/**** Media Query ****/
ul.menu-top .hide-menu {
    display: none;
}

.menu-wrap {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.mobile-menu {
    overflow: hidden;
}

.mobile-main-header .mobile-phno svg,
.mobile-main-header .mobile-phno img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


header.apilanding_header,
header.apilanding_header.fixed {
    padding: 15px 0 !important;
}

@media (min-width:1200px) and (max-width:1400px) {

    header .sub-menu li ul.sub-menu {
        left: -100%;
    }

    ul.menu-top li {
        padding: 0px 10px;
    }

}

@media (max-width: 1199px) {
    .header-left {
        width: 310px !important;
    }

    .header-right {
        width: calc(100% - 310px) !important;
    }

    .header-right .fiCstmBtn {
        margin-right: 15px;
    }

    .menu-header {
        display: none;
    }

    ul.menu-top .hide-menu {
        display: block;
    }

    .main-header .container {
        max-width: 100%;
    }

    .header-center {
        display: none;
    }

    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 120px;
        height: 100vh;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }

    .menu-show {
        right: 0;
        max-width: 100%;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--color--dark);
        padding: 10px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 400;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #000;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a,
    .menu-sidebar .menu-bar-wrapper li>a:focus {
        background-color: #3585D0;
        color: #fff;
    }

    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid var(--color--dark);
        border-bottom: 2px solid var(--color--dark);
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 100%;
        background-color: transparent;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }

    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }

    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        line-height: normal;
        border-radius: 0px;
        border: 1px solid #fff;
    }

    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button .menu-bar-top {
        top: 15px;
    }

    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 15px;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .menu-button.button-open {
        z-index: 13;
    }

    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(12px, 11px);
        transition: .5s;
        top: 7px;
        opacity: 1;
    }

    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -9px);
        transition: .5s;
        top: 37px;
    }

    header .sub-menu li ul.sub-menu {
        position: static;
    }
}

@media (max-width: 991px) {
    .header-left {
        width: 280px !important;
    }

    .header-right {
        width: calc(100% - 280px) !important;
    }

    .patient-portal-btn {
        display: none;
    }

    :root {
        --font-size--h1: 36px;
        --font-size--h2: 32px;
        --font-size--h3: 28px;
        --font-size--h4: 24px;
        --font-size--h5: 20px;
        --font-size--h6: 16px;
        --font-size--medium: 20px;
    }

}


/* Small Devices View  New*/
@media (max-width: 767px) {
    .header-left {
        width: 120px !important;
    }

    .header-right {
        width: calc(100% - 120px) !important;
    }

    .menu-wrap {
        top: 115px;
    }

    .menu-button {
        height: 45px;
        width: 45px;
    }

    .menu-button .menu-bar-top {
        top: 12px;
    }

    .menu-button .menu-bar-bottom {
        bottom: 12px;
    }

    .menu-button.button-open .menu-bar-top {
        top: 5px;
    }

    .menu-button.button-open .menu-bar-bottom {
        top: 35px;
    }


}

.header-center #mega-menu-primary {
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    gap: 20px;
}

.sidebar {
    margin: 0 !important;
    width: 100% !important;
}

select.gt_selector.notranslate {
    background: #ffffff00;
    color: #fff;
    border: none;
    font-family: 'Hanken Grotesk';
    width: 75px;
}

.gt_selector option {
    color: #000;
}

.gt_selector {
    -webkit-appearance: auto;
    appearance: auto;
}

div#site-header-menu {
    margin: 0;
}

.header-row {
    place-self: center;
    margin: auto;
}

@media (max-width: 767px) {
    header a.fiCstmBtn {
        height: 45px;
        min-width: 110px;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

ul.mega-sub-menu {
    left: 0 !important;
}

/* .mega-menu-item-24139 .mega-sub-menu {
    top: 60px !important;
}

.mega-menu-item-16756 .mega-sub-menu {
    top: 60px !important;
} */

.archive h1 {
    color: #fff;
}

.nitropack-footer-badge {
    display: none !important;
}

.npf {
    display: none !important;
}

.page-template-templatesnews-php .blogHeroBanner,
section.blogHeroBanner {
    min-height: 440px;
    display: flex;
    align-items: center;
}

.page-template-templatesnews-php .blogHeroBanner p,
.page-template-international-news .blogHeroBanner p {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .counter-content {
        margin-top: -50px;
    }

    .postid-13940.newServiceHeroSec a.fiCstmBtn {
        min-width: 200px;
    }

    :root {
        --font-size--h1: 32px;
        --font-size--h2: 26px;
        --font-size--h3: 24px;
        --font-size--h4: 20px;
        --font-size--h5: 16px;
        --font-size--h6: 14px;
    }
}

label.error {
    position: absolute;
    color: red;
    font-size: 12px;
    left: 0;
}

label#Message-error {
    bottom: -5px;
}

form textarea {
    margin-bottom: 20px !important;
}

.wpcf7-form-control-wrap {
    display: block;
}

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

.apiEstimationSec label.error {
    bottom: -25px;
}

.mega-menu-column {
    height: 100% !important;
    display: block !important;
}

.mega-menu-column:nth-child(2) {
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
}

.h-medium {
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mega-menu-column .content-div {
    padding: 0px 20px 20px 20px;
}

.font-medium {
    font-size: 18px !important;
}

a.font-medium:hover {
    color: #0087d0 !important;
}

a.font-medium {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-weight: 700;
}

#mega-menu-item-custom_html-6 .textwidget.custom-html-widget,
#mega-menu-item-custom_html-11 .textwidget.custom-html-widget,
#mega-menu-item-custom_html-14 .textwidget.custom-html-widget {
    border-radius: 20px;
    box-shadow: 0px 0px 30px #100c2a14;
    background-color: #fff;
}

#mega-menu-16926-0-3 {
    border-left: 1px solid #ccc !important;
    min-height: 296px !important;
}

@media (min-width: 1500px) {
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
        max-width: 1370px !important;
        margin: auto;
        left: 0 !important;
        right: 0;
    }
}

@media

/*(min-width: 1200px) and*/
(max-width: 1499px) {
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
        max-width: 1440px !important;
        margin: auto;
        left: 0 !important;
        right: 0;
        width: calc(100vw - 100px) !important;
    }
}

.color-blue {
    color: #3585D0 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}

a.mega-btn {
    width: 100% !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 15px;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: #3585D0 !important;
}

a.mega-btn img {
    width: 20px !important;
}

h3.font-medium.title,
a.font-medium.title {
    color: #0087d0;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
}

@media (min-width: 1200px) and (max-width: 1265px) {
    body #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px !important;
    }
}

[data-tooltip]:before,
[data-tooltip]:after {
    bottom: 120% !important;
}

[data-tooltip]:before {
    transform: rotateZ('90deg');
}

.blog_breadcrumb ul li a.active {
    pointer-events: none;
    cursor: default;
}

.apiIntiTabingSec .tab-content img.mb-2 {
    height: 73px;
}

.technical-services-tabs .nav-tabs .nav-itemss .nav-link {
    border: none;
    outline: unset !important;
}

#accordionExample1 li {
    background-image: url(https://www.ficode.com/wp-content/uploads/2025/08/future-ready-check-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 30px;
    padding-bottom: 5px;
}

.newServiceAdvancedSec .advancedSecbox::before {
    background-color: rgb(0 0 0 / 40%);
    border-radius: 12px;
}

.newServiceAdvancedSec .advancedSecbox:hover::before {
    background-color: rgb(0 0 0 / 60%);
}

#top-nav ul,
#top-nav {
    padding-left: 0px !important;
}

@media (max-width: 574px) {

    .single-ficode-work .Problem_statement .the_solution h2,
    .single-ficode-work .the_solution p {
        text-align: center !important;
    }

    .blogHeroBanner {
        min-height: auto !important;
    }

    .blogHeroBanner:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        background-color: #050e2385;
        top: 0;
        left: 0;
    }

    .blogHeroBanner .container {
        position: relative;
        z-index: 999;
    }

    header .top-bar a.head-contact {
        font-size: 14px;
    }

}

video.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    background: linear-gradient(180deg, #3585d0 0, #09193d 50%, #050e23 100%);
    opacity: .7;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.language-globe {
    cursor: pointer;
}

.language-globe .gglobe {
    height: 26px;
    width: 26px;
    opacity: 1;
}

.language-globe .gsatelites a {
    width: 28px !important;
    height: 28px !important;
}

.language-globe .gsatelite.gt-current-lang img,
.language-globe .gsatelite img {
    transform: none !important;
    opacity: 1;
    width: 28px;
    height: 28px;
    box-shadow: none !important;
}


.language-globe .gsatelite.gt-current-lang img {
    border: 2px solid #ffffff;
}

.language-globe .gsatelites a:first-child {
    left: -40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.language-globe .gsatelites a:nth-child(2) {
    left: -75px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.language-globe .gsatelites a:nth-child(3) {
    left: -110px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media (max-width: 480px) {
    .language-globe .gsatelites a:first-child {
        left: 50% !important;
        top: 26px !important;
        transform: translateX(-50%) !important;
    }

    .language-globe .gsatelites a:nth-child(2) {
        left: unset !important;
        right: -35px !important;
        top: 26px !important;
        transform: none !important;
    }

    .language-globe .gsatelites a:nth-child(3) {
        left: -35px !important;
        top: 26px !important;
        transform: none !important;
    }
}


header.main-header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "\f347" !important;
}

header.main-header .mega-toggle-on a.mega-menu-link>span.mega-indicator:after {
    transform: rotate(180deg) !important;
}

.banner-bg::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(9 25 61) 0%, rgba(237, 221, 83, 0) 80%);
}

.banner-bg .container {
    position: relative;
    z-index: 999;
}

.cloudMainProcessTabingSec .nav-tabs .nav-link {
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

@media (max-width: 767px) {
    #cloudMigrationSlider .apiServicesliderCard {
        min-height: 490px;
    }

    .DmHeroSec::after {
        background: rgb(9 25 61 / 71%) !important;
    }

    .single-ficode-services .individual_service_banner .flex-nowrap {
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .technology-use li.expertise_box {
        width: 50% !important;
    }
}

.portfolio_des_sec li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(https://www.ficode.com/wp-content/uploads/2025/08/future-ready-check-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.portfolio_des_sec li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
}

.projectoverviewleft_box li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    padding-bottom: 10px;
    list-style-type: none !important;
    position: relative;
    margin-bottom: 0 !important;
}

.projectoverviewleft_box li::before {
    content: '';
    left: 0;
    top: 2px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(https://www.ficode.com/wp-content/uploads/2025/08/future-ready-check-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.projectoverviewleft_box ul {
    margin-left: 0 !important;
}

.postid-16173 .hire_experts h4 span {
    text-transform: none !important;
}

.question_services_inner .right .contact_btn:hover::before {
    background-color: #ffffff00;
}

.single-industry section.question_services.industryPages .question_services_inner .contact_btn:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: #ffffff00 !important;
}

.single-industry section.question_services.industryPages .question_services_inner .right .contact_btn:hover span {
    color: #fff !important;
}

.single-technology .ficode-btn:hover a::before {
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.individual_service_banner .ficode-btn {
    padding: 0 !important;
}

body.postid-17448 .Problem_statement .the_solution h2 {
    display: none;
}

.overflow-hidden {
    overflow: hidden !important;
}



.modal.bannerPopup .modal-dialog {
    width: 100%;
    max-width: 1200px;
    font-family: 'Hanken Grotesk' !important;
    margin: 10px auto !important;
    padding: 0 20px;
}

#bannerPopup .modal-dialog .modal-content {
    background-image: url(https://www.ficode.com/wp-content/uploads/2026/02/mainmodal-bg.webp);
    background-size: cover;
    background-position: center right;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: #001d43;
    overflow: hidden;
    border: 0;
}

#bannerPopup h2 {
    font-size: 35px !important;
    color: #fff !important;
    line-height: 1.4 !important;
}

.modal.bannerPopup .modal-header .close {
    background-image: url(../images/modal-close-icon.svg) !important;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background-color: #fff;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}

#bannerPopup p {
    font-size: 24px !important;
    color: #fff;
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    #bannerPopup .modal-dialog .modal-content .modal-body:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
    }

    #bannerPopup h2 {
        font-size: 26px !important;
    }

    #bannerPopup p {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    ul#menu-footer-menu {
        column-count: 2;
    }
}