.banner-hero-bg {
    background:
        radial-gradient(ellipse 52% 68% at 4% 13%,
            #E3F6F0 0%,
            rgba(227, 246, 240, .78) 22%,
            rgba(227, 246, 240, .34) 42%,
            transparent 70%),
        radial-gradient(ellipse 46% 54% at 18% 68%,
            #FAF9EE 0%,
            rgba(250, 249, 238, .62) 22%,
            rgba(250, 249, 238, .28) 42%,
            transparent 68%),
        radial-gradient(ellipse 46% 58% at 84% 66%,
            #E9EAFF 0%,
            rgba(233, 234, 255, .78) 20%,
            rgba(233, 234, 255, .34) 40%,
            transparent 68%),
        #fff;
}

.min-height {
    min-height: 736px
}

.hero-heading {
    min-height: 2.2em;
    line-height: 1.15;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    overflow-wrap: break-word
}

.btn-effect:after,
.btn-effect:before {
    background: #fff;
    top: -50px;
    transform: rotate(35deg);
    transition: all  3s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    content: "";
    opacity: 0
}

.btn-effect:before {
    height: 155px;
    width: 50px
}

.btn-effect:after {
    height: 20rem;
    width: 8rem
}

.btn {
    --bs-btn-font-family: var(--bs-body-font-family) !important;
    --bs-btn-padding-y: .75rem;
    --bs-btn-padding-x: 3rem;
    background: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-border-radius-pill);
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: transform .5s;
    min-width: 150px;
    min-height: 40px
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    background-position: 100%;
    background-size: 200% auto
}


.btn-outline-primary,
.btn-primary{
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-disabled-color: var(--bs-white)
}

.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--btn-gradient);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: var(--btn-hover-gradient);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: var(--ac-primary);
    --bs-btn-active-bg: var(--btn-hover-gradient);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-bg: var(--btn-gradient);
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-border-width: var(--ac-boder-0)
}

.btn-outline-primary {
    --bs-btn-color: rgba(var(--ac-dark), 1);
    --bs-btn-bg: var(--bs-white)
}

.btn-outline-primary {
    --bs-btn-border-color: rgba(var(--ac-dark), 1);
    --bs-btn-hover-bg: rgba(var(--ac-dark), 1);
    --bs-btn-hover-border-color: rgba(var(--ac-dark), 1);
    --bs-btn-focus-shadow-rgb: rgba(var(--ac-dark), 1);
    --bs-btn-active-bg: rgba(var(--ac-dark), 1);
    --bs-btn-active-border-color: rgba(var(--ac-dark), 1);
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-bg: rgba(var(--ac-dark), 0.75);
    --bs-btn-disabled-border-color: vrgba(var(--ac-dark), 0.75);
    --bs-btn-border-width: 2px
}

.counter-pill {
    border: 1px solid rgba(83, 99, 216, 0.15);
    border-radius: 100px;
}

@media(max-width: 991.98px) {
    .counter-pill {
        border-radius: 30px;
    }
}

.avatar-stars {
    gap: .5rem;
}

.number {
    display: inline-block;
    min-width: 4ch;
}

.clients-carousel .item.box {
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: auto;
    transition: transform .5s ease-in;
    margin: 8px auto
}

.clients-carousel .item.box:hover {
    transform: scale(1.2)
}

.global-business-sec .icon {
    margin-right: .5rem
}

.text-grad-2 {
    --text-gradient: transparent linear-gradient(82deg, #610a51, #e61e65 18%, #fe836d) 0 0;
    line-height: 1.2 !important;
    overflow: hidden;
}

.accor-heading-gradient .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span,
.text-gradient {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--bs-body-color)
}

@supports (background-clip:text) {

    .accor-heading-gradient .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span,
    .text-gradient {
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto
    }
}

.accor-px-38 .accordion-body {
    padding-left: 38px;
    padding-right: 38px
}

.accor-heading-gradient .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span,
.text-gradient {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--bs-body-color)
}

