/**
 * Theme Name:     Blue Bird Systems
 * Author:         Blue Bird Systems
 * Template:       hello-elementor
 * Text Domain:	   blue-bird-systems
 * Description:    Blue Bird Systems
 */



@font-face {
    font-family: 'HostGrotesk';
    src: url('./assets/fonts/HostGrotesk-Light.woff') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HostGrotesk';
    src: url('./assets/fonts/HostGrotesk-Regular.woff') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: HostGrotesk;
    src: url('./assets/fonts/HostGrotesk-Medium.woff') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: HostGrotesk;
    src: url('./assets/fonts/HostGrotesk-SemiBold.woff') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: HostGrotesk;
    src: url('./assets/fonts/HostGrotesk-Bold.woff') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'HostGrotesk', sans-serif !important;
}

body {
    font-family: 'HostGrotesk', sans-serif !important;
}

.custom-menu-wrapper {
    position: relative;
}

.custom-menu {
    display: flex;
    align-items: center;
    gap: 20px 2.1vw;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.custom-menu li {
    list-style: none;
    text-align: center;
}

.custom-menu li a {
    font-family: 'HostGrotesk';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #577A8B;
    padding: 12px 18px;
    display: inline-block;
}

.custom-menu li a:hover {
    color: #577A8B;
}

.custom-menu>li>a:hover {
    color: #577A8B;
}

.custom-menu li.current-menu-item a {
    border: 1px solid #567A8B33;
    border-radius: 50px;
}

.custom-menu-nav .custom-menu li.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a::after {
    content: "";
    transition: transform .3s ease;
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/down.png);
    right: 2px;
    width: 13px;
    height: 13px;
    color: #0000003d;
    font-family: cursive;
    top: 18px;
    font-size: 18px;
    background-size: contain;
    background-position: top center;
}

.custom-menu-nav .custom-menu li.menu-item-has-children>ul.sub-menu {
    padding: 0;
    list-style: none;
    width: 100%;
    min-width: 280px;
    backdrop-filter: blur(10px);
    background: #577A8B;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
    transform: translateY(10px);
    position: absolute;
    z-index: 999;
}

.custom-menu-nav .custom-menu li.menu-item-has-children.open>ul.sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-radius: 10px;
    padding: 10px;
}

