body {
    font-family: 'Helvetica';
}

:root {
    --grey: #e4e4e4;
    --grey1: #e6e6e6;
    --grey2: #8f8f8f;
    --black: #313130;
    --purple: #04aaea;
    --white: #fff;
    --red: #04aaea;
    --blue: #192964;

    --te-navy: #17266b;
      --te-deep: #06143d;
      --te-blue: #08aeea;
      --te-cyan: #21d2ff;
      --te-white: #ffffff;
      --te-soft: rgba(255, 255, 255, .78);
      --te-line: rgba(255, 255, 255, .18);
}

@font-face {
    font-family: 'Helvetica';
    src: url('../../assets/fonts/Helvetica.eot');
    src: url('../../assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Helvetica.woff2') format('woff2'),
        url('../../assets/fonts/Helvetica.woff') format('woff'),
        url('../../assets/fonts/Helvetica.ttf') format('truetype'),
        url('../../assets/fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Global css */

/* colors */
.txt-red {
    color: var(--red);
}

.bg-red {
    background-color: var(--red);
}

.txt-blue {
    color: var(--blue);
}

.txt-grey {
    color: var(--grey);
}

.bg-blue {
    background-color: var(--blue);
}

.txt-whites {
    color: var(--white);
}

.bg-whites {
    background-color: var(--white);
}

.bg-grey {
    background-color: var(--grey);
}

/* heading and paragraph */
/* h1{
    font-family: var(--TAN-fnts);
    font-weight: 800;
    font-size: 80px;
} */
h2 {
    font-size: 90px;
    line-height: 108px;
    font-weight: 900;
    color: var(--blue);
}

.sub-heading {
    color: var(--blue);
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
}

.sub-heading2 {
    color: var(--blue);
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: var(--blue);
}

p {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey2);
}

.big-left-txts {
    position: absolute;
    color: #efefef;
    font-weight: 900;
    line-height: 160px;
    font-size: 200px;
    height: 123%;
    width: 43%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.big-right-txts {
    position: absolute;
    color: #efefef;
    font-weight: 900;
    line-height: 160px;
    font-size: 200px;
    height: 123%;
    width: 36%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.big-fnsize {
    font-size: 250px;
    color: #efefefa1;
}

.w-60{
    width: 60%;
}

/* gradiant color */
.span1 {
    background: -webkit-linear-gradient(180deg, #04aaea 0%, #192964 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.span2 {
    background: -webkit-linear-gradient(0deg, #04aaea 20%, #192964 60%, #192964 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-grd2 {
    background-image: linear-gradient(to right, var(--white), var(--purple), var(--white));
}

.bg-grd3 {
    background-image: linear-gradient(to top, var(--blue), var(--purple));
}

.brd-grd {
    border-image: linear-gradient(to bottom, #04aaea 30%, transparent 70%) 1;
    border-radius: 15px;
    /* this doesn't work */
    border-width: 3px;
    border-style: solid;
}

.overflow-brands {
    /* position: relative; */
    scrollbar-width: auto;
    scrollbar-color: var(--purple), var(--grey);
    overflow-y: hidden;
    overflow-x: auto;
    transition: 0.5s;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 75px; /* Width of each item */
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 10px 0;
    gap: 20px;
}
.overflow-brands::-webkit-scrollbar {
    height: 3px;
    background-color: var(--grey);
    /* direction: rtl; */
}
.overflow-brands:hover::-webkit-scrollbar {
    height: 5px;
}
.overflow-brands::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: var(--purple);
    cursor: pointer;
}

.gradient-border-box {
    background: transparent;
    border-radius: 15px;
    /* this doesn't work */
    position: relative;
}

.gradient-border-box::before {
    content: "";
    position: absolute;
    border-radius: 15px;
    padding: 3px;
    /* border thickness */
    inset: 0;
    background-image: linear-gradient(to bottom, #04aaea 30%, transparent 70%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* .gradient-box {
    border-radius: 12px;
    padding: 20px;
    border: 2px solid transparent;

    background-image:
        linear-gradient(#0000, #0000),
        linear-gradient(270deg, #ff6a00, #ee0979, #00c6ff);

    background-origin: border-box;
    background-clip: padding-box, border-box;

    background-size: 200% 200%;
    animation: borderMove 4s linear infinite;
}

@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
} */

.brd-top-grad {
    border-image: linear-gradient(to left, var(--white), var(--red), var(--white)) 1;
    border-top: 2px solid var(--red);
}

.brdr-rds {
    border-radius: 20px;
}

.brdr-rds2 {
    border-radius: 20px;
}

.girls-img {
    width: 150%;
    z-index: 2;
    position: relative;
}

.ml-50 {
    margin-left: -200px;
    z-index: 1;
    position: relative;
}

.mt-minus-50 {
    margin-top: -200px;
    padding-bottom: 400px;
}
.brds-lft{
    margin-bottom: 500px;
}
.brds-lft::after {
    content: "";
    background-color: #ebeaea;
    width: 2px;
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 13%;
    top: 0;
}

::selection {
    background-color: var(--purple);
    color: var(--white);
}

.fnt-sizs {
    font-size: 80px !important;
}

/* cbuttons */
.cta-btns {
    display: inline-block;
    text-align: center;
    background-color: var(--blue);
    text-decoration: none !important;
    color: var(--white) !important;
    padding: 10px 15px;
    border-radius: 100px;
    border: 0;
    font-size: 14px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cta-btns:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: var(--red);
    color: var(--white);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cta-btns:hover:before,
.cta-btns:focus:before,
.cta-btns:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 100px;
}

.cta-btns-blue {
    background-color: var(--blue);
    color: var(--white) !important;
    padding: 3px 4px 3px 14px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    align-items: center;
    display: flex;
    margin-top: 0;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cta-btns-blue .arrow-icons {
    background-color: var(--purple);
    color: var(--white);
    width: 32px;
    height: 32px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    font-size: 17px;
    margin-left: 10px;
    position: relative;
    animation: iconArow 9s infinite;
}

@keyframes iconArow {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.cta-btns-blue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: var(--red);
    color: var(--white);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cta-btns-blue:hover:before,
.cta-btns-blue:focus:before,
.cta-btns-blue:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 100px;
}

.cta-btns-blue:hover .arrow-icons {
    background-color: var(--white);
    color: var(--blue);
}

.cta-btns-sky {
    background-color: var(--red);
    color: var(--white) !important;
    padding: 3px 4px 3px 14px !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    align-items: center;
    display: flex;
    margin-top: 0;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cta-btns-sky .arrow-icons {
    background-color: var(--white);
    color: var(--blue);
    width: 32px;
    height: 32px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    font-size: 17px;
    margin-left: 10px;
    position: relative;
    animation: iconArow 9s infinite;
}

@keyframes iconArow {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.cta-btns-sky:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: var(--blue);
    color: var(--white);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.cta-btns-sky:hover:before,
.cta-btns-sky:focus:before,
.cta-btns-sky:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 100px;
}

.cta-btns-sky:hover .arrow-icons {
    background-color: var(--purple);
    color: var(--white);
}

/* ai-search-btn */
.ai-search-btn {
    background: var(--blue) !important;
    color: var(--white) !important;
    padding: 6px 4px 6px 14px !important;
    font-size: 12px !important;
    /* gap: 0 !important; */
    font-weight: 400 !important;
    border-radius: 100px !important;
    align-items: center;
    display: flex;
    margin-top: 0;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ai-search-btn svg {
    background-color: var(--purple);
    color: var(--white);
    width: 25px !important;
    height: 25px !important;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
    font-size: 17px;
    margin-left: 10px;
    position: relative;
    animation: iconArow 9s infinite;
}

@keyframes iconArow {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.ai-search-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: var(--red);
    color: var(--white);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ai-search-btn:hover:before,
.ai-search-btn:focus:before,
.ai-search-btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 100px;
}

.ai-search-btn:hover svg {
    background-color: var(--white);
    color: var(--blue);
}

/* form cards */
.form-cards {
    /* background-color: #19296452; */
    background-color: #04aaea38;
    backdrop-filter: blur(3px);
    border-radius: 20px;
    border: 2px solid #ffffffab;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.form-cards input {
    border-radius: 12px !important;
    padding: 16px 15px !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
    background-color: transparent !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

.form-cards input::placeholder {
    font-size: 12px !important;
    font-weight: 100 !important;
    color: #dfdfdf !important;
}

.form-cards textarea {
    border-radius: 12px !important;
    border-color: var(--white) !important;
    background-color: transparent !important;
    color: var(--white) !important;
    box-shadow: none !important;
}

.form-cards textarea::placeholder {
    font-size: 12px !important;
    color: #dfdfdf !important;
    font-weight: 100 !important;
}

.form-cards select {
    border-radius: 12px !important;
    height: 35px;
    border-color: var(--white) !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--white);
    font-size: 12px;
    font-weight: 100 !important;
}
/* .form-cards .form-control:focus {
    color: unset !important;
} */
.form-cards select option[selected="selected"]:focus {
    color: #fff !important;
}
.form-cards .form-control:focus{
     color: #fff !important;
}
.form-cards .form-control > option {
    color: #000;
}
.form-cards .wpcf7 form .wpcf7-response-output{
    color: #fff;
    border: 2px solid #00a0d2 !important;
}
.form-cards p {
    color: #fff !important;
}
.form-cards2 p {
    color: var(--blue) !important;
}
.form-cards .form-check-input {
    position: unset;
    margin-top: unset;
    margin-left: unset;
}

.form-cards .form-select{
    width: 100%;
    padding-left: 10px;
}
.form-cards .form-select > option{
    color: #000;
}
.form-cards .cta-btns {
    padding: 10px 55px !important;
    margin-top: 0;
    background-color: var(--red) !important;
    border: 1px solid var(--red) !important;
}

.form-cards .country-select .country-list li.country{
    color: #000 !important;
}
.form-cards .country-select ul.country-list{
    color: #000;
}
.form-cards .country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 38px !important;
}
.form-cards .country-select .flag-dropdown {
    position: absolute;
    width: 100%;
}
.form-cards .country-select.inside .selected-flag {
    width: 100%;
}
.form-cards .country-select .selected-flag .arrow {
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 6px solid #fff !important;
    /* display: none; */
}

.inner-heading{
    font-weight: 900;
    display: block;
    font-size: 50px;
    line-height: 70px; 
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, rgb(25, 41, 100), rgb(4, 170, 234), rgb(25, 41, 100)) text;
}
.portfolio-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.portfolio-card img {
    height: 200px;
    object-fit: inherit;
}
.portfolio-card-body {
    padding: 20px;
}
.portfolio-card-body h3 {
    font-size: 20px;
    line-height: 24px;
}

/* card-boxe */
.card-boxe2 {
    background-color: var(--grey);
    border-radius: 15px;
    padding: 15px 0 15px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.card-boxe2:hover {
    background-color: #04aaea;

    background-blend-mode: multiply;
}

.card-boxe2.shopy-img {
    background-image: url(../images/shopify-img.png);
    background-repeat: no-repeat;
    background-size: 57%;
    background-position: 280px -30px;
}

.card-boxe2.shopy-img:hover {
    background: linear-gradient(to right, var(--blue), var(--purple)), url(../images/shopify-img.png);
    background-repeat: no-repeat;
    background-size: 100%, 57%;
    background-position: 100%, 280px -30px;
}

.card-boxe2.wrdp-img {
    background-image: url(../images/wordpress-img.png);
    background-repeat: no-repeat;
    background-size: 62%;
    background-position: 260px -30px;
}

.card-boxe2.wrdp-img:hover {
    background: linear-gradient(to right, var(--blue), var(--purple)), url(../images/wordpress-img.png);
    background-repeat: no-repeat;
    background-size: 100%, 62%;
    background-position: 100%, 260px -30px;
}

.card-boxe2.webap-img {
    background-image: url(../images/webapp-img2.png);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position: 295px -40px;
}

.card-boxe2.webap-img:hover {
    background: linear-gradient(to right, var(--blue), var(--purple)), url(../images/webapp-img2.png);
    background-repeat: no-repeat;
    background-size: 100%, 66%;
    background-position: 100%, 295px -40px;
}

.card-boxe2.aws-img {
    background-image: url(../images/aws-img2.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 260px 0px;
}

.card-boxe2.aws-img:hover {
    background: linear-gradient(to right, var(--blue), var(--purple)), url(../images/aws-img2.png);
    background-repeat: no-repeat;
    background-size: 100%, 75%;
    background-position: 100%, 260px 0px;
}

.card-boxe2 .card-boxe-body {
    padding: 8px 23px 16px;
    display: flex;
    justify-content: space-between;
}

.card-boxe2 p {
    font-size: 14px;
    color: var(--grey2) !important;
}

.card-boxe2 a {
    font-size: 14px;
}

.card-boxe2:hover p {
    color: var(--white) !important;
}

.card-boxe2:hover h3 {
    color: var(--white) !important;
}

.card-boxe2:hover a {
    color: var(--purple) !important;
}

.card-boxe2:hover .icons {
    background-color: var(--white) !important;
}

.card-boxe2 .icons {
    background-color: var(--blue);
    color: var(--white);
    width: 120px !important;
    height: 95px;
    object-fit: contain;
    padding: 0px 24px;
    font-size: 14px;
    border-radius: 0 15px 15px 0;
}

.card-boxe2 .hvr-icons {
    display: none;
}

.card-boxe2:hover .normal-icons {
    display: none;
}

.card-boxe2:hover .hvr-icons {
    display: block;
}

.card-boxe {
    background-color: var(--grey);
    border-radius: 15px;
    padding: 15px 0 15px;
}

.card-boxe.grey-gradnt {
    /* background-image: linear-gradient(to right, var(--grey), var(--white)); */
    background: linear-gradient(to right, #d2d2d2 0%, #f9f9f9 100%);
}

.card-boxe .card-boxe-body {
    padding: 8px 23px 0 23px;
    /* display: flex;
    justify-content: space-between; */
}

.card-boxe .card-boxe-body p {
    font-size: 14px;
    color: var(--blue);
}

.card-boxe .card-boxe-body ul li {
    font-size: 12px;
    color: var(--blue);
    margin-top: 7px;
    margin-right: 10px;
}

.card-boxe .card-boxe-body ul li::after {
    content: "";
    width: 17px;
    height: 18px;
}

.card-boxe .icons {
    background-color: var(--blue);
    color: var(--white);
    width: 90px;
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 0 15px 15px 0;
}

.card-boxe .btns-rght {
    text-align: right;
}

.card-boxe .btns-rght a {
    background-color: var(--blue);
    color: var(--white);
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
}

.card-boxe .btns-rght .cta-btns:before {
    border-radius: 30px 0 0 30px;
}

.card-boxe .btns-lft {
    text-align: left;
}

.card-boxe .btns-lft a {
    background-color: var(--blue);
    color: var(--white);
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
}

.card-boxe .btns-lft .cta-btns:before {
    border-radius: 0 30px 30px 0;
}

.card-boxe .card-boxe-body .logos1 {
    width: 220px;
    display: block;
}

.card-boxe .card-boxe-body .logos2 {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-top: -35px;
}

.video-icon{
    position: relative;
}
.video-icon .play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9;
}
.video-icon .play i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(4, 170, 234, .9);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 22px rgba(4, 170, 234, .5);
}
.video-icon .play img {
    width: 60px;
}

/* accordions */
.accordions {
    z-index: 1;
    position: relative;
}

.accordions .card {
    background-color: transparent;
    border: 0;
}

.accordions .card-header {
    margin-top: 15px;
    padding: 0;
    border-bottom: 0;
}

.accordions .card-body {
    color: var(--black);
    font-size: 16px;
    padding-top: 0;
    padding: 0 40px;
}

.accordions .card-header a {
    background-color: var(--white);
    border-bottom: 0;
    color: var(--black);
    font-size: 16px;
    line-height: 24px;
    padding: 12px 30px 12px 40px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.accordions .card-header:hover a {
    color: var(--red);
}

.accordions .card-header a.collapsed::before {
    content: "";
    position: absolute;
    background-color: var(--blue);
    border-radius: 100px;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.accordions .card-header a:not(.collapsed)::before {
    content: "";
    position: absolute;
    background-color: var(--purple);
    border-radius: 100px;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.accordions .card-header a.collapsed::after {
    content: "\F4F9";
    font-size: 25px;
    font-family: 'bootstrap-icons';
    line-height: 0;
    transition: 0.5s;
    color: var(--blue);
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.accordions .card-header a:not(.collapsed)::after {
    content: "\F622";
    font-family: 'bootstrap-icons';
    font-size: 25px;
    line-height: 0;
    transition: 0.5s;
    color: var(--purple);
    font-weight: normal;
    right: 12px;
    position: absolute;
    top: 50%;
}

.accordions .card-header a:not(.collapsed) {
    /* background-color: #f2f2f2; */
    background-image: linear-gradient(to bottom, #f2f2f2, #fff);
    border-radius: 15px 15px 0 0;
    font-weight: 600;
    color: var(--purple);
}

.accordions .show {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    transition: 0.5s;
    color: var(--white);
}

/* .mobile-acordions{
    text-align: left;
}
.mobile-acordions .card {
    background-color: transparent;
    border: 0;
}

.mobile-acordions .card-header {
    margin-top: 5px;
    padding: 0;
    border-bottom: 0;
}

.mobile-acordions .card-header-unset {
    margin-top: 5px;
    padding: 0;
    border-bottom: 0;
}

.mobile-acordions .card-body {
    padding: 0 10px 0;
}

.mobile-acordions .card-body a {
    background-color: #02378b;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 18px;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mobile-acordions .card-header-unset a {
    background-color: #02378b;
    border-bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mobile-acordions .card-header-unset a:not(.collapsed) {
    background-color: #02378b;
    border-radius: 0;
    color: var(--white);
}

.mobile-acordions .card-header a {
    background-color: #02378b;
    border-bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mobile-acordions .card-header a:not(.collapsed) {
    background-color: #003e9f;
    border-radius: 0;
    color: var(--white);
}

.mobile-acordions .card-header a.collapsed::after {
    content: "»";
    font-size: 35px;
    line-height: 0;
    transition: 0.5s;
    color: #fff;
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-acordions .card-header a:not(.collapsed)::after {
    content: "»";
    transform: translateY(-50%) rotate(90deg);
    content: "»";
    font-size: 35px;
    line-height: 0;
    transition: 0.5s;
    color: var(--white);
    right: 12px;
    position: absolute;
    top: 50%;
}

.mobile-acordions .show {
    background-color: #032050;
    border-radius: 0;
    transition: 0.5s;
    color: var(--white);
} */

/* owl-carousel pagination */
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    color: var(--purple) !important;
    font-size: 40px !important;
    bottom: -20px;
    left: 14px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    color: var(--white) !important;
    font-size: 40px !important;
    bottom: -20px;
    right: 14px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--purple) !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--purple);
    border: 1px solid var(--purple);
    margin: 5px 4px
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--white);
    border: 1px solid var(--blue);
    width: 24px !important;
}

/* ul check-list */
.check-list {
    padding: 0;
    /* margin: 0; */
}

.check-list li {
    padding: 0 0 0 25px;
    position: relative;
    list-style-type: none;
    font-size: 14px;
    color: var(--blue);
    font-weight: 600;
    margin-top: 15px;
}

.check-list li::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 0;
    /* transform: translateY(-50%); */
}

.Ai-tabs.nav-pills .nav-item {
    margin: 0 5px;
}

.Ai-tabs.nav-pills .nav-link .visibilt-img {
    width: 20px;
    display: block;
}

.Ai-tabs.nav-pills .nav-link .visibilt-hvr-img {
    width: 20px;
    display: none;
}

.Ai-tabs.nav-pills .nav-link {
    background-color: var(--blue);
    border-radius: 5px 5px 0 0 !important;
    padding: 8px 5px;
}

.Ai-tabs.nav-pills .nav-link.active {
    background-color: var(--purple);
    padding: 7px 3px;
}

.Ai-tabs.nav-pills .nav-link.active .visibilt-hvr-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.Ai-tabs.nav-pills .nav-link.active .visibilt-img {
    width: 28px;
    display: none;
}

.search-bg-grad {
    background-image: linear-gradient(to right, #192964, #04aaea, #192964);
    padding: 0px 25px;
    border-radius: 13px 0 0 13px;
}

.search-bg-grad .h2 {
    font-size: 30px;
}

.search-bg-grad img {
    position: relative;
    margin: -20px 0;
    width: 170px;
}

/* main menue */
.navs .bg-clrs {
    background-image: linear-gradient(to right, #04aaea, #192964);
    padding: 0 15px;
    border-radius: 15px;
}

.navs .logos img {
    width: 200px;
    position: relative;
}

.navs .navbar-toggler {
    z-index: 99;
}

.navs ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navs ul li {
    /* padding-right: 15px; */
    list-style-type: none;
}

.navs ul li a {
    color: var(--white);
    font-size: 12px;
    position: relative;
    font-weight: 300;
    text-decoration: none !important;
    padding: 10px 10px 10px 10px !important;
}

.navs ul li a:hover {
    color: #dddcdc;
}

.navs .icons {
    margin-left: 10px;
}

.navs .icons a {
    color: var(--black);
    font-size: 34px;
    text-align: center;
}

.navs2 {
    margin: 27px 0;
}

.navs-top {
    position: fixed;
    background-color: var(--white);
    box-shadow: 0 4px 8px #0000000e;
    width: 100%;
    top: 0;
    z-index: 99;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0 !important;
    animation: anim 0.5s;
}

@keyframes anim {
    from {
        top: -200px;
    }

    to {
        top: 0px;
    }
}

/* banners */
.banners.bg-img {
    background-image: url("../../assets/images/banner-img3.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20% 55%;
    position: relative;
    margin-top: 50px;
}

/* .banners .item{
    padding: 0 0 50px;
} */
.banners .banner-content {
    margin-left: 122px;
}
.banners .banner-content .banner-form {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* .banners .banner-content .banner-form .wpcf7-form {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
} */

.banners .banner-content .banner-form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #ccc;
    width: 100%;
    padding: 10px;
}

.banners .banner-content .banners-person-img {
    width: 85%;
    height: auto;
}

.banners .banner-content h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    color: var(--blue);
    margin-bottom: 50px;
    white-space: nowrap;
}

.banners .banner-content h1 strong {
    font-weight: 900;
    display: block;
    font-size: 110px;
    line-height: 100px;
}

.banners .banner-content h1 strong:first-child {
    background: -webkit-linear-gradient(180deg, #192964, #04aaea, #192964);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banners .banner-content h1 strong:last-child {
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #04aaea 20%, #192964 60%, #192964 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banners .banner-content .bg-grad {
    background-image: linear-gradient(to right, #192964, #04aaea, #192964);
    padding: 20px 60px 20px 0;
    margin-top: 40px;
    margin-right: -45px;
    position: relative;
}

.banners .banner-content .bg-grad::after {
    content: "";
    position: absolute;
    background-color: #192964;
    height: 100%;
    width: 1400px;
    top: 0;
    left: -1399px;
}

.banners .banner-content .bg-grad img {
    width: 70px;
    height: auto;
}
.banners .banner-content .bg-grad .col-2:nth-child(2) img {
    width: 50px;
}
.banners .banner-content .bg-grad .col-2:nth-child(5) img {
    width: 90px;
}

.banners .banner-content .bg-grad .inc-img {
    width: 50px;
}

.banners .banner-content .bg-grad .shopify-img {
    width: 110px;
}

.banners .banner-content input::placeholder {
    font-size: 14px !important;
}

/* .banners .banner-content .cta-btns{
    background-color: var(--blue);
    padding: 10px 25px;
    font-size: 12px;
    white-space: nowrap;
}
.banners .banner-content .cta-btns:hover{
    background-color: var(--purple);
    color: var(--white);
} */
/* owl pagination */
.banners .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 0 4px;
    border: 0 solid var(--white);
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 100px;
    position: relative;
}

.banners .owl-theme .owl-dots .owl-dot span::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid var(--white);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(70deg, var(--white));
}

.banners .owl-theme .owl-dots .owl-dot.active span {
    width: 18px;
    height: 18px;
    border: 1px solid var(--white);
    background-color: transparent;
    position: relative;
}

.banners .owl-theme .owl-dots .owl-dot.active span::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid var(--white);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(70deg, var(--black));
}

.banners .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
    border: 1px solid var(--white);
    background-color: transparent;
    position: relative;
}

.banners .owl-theme .owl-dots .owl-dot:hover span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid var(--white);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(70deg, var(--white));
}

.banners .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
    z-index: 99;
    position: relative;
}

/* Looking-For-sec */
/* .Looking-For-sec {
    background-image: url("../../assets/images/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 50px 0 0;
}

.Looking-For-sec .top-heading {
    text-align: center;
}

.Looking-For-sec .top-heading p {
    font-size: 22px;
    color: var(--blue);
    margin-bottom: 20px;
}

.Looking-For-sec .top-heading h2 {
    background: -webkit-linear-gradient(0deg, #04aaea 20%, #192964 60%, #192964 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

.Looking-For-sec .btn-group {
    border-bottom: 1px solid var(--blue);
}

.Looking-For-sec .btn-group input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 45px !important;
    font-weight: 900 !important;
    color: #d6d6d6 !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase !important;
    box-shadow: none;
}

.Looking-For-sec .btn-group input::placeholder {
    font-size: 45px !important;
    font-weight: 900 !important;
    color: #d6d6d6 !important;
}
.ai-search-bar{
    border-bottom: 1px solid var(--blue) !important;
    padding: 0px 6px 0px 6px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
}
.ai-search-bar input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 45px !important;
    font-weight: 900 !important;
    color: #d6d6d6 !important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase !important;
    box-shadow: none !important;
}
.ai-search-bar input::placeholder {
    font-size: 45px !important;
    font-weight: 900 !important;
    color: #d6d6d6 !important;
}
.ai-search-bar:focus-within { border-top: 0;
    border-left: 0;
    border-right: 0; border-color: var(--blue) !important; box-shadow: none !important; 
}

.Looking-For-sec .btn-group button {
    white-space: nowrap;
}

.Looking-For-sec .looking-for-owl {
    margin-top: 70px;
}

.Looking-For-sec .owl-stage .owl-item {
    border-image: linear-gradient(to top, #fff 20%, #ccc 100%) 1;
    border-left: 2px solid #ccc;
}

.Looking-For-sec .owl-stage .owl-item:first-child {
    border-left: 0 solid #ccc;
}

.Looking-For-sec .cards {
    text-align: center;
    padding: 10px 30px;
}

.Looking-For-sec .card-content {
    min-height: 130px;
}

.Looking-For-sec .cards .icons img {
    width: 45px;
    margin: 0 auto;
}

.Looking-For-sec .cards h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: var(--purple);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.Looking-For-sec .cards p {
    color: var(--black);
}

.Looking-For-sec .cards .btns {
    margin-top: 10px;
    text-align: center;
}

.Looking-For-sec .cards .btns {
    margin-top: 35px;
}

.Looking-For-sec .cards .btns a {
    background-color: transparent;
    border: 1px solid var(--purple);
    color: var(--blue) !important;
    padding: 10px 15px;
}

.Looking-For-sec .cards:hover .cta-btns {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white) !important;
} */

/* Real-Results-sec */
.Real-Results-sec {
    overflow: hidden;
    margin: 50px 90px 0 0;
}

.Real-Results-sec .card {
    border-radius: 20px !important;
    height: 100%;
}

.Real-Results-sec .card .sub-heading {
    color: var(--blue);
    font-weight: 800;
    font-size: 60px;
}

.Real-Results-sec .card h3 {
    color: var(--blue);
    font-weight: 900;
    font-size: 23px;
}

.Real-Results-sec .card p {
    color: var(--blue);
}

.Real-Results-sec .card .sub-heading {
    color: var(--purple);
    font-weight: 900;
    font-size: 55px;
    line-height: 40px;
}

.Real-Results-sec .card .sub-heading2 {
    color: var(--blue);
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
}

.Real-Results-sec .card .brds-left-clmn .col-6 {
    border-left: 2px solid var(--blue);
}

.Real-Results-sec .card .brds-left-clmn .col-6:first-child {
    border-left: 0 solid #ccc;
}

.Real-Results-sec .card .video-img {
    border-radius: 20px;
}

/* brands-sec */
.brands-sec {
    margin-top: 50px;
}

.brands-sec .cards {
    border-radius: 15px;
}

.brands-sec .cards:hover {
    background-image: linear-gradient(to right, var(--blue), var(--purple));
}

.brands-sec .item {
    padding: 20px 0;
}

/* About-sec */
.About-sec {
    margin: 50px 0 0 0;
}

.About-sec .sub-text {
    display: flex;
    /* align-items: center; */
}

.About-sec p {
    color: var(--blue);
}

.About-sec .sub-text ul {
    padding: 0;
    margin: 20px 0 0 0;
    align-items: start;
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
}

.About-sec .sub-text li {
    padding: 0 0 0 25px;
    width: 50%;
    position: relative;
    list-style-type: none;
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.About-sec .video-img {
    position: relative;
    border-radius: 20px;
    z-index: 9;
}

.About-sec .bg-grad {
    background-color: #f2f2f2;
    padding: 10px 5px 10px 0;
    margin-top: 40px;
    border-radius: 0 20px 20px 0;
    position: relative;
    margin-top: -150px;
    margin-bottom: 120px;
}

/* .About-sec .bg-grad::after {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    height: 100%;
    width: 1400px;
    top: 0;
    left: -1399px;
} */

.About-sec .bg-grad img {
    width: 65px;
    max-width: 100%;
}

.About-sec .techi {
    width: 165px;
}

/* Faq-sec */
.Faq-sec {
    margin: 50px 0 0 70px;
}

.Faq-sec h2 {
    font-size: 160px;
    font-weight: 900;
    line-height: 135px;
}

.Faq-sec .bg-txts {
    font-size: 300px;
    line-height: 240px;
    width: 45%;
}

/* best-solition-sec */
.best-solition-sec {
    margin: 50px 0 0 0;
}

.best-solition-sec .nav-pills {
    scrollbar-width: auto;
    /* auto | thin | none */
    scrollbar-color: var(--purple), var(--grey);
    /* thumb | track */
    overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
    height: 400px;
    padding-left: 20px;
    padding-right: 0;
}

.best-solition-sec .nav-pills::-webkit-scrollbar {
    width: 3px;
    background-color: var(--grey);
    direction: rtl;
}

.best-solition-sec .nav-pills::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: var(--purple);
}

.best-solition-sec .nav-pills .nav-link.active {
    color: var(--blue);
    background-color: var(--grey);
}

.best-solition-sec .nav-pills .nav-link:hover {
    color: var(--blue);
    background-color: var(--grey);
}

.best-solition-sec .nav-pills .nav-link {
    color: var(--blue);
    font-weight: 600;
    padding: 23px 30px;
    border-radius: 15px;
}

/* cursor pointer */
body {
    /* cursor: none; */
}

/* small dot */
.cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background: #00bfff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

/* outer circle */
.cursor-follower {
    position: fixed;
    width: 25px;
    height: 25px;
    border: 2px solid #00bfff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out;
}

.tab-pane .card-boxe {
    opacity: 0;
    transform: perspective(800px) rotateY(90deg);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform-origin: 0% 50%;
}

.tab-pane.active.show .card-boxe {
    opacity: 1;
    transform: perspective(800px) rotateY(0deg);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane .brdr-rds {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.tab-pane.active.show .brdr-rds {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}


/* Power-Business-sec */
.Power-Business-sec {
    margin: 50px 0 0 0;
    position: relative;
}

.Power-Business-sec .container {
    position: relative;
    z-index: 2;
}

.Power-Business-sec canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
.Power-Business-sec #particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.Power-Business-sec .cards:hover {
    background-image: linear-gradient(to top, var(--blue), var(--purple), var(--blue));
}

.Power-Business-sec .cards:hover p {
    color: var(--white) !important;
}

.Power-Business-sec .cards:hover h3 {
    color: var(--white) !important;
}

.Power-Business-sec .restricted-img {
    width: 60%;
}

/* Converts-Into-Sales-sec */
.Converts-Into-Sales-sec {
    margin: 50px 0 0 0;
}

.Converts-Into-Sales-sec .brdr-rds {
    /* position: relative; */
    scrollbar-width: auto;
    /* thin | auto | none */
    scrollbar-color: var(--purple), var(--grey);
    /* thumb | track */
    overflow-y: hidden;
    overflow-x: auto;
    transition: 0.5s;
    /* direction: rtl; */
}

.Converts-Into-Sales-sec .brdr-rds::-webkit-scrollbar {
    height: 3px;
    background-color: var(--grey);
    /* direction: rtl; */
}

.Converts-Into-Sales-sec .brdr-rds:hover::-webkit-scrollbar {
    height: 5px;
}

.Converts-Into-Sales-sec .brdr-rds::-webkit-scrollbar-thumb {
    height: 6px;
    background-color: var(--purple);
    cursor: pointer;
}

/* .Converts-Into-Sales-sec .brdr-rds::before{
    content: "";
    position: absolute;
    width: 600px;
    bottom: 0;
    left: 100px;
    border-bottom: 3px solid var(--purple);
} */
.Converts-Into-Sales-sec .table td,
.table th {
    padding: 4px 0;
    vertical-align: inherit;
}

.Converts-Into-Sales-sec .arrow-imgs {
    margin-top: -155px;
    margin-left: 45px;
    position: relative;
}

.Converts-Into-Sales-sec .brands-icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 41px;
}

.Converts-Into-Sales-sec img {
    width: 100px;
}

/* footer */
.footer {
    /* background-image: linear-gradient(to right, var(--white),var(--white), #001638, #001638); */
    background-image: url("../../assets/images/footer.jpg");
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    padding-top: 40px;
    border-radius: 25px 25px 0 0;
    position: relative;
    margin-top: 50px;
}

footer .container {
    position: relative;
    z-index: 2;
}

/* ---- reset ---- */
.footer canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
.footer #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

footer p {
    color: var(--white);
}

footer h3 {
    color: var(--white);
    font-size: 26px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 10px !important;
}

footer .top-footer .container {
    border-bottom: 1px solid var(--white);
}

footer .top-footer .newslatter {
    border-left: 1px solid var(--white);
    padding-bottom: 30px;
    padding-left: 20px;
}

footer .top-footer .newslatter .newslatter-form {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 15px;
    padding: 3px;
    width: 100%;
}
footer .top-footer .newslatter .wpcf7 {
    width: 100%;
}

footer .top-footer .newslatter .cta-btns {
    background-color: var(--blue) !important;
}
footer .top-footer .newslatter .wpcf7-spinner {
    position: absolute;
}

footer .top-footer .newslatter .newslatter-content {
    padding: 0 0 0 28px;
}

footer .top-footer .newslatter p {
    color: var(--white);
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
}

/* footer .top-footer .newslatter .newslatter-form input:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: var(--red) !important;
} */

footer .top-footer input::placeholder {
    font-size: 12px;
    line-height: 0 !important;
}

footer .top-footer .newslatter .newslatter-form button {
    /* background-color: var(--blue);
    color: var(--white);
    border-radius: 15px;
    font-size: 14px; */
    text-transform: uppercase;
    padding: 10px 26px;
}

/* footer .top-footer .newslatter .newslatter-form button:hover{
    background-color: var(--purple);
} */
footer .top-footer .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .top-footer .contacts p {
    color: var(--white);
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
}

footer .top-footer .contact-list i {
    font-size: 35px;
}

footer .top-footer .contact-list .phones {
    border-left: 2px solid var(--purple);
    padding: 0 0 0 20px;
}

footer .top-footer .contact-list .phones a {
    color: var(--purple);
    font-size: 28px;
}

/* footer .top-footer .social-icons a{
    margin-right: 10px;
    font-size: 25px;
    text-decoration: none;
    color: var(--white);
}
footer .top-footer .social-icons a:hover{
    color: var(--purple);
} */

footer .top-footer ul {
    display: flex;
    gap: 10px;
    margin: 0 20px 0 0;
    padding: 0;
}

footer .top-footer ul li {
    list-style: none;
}

footer .top-footer ul li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}

footer .top-footer ul li a .icon {
    position: relative;
    color: #262626;
    transition: 1s;
    z-index: 3;
}

footer .top-footer ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

footer .top-footer ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

footer .top-footer ul li a:hover:before {
    top: 0;
}

footer .top-footer ul li:nth-child(1) a:before {
    background: #3b5999;
}

footer .top-footer ul li:nth-child(2) a:before {
    background: #55acee;
}

footer .top-footer ul li:nth-child(3) a:before {
    background: #0077b5;
}

footer .top-footer ul li:nth-child(4) a:before {
    background: #dd4b39;
}

footer .middle-footer {
    margin: 50px 0;
}

footer .middle-footer .logos {
    width: 300px;
}

footer .middle-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

footer .middle-footer ul li {
    margin-bottom: 20px;
}

footer .middle-footer ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-decoration: none !important;
    padding: 0;
}

footer .middle-footer ul li a:hover {
    color: var(--red);
}

footer .middle-footer .contact-list2 {
    align-items: center;
}

footer .middle-footer .contact-list2 i {
    font-size: 28px;
}

footer .middle-footer .contact-list2 .addres {
    border-right: 2px solid var(--purple);
    padding-right: 10px;
    margin-right: 10px;
}

footer .middle-footer .contact-list2 a {
    color: var(--white);
}

footer .middle-footer .contact-list2 a:hover {
    color: var(--purple);
}

footer .btom-foot p {
    font-size: 14px;
    font-weight: 200 !important;
    color: var(--white);
}

footer .btom-foot p img {
    width: 100px;
}


/* scroll-top */
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 5px;
    background-color: var(--blue);
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    z-index: 99;
}

/* loader */
.modals {
    background-color: #ffffffe3;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1999;
}

.spiners {
    width: 30px;
    height: 30px;
    background-color: #be871b;
    position: relative;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        background-color: #98857c;
        left: 0px;
        top: 0px;
    }

    25% {
        background-color: #be871b;
        left: 70px;
        top: 0px;
    }

    50% {
        background-color: #eeca70;
        left: 70px;
        top: 70px;
    }

    75% {
        background-color: #98857c;
        left: 0px;
        top: 70px;
    }

    100% {
        background-color: #be871b;
        left: 0px;
        top: 0px;
    }
}

/* HTML: <div class="loader"></div> */
/* .loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
} */

/* HTML: <div class="loader"></div> */
.loader {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #04aaea 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}

@keyframes l7 {
    33% {
        background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%
    }
}

/* videoPopup */
.modal-content .close {
    position: absolute;
    top: -17px;
    right: -12px;
    z-index: 2;
    font-size: 38px;
    color: #fff;
    opacity: 1;
}

/* hvr Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 0;
    /* background-color: #fff; */
    /* background-image: linear-gradient(to bottom, #f1e8df, #f1e8df1c); */
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* background-color: var(--purple); */
    /* border: 1px solid var(--grad1); */
}

/* animate */
.arrow-aniamat {
    position: relative;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 0;
        top: 30px;
    }

    50% {
        left: 0;
        top: 0;
    }

    75% {
        left: 0;
        top: 30px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

/* animate zoom */
.arrow-zoom {
    position: relative;
    animation: mymove1 9s infinite;
}

@keyframes mymove1 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/* animate zoom2 */
.arrow-zoom2 {
    position: relative;
    animation: mymove2 13s infinite;
}

@keyframes mymove2 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* animate zoom3 */
.arrow-zoom3 {
    position: relative;
    transform: rotate(90deg) translate(-100%, -10%);
    animation: mymove3 13s linear infinite;
    transform-origin: center;
}

@keyframes mymove3 {
    from {
        transform: rotate(0deg);
        top: 0;
    }

    to {
        transform: rotate(360deg);
        top: 50%;
    }
}

.arrow-zoom3:hover {
    animation-play-state: paused;
}

/* flip-cards-animate */
.flip-cards-animate {
    position: relative;
    margin-top: -83px;
}

.flip-cards-animate img {
    /* box-shadow: -8px 7px 34px #5b5b5b61; */
    width: 65%;
    position: absolute;
    top: 0;
}

.flip-cards-animate .hvr-skew2 {
    display: block;
    margin: 50px 0 0 60px;
}

.flip-cards-animate .hvr-skew3 {
    margin-top: 70px;
}

.flip-cards-animate .hvr-skew4 {
    display: block;
    margin: 140px 0 0 80px;
}


/* flip-cards-animate1 */
.flip-cards-animate1 {
    position: relative;
}

.flip-cards-animate1 img {
    /* box-shadow: -8px 7px 34px #5b5b5b61; */
    width: 65%;
}

.flip-cards-animate1 .card-skew1 {
    transform: translate3d(50px, -17px, 0);
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.flip-cards-animate1 .card-skew2 {
    transform: translate3d(100px, 30px, 0);
    transition: 0.4s;
    position: absolute;
    left: 0;
    z-index: 4;
}

.flip-cards-animate1 .card-skew3 {
    transform: translate3d(150px, 70px, 0);
    transition: 0.4s;
    position: absolute;
    left: 0;
    z-index: 3;
}


/* flip-cards-animate2 */
.flip-cards-animate2 {
    position: relative;
}

.flip-cards-animate2 img {
    /* box-shadow: -8px 7px 34px #5b5b5b61; */
    width: 65%;
}

.flip-cards-animate2 .card-skew1 {
    transform: translate3d(50px, -17px, 0);
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.flip-cards-animate2 .card-skew2 {
    transform: translate3d(100px, 30px, 0);
    transition: 0.4s;
    position: absolute;
    left: 0;
    z-index: 4;
}

.flip-cards-animate2 .card-skew3 {
    transform: translate3d(150px, 70px, 0);
    transition: 0.4s;
    position: absolute;
    left: 0;
    z-index: 3;
}

.scrl-skew1 {
    transform: translate3d(20px, -3px, 0) !important;
}

.scrl-skew2 {
    transform: translate3d(50px, 15px, 0) !important;
}

.scrl-skew3 {
    transform: translate3d(80px, 40px, 0) !important;
}

/* .flip-cards-animate2:hover .hvr-skew1{
    transform: translate3d(20px, -3px, 0);
}
.flip-cards-animate2:hover .hvr-skew2{
    transform: translate3d(50px, 15px, 0);
}
.flip-cards-animate2:hover .hvr-skew3{
    transform: translate3d(80px, 40px, 0);
} */


/* scroll color text change */
.scroll-text {
    /* font-size: 48px;
    font-weight: 700; */

    background: linear-gradient(90deg, #00bfff 50%, var(--blue) 50%);

    background-size: 200% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: background-position 0.2s linear;
}

.span1 {
    /* font-size: 48px;
    font-weight: 700; */

    background: -webkit-linear-gradient(180deg, #04aaea 10%, #192964 100%);

    background-size: 200% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: background-position 0.2s linear;
}

.span2 {
    /* font-size: 48px;
    font-weight: 700; */

    background: -webkit-linear-gradient(0deg, #04aaea 50%, #192964 60%, #192964 80%);

    background-size: 200% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: background-position 0.2s linear;
}

.Looking-For-sec .top-heading h2 {
    /* font-size: 48px;
    font-weight: 700; */

    background: -webkit-linear-gradient(45deg, #04aaea 50%, #192964 60%, #192964 80%);

    background-size: 200% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: background-position 0.2s linear;
}

/* slide-img */
.slide-img {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s ease;
}

.marg-botm-y {
    transform: translateY(320px);
    opacity: 0;
}

/* float hover */
.hvr-float {
    transform: translateY(0);
    transition: 0.5s;
}

.hvr-float:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 28px #00000013;
}

/* sticky-top */
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        /* top: 50%;
        transform: translateY(-50%) !important; */
        z-index: 98;
    }
}
.sticky-tops{
    position: sticky;
    top:100px;
    transition:.5s;
    z-index: 98;
}
.hide{
    opacity:0;
    visibility:hidden;
}

/* clickable loading */
/* .reveal-item:nth-child(-n+2) {
  opacity: 1;
  transform: translateY(0);
}
.reveal-item {
  display: none;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.reveal-item.show {
 display: block;
  transform: translateY(0);
} */

/* scrollable loading */
.scrl-col-show {
    position: relative;
}

/*.scrl-col-show::after{
    content: '';
    backdrop-filter: blur(10px);
    height: 70%;
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.scrl-opcty1::after{
    content: '';
    backdrop-filter: unset;
    height: unset;
    overflow-y: unset;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.scrl-opcty2::after{
    content: '';
    backdrop-filter: blur(10px);
    height: 100%;
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.scrl-opcty3::after{
    content: '';
    backdrop-filter: blur(10px);
    height: 70%;
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}*/

/* drag call icon */
#dragIcon {
    cursor: grab;
}

/* Class added after drop */
.call-move-left {
    flex-direction: row-reverse !important;
    gap: 5px;
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.drop {
    transition: 1s;
}

/*Responsive CSS Start*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
   /* .container {
        max-width: 1654px;
    }
    h2 {
        font-size: 120px;
        line-height: 150px;
    }
    h3 {
        font-size: 30px;
        line-height: 30px;
    } */
    p {
        font-size: 14px;
        font-weight: 500;
    }
    .big-right-txts {
        font-size: 160px;
        width: 33%;
    }
    .big-left-txts{
        font-size: 160px;
        width: 37%;
    }
    .banners.bg-img{
        background-size: 31% 67%;
    }
    .big-txts{
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto !important;
        padding-left: 0 !important;
    }
    /* .navs ul li a {
        font-size: 18px;
        padding: 17px !important;
    }.navs .logos img {
        width: 350px;
    }
    .cta-btns {
        font-size: 18px;
        padding: 13px 32px;
    }
    .cta-btns-blue {
        font-size: 18px;
        padding: 10px 6px 13px 25px;
    }
    .cta-btns-blue .arrow-icons {
        width: 45px;
        height: 45px;
    }
    .cta-btns-sky {
        font-size: 18px;
        padding: 10px 6px 13px 25px;
    }
    .cta-btns-sky .arrow-icons {
        width: 45px;
        height: 45px;
    }
    .banners.bg-img{
        background-image: url("../../assets/images/banner-img3.png");
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 30% 55%;
        position: relative;
        margin-top: 70px;
    }
    .banners .item{
        padding: 50px 0;
    }
    .banners .banner-content .banner-heading {
        margin-bottom: 190px;
    }
    .banners .banner-content .banners-person-img{
        width: 78%;
    }
    .banners .banner-content .bg-grad img {
        width: 85px;
    }
    .banners .banner-content h1 {
		font-size: 50px;
        line-height: 65px;
	}
    .banners .banner-content h1 strong {
		font-size: 151px;
        line-height: 134px;
	}
    .banners .banner-content input::placeholder{
        font-size: 18px !important;
    }
    footer .top-footer input::placeholder{
        font-size: 18px;
    }
    footer .top-footer .newslatter p {
        font-size: 26px;
        line-height: 30px;
    }
    footer .top-footer .contacts p {
        font-size: 28px;
    }
    footer .top-footer .contact-list .phones a {
        font-size: 36px;
    }
    footer .middle-footer ul li a {
        font-size: 22px;
    }
    footer h3 {
        font-size: 37px;
        font-weight: 500;
    }
    footer .middle-footer .logos {
        width: 450px;
    }
    footer .btom-foot p {
        font-size: 20px;
    }
    footer .btom-foot p img {
        width: 175px;
    }
    .form-cards input::placeholder{
        font-size: 16px !important;
    }
    .counting-sec .cards h2 {
        font-size: 112px;
        line-height: 100px;
    }
    .counting-sec .cards h2 .spans1{
        font-size: 90px;
    }
    .counting-sec .cards h2 .spans2{
        font-size: 60px;
    }
    .how-Can-Help-sec .custom-control-label {
        font-size: 18px !important;
    }
    .Our-Philosophy-sec .cards h3{
        font-size: 34px;
        line-height: 34px;
    }
    .Our-Philosophy-sec .cards .btns span{
        font-size: 35px;
    }
    .accordions .card-header a {
        font-size: 18px;
    }
    .accordions .card-body {
        font-size: 18px;
    }
    .Faq-sec h2 {
        font-size: 224px;
        line-height: 224px;
    }
    .Faq-sec .h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .Faq-sec .bg-txts {
        font-size: 426px;
        line-height: 390px;
        width: auto;
    }
    .container-fluid {
        max-width: 1654px;
    }
    .sub-heading {
        font-size: 60px;
        line-height: 60px;
    }
    .Power-Business-sec .h4{
        font-size: 37px;
        font-size: 40px;
    }
    .card-boxe2 p {
        font-size: 18px;
    }
    .card-boxe2 .h4 {
        font-size: 30px;
    }
    .card-boxe2 a {
        font-size: 18px;
    }
    .card-boxe {
        height: 100%;
    }
    .card-boxe .card-boxe-body p {
        font-size: 18px;
        color: var(--blue);
    }
    .card-boxe .btns-lft a {
        font-size: 18px;
    }
    .card-boxe .btns-rght a {
        font-size: 18px;
    }
    .Converts-Into-Sales-sec .table td {
       font-size: 24px !important;
    }
    .Converts-Into-Sales-sec .table th {
       font-size: 30px !important;
    }
    .Converts-Into-Sales-sec h3{
        font-size: 30px !important;
    }
    .big-right-txts {
        line-height: 276px;
        font-size: 276px;
    }
    .big-left-txts {
        line-height: 276px;
        font-size: 276px;
    }
    .About-sec .sub-text li {
        font-size: 22px;
    }
    .About-sec .h2{
        font-size: 38px;
    }
    .About-sec .h4{
        font-size: 35px;
    }
    .About-sec .h4{
        font-size: 35px;
    }
    .Real-Results-sec .card .sub-heading {
        font-size: 70px;
        line-height: 60px;
    }
    .Real-Results-sec .card .sub-heading2 {
        font-size: 30px;
        line-height: 30px;
    }
    .Looking-For-sec .cards h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .Looking-For-sec .btn-group input {
        font-size: 50px !important;
        letter-spacing: 4px;
        text-align: center;
    }
    .Looking-For-sec .top-heading h2 {
        font-size: 114px;
        line-height: 120px;
    }
    .Looking-For-sec .top-heading p {
        font-size: 30px;
    }
    .Looking-For-sec .cards .icons img {
        width: 100px;
    }
    .menu-hide {
        width: 600px !important;
        left: -600px !important;
    }
    .menu-hide.show {
        left: 0 !important;
    }
    .menu-hide nav ul li a {
        font-size: 20px !important;
    }
    .big-txts{
        padding: 0 0 !important;
        margin: 0 !important;
    }
    .scroll-top {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }
    .Faq-sec {
        margin: 100px 0 0 0;
    }
    .Power-Business-sec {
        margin: 100px 0 0 0;
    }
    .Converts-Into-Sales-sec {
        margin: 100px 0 0 0;
    }
    .Looking-For-sec {
        margin: 100px 0 0;
    }
    .Real-Results-sec {
        margin: 100px 90px 0 0;
    }
    .About-sec {
        margin: 100px 0 0 0;
    }
    .footer{
        margin: 100px 0 0 0;
    }
    .brands-sec{
        margin: 100px 0 0 0;
    }
    .best-solition-sec {
        margin: 100px 0 0 0;
    }
    .ai-search-bar input::placeholder {
        font-size: 45px !important;
    }
    .ai-search-btn {
        font-size: 18px !important;
    }
    .ai-search-wrapper {
        max-width: 1100px !important;
    }
    .check-list li {
        font-size: 16px;
    } */
}

@media (min-width: 992px) {
    /* .navs .navbar-collapse{
        position: relative;
        overflow: hidden;
    }
    .navs .navbar-collapse.show {
        right: -1045px;
        transition: all .6s ease-in-out;
    }
    .navs .navbar-collapse {
        right: 0;
        position: relative;
        transition: all .6s ease-in-out;
        height: 100% !important;
    } */

    /* menu slide */
    .menu-tab {
        position: relative;
        cursor: pointer;
        right: 0;
        z-index: 99;
        transition: all .6s ease-in-out;
    }

    .menu-tab div {
        width: 33px;
        height: 4px;
        background-color: black;
        display: block;
        margin: 5px 8px;
        transition: all .6s ease-in-out;
    }

    .menu-tab.active div:nth-child(1) {
        margin-top: 7px;
    }

    /* .menu-tab.active div{
        width: 22px;
        height: 4px;
    } */
    /* .menu-tab.active{
        width: 70px;
        height: 59px;
        position: fixed;
        z-index: 100;
        padding-left: 16px;
        top: 0;
        right: 345px;
        transition: all 600ms ease-in-out;
        background-color: var(--blue);
    } */
    .menu-tab.active #one {
        transform: translateY(9px) rotate(-135deg);
        transition: all .6s ease-in-out;
        background-color: var(--white);
    }

    .menu-tab.active #two {
        opacity: 0;
        transition: .4s ease;
    }

    .menu-tab.active #three {
        transform: translateY(-9px) rotate(-45deg);
        transition: all .6s ease-in-out;
        background-color: var(--white);
    }

    .menu-hide {
        background-image: linear-gradient(to top, var(--blue), var(--purple));
        width: 270px;
        left: -270px;
        height: 100vh;
        position: fixed;
        z-index: 99;
        top: 0px;
        transition: all .6s ease-in-out;
        overflow-y: auto;
        padding: 40px 0;
    }

    .menu-hide::-webkit-scrollbar {
        width: 3px;
        background-color: var(--grey);
        direction: rtl;
    }

    .menu-hide::-webkit-scrollbar-thumb {
        width: 4px;
        background-color: var(--purple);
    }

    .menu-hide nav ul {
        display: flex;
        flex-direction: column;
    }

    .menu-hide nav ul li {
        list-style-type: none;
        line-height: 50px;
        transition: all .5s ease;
    }

    .menu-hide nav ul li a {
        font-size: 16px;
        padding: 0px 35px !important;
        text-decoration: none;
        color: white;
        font-weight: 500;
    }

    .menu-hide nav ul li:hover {
        background-color: var(--blue);
        transition: all .5s ease;
    }

    .menu-hide.show {
        left: 0;
        background-color: var(--blue);
        transition: all .6s ease-in-out;
    }

    /* Optional: cover the screen when menu is open */
    .navbar-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 992px) {
    .banners.bg-img {
        background-size: unset;
    }
    .Converts-Into-Sales-sec .brands-icon {
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
        justify-content: space-around;
        gap: 0;
        text-align: center;
    }

    .Converts-Into-Sales-sec .brands-icon div {
        width: 25%;
        margin-top: 20px;
    }

    .About-sec .bg-grad {
        margin-top: 0;
        margin-bottom: 0;
    }

    .girls-img {
        width: 100%;
    }

    .card-boxe .card-boxe-body .logos2 {
        margin-top: 0;
    }

    .navs ul li {
        padding-right: 7px;
    }

    .navs .logos img {
        width: 125px;
    }
}

@media screen and (max-width: 991px) {

    /* Override Bootstrap collapse styles */
    .navs .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        /* Hidden off-screen */
        width: 250px;
        height: 100vh !important;
        /* background: var(--blue) !important; */
        background-image: linear-gradient(to bottom, #192964, #233a8d, #04aaea);
        overflow-y: auto;
        transition: all 0.3s ease;
        z-index: 999 !important;
        padding-top: 10px;
    }

    .navs .navbar-collapse::-webkit-scrollbar {
        width: 3px;
        background-color: var(--grey);
        direction: rtl;
    }

    .navs .navbar-collapse::-webkit-scrollbar-thumb {
        width: 4px;
        background-color: var(--purple);
    }

    /* Show when active */
    .navs .navbar-collapse.show {
        left: 0;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .navs ul {
        margin-top: 40px;
        text-align: left;
    }

    /* Optional: cover the screen when menu is open */
    .navbar-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 768px) {
    body {
        text-align: center;
    }

    .navs .logos img {
        width: 115px;
    }

    .banners .banner-content h1 strong {
        font-size: 75px;
        line-height: 65px;
    }

    .banners .banner-content h1 {
        font-size: 20px;
    }

    .banners .banner-content h1 strong:last-child {
        display: block;
    }

    .banners .banner-content {
        margin-left: 0;
    }

    .banners.bg-img {
        background-size: 40% 20%;
        margin-top: 25px;
    }

    footer .top-footer .newslatter {
        border-left: 0 solid var(--white);
    }

    footer .top-footer .newslatter p {
        padding: 0;
    }

    footer .top-footer ul {
        margin: 0;
    }

    /* Override Bootstrap collapse styles */
    .navs .navbar-collapse {
        left: -1000px;
        /* Hidden off-screen */
        width: 100% !important;
        height: 100% !important;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .Faq-sec {
        margin: 50px 0 0 0;
    }

    .card-boxe .btns-lft {
        text-align: center;
    }

    .card-boxe .btns-lft a {
        border-radius: 100px;
    }

    .card-boxe .card-boxe-body .logos2 {
        margin-top: 25px;
    }

    .card-boxe .card-boxe-body p {
        text-align: center;
    }

    .arrow-aniamat {
        display: none;
    }

    .About-sec .sub-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .About-sec .sub-text ul {
        margin: 20px 20px 0 0;
        align-items: center;
        justify-content: center;
    }

    .best-solition-sec .nav-pills .nav-link {
        margin: 8px 10px;
        border: 1px solid var(--blue);
        padding: 10px 20px;
    }

    .best-solition-sec .nav-pills .nav-link.active {
        color: var(--blue);
        background-color: var(--grey);
        border: 1px solid var(--grey);
    }

    .best-solition-sec .nav-pills .nav-link:hover {
        color: var(--blue);
        border: 1px solid var(--grey);
        background-color: var(--grey);
    }

    .best-solition-sec .nav-pills {
        overflow-y: unset;
        overflow-x: unset;
        direction: unset;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }

    .big-right-txts {
        width: 100% !important;
    }

    .big-left-txts {
        width: 100% !important;
    }

    h2 {
        font-size: 70px;
        line-height: 90px;
    }

    .sub-heading {
        font-size: 40px;
    }

    .card-boxe .btns-rght {
        text-align: center;
    }

    .card-boxe .btns-rght a {
        border-radius: 100px;
    }

    .card-boxe .icons {
        width: 100px !important;
        padding: 20px !important;
        border-radius: 0 0 20px 20px !important;
    }

    .card-boxe2 {
        text-align: left;
    }

    .card-boxe2.shopy-img {
        background-position: 200px 54px;
    }

    .card-boxe2.shopy-img:hover {
        background-position: 100%, 200px 54px;
    }

    .card-boxe2.wrdp-img {
        background-position: 200px 54px;
    }

    .card-boxe2.wrdp-img:hover {
        background-position: 100%, 200px 54px;
    }

    .card-boxe2.webap-img {
        background-position: 200px 54px;
    }

    .card-boxe2.webap-img:hover {
        background-position: 100%, 200px 54px;
    }

    .card-boxe2.aws-img {
        background-position: 200px 54px;
    }

    .card-boxe2.aws-img:hover {
        background-position: 100%, 200px 54px;
    }

    /* .Converts-Into-Sales-sec .brdr-rds::before {
        content: "";
        position: absolute;
        width: 500px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 5px solid var(--purple);
    } */
    .Converts-Into-Sales-sec .brdr-rds {
        position: relative;
        background-image: linear-gradient(to top, var(--grey), var(--white));
        border-radius: 0;
    }

    .accordions {
        text-align: left;
    }

    .big-fnsize {
        font-size: 155px;
        color: #efefefa1;
    }

    .ml-50 {
        margin-left: 0;
    }

    .mt-minus-50 {
        margin-top: 0;
    }

    .brdr-rds2 {
        border-radius: 0;
    }

    .banners .banner-content .bg-grad {
        margin-right: 0;
    }

    .banners .banner-content .banner-heading {
        margin-bottom: 0;
    }

    .banners .banner-content .bg-grad {
        padding: 20px 30px 20px 0;
    }

    .footer {
        background-image: url("../../assets/images/footer2.jpg");
    }

    .navs2 {
        margin: 15px 0;
    }

    .navs-top {
        position: fixed;
        background-color: var(--white);
        box-shadow: 0 4px 8px #0000000e;
        width: 100%;
        top: 0;
        z-index: 99;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 !important;
        animation: anim 0.5s;
    }
    .brds-lft{
        margin-bottom: 0;
    }
    .brds-lft::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .Looking-For-sec .cards {
        padding: 10px 0px;
    }

    .Looking-For-sec .top-heading h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .Looking-For-sec .owl-stage .owl-item {
        border-image: linear-gradient(to top, #fff 20%, var(--blue) 100%) 1;
        border-left: 2px solid #ccc;
    }

    .sub-heading {
        font-size: 30px;
        line-height: 35px;
    }

    .Real-Results-sec .card .sub-heading {
        font-size: 45px;
    }

    .Real-Results-sec .card .card-body {
        padding: 1rem;
    }

    .Real-Results-sec .card .video-img {
        border-radius: 0;
    }

    .Real-Results-sec .card {
        border-radius: 0px !important;
        border: 0;
    }

    .About-sec .sub-text li {
        font-size: 14px;
        width: auto;
    }

    .About-sec .sub-text ul {
        margin: 0 10px 0 0;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .mt-minus-50 {
        margin-top: 0;
        padding-bottom: 250px;
    }

    .About-sec .video-img {
        border-radius: 0;
    }

    .About-sec .bg-grad img {
        width: 40px;
    }

    .About-sec .bg-grad {
        padding: 10px 20px 10px 20px;
        border-radius: 0;
    }

    h2 {
        font-size: 60px;
        line-height: 53px;
    }

    .big-right-txts {
        line-height: 118px;
        font-size: 144px;
    }

    .big-left-txts {
        line-height: 160px;
        font-size: 155px;
    }

    .Faq-sec .bg-txts {
        font-size: 169px;
        line-height: 137px;
    }

    .Faq-sec h2 {
        font-size: 80px;
        line-height: 67px;
    }

    .Faq-sec .h1 {
        font-size: 28px;
    }

    .Real-Results-sec {
        margin: 30px 0 0 0;
    }

    .About-sec {
        margin: 30px 0 0 0;
    }

    .best-solition-sec {
        margin: 30px 0 0 0;
    }

    .best-solition-sec {
        margin: 30px 0 0 0;
    }

    .Power-Business-sec {
        margin: 30px 0 0 0;
    }

    .Converts-Into-Sales-sec {
        margin: 30px 0 0 0;
    }

    .Converts-Into-Sales-sec img {
        width: 70px;
    }

    /* .Converts-Into-Sales-sec .brdr-rds::before {
        width: 300px;
    } */
    .bg-grd3 .sub-heading {
        font-size: 20px;
        line-height: 35px;
    }

    .bg-grd3 p {
        font-size: 12px;
        line-height: 15px;
    }

    .best-solition-sec .nav-pills .nav-link {
        margin: 5px 6px;
        border: 1px solid var(--blue);
        padding: 5px 12px;
        font-size: 14px;
    }

    footer .top-footer .contacts {
        flex-direction: column-reverse;
    }

    footer .top-footer .contact-list {
        margin-top: 40px;
    }

    footer .top-footer .contact-list .phones p i {
        border-right: 2px solid var(--purple);
        padding: 0 10px 0 0;
        font-size: 20px;
    }

    footer .top-footer .contact-list .phones a {
        color: var(--purple);
        font-size: 35px;
        font-weight: 900;
    }

    footer .top-footer .contact-list .phones {
        border-left: 0 solid var(--purple);
        padding: 0 0 0 0;
    }

    /* footer .top-footer .social-icons a {
        margin: 12px;
    } */
    footer .top-footer .newslatter {
        padding-bottom: 30px;
        text-align: center;
    }

    .accordions .card-header {
        margin-top: 0;
    }

    footer .middle-footer {
        margin: 30px 0 0;
    }

    .footer {
        padding-top: 10px;
    }

    .best-solition-sec .tab-content .brdr-rds {
        display: none;
    }

    .best-solition-sec .tab-content .row {
        position: relative;
        padding: 0 20px;
    }

    .best-solition-sec .tab-content .row::before {
        content: '';
        position: absolute;
        background-color: var(--blue);
        border-radius: 0 30px 30px 0;
        height: 100%;
        width: 20px;
        left: 0;
        top: 0;
    }

    .best-solition-sec .tab-content .row::after {
        content: '';
        position: absolute;
        background-color: var(--blue);
        border-radius: 30px 0 0 30px;
        height: 100%;
        width: 20px;
        right: 0;
        top: 0;
    }

    .Power-Business-sec .brdr-rds {
        height: 100%;
    }

    .banners .banner-content .bg-grad img {
        width: 42px;
    }

    .banners .banner-content .bg-grad {
        padding: 20px 25px 20px 0;
    }

    .banners .banner-content .bg-grad .shopify-img {
        width: 90px;
    }

    .banners .banner-content .bg-grad .inc-img {
        width: 33px;
    }

    .Looking-For-sec .btn-group {
        border-bottom: 0;
        display: block;
        margin: auto;
    }

    .Looking-For-sec .btn-group button {
        margin: auto;
    }

    .Looking-For-sec .btn-group input::placeholder {
        font-size: 20px !important;
    }

    .Looking-For-sec .btn-group input {
        font-size: 20px !important;
        letter-spacing: 2px;
        text-align: center;
        padding-right: 20px;
        text-transform: uppercase !important;
        border-bottom: 1px solid var(--blue) !important;
    }

    .Power-Business-sec .restricted-img {
        width: 100%;
    }

    .card-boxe .card-boxe-body .logos2 {
        width: 282px;
    }

    .card-boxe2 .icons {
        width: 66px !important;
        height: 52px;
        padding: 0px 16px;
    }

    .card-boxe2 h3 {
        font-size: 16px;
    }

    .card-boxe2.shopy-img {
        background-position: 140px bottom;
    }

    .card-boxe2.shopy-img:hover {
        background-position: 100%, 140px bottom;
    }

    .card-boxe2.wrdp-img {
        background-position: 140px bottom;
    }

    .card-boxe2.wrdp-img:hover {
        background-position: 100%, 140px bottom;
    }

    .card-boxe2.webap-img {
        background-position: 140px bottom;
    }

    .card-boxe2.webap-img:hover {
        background-position: 100%, 140px bottom;
    }

    .card-boxe2.aws-img {
        background-position: 140px bottom;
    }

    .card-boxe2.aws-img:hover {
        background-position: 100%, 140px bottom;
    }

    .search-bg-grad img {
        position: relative;
        margin: -13px 0;
        width: 110px;
    }

    .search-bg-grad .h2 {
        font-size: 18px;
        width: 100%;
    }

    .counting-sec .cards h2 {
        font-size: 50px !important;
        line-height: 52px !important;
    }

    .counting-sec .cards h2 .spans1 {
        font-size: 45px !important;
    }

    .counting-sec .cards h2 .spans2 {
        font-size: 35px !important;
    }

    .how-Can-Help-sec {
        margin-top: 0 !important;
    }

    .counting-sec {
        margin-top: 20px !important;
    }

    .Our-Philosophy-sec {
        margin-top: 30px !important;
    }

    .brands-sec {
        margin-top: 30px;
    }

    .sub-heading2 {
        font-size: 22px;
        line-height: 26px;
    }

    .Our-Philosophy-sec .cards {
        border-radius: 20px !important;
        padding: 16px !important;
        margin: 8px !important;
    }

    .Our-Philosophy-sec .cards .card-content {
        border-radius: 20px !important;
        padding: 25px 25px 25px !important;
    }

    .Our-Philosophy-sec .cards .card-content p {
        font-size: 14px;
    }

    .banners .item {
        padding: 0;
    }
    .ai-search-bar input {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid var(--blue) !important;
    }
    .ai-search-bar {
        border-bottom: 0 !important;
    }
    .ai-search-btn {
        margin-top: 15px;
        width: auto !important;
    }
    .ai-search-bar input::placeholder {
        font-size: 25px !important;
    }
    .check-list li{
        padding: 0 !important;
        margin-top: 30px !important;
    }
    .check-list li::after {
        top: -24px !important;
        left: 50%;
        transform: translateX(-50%) !important;
    }
    .form-cards button{
        width: 100%;
        justify-content: center;
    }
    .inner-banner .inner-banner-content h1 {
        font-size: 34px !important;
    }
    .check-list2 {
        text-align: left;
    }
    .form-cards {
        padding: 20px 20px 10px;
    }
    .form-cards .wpcf7-list-item {
        display: block;
        text-align: left;
    }
    /* .form-cards p {
        text-align: left;
    } */
    .overflow-brands{
        grid-auto-columns: 40px;
    }
}

@media screen and (max-width: 420px) {
    .card-boxe2 h3 {
        font-size: 14px;
    }

    .card-boxe2.shopy-img {
        background-size: 100%;
        background-position: 50px bottom;
    }

    .card-boxe2.shopy-img:hover {
        background-position: 100%, 50px bottom;
    }

    .card-boxe2.wrdp-img {
        background-size: 100%;
        background-position: 50px bottom;
    }

    .card-boxe2.wrdp-img:hover {
        background-position: 100%, 50px bottom;
    }

    .card-boxe2.webap-img {
        background-size: 100%;
        background-position: 50px bottom;
    }

    .card-boxe2.webap-img:hover {
        background-position: 100%, 50px bottom;
    }

    .card-boxe2.aws-img {
        background-size: 100%;
        background-position: 50px bottom;
    }

    .card-boxe2.aws-img:hover {
        background-position: 100%, 50px bottom;
    }

    .navs .cta-btns-blue {
        padding: 4px 2px 4px 12px;
        font-size: 10px;
    }

    .cta-btns-blue .arrow-icons {
        width: 32px;
        height: 32px;
        font-size: 15px;
        margin-left: 4px;
    }
}

/*Responsive CSS End*/

/* inner section */

/* counting-sec */
.counting-sec {
    border-image: linear-gradient(to left, var(--white), var(--blue), var(--white)) 1;
    border-bottom: 2px solid #ccc;
    margin-top: 50px;
}

.counting-sec .cards {
    background-image: linear-gradient(to top, var(--white), var(--grey));
    text-align: center;
    padding: 50px 20px;
}

.counting-sec .bg-grad2 {
    background-image: linear-gradient(to top, var(--white), #eeeeee);
}

.counting-sec .bg-grad3 {
    background-image: linear-gradient(to top, var(--white), #eae9ea);
}

.counting-sec .cards h2 {
    font-size: 70px;
    line-height: 70px;
}

.counting-sec .cards h2 .spans1 {
    font-size: 60px;
    color: var(--red);
}

.counting-sec .cards h2 .spans2 {
    font-size: 45px;
}

/* how-Can-Help-sec */
.how-Can-Help-sec {
    margin-top: 30px;
}

.how-Can-Help-sec img {
    height: 50px;
    object-fit: contain;
}

.how-Can-Help-sec .custom-control-label::before {
    position: absolute;
    top: 0.44rem;
    left: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: var(--blue);
    border: 1px solid #adb5bd;
}

.how-Can-Help-sec .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--white);
    border: 4px solid var(--blue);
    box-shadow: none;
}

.how-Can-Help-sec .custom-control-label {
    border: 1px solid #bfbfbf;
    padding: 6px 15px 6px 26px;
    font-size: 12px;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
}

.how-Can-Help-sec .custom-control-input:checked~.custom-control-label {
    background-color: var(--red);
    border: 1px solid var(--red);
    padding: 6px 15px 6px 24px;
    border-radius: 15px;
}

.how-Can-Help-sec .custom-control {
    padding-left: 0;
}

/* Oor-Philosophy-sec */
.Our-Philosophy-sec {
    margin-top: 50px;
}

.Our-Philosophy-sec .cards {
    background-color: var(--grey);
    border-radius: 35px;
    padding: 25px;
    text-align: center;
    margin: 0 -20px;
    position: relative;
}

.Our-Philosophy-sec .cards .card-content {
    border-radius: 35px;
    padding: 60px 25px 25px;
    text-align: center;
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.Our-Philosophy-sec .cards .card-content p {
    color: var(--white);
}

.Our-Philosophy-sec .cards:hover .card-content {
    background-image: linear-gradient(130deg, #04aaea 0%, #192964 100%);
    display: block;
}

.Our-Philosophy-sec .col-lg-3:nth-child(2) .cards {
    background-color: #eeeeee;
    position: relative;
    z-index: 3;
}

.Our-Philosophy-sec .col-lg-3:nth-child(3) .cards {
    background-color: #eae9ea;
    position: relative;
    z-index: 2;
}

.Our-Philosophy-sec .cards h3 {
    font-size: 22px;
    line-height: 26px;
    color: var(--grey2);
}

.Our-Philosophy-sec .cards .btns span {
    font-size: 35px;
    color: var(--blue);
}



/** inner banner start */
.inner-banner {
    position: relative;
}

.inner-banner .inner-banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.inner-banner img {
    height: 300px;
    object-fit: cover;
}

.inner-banner .inner-banner-content h1 {
    color: var(--white);
    font-size: 60px;
}
/* inner banner end */


#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: inherit;
}
#mega-menu-wrap-first-menu #mega-menu-first-menu > li.mega-menu-item > a.mega-menu-link{
    line-height: inherit;
}


/************* New Footer Style ***************/
.te-footer {
      position: relative;
      overflow: hidden;
      margin-top: 16px;
      border-radius: 30px 30px 0 0;
      color: var(--te-white);
      isolation: isolate;
      background:
        radial-gradient(circle at 12% 10%, rgba(33, 210, 255, .28), transparent 30%),
        radial-gradient(circle at 88% 0%, rgba(8, 174, 234, .26), transparent 34%),
        linear-gradient(128deg, #07143d 0%, #17266b 48%, #078fcb 100%);
      box-shadow: 0 -18px 60px rgba(7, 20, 61, .18);
      margin-top: 50px;
    }

    .te-footer::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 58px 58px;
      mask-image: radial-gradient(circle at center, #000, transparent 74%);
    }

    .te-footer::after {
      content: "TECHIEVOLVE";
      position: absolute;
      right: -18px;
      bottom: -24px;
      z-index: -1;
      color: rgba(255, 255, 255, .045);
      font-size: clamp(62px, 12vw, 190px);
      font-weight: 800;
      line-height: .8;
      letter-spacing: -5px;
      pointer-events: none;
    }

    .te-footer-wrap {
      width: min(1260px, calc(100% - 40px));
      margin: 0 auto;
      padding: 34px 0 22px;
    }

    .te-footer-top {
      display: grid;
      grid-template-columns: minmax(280px, 1.1fr) minmax(260px, .8fr) minmax(280px, .9fr);
      gap: 26px;
      align-items: stretch;
      padding-bottom: 26px;
      border-bottom: 1px solid var(--te-line);
    }

    .te-footer-brand,
    .te-footer-card {
      border: 1px solid var(--te-line);
      border-radius: 24px;
      background: rgba(255, 255, 255, .08);
      backdrop-filter: blur(14px);
    }

    .te-footer-brand {
      padding: 24px;
    }

    .te-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      text-decoration: none;
    }

    .te-logo-mark {
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      border-radius: 18px;
      color: var(--te-navy);
      font-size: 27px;
      font-weight: 800;
      background: #fff;
      box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    }

    .te-logo-text strong {
      display: block;
      font-size: 28px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.6px;
    }

    .te-logo-text span {
      display: block;
      margin-top: 4px;
      color: var(--te-soft);
      font-size: 12px;
      font-weight: 600;
    }

    .te-brand-copy {
      max-width: 500px;
      margin: 18px 0 0;
      color: var(--te-soft);
      font-size: 15px;
      line-height: 1.62;
    }

    .te-footer-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .te-footer-pills span {
      padding: 8px 10px;
      border-radius: 999px;
      color: rgba(255, 255, 255, .9);
      font-size: 12px;
      font-weight: 700;
      background: rgba(255, 255, 255, .11);
    }

    .te-footer-card {
      padding: 22px;
    }

    .te-footer-card h3 {
      margin: 0 0 16px;
      color: #fff;
      font-size: 20px;
      font-weight: 800;
    }

    .te-footer-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .te-footer-links a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--te-soft);
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: color .2s ease, transform .2s ease;
    }

    .te-footer-links a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--te-cyan);
    }

    .te-footer-links a:hover {
      color: #fff;
      transform: translateX(3px);
    }

    .te-contact-list {
      display: grid;
      gap: 12px;
    }

    .te-contact-item {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 12px;
      align-items: center;
      color: #fff;
      text-decoration: none;
    }

    .te-contact-icon {
      display: flex !important;
        justify-content: center;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      color: var(--te-navy) !important;
      background: #fff;
    }

    .te-contact-icon svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.9;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .te-contact-item small {
      display: block;
      color: rgba(255, 255, 255, .62);
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .te-contact-item span {
      display: block;
      margin-top: 2px;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.35;
    }

    .te-footer-social {
      display: flex;
      gap: 10px;
      margin-top: 18px;
    }

    .te-footer-social a {
      display: grid;
      place-items: center;
      width: 42px;
      height: 42px;
      border-radius: 999px;
      color: var(--te-navy);
      font-size: 20px;
      font-weight: 800;
      text-decoration: none;
      background: #fff;
      transition: transform .2s ease, background .2s ease;
    }

    .te-footer-social a:hover {
      transform: translateY(-3px);
      background: var(--te-cyan);
    }

    .te-footer-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 20px;
      padding: 16px 18px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 22px;
      background: rgba(255, 255, 255, .09);
    }

    .te-footer-cta strong {
      display: block;
      color: #fff;
      font-size: 17px;
      line-height: 1.25;
    }

    .te-footer-cta span {
      display: block;
      margin-top: 3px;
      color: var(--te-soft);
      font-size: 13px;
    }

    .te-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      color: #fff !important;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      background: linear-gradient(135deg, var(--te-blue), var(--te-cyan));
      box-shadow: 0 16px 32px rgba(8, 174, 234, .24);
    }

    .te-cta-btn::after {
      content: "->";
    }

    .te-footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      padding-top: 18px;
      color: rgba(255, 255, 255, .68);
      font-size: 13px;
    }

    .te-footer-bottom a {
      color: #fff;
      font-weight: 700;
      text-decoration: none;
    }

    @media (max-width: 980px) {
      .te-footer-top {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 768px) {
      .te-brand-copy {
        margin: 18px auto 0;
      }
      .te-footer-pills {
        justify-content: center;
      }
      .te-contact-item {
            grid-template-columns: 1fr;
            justify-items: center;
        }
        .te-footer-social {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }
        .te-contact-list {
            gap: 20px;
            margin-top: 20px;
        }
    }

    @media (max-width: 620px) {
      .te-footer {
        /* margin: 0; */
        border-radius: 24px 24px 0 0;
      }

      .te-footer-wrap {
        width: min(100% - 24px, 1260px);
        padding: 26px 0 18px;
      }

      .te-footer-links {
        grid-template-columns: 1fr;
      }

      .te-footer-cta {
        flex-direction: column;
      }

      .te-cta-btn {
        justify-content: center;
      }

      .te-logo-text strong {
        font-size: 24px;
      }
      .te-footer-bottom {
        justify-content: center;
      }
        .te-contact-list {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }
    }