@supports (background-clip:text) {

    .accor-heading-gradient .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span,
    .text-gradient {
        background: var(--text-gradient);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto
    }
}

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg fill='%23082044' height='64px' width='64px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 490 490' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M227.8,174.1v53.7h-53.7c-9.5,0-17.2,7.7-17.2,17.2s7.7,17.2,17.2,17.2h53.7v53.7c0,9.5,7.7,17.2,17.2,17.2 s17.1-7.7,17.1-17.2v-53.7h53.7c9.5,0,17.2-7.7,17.2-17.2s-7.7-17.2-17.2-17.2h-53.7v-53.7c0-9.5-7.7-17.2-17.1-17.2 S227.8,164.6,227.8,174.1z'/%3E%3Cpath d='M71.7,71.7C25.5,118,0,179.5,0,245s25.5,127,71.8,173.3C118,464.5,179.6,490,245,490s127-25.5,173.3-71.8 C464.5,372,490,310.4,490,245s-25.5-127-71.8-173.3C372,25.5,310.5,0,245,0C179.6,0,118,25.5,71.7,71.7z M455.7,245 c0,56.3-21.9,109.2-61.7,149s-92.7,61.7-149,61.7S135.8,433.8,96,394s-61.7-92.7-61.7-149S56.2,135.8,96,96s92.7-61.7,149-61.7 S354.2,56.2,394,96S455.7,188.7,455.7,245z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H9C8.58579 12.75 8.25 12.4142 8.25 12C8.25 11.5858 8.58579 11.25 9 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12Z' fill='%231C274C'/%3E%3C/g%3E%3C/svg%3E")
}

.accordion-button {
    --bs-accordion-btn-color: rgba(var(--ac-dark), 1);
    --bs-accordion-active-color: rgba(var(--ac-dark), 1);
    --bs-accordion-btn-padding-x: 0
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset
}

.accordion .accordion-item .accordion-body .content p {
    margin-bottom: 0
}

.accordion-button .icon {
    margin-right: 10px
}

#award-carousel-sec .owl-stage,
.tab-card-nav .nav-pills .nav-link .icon {
    margin: 0 auto
}

/* Cloud Provider Comparision Table - CSS - Start - 22-06-2026 */

.cloud-proider-comparision .cloud-table-wrapper {
    border: 1px solid #dfe6f3;
    border-radius: 10px;
    overflow: auto;
    background: #fff;
}

.cloud-proider-comparision .cloud-comparison-table {
    min-width: 1280px;
    margin: 0;
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0;
}

.cloud-proider-comparision .cloud-comparison-table th,
.cloud-proider-comparision .cloud-comparison-table td {
    padding: 14px 12px;
    border-right: 1px solid #dfe6f3;
    border-bottom: 1px solid #dfe6f3;
    vertical-align: top;
    background: #fff;
    white-space: normal;
}

.cloud-proider-comparision .cloud-comparison-table thead th {
    background: #fff;
    font-weight: 700;
    color: #0b1f4d;
    min-width: 155px;
    vertical-align: middle;
}

.cloud-proider-comparision .cloud-comparison-table th:first-child,
.cloud-proider-comparision .cloud-comparison-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    min-width: 209px;
    font-weight: 700;
    background: #ffffff;
}

.cloud-proider-comparision .cloud-comparison-table .ace-column {
    background: #eaf1ff;
    font-weight: 700;
    border-right: 1px solid #7aa2ff;
}

.cloud-proider-comparision .cloud-comparison-table thead .ace-column {
    border-top: 3px solid #3f63ff;
    border-bottom: 2px solid #3f63ff;
}

.cloud-proider-comparision .section-row td {
    background: #e9eef6 !important;
    color: #28406f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 10px 0px 10px 12px;
}

.cloud-proider-comparision .brand-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cloud-proider-comparision .brand-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    background: #edf2f7;
    color: #6b7890;
    flex: 0 0 auto;
}

.cloud-proider-comparision .brand-icon.primary {
    background: #3f63ff;
    color: #fff;
}

.cloud-proider-comparision .brand-subtitle {
    display: block;
    font-size: 10px;
    font-weight: 600;
    /*color: #5b74ad;*/
    color: #1e3a8a;
    margin-top: 2px;
}

.cloud-proider-comparision .status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

.cloud-proider-comparision .dot-green {
    background: #21b26f;
}

.cloud-proider-comparision .dot-orange {
    background: #f59e0b;
}