.custom-menu-nav .custom-menu li.menu-item-has-children.open>ul.sub-menu li a {
    color: #fff !important;
    font-family: 'HostGrotesk';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.custom-menu-nav .custom-menu li.menu-item-has-children.open>ul.sub-menu li {
    padding: 5px;
}

.custom-menu-toggle {
    width: 30px;
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.custom-menu-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
}

.custom-menu-toggle {
    width: 30px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.custom-menu-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transition: 0.35s ease;
}

.custom-menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.custom-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.custom-menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.def-btn .elementor-button-text {
    font-family: 'HostGrotesk' !important;
}

.custom-menu>li>a {
    text-transform: lowercase;
}

nav.custom-menu-nav {
    border-radius: 50px;
    padding: 6px 10px;
    /*background: linear-gradient(65.67deg, #81a3b433 12.97%, #81a3b433 76.8%);*/
    border: 1px solid #ffffff54;
    box-shadow: 0px 2px 15px -10px #0000007a;
    background: linear-gradient(65.67deg, #ffffff78 12.97%, #ffffff78 76.8%);
}


/*---- Footer ----*/

.nl-blk .tnp.tnp-subscription {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.nl-blk .tnp.tnp-subscription .tnp-field.tnp-field-email label {
    display: none;
}

.nl-blk .tnp-field.tnp-field-email {
    width: 60%;
    float: left;
    margin: 0 9px 10px 0;
}

.nl-blk .tnp-field.tnp-field-email input {
    color: #878787;
    font-family: 'HostGrotesk';
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 14px 20px;
    border-radius: 50px;
}

.nl-blk .tnp-field.tnp-field-button input.tnp-submit {
    height: 51px;
    width: 25%;
    font-family: 'HostGrotesk';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 1px !important;
    text-align: center;
    background: #0f87c8;
    color: #fff;
    transition: 0.3s;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.35s ease;
}

.footer-logobx img {
    filter: brightness(1) invert(1);
}

.nl-blk .tnp-field.tnp-field-button input.tnp-submit:hover {
    background: #000;
    color: #fff;
}

.footer-menu-block ul li a {
    font-family: 'HostGrotesk';
    font-weight: 500;
    font-size: 14px;
    color: #5f8296;
    line-height: 28px;
    letter-spacing: 0%;
    transition: 0.3s;
}

.footer-menu-block ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-menu-block ul li {
    list-style: none;
    line-height: normal;
}

.footer-menu-block ul li a:hover {
    color: #5f8296;
}

.footer-menu-policy {
    display: flex !important;
    align-items: center;
    flex-direction: row !important;
    gap: 20px !important;
    justify-content: end !important;
}
body .grecaptcha-badge {
    opacity: 0;
    height: 0px !important;
}

/*---- Footer Css End----*/


/*--- button ----*/

.main-btn a {
    background: linear-gradient(85.48deg, #0172F8 9.39%, #019DCF 110.07%);
    font-family: 'HostGrotesk' !important;
    line-height: 120%;
    letter-spacing: -2%;
}

.pricingcmn .main-btn a {
    box-shadow: 0px 5px 10px rgba(80, 80, 80, 0.57);
}

.main-btn a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(85.48deg, #0172f8bf 9.39%, #0000002b 50.07%);
    transition: width 0.3s ease;
    z-index: -1;
}

.main-btn a:hover::before {
    width: 100%;
}

.main-btn a span.elementor-button-text {
    position: relative;
    z-index: 2;
}

.main-btn .elementor-button-icon {
    font-size: 47px;
}

.main-btn .elementor-button-content-wrapper {
    align-items: center;
}
.fullwidebadge {
    width: 100%;
    max-width: fit-content;
}
/*.main-btn:hover a {
    background: linear-gradient(85.48deg, #019DCF 9.39%, #0172F8 110.07%);
}*/

/*--- HomePage ----*/


img.glogo {
    width: auto;
    height: 30px !important;
    object-fit: contain;
    margin-left: 4px;
    margin-right: 4px;
}

.badge_tag {
    background: linear-gradient(65.67deg, rgb(255 255 255 / 68%) 12.97%, rgb(129 163 180 / 52%) 76.8%);
    box-shadow: inset 0px 1px 4px #ffffffc7 !important;
}

.staricn {
    margin-top: -5px !important;
    width: 85px !important;
    object-fit: contain;
}

.main_title span {
    padding-left: 60px;
    display: block;
}

/*.banner-rightone {
    background: linear-gradient(65.67deg, rgba(255, 255, 255, 0.2) 12.97%, rgba(129, 163, 180, 0.2) 76.8%);
    border: 1px solid #ffffff38;
    border-radius: 40px;
}*/
.banner-rightone {
    background: linear-gradient(65.67deg, rgb(255 255 255) 12.97%, rgb(129 163 180 / 52%) 76.8%);
    box-shadow: inset 0px 1px 4px #ffffffc7 !important;
    border-radius: 40px;
}

.timeline-infobx {
    display: none !important;
}

.banner-rightone .elementor-icon-box-title {
    margin-bottom: 10px !important;
}

.banner-rightthree {
    background: linear-gradient(65.67deg, rgba(255, 255, 255, 0.2) 12.97%, rgba(129, 163, 180, 0.2) 76.8%);
    border: 1px solid #ffffff3b;
}

.banner-rightthree span {
    font-family: 'HostGrotesk';
    font-weight: 300;
    font-size: 63.99px;
    line-height: 120%;
    letter-spacing: -3%;
}

.link-btnbx .elementor-icon svg {
    transition: transform 0.4s ease;
    transform-origin: center;
}

.link-btnbx:hover .elementor-icon svg {
    transform: rotate(45deg);
}

.badge_tag {
    font-family: 'HostGrotesk';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -3%;
    display: flex;
    align-items: center;
    gap: 10px !important;
}

.badge_tag img {
    width: 22px;
    height: auto;
    object-fit: contain;
}

.badge_tag h2.elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.badge_tag img.staricn {
    width: 10px;
    height: auto;
    object-fit: contain;
    margin-right: 4px;
    margin-top: -15px;
}

.badge_tag span {
    font-family: 'HostGrotesk';
    font-weight: 500;
    font-size: 20px;
    margin-left: 5px;
}

.banner-righttwo {
    background: #fff;
    padding: 24px;
    height: 100%;
    mask-image: url(/wp-content/uploads/2026/05/Group-10-2.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center;
    border-radius: 20px;
}

.testimonial-slider {
    width: 100%;
}

.testimonial-slider .slick-track {
    display: flex;
}

.testimonial-slider .slick-slide {
    height: auto;
}

.testimonial-item {
    background: #243342;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}

.testimonial-image-wrapper {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.testimonial-image-wrapper>img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.video-play-btn:hover {
    background-color: transparent;
}

.video-popup-btn {
    backdrop-filter: blur(1px);
    position: absolute;
    top: 18px;
    left: 18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff50;
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    transition: 0.3s ease;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-content {
    padding: 22px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.testimonial-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}

.client-position {
    font-size: 13px;
    color: #b8c7d4;
    display: block;
    margin-bottom: 10px;
}

a.visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b8c7d4;
    font-size: 14px;
    transition: .2s all;
    border-bottom: 1px solid #b8c7d4;
    padding-bottom: 5px;
}

a.visit-btn svg {
    transform: rotate(-45deg);
    transition: .2s all;
}

a.visit-btn:hover svg {
    transform: none;
}

a.visit-btn:hover {
    border-color: transparent;
}

a.visit-btn:hover {
    color: #fff;
}

a.visit-btn:hover g {
    stroke: #fff;
}

a.visit-btn path {
    transition: .2s all;
}

.testimonial-image-wrapper img {
    height: 100%;
}

.video-popup-btn img {
    width: 20px;
    height: 20px !important;
}

.testimonial-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.testimonial-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0.22) 0%,
            rgba(255, 255, 255, 0.08) 20%,
            rgba(255, 255, 255, 0) 75%);
    mask-image: linear-gradient(to top,
            black 0%,
            black 45%,
            transparent 100%);
    -webkit-mask-image: linear-gradient(to top,
            black 0%,
            black 41%,
            transparent 60%);
}

.testimonial-item.active::before {
    display: none;
}

button.mfp-close {
    width: 30px !important;
    height: 30px !important;
    background: #5f8296 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px;
    padding-right: 0px !important;
    top: -15px !important;
    opacity: 1;
    right: -10px;
    font-size: 27px;
    color: #fff !important;
}

.growth-left>.e-con {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all .6s ease;
}

.growth-left>.e-con.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
}

.growth-left {
    position: relative;
    min-height: 700px;
}

.testimonial-slider-arrows span {
    background-color: transparent;
    padding: 0;
    border: none;
}

.testimonial-slider-arrows svg {
    display: block;
    border: 1px solid #0195D7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .2s all;
    cursor: pointer;
}

.testimonial-slider-arrows span circle {
    transition: .2s all;
    fill: transparent;
}

.testimonial-slider-arrows span:hover path {
    stroke: #fff;
}

.testimonial-slider-arrows svg:hover {
    background: #0195D7;
}

.testimonial-slider-arrows {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.testimonial-slider-arrows span:hover {
    background-color: transparent;
}

/* PROGRESS LINE */
.progress-line {
    width: 4px;
    height: 0%;
    background: #2563eb;
    border-radius: 30px;
    transition: height 4s linear;
}

.growth-right .elementor-widget-html {
    width: 2px !important;
    min-width: 2px !important;
    background: #dbeafe;
    border-radius: 30px;
    overflow: hidden;
    height: 80px;
}

.growth-right>.e-con {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .growth-right>.e-con.active .elementor-icon-box-wrapper {
            background: #fff;
            border-radius: 16px;
            padding: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
        } */

.timeline-infobx {
    left: 50% !important;
    transform: translateX(-50%);
}

.steps-blk,
.steps-blk img {
    height: 100% !important;
}

.steps-blk .elementor-widget-image {
    height: 100%;
}

.icn-bx span.elementor-icon {
    background: #9bb9e1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.icn-box-blk.active .icn-bx span.elementor-icon {
    background: #142846;
    box-shadow: 0 0 10px #00000010 !important;
}

.steps-blk .elementor-widget-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /*backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: linear-gradient(to top, rgb(20 40 70) 28%, rgba(255, 255, 255, 0.00) 67%, rgba(255, 255, 255, 0) 48%);
    mask-image: linear-gradient(to top,
            black 20%,
            black 100%,
            transparent 100%);
    -webkit-mask-image: linear-gradient(to top,
            black 0%,
            black 41%,
            transparent 60%);*/
}

.timeline-infobx {
    z-index: 9 !important;
}

.our-process {
    background: linear-gradient(90deg,
            #d8ecfb 0%,
            #8dc3ea 25%,
            #4f8ef0 50%,
            #8dc3ea 75%,
            #d8ecfb 100%);
}

.custom-footer {
    /*background: linear-gradient(90deg, #edfcff 0%, #edfcff 10%, #4f8ef0 50%, #8dc3ea 75%, #edfcff 90%, #edfcff 100%);*/
}
.mb-grow-acordions .e-n-accordion-item > div {
    display: none;
}

/*---- HomePage Css End -----*/

/*---- Pricing Css Start -----*/

.pricing-tbone {
    background: #0F64EB;
    box-shadow: 0 0 15px 3px #fff;
    border: 2px solid #018ede;
    margin-top: auto;
}

.pricing-tbtwo {
    background: linear-gradient(180deg, rgb(237 252 255) 0%, rgb(172 217 238 / 56%) 50%, #0191db47 100%);
    background: #fff;
      border: 2px solid #018ede;
}

.price-bdg span:last-child {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.pricing-imgs img {
    background: #fff;
    padding: 10px;
    border-radius: 10px !important;
    width: 60px;
}

.pos-center {
    transform: translateX(-50%);
}

.badge-btns {
    background: #0173f8;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px;
    width: fit-content;
    position: absolute !important;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    border: 1px solid #ffffff4a;
}

.pricing-btns a {
    width: 100% !important;
    padding: 15px;
    height: auto;
    border-radius: 50px;
}

.pricingcmn ul {
    list-style: none;
    padding: 0px;
    position: relative;
}

.pricingcmn ul li {
    background-image: url(/wp-content/uploads/2026/06/checked.png);
    background-repeat: no-repeat;
    background-size: 15px;
    padding: 10px 20px;
    background-position: left center;
    border-bottom: 1px solid rgba(1, 115, 247, 0.08);
}

.pricingcmn ul li:last-child {
    border: none;
}

.pricing-tab-secs .e-n-tabs-heading {
    position: relative;
    align-items: center;
    border: 1px solid #c2dae4;
    border-radius: 50px;
    max-width: max-content;
    margin: 0 auto;
    padding: 5px;
    background: #edfcff;
}

.pricing-tab-secs .e-n-tab-title[aria-selected="true"] {
    background: linear-gradient(90deg, #5fe4ff 0%, #0f87c8 100%) !important;
}

.pricing-tab-secs .e-n-tab-title {
    padding: 13px 25px !important;
    border-radius: 50px !important;
    line-height: normal;
    background: transparent !important;
}

.pricing-tab-secs .e-n-tab-title[aria-selected="true"] span {
    color: #fff !important;
}

.pricing-tab-secs .e-n-tab-title .e-n-tab-title-text {
    font-size: 20px;
    font-weight: 600;
    color: #667085;
}

.pricing-tab-secs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    color: #111;
}

.pricing-tab-secs.yearly-active .e-n-tabs-heading:after {
    left: calc(50% + 10px) !important;
}

.pricing-tbone .pricing-btns a:hover {
    background: linear-gradient(85.48deg, #0172F8 9.39%, #019DCF 110.07%);
    color: #fff;
}

.pricing-tab-secs .e-n-tabs {
    position: relative;
}

.currency-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50px;
    position: relative;
}

.currency-toggle button {
    border: none;
    background: transparent !important;
    padding: 0px 40px;
    font-size: 20px;
    font-weight: 600;
    color: #667085 !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .3s;
    min-width: 70px;
}

.currency-toggle button.active {
    color: #000 !important;
}

.currency-toggle::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    background: #0f87c8;
    border-radius: 999px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.currency-toggle::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: calc(50% - 12px);
    transform: translateY(-50%);
    transition: .3s ease;
    z-index: 1;
}

.currency-toggle.usd-active::after {
    left: calc(50% - 25px);
}

.currency-toggle.gbp-active::after {
    left: calc(50% + 1px);
}

.currency-toggle button.active {
    color: #111827;
}

.trust-sld .slick-slide {
    margin: 0 20px;
    min-height: 340px;
}

.trust-sld .slick-slide {
    transition: .3s ease;
    transform: translateY(0px);
}

.trust-sld .slick-slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 10px -6px #00000036;
}

.trust-sld .slick-arrow {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    background: #0f64eb00;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.trust-indibx {
    background: #cce7f5;
    border-radius: 100px;
    padding: 10px;
    width: 70px;
    height: 70px;
    margin: 0px auto;
    box-shadow: 0px 2px 8px #7c7c7c47;
}

.trust-indibx img {
    padding: 4px;
}

.trust-sld .slick-arrow.slick-next {
    right: 0;
}

.trust-sld .slick-arrow.slick-arrow {
    background-image: url(/wp-content/uploads/2026/05/Group-8.svg);
}

.trust-sld .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(180deg);
}

.trust-sld .slick-arrow {
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 10px #00000020;
    transition: 0.3s;
}

.trust-sld .slick-arrow:hover,
.trust-sld .slick-arrow:focus,
.trust-sld .slick-arrow:focus-visible {
    border: 2px solid #0f64eb !important;
    background-color: #ff000000 !important;
}

.trust-sld .slick-track {
    padding: 10px 0;
}

#yearlybtn .e-n-tab-title-text span {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 5px;
    background: #5f8296;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 20px;
}

/*---- Pricing Css End -----*/

/*---- Feature Page Css Start -----*/

.main_titlebx .elementor-heading-title span {
    color: #0f87c8;
}

.scroll-infobx-inner>.e-con-inner {
    align-items: flex-start !important;
}

.scroll-infobx-left {
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    height: fit-content !important;
}

.scroll-infobx-left li.elementor-icon-list-item {
    display: grid !important;
}

.scroll-infobx-left .elementor-icon-list-item {
    opacity: 0.55;
    transition: opacity 0.3s ease;
    position: relative;
}

.scroll-infobx-left .elementor-icon-list-item.active {
    opacity: 1;
}

.li-progress-wrap {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    /* light gray baseline */
    border-radius: 2px;
    margin-top: 6px;
    overflow: hidden;
}

.li-progress {
    display: block;
    width: 0%;
    height: 100%;
    background: #0F87C8;
    /* dark active color */
    border-radius: 2px;
    transition: width 0.15s linear;
}

.scroll-infobx-left ul.elementor-icon-list-items li.elementor-icon-list-item:not(.active) span.li-progress-wrap .li-progress {
    background: #d9d9d9;
}

.scroll-infobx-left ul.elementor-icon-list-items li.elementor-icon-list-item.active span.elementor-icon-list-text:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0F87C8;
    border-radius: 50px;
    left: 0px;
    top: 7px;
}

.scroll-infobx-left ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    padding-left: 20px;
}

.theme-three,
.theme-two,
.theme-one {
    background-image: linear-gradient(180deg, #bed7dc0f 0%, #edfcff 100%);
}

/*----  Feature Page Css End -----*/


/*---- Contact Us Page Start ---*/

.contact-us-secs,
.contact-btsec {
    position: relative;
}

.contact-us-secs:before {
    content: '' !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(146 196 235) 0%, rgb(153 190 219 / 40%) 25%, rgba(255, 255, 255, 0) 75%, rgb(255 255 255) 100%), linear-gradient(to right, rgb(255 255 255 / 70%) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255 255 255 / 30%) 100%);
}

.contact-btsec:before {
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 75%) 25%, rgb(255 255 255 / 0%) 75%, rgb(255 255 255 / 0%) 100%), linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 20%, rgb(255 255 255 / 0%) 80%, rgb(255 255 255 / 0%) 100%);
    content: '' !important;
    position: absolute;
    top: 0px;
}

.cont-frmbx .wpcf7-form {
    background: #fff;
    border-radius: 16px;
    padding: 20px 0px;
}

.cont-frmbx .wpcf7-form label,
.cont-frmbx .wpcf7-form .wpcf7-form-control-wrap::before {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}

.cont-frmbx .wpcf7-form input[type="text"],
.cont-frmbx .wpcf7-form input[type="email"],
.cont-frmbx .wpcf7-form textarea,
.cont-frmbx .wpcf7-form select {
    width: 100%;
    background: transparent;
    border: 1.5px solid #f3f3f3;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    color: #111;
    outline: none;
    transition: border 0.2s ease, background 0.2s ease;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
}

.cont-frmbx .wpcf7-form input::placeholder,
.cont-frmbx .wpcf7-form textarea::placeholder {
    color: #aaa;
    font-size: 14px;
}

.cont-frmbx .wpcf7-form input:focus,
.cont-frmbx .wpcf7-form textarea:focus,
.cont-frmbx .wpcf7-form select:focus {
    border-color: #2563eb;
    background: #fff;
}