.cloud-proider-comparision .dot-red {
    background: #ef4444;
}

.cloud-proider-comparision .dot-gray {
    background: #94a3b8;
}

.cloud-proider-comparision .table-note {
    font-size: 11px;
    color: #64748b;
}

@media (max-width: 768px) {
    .cloud-proider-comparision .cloud-comparison-table {
        font-size: 12px;
    }

    .cloud-proider-comparision .cloud-comparison-table th,
    .cloud-proider-comparision .cloud-comparison-table td {
        padding: 10px 12px;
    }

    .cloud-proider-comparision .cloud-comparison-table th:first-child,
    .cloud-proider-comparision .cloud-comparison-table td:first-child {
        min-width: 170px;
    }
}

/* Cloud Provider Comparision Table - CSS - End - 22-06-2026 */


.partner-section .brand-box-one,
.partner-section .brand-box-two {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin: 3em 0;
    gap: 20px;
}

.partner-section .brand-content-one,
.partner-section .brand-content-two {
    display: flex;
    gap: 20px;
}

.partner-section .brand-content-one {
    animation: 60s linear infinite scroll-one;
}

.partner-section .brand-content-two {
    animation: 60s linear infinite scroll-two;
}

.partner-section .brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    user-select: none;
    font-size: 0;
    transition: transform .3s ease-in-out;
}

.partner-section .brand-item:hover {
    transform: scale(1.2);
    z-index: 1;
}

.partner-section .brand-box-one:hover .brand-content-one,
.partner-section .brand-box-one:hover .brand-content-one+.brand-content-one,
.partner-section .brand-box-two:hover .brand-content-two,
.partner-section .brand-box-two:hover .brand-content-two+.brand-content-two {
    animation-play-state: paused
}

.partner-section .brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    user-select: none;
    font-size: 0;
    transition: transform .3s ease-in-out;
}

.partner-section .brand-item:hover {
    transform: scale(1.2);
    z-index: 1;
}

@keyframes scroll-one {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes scroll-two {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

.our-success-story .card-flex .card {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 1rem;
    height: 480px;
    width: 100%
}

.our-success-story .card-flex .card.active {
    background-size: auto
}

.our-success-story .card-flex .card .card-overlay {
    color: var(--bs-white);
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .6) 45%, #000)
}

@media (min-width:448px) and (max-width:767.9px) {
    .our-success-story .card-flex .card {
        width: 420px
    }
}

@media (min-width:768px) {
    .our-success-story .card-flex .card {
        width: 20.4375rem
    }
}

@media (min-width:992px) {
    .our-success-story .card-flex .card {
        width: 25.4375rem
    }
}

@media (min-width:1200px) {
    .our-success-story .card-flex .card {
        width: 220px
    }

    .our-success-story .card-flex .card.active {
        width: 25.25rem
    }

    .our-success-story .card-flex .card-heading {
        width: 100%;
        transition: opacity 1s ease-in .4s
    }

    .our-success-story .card-flex .card.active .card-heading {
        max-width: 78%;
        transition: opacity 1.5s ease-in .4s
    }

    .our-success-story .card-flex .card .hidden-content {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        transition: opacity 1s ease-in .4s
    }

    .our-success-story .card-flex .card.active .hidden-content {
        opacity: 1;
        visibility: visible;
        height: unset;
        max-height: 10.5rem;
        width: unset;
        max-width: 100%;
        transition: opacity .5s ease-in .2s;
        display: block
    }
}

.spotlight-carousel .spotlight-award-img:after {
    width: 200%;
    height: 0;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    content: "";
    position: absolute
}

.spotlight-carousel .card-body .author .author-img img{
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.spotlight-carousel .owl-stage {
    display: flex;
    padding: 30px 0
}


.spotlight-carousel .owl-item.active .item{
    opacity: 1
}

.spotlight-carousel .owl-dots {
    position: absolute;
    top: -20px;
    right: 32px;
    display: flex;
    gap: 8px
}

.spotlight-carousel .owl-dots {
    right: 8%
}

.spotlight-carousel .owl-dots .owl-dot span{
    background: var(--bs-white) !important;
    border: 1px solid rgba(var(--ac-primary), 1);
    margin: 0
}

.spotlight-carousel .owl-dots .owl-dot.active span{
    width: 24px;
    height: 11px;
    background: var(--btn-gradient) !important;
    border: var(--ac-border-0) !important
}

.spotlight-carousel .owl-item .item {
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.spotlight-carousel .owl-item.active:hover .item:before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 0;
    filter: blur(16px);
    pointer-events: none;
    background: var(--shadow-gradient);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.spotlight-carousel .spotlight-award-img {
    overflow: hidden;
    position: relative;
    transition: all .5s ease-out
}

.spotlight-carousel .spotlight-award-img:after {
    z-index: 1;
    -webkit-transition: height .6s linear;
    -moz-transition: height .6s linear;
    -o-transition: height .6s linear;
    transition: height .6s linear;
}

.spotlight-carousel .owl-item:hover .spotlight-award-img:after {
    height: 250%;
    background-color: hsla(0, 0%, 100%, 0);
}

.resource-sec .card .card-body .featured-img:after {
    z-index: 1
}

.resource-sec .card .card-body {
    font-weight: 500
}

@media (min-width:768px) {
    .resource-sec .card .card-body .featured-img img {
        margin: 0 auto;
        aspect-ratio: 1200/628;
        object-fit: cover;
        width: 100%
    }
}

.resource-sec .card .card-body .featured-img:after {
    width: 200%;
    height: 0;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    content: "";
    position: absolute
}

.resource-sec .card .card-body .featured-img,
.resource-sec .card .card-body .featured-img img {
    transition: transform .5s ease-out
}

.resource-sec .card:hover .card-body .featured-img img {
    transform: scale(1.1)
}

.resource-sec .card:hover .card-body .featured-img:after {
    height: 250%;
    background-color: hsla(0, 0%, 100%, 0);
    transition: all .6s linear;
}

#resoureCarousel .owl-dots{
    position: absolute;
    top: -20px;
    right: 32px;
    display: flex;
    gap: 8px
}

#resoureCarousel .owl-dots .owl-dot span{
    background: var(--bs-white) !important;
    border: 1px solid rgba(var(--ac-primary), 1);
    margin: 0
}

#resoureCarousel .owl-dots .owl-dot.active span {
    width: 24px;
    height: 11px;
    background: var(--btn-gradient) !important;
    border: var(--ac-border-0) !important
}