.cont-frmbx .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.cont-frmbx .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px;
}

.cont-frmbx .wpcf7-form input[type="submit"],
.cont-frmbx .wpcf7-form .wpcf7-submit {
    width: 100%;
    background: #0f87c8;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cmn-btns a:hover .elementor-button-content-wrapper .elementor-button-icon svg,
.sec-btn a:hover .elementor-button-content-wrapper .elementor-button-icon svg {
    z-index: 9999;
}

.cmn-btns svg {
    width: 40px !important;
}

.cmn-btns a:hover svg {
    transform: rotate(45deg);
}

.cmn-btns a svg {
    transition: .4s;
}

.cmn-btns a .elementor-button-text {
    display: flex;
    align-items: center;
}

.cont-frmbx .wpcf7-form input[type="submit"]:hover,
.cont-frmbx .wpcf7-form .wpcf7-submit:hover {
    background: #1d4ed8;
}

.phnicn .elementor-icon-box-icon .elementor-icon {
    background: #9330c436;
    padding: 10px;
    border-radius: 10px;
}

.addicn .elementor-icon-box-icon .elementor-icon {
    background: #2563eb33;
    padding: 10px;
    border-radius: 10px;
}

.emilicn .elementor-icon-box-icon .elementor-icon {
    background: #b6cfa9ad;
    padding: 10px;
    border-radius: 10px;
}

.linkicn .elementor-icon-box-icon .elementor-icon {
    background: #ffd06952;
    padding: 10px;
    border-radius: 10px;
}

.phnicn h3,
.addicn h3,
.emilicn h3,
.linkicn h3 {
    margin-bottom: 5px;
}

.cont-frmbx .wpcf7-submit {
    background-image: url(/wp-content/uploads/2026/06/arrow-icon.png) !important;
    top: 0px;
    right: 0px;
    background-size: 40px !important;
    background-position: right 6px center !important;
    background-repeat: no-repeat !important;
    z-index: 9999999;
}

.cont-frmbx .wpcf7-spinner {
    display: none;
}

.contact-innerbx {
    position: relative;
}

.contact-innerbx>.e-con-inner:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0px;
    border-left: 2px dashed #cdd8de70;
    transform: translate(50%);
}

.map-lcbx iframe {
    border-radius: 10px;
    display: block;
}

/*---- Contact Us Page End ---*/


/*---- About Us Page Css Start ---*/

.abt-tbx-secs .e-n-tabs-heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 15px !important;
    position: absolute;
    right: 0px;
    z-index: 99;
}

.abt-tbx-secs .e-n-tab-title {
    width: auto !important;
    text-align: right !important;
    padding-bottom: 2px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #68899c !important;
    color: #5f8399 !important;
    letter-spacing: 1px !important;
    box-shadow: none !important;
    padding: 0px 0px 15px 20px !important;
}

.abt-tbx-secs .e-n-tab-title[aria-selected="true"] {
    color: #0f87c8 !important;
    border-bottom: 1px solid #0f87c8 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.abt-tbx-secs .e-n-tabs-content {
    display: block !important;
    width: 100% !important;
}

.team-infobx .socialicn-bx {
    position: absolute !important;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 40px);
    opacity: 0;
    transition: .4s !important;
    z-index: 1;
}

.team-infobx .elementor-element:hover .socialicn-bx {
    opacity: 1;
    transform: translate(-50%, 0px);
}

.socialicn-bx .elementor-grid-item:hover a svg {
    fill: #0f87c8 !important;
}

.socialicn-bx .elementor-grid-item:hover a {
    background: #fff !important;
}