.testimonial-carousel .card-body .author .author-img img {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-carousel .owl-stage {
    display: flex;
    padding: 30px 0
}

.testimonial-carousel .owl-item:hover .item:before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 0;
    filter: blur(16px);
    pointer-events: none;
    background: var(--shadow-gradient);
    transition: all 1s ease-in-out;
}

.testimonial-carousel .owl-item .item {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.testimonial-carousel .owl-item.active .item {
    opacity: 1
}

.testimonial-carousel .owl-dots {
    position: absolute;
    top: -20px;
    right: 32px;
    display: flex;
    gap: 8px
}

.testimonial-carousel .owl-dots .owl-dot span {
    background: var(--bs-white) !important;
    border: 1px solid rgba(var(--ac-primary), 1);
    margin: 0
}

.testimonial-carousel .owl-dots .owl-dot.active span {
    width: 24px;
    height: 11px;
    background: var(--btn-gradient) !important;
    border: var(--ac-border-0) !important
}

@media(max-width:767.9px) {
    .testimonial-carousel .icon-quote {
        position: absolute;
        right: 0;
        top: 0
    }
}


.cf7 .form-control,
.cf7 .form-select {
    min-height: 50px;
    border-radius: 20px !important;
    color: var(--ac-dark);
    padding-right: 1.75rem;
    padding-left: 3.5rem;
    box-shadow: unset !important;
    background-color: rgba(var(--ac-info), .15)
}

.cf7 .form-control:focus,
.cf7 .form-select:focus {
    border-color: rgba(var(--ac-dark), 1);
    background-color: rgba(var(--ac-info), .15)
}

.cf7 .form-select option[disabled][selected],
.cf7 .form-select:invalid {
    color: rgba(var(--ac-dark), .75)
}

.cf7 .form-select:invalid {
    font-size: 14px
}

.cf7 .wpcf7-input-choice .wpcf7-list-item {
    margin-left: 0;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.cf7 .wpcf7-input-choice input {
    float: left;
    margin-left: -1.5em;
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.cf7 .wpcf7-input-choice input[type=checkbox] {
    border-radius: .25em
}

.cf7 .wpcf7-input-choice input[type=radio] {
    border-radius: 50%
}

.cf7 .wpcf7-input-choice input:active {
    filter: brightness(90%)
}

.cf7 .wpcf7-input-choice input:focus {
    border-color: rgba(var(--ac-primary), .25);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--ac-primary), .25)
}

.cf7 .wpcf7-input-choice input:checked {
    background-color: rgba(var(--ac-primary), 1);
    border-color: rgba(var(--ac-primary), 1)
}

.cf7 .wpcf7-input-choice input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.cf7 .wpcf7-input-choice input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.cf7 .wpcf7-input-choice input[type=checkbox]:indeterminate {
    background-color: rgba(var(--ac-primary), 1);
    border-color: rgba(var(--ac-primary), 1);
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.cf7 .wpcf7-input-choice-inline .wpcf7-list-item {
    display: inline-block;
    margin-right: 1rem
}

.cf7 .inputplaceholder {
    position: relative;
    min-height: 50px;
    display: block;
    --position-start: 24px;
    --position-top: 15px;
    --icon-z-index: 1;
    --cols: 96;
    --rows: 96;
    --sizew: 20;
    --sizeh: 20
}

.cf7 .inputplaceholder:before {
    position: absolute;
    content: "";
    left: var(--position-start);
    top: var(--position-top);
    --ip: 0;
    --prow: round(down, var(--ip)/var(--cols), 1);
    background-image: var(--icon-img);
    background-position: calc(var(--ip)*-100%) calc(var(--prow)*-100%);
    background-size: calc(100%*var(--cols)) calc(100%*var(--rows));
    width: calc(var(--sizew)*1px);
    height: calc(var(--sizeh)*1px);
    filter: var(--filter-icon-img)
}

.cf7 .inputplaceholder.userName:before {
    background-position: -80px 0 !important
}

.cf7 .inputplaceholder.email:before {
    background-position: -100px 0 !important
}

.cf7 .inputplaceholder.phoneNumber:before {
    background-position: -120px 0 !important
}

.cf7 .inputplaceholder.selService:before {
    background-position: -140px 0 !important
}

.cf7 .inputplaceholder.comment:before {
    background-position: -160px 0 !important
}

.cf7 .inputplaceholder.comment .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 170px
}

.cf7 .inputplaceholder.selSolution:before {
    background-position: -440px 0 !important
}

.cf7 .inputplaceholder.selpartner:before {
    background-position: -460px 0 !important
}

.cf7 .inputplaceholder.seljob:before {
    background-position: -760px 0 !important
}


.cf7 .form-cta .wpcf7-spinner {
    position: absolute;
    top: 14px;
    right: 0
}

.wpcf7-response-output {
    font-size: 14px;
    margin: 1.5rem 0 0 !important
}

.wpcf7-not-valid {
    color: red;
    border: 1px solid red !important;
}


.owl-nav {
    position: absolute;
    right: 0;
    top: -25px;
    display: flex;
    margin: 0 !important;
    gap: 10px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-gradient) !important;
    border-radius: 4px !important;
    font-size: 22px !important;
    margin: 0 !important
}

.owl-nav .disabled {
    background: #000 !important;
    opacity: 1 !important
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    position: relative;
    top: -3px
}


.resource-sec .owl-stage {
    display: flex; 
}

.resource-sec .owl-item {
    display: flex;
    height: auto;
}

.resource-sec .owl-item .item {
    display: flex;
    width: 100%;
}

.resource-sec .owl-item .item .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.resource-sec .owl-item .item .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.resource-sec .owl-item .item .card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.resource-sec .owl-item .item .card-content .cat-title .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.2em * 3);
}

.resource-sec .owl-item .item .card-content .cta {
    margin-top: auto;
}

.resource-sec .owl-item .item .featured-img {
    flex-shrink: 0;
}

.resource-sec .owl-item .item .featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-business-sec .container.container-lg .desk-img {
  aspect-ratio: 16 / 10;
  min-height: 450px;
  width: 100%;
}