.team-infobx .elementor-element:hover img {
    transform: scale(1.1);
    border-radius: 20px;
}

.team-infobx .elementor-element img {
    transition: .5s;
}

.team-infobx .elementor-element {
    overflow: hidden;
}

.testimonial-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 20px;
}

.testimonial-grid .testimonial-item {
    margin: 0;
}

.error404 .s-main-header {
    position: relative;
    background-color: #c1dae3 !important;
}

.error404 main#content {
    text-align: center;
    padding: 100px 10px;
}

.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-inline-holder .mfp-content video {
    height: 100% !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    width: auto;
    margin: 0 auto;
}

div#mp4-video-container {
    height: 500px;
    width: auto;
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: fit-content;
}

.testimonial-image-wrapper video {
    height: 100%;
    width: 100%;
}

.video-play-btn {
    border: 0;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffff50;
    backdrop-filter: blur(1px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    transition: 0.3s ease;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-play-btn img {
    max-width: 20px;
}

.grow-accordins .e-n-accordion-item-title-text span {
    display: block;
    color: #5f8296;
    font-size: 16px;
    margin: 5px 0px;
}

.grow-accordins .e-n-accordion-item-title-text {
    line-height: normal;
}

.grow-accordins summary.e-n-accordion-item-title {
    gap: 20px !important;
}

.grow-accordins .e-n-accordion-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

/*---- About Us Page Css End ---*/


/*---- our Work page Css Start ----*/

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.project-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.project-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
}

.project-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-title {
    margin: 16px 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.project-meta {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.study-grplist {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 30px;
    list-style: none;
    padding-top: 10px;
}

.study-grplist li,
.study-grplist li:hover {
    color: #5f8296;
}

.study-grplist li {
    position: relative;
}

.study-grplist li:not(:nth-child(1)):before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #5f8296;
    left: -10px;
    top: 10px;
    border-radius: 1px;
}

.study-grplist .default-txt {
    font-weight: 700;
}

/*.project-card {
    pointer-events: none;
}*/
.view-webtn {
    color: #0f87c8;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: .3s ease-in;
}

.view-webtn svg {
    transform: rotate(320deg);
    transition: .3s ease-in;
}

.view-webtn svg path,
.view-webtn svg circle {
    stroke: #0f87c8;
}

.view-webtn:hover {
    color: #0f87c8;
    transition: .3s ease-in;
}

.view-webtn:hover svg {
    transform: rotate(360deg);
}

.view-webtn:hover svg path,
.view-webtn:hover svg circle {
    stroke: #0f87c8;
}


/*--- Our Work Page Css End ----*/



/*---- MEDIA Query ---*/

@media only screen and (min-width: 1580px) and (max-width: 1900px) {

    .main-btn .elementor-button-text,
    .sec-btn .elementor-button-text {
        font-size: 18px !important;
    }

    .main_title span {
        padding-left: 40px;
    }

    .main_textbx {
        margin-left: 40px !important;
    }

    .banner-btnwrap {
        padding-left: 40px !important;
    }

    .badge_tag .elementor-heading-title {
        font-size: 14px;
        line-height: 18px;
    }

    .main-banner-secs .e-con-inner {
        gap: 100px !important;
    }

    .banner-mainleft {
        width: 27% !important;
    }

    .banner-mainright {
        width: 66% !important;
    }

    .banne-badeimg img {
        height: 50px !important;
    }

    .link-btnbx a.elementor-icon {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1580px) {
    .main_title h1 {
        font-size: 40px !important;
    }

    .banner-btnwrap {
        padding-top: 0;
    }

    .main_textbx {
        padding-top: 0px !important;
    }

    .main-btn .elementor-button-text,
    .sec-btn .elementor-button-text {
        font-size: 16px !important;
    }

    .main_title span {
        padding-left: 30px;
    }

    .main_textbx {
        margin-left: 30px !important;
    }

    .banner-btnwrap {
        padding-left: 30px !important;
    }

    .badge_tag .elementor-heading-title {
        font-size: 13px;
        line-height: 16px;
    }

    .badge_tag {
        padding: 6px 20px 6px 20px !important;
    }

    .main-banner-secs .e-con-inner {
        gap: 70px !important;
    }

    .banner-mainleft {
        width: 27% !important;
    }

    .banner-mainright {
        width: 67% !important;
    }

    .banne-badeimg img {
        height: 40px !important;
    }

    .link-btnbx a.elementor-icon {
        font-size: 30px !important;
    }

    .icon-infobx .elementor-icon-box-title {
        font-size: 24px !important;
    }

    .third-txtbx h2.elementor-heading-title {
        font-size: 80px !important;
        line-height: 80px !important;
    }

    .banner-rightone,
    .banner-rightthree {
        padding: 20px 10px 30px 20px !important;
    }

    .banner-rightone p {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1400px) {
    .main-banner-secs .e-con-inner {
        gap: 30px !important;
    }

    .banner-mainleft {
        width: 25% !important;
    }

    .banner-mainright {
        width: 71% !important;
    }

    .main-btn .elementor-button-icon {
        font-size: 24px;
    }

    .link-btnbx a.elementor-icon {
        font-size: 24px !important;
    }

    .main-btn .elementor-button-link {
        padding: 12px 12px;
    }

    .sec-btn .elementor-button-link {
        padding: 12px 12px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .main-btn .elementor-button-text,
    .sec-btn .elementor-button-text {
        font-size: 14px !important;
    }

    .main_title span,
    .main_title h1 {
        font-size: 34px !important;
    }

    .custom-menu {
        gap: 25px;
    }

    .main-btn span.elementor-button-content-wrapper {
        gap: 20px !important;
    }
}


@media(max-width: 1024px) {
    .custom-menu-toggle {
        display: flex;
        z-index: 99;
        position: relative;
    }

    .custom-menu-nav {
        top: 70px;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding: 20px 20px 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px #00000020;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
        pointer-events: none;
        position: fixed;
        z-index: 999 !important;
        background: #cfd9df !important;
        border-radius: 0px 0px 20px 20px !important;
    }

    .custom-menu-nav.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .custom-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .rel-pos .custom-menu-wrapper {
        display: flex;
        justify-content: end;
    }

    .rel-pos .custom-menu-nav.active {
        width: 100%;
        z-index: 99;
    }

    .main-banner-secs .e-con-inner {
        gap: 30px !important;
    }

    .banner-mainleft {
        width: 100% !important;
    }

    .banner-mainright {
        width: 100% !important;
    }

    /*.custom-footer {
    background: linear-gradient(90deg, #5290f1 0%, #4f8ef0 10%, #4f8ef0 50%, #5997ef 75%, #3e6cb3 90%, #4272bc 100%);
}*/
    .nl-blk .tnp-field.tnp-field-email {
        width: 100%;
    }

    .nl-blk .tnp-field.tnp-field-button input.tnp-submit {
        width: 100%;
    }

    .scroll-infobx-left {
        position: sticky !important;
        top: 0px !important;
        z-index: 99 !important;
        background: #fff;
        width: 100% !important;
        padding: 10px !important;
    }

    .scroll-infobx-left .elementor-icon-list-items {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: scroll !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 10px !important;
        padding: 0 0% !important;
        flex-wrap: nowrap !important;
        scrollbar-width: none !important;
        scroll-snap-type: x mandatory !important;
    }

    .scroll-infobx-left .elementor-icon-list-items::-webkit-scrollbar {
        display: none !important;
    }

    .scroll-infobx-left .elementor-icon-list-item {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        opacity: 0.35 !important;
        transition: opacity 0.3s ease !important;
        scroll-snap-align: center !important;
    }

    .scroll-infobx-left .elementor-icon-list-item.active {
        opacity: 1 !important;
    }

    .scroll-infobx-left ul.elementor-icon-list-items li {
        margin: 0px !important;
    }

    .scroll-infobx-left ul.elementor-icon-list-items li:last-child {
        padding-bottom: 7.5px !important;
    }

    .contact-innerbx>.e-con-inner:before {
        display: none;
    }

    .abt-tbx-secs .e-n-tabs-heading {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-end !important;
        gap: 25px !important;
        position: relative;
    }

    .abt-tbx-secs .e-n-tab-title {
        padding: 0px 10px 5px 10px !important;
    }

    .abt-tbx-secs .e-n-tab-title[aria-selected="true"] {
        margin-bottom: 0px !important;
    }
}


@media(max-width: 767px) {
    .steps-blk .elementor-widget-image::before {
        display: none;
    }

    .process-list li.elementor-icon-list-item {
        flex-direction: column;
        justify-content: center;
    }

    .wave-box-1.elementor-invisible,
    .rel-pos.elementor-invisible {
        visibility: visible;
    }

    .lgb-blk::before {
        display: none;
    }

    .main_title span {
        padding: 0;
    }

    .banner-rightthree {
        background: #fff;
    }

    .banner-rightone {
        background: #fff;
    }

    .main_title span {
        padding: 0;
    }

    .banner-rightthree {
        background: #fff;
    }

    .banner-rightone {
        background: #fff;
    }

    .lgb-box::after {
        display: none;
    }

    .lgb-blk::before {
        display: none;
    }

    .lgb-box::before {
        top: 20px;
    }

    .footer-menu-policy {
        justify-content: center !important;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-item {
        margin: 0px !important;
    }

    .currency-toggle {
        left: 0px;
        transform: none;
        position: relative;
    }

    .trust-sld .slick-slide {
        margin: 0px !important;
        min-height: auto !important;
    }

    .cmn-btns svg {
        width: 30px !important;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .study-grplist li {
        font-size: 14px;
    }

    .study-grplist li:not(:nth-child(1)):before {
        display: none;
    }

    .study-grplist {
        gap: 10px;
        padding-top: 4px;
    }

    .project-case-study h1 {
        font-size: 28px !important;
    }

    .project-case-study {
        padding: 30px 0px !important;
    }

    img.mb-glogo {
        width: 60px !important;
    }
}



@media(max-width: 480px) {
.staricn {
    width: 40px !important;
}
}