.banner-content,
.benefit-card,
.check-icons,
.copyrights,
.counter-flex,
.feature-item,
.package-card,
.result-item,
.service-flex-box,
.step-box,
.story-stats,
.work-flow,
.workflow-content-wrap,
ul#serviceTab-first li {
    text-align: center
}

.apply-btn,
.choose-plan-btn,
.contact-link,
.contact-link:hover,
.cta-button,
.featured-btn,
.featured-btn:hover,
.founder-contact a,
.portfolio-btn,
.portfolio-btn:hover,
a,
a:hover {
    text-decoration: none
}

.cta-section .cta-buttons .cta-button,
.portfolio-btn,
.stat-card {
    backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.apply-btn,
.bottom-bar-close,
.clk_btn,
.filter-btn,
.newsletter-btn,
.scroll-btn,
.scroll-to-top,
.search-btn,
.signup-btn,
.submit-btn,
.toggle-btn {
    cursor: pointer
}

.counter-item h3,
.founder-title,
.nav-label {
    text-transform: uppercase
}

.contact-btns a:hover img,
span.or {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.custom-backdrop.show,
.scroll-to-top.show {
    opacity: 1;
    visibility: visible
}

*,
dl,
ol,
ul {
    padding: 0;
    margin: 0
}

a,
body,
li,
p {
    font-family: Outfit
}

a,
a:hover,
body {
    color: var(--text-color)
}

.cursor-dot,
.dot {
    border-radius: 50%
}

.cursor-dot,
.cursor-outline {
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.about-2-right,
.all-contact-flex,
.all-img-box,
.contact-btns,
.default-accordion-box,
.features-section,
.testimonial-frame,
.work-flow-box,
.workflow-content-list-item,
footer#footer,
nav.menus ul li,
nav.menus ul li a,
section,
ul.navigation-menus li,
ul.top-info li,
ul.top-menus li {
    position: relative;
}

.step-num,
span.or {
    place-content: center
}

* {
    box-sizing: border-box
}

li {
    list-style: none
}

html {
    font-size: 16px
}

:root {
    --primary: #2a245c;
    --secondary: #6b2e88;
    --text-color: #242323;
    --background-color: #f4f7ff
}

.all-contact-flex a.req-btn,
.dot,
.progress-bar,
.step-box:hover .step-num,
.top-btn a {
    background: var(--secondary)
}

.col-12:nth-child(2) .service-flex-box .ser-arrow a,
.col-12:nth-child(4) .service-flex-box .ser-arrow a,
.col-12:nth-child(5) .service-flex-box .ser-arrow a,
.col-12:nth-child(7) .service-flex-box .ser-arrow a,
.service-flex-box:hover .ser-icon,
body {
    background: #fff
}

a,
a:hover {
    transition: .4s
}

a,
li,
p {
    font-style: normal;
    line-height: 1.7;
    font-size: 1.1rem;
    letter-spacing: .2px
}

.web-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit;
    line-height: normal
}

.banner-title span,
.bottom-text,
.footer-main-links h4,
.step-num,
.web-title-span,
.workflow-content-number {
    font-family: 'PF Spekk VAR'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: var(--primary)
}

@font-face {
    font-family: 'PF Spekk VAR';
    src: url('../fonts/PFSpekkVAR-Black.woff2') format('woff2'), url('../fonts/PFSpekkVAR-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 7 Solid";
    font-display: swap
}

@font-face {
    font-family: "Font Awesome 7 Regular";
    font-display: swap
}

@media (min-width:992px) and (max-width:1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1260px
    }

    html {
        font-size: 15.5px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    overflow: hidden
}

.top-header,
.top-left ul,
.top-right,
nav.menus,
nav.menus ul,
ul.top-menus {
    align-items: center;
    display: flex
}

#preloader img {
    width: auto;
    height: auto;
    z-index: 10;
    animation: 1.5s infinite logoPulse
}

.dots {
    display: flex;
    margin-top: 30px;
    gap: 8px
}

.dot {
    width: 12px;
    height: 12px;
    animation: 1.2s ease-in-out infinite bounce
}

.dot:first-child {
    animation-delay: 0s
}

.dot:nth-child(2) {
    animation-delay: .2s
}

.dot:nth-child(3) {
    animation-delay: .4s
}

@keyframes bounce {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility .6s
}

.cursor-dot {
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    z-index: 9999;
    transition: transform .15s ease-out
}

.cursor-outline {
    width: 32px;
    height: 32px;
    border: 1px solid var(--secondary);
    border-radius: 50%;
    z-index: 9998;
    transition: transform .25s ease-out
}

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

.top-header {
    justify-content: space-between;
    padding: 5px 0
}

.contact-btns a,
.top-btn a,
nav.menus ul li a {
    display: inline-block;
    transition: .4s
}

.top-right {
    gap: 16px
}

ul.top-info li {
    display: flex;
    gap: 10px;
    padding-right: 10px;
    margin-right: 10px
}

.area-name,
.blog-auther i,
.bottom-bar-links a:hover,
.footer-main-links h4 span,
.founder-contact a:hover,
.offcanvas-main-links.footer-main-links a:hover,
.review-rating i,
.top-header a:hover,
.workflow-content-list-item:hover h3.workflow-content-title,
footer a:hover,
ul.mail-info h4,
ul.top-info li span {
    color: var(--secondary)
}

ul.top-menus li {
    padding: 0 12px
}

ul.top-info li:before,
ul.top-menus li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 55%;
    background: #484848bf;
    right: 0;
    top: 7px
}

.top-btn a {
    color: #fff;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: .9rem
}

.toggle-btn {
    font-size: 1.5rem;
    color: var(--primary)
}

.bottom-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

img {
    max-width: 100%;
    transition: .4s;
    height: auto;
    display: block
}

.logo {
    width: 200px
}

nav.menus ul li {
    padding: 10px 18px
}

nav.menus ul li a {
    color: var(--primary);
    font-size: 1.11rem
}

.home-a a {
    color: var(--secondary);
    font-size: 1.1rem;
    padding-right: 5px
}

.contact-btns {
    display: flex;
    background: #f4e0ff;
    padding: 7px 10px 7px 40px;
    border-radius: 50px;
    justify-content: space-between;
    gap: 6px
}

.contact-btns img {
    width: 25px;
    height: 25px;
    border-radius: 100%
}

a.whats-app-icon img {
    position: absolute;
    left: -10px;
    width: 55px;
    height: 55px;
    top: -8px
}

.banner-content {
    width: 80%;
    margin: auto;
    padding: 1.5rem 0 4rem
}

.banner-subtitle {
    font-weight: 400;
    color: var(--primary);
    font-size: 3rem
}

.banner-title span {
    font-style: italic;
    color: var(--primary)
}

.banner-content p {
    width: 80%;
    margin: 0 auto 2rem;
    font-size: 1.2rem
}

.banner-imgs img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 5px
}

.all-contact-flex {
    background: 0 0;
    display: inline-flex;
    border-radius: 15px;
    overflow: hidden;
    z-index: 9
}

.all-contact-flex a.req-btn {
    padding: 5px 40px 5px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .4s;
    position: relative;
    box-shadow: inset 0 0 0 0 var(--primary);
    border-radius: 25px 0 0 25px;
}

.all-contact-flex a.cont-btn {
    padding: 5px 15px 5px 40px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: inset 0 0 0 0 var(--secondary);
    transition: .4s;
    border-radius: 0 25px 25px 0;
}

span.or {
    width: 43px;
    height: 43px;
    display: grid;
    background: #fff;
    color: var(--primary);
    font-weight: 500;
    position: absolute;
    left: 46%;
    top: -3px;
    border-radius: 100%;
    z-index: 99
}

.all-contact-flex a.req-btn:hover {
    box-shadow: inset 0 20px 20px 0 var(--primary);
    transform: scale(1.01);
}

.all-contact-flex a.cont-btn:hover {
    box-shadow: inset 0 20px 20px 0 var(--secondary);
    transform: scale(1.01);
}

.banner-img-slider {
    justify-content: center;
    display: flex;
    align-items: center
}

.banner-title {
    font-size: 4rem;
    color: var(--secondary);
    font-weight: 300;
    margin: 0 0 1rem;
    display: inline
}

.web-subtitle,
.web-title {
    margin: 0 0 .5rem;
    font-weight: 400
}

.home_ban_anim_text {
    border-right: 2px solid #6b2e88;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
    /*animation: .7s infinite blink*/
}

@keyframes blink {

    0%,
    100% {
        border-color: transparent
    }

    50% {
        border-color: #6b2e88
    }
}

.padding {
    padding: 4rem 0
}

.web-title {
    color: var(--primary);
    font-size: 2rem;
    letter-spacing: -.5px
}

.web-title-span {
    font-size: 3rem;
    font-style: italic;
    line-height: 1.2;
    color: var(--secondary)
}

p.web-para {
    font-size: 1.2rem;
}

.author-name,
.content-card li strong,
.contet-full-width li strong,
.reading-time i,
.web-subtitle,
.web-title-span span,
.web-title-span span span,
ul.contact-info-box li i,
ul.mail-info li i {
    color: var(--primary)
}

.web-subtitle {
    font-size: 2.2rem
}

.all-img-box {
    overflow: hidden;
    border-radius: 10px
}

.all-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto
}

.all-img-box:hover:after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.all-img-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.all-img-box:hover img,
.blog-card:hover .blog-image img,
.featured-card:hover .featured-image img,
.story-image:hover img {
    transform: scale(1.05)
}

.about-1-img {
    width: 98%;
    margin: auto;
    height: 350px
}

.form-control {
    padding: 12px 10px;
    box-shadow: rgb(42 36 92 / 16%) 0 2px 8px 0;
    border: 1px solid transparent;
    color: #595c5f;
}

.service-1-content-box,
ul#serviceTab-first li button {
    box-shadow: 0 15px 24px 1px rgba(42, 36, 92, .15);
    background: #fff
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #2a245c
}

input[type=submit] {
    background: var(--secondary);
    color: #fff;
    font-size: 1.1rem;
    border-color: var(--secondary)
}

.section-1-right .web-title-span {
    font-size: 3.3rem
}

.counter-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 0
}

.counter-item h3 {
    font-size: 1.7rem;
    font-weight: bolder;
    color: var(--primary)
}

.progress {
    height: 5px;
    background: #b8c1da;
    border-radius: 1px;
    overflow: hidden;
    margin-top: 8px
}

.progress-bar {
    height: 100%;
    width: 0;
    transition: width 2s
}

.client-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.client-img {
    width: 31.3%;
    margin: 0 0 1.2rem;
}

.client-img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    background: #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    border-radius: 20px;
    padding: 12px
}

.client-img img:hover {
    padding: 18px;
    box-shadow: rgb(42 36 92 / 53%) 0 2px 8px 0
}

.service-1-content-box {
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    overflow: hidden
}

.tab-img {
    width: 40%;
    border-radius: 0
}

.service-1-content-text {
    width: 65%;
    padding: 18px 20px 10px 35px
}

ul#serviceTab-first {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    border: 0
}

ul#serviceTab-first li {
    width: 48%;
    margin: 0 0 1rem;
}

ul#serviceTab-first li button {
    border: 0;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    transition: .4s;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.service-1-tab-icon h5 {
    font-size: 1.1rem;
    margin: 10px 0 0
}

.service-1-tab-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: auto
}

ul#serviceTab-first li button.active {
    background: var(--primary);
    /* transform: translateY(-10px) scale(1.04); */
}

.inustery-tech-box:hover span,
.service-flex-box:hover h4,
.step-box:hover h4,
.step-box:hover p,
ul#serviceTab-first li button.active h5 {
    color: #fff
}

ul#serviceTab-first li button.active img {
    filter: brightness(1000)
}

.tab-pane {
    opacity: 0;
    transform: scale(.95);
    transition: opacity .2s, transform .2s
}

.step-num,
span.work-flow-icon {
    transform: translate(-50%, -50%)
}

.tab-pane.show.active {
    opacity: 1;
    transform: scale(1)
}

.testimonial-slider {
    margin: 0 auto
}

.testimonial-frame {
    padding: 10px
}

.mobile-frame {
    width: 95%;
    height: 500px;
    margin: auto
}

.mobile-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px
}

.mobile-frame::before {
    content: ''
}

section {
    overflow-x: clip;
}

.promo-img {
    position: absolute;
    bottom: 0
}

.step-box {
    position: relative;
    background: #f4f7ff;
    padding: 10px 15px 0;
    border-radius: 10px;
    box-shadow: rgb(42 36 92 / 31%) 0 2px 8px 0;
    min-height: 290px;
    margin: 2rem auto 0;
    transition: .4s cubic-bezier(.47, 0, .75, .72);
    width: 100%;
}

.step-box:after,
.step-num {
    background: var(--primary);
    top: 0
}

.blog-box,
.default-accordion-box .block .acc-btn,
.industry-main {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.step-box:hover {
    transform: scale(1.03)
}

.step-num {
    width: 65px;
    height: 65px;
    display: grid;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    font-style: italic;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    z-index: 9
}

.step-text {
    padding: 2rem 0 0;
    position: relative;
    z-index: 9
}

.step-text h4 {
    font-size: 1.3rem;
    color: var(--secondary)
}

.step-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0
}

.step-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    transition: .4s;
    left: 0;
    border-radius: 10px
}

.step-box:hover:after {
    width: 100%;
    z-index: 0
}

.step-box.step-2:after {
    width: 100%;
    height: 0
}

.step-box.step-2:hover:after,
.step-box.step-3:hover:after {
    height: 100%
}

.step-box.step-3:after {
    height: 0;
    width: 100%;
    top: auto;
    bottom: 0
}

.step-box.step-4:after {
    left: auto;
    right: 0
}

.step-box.step-2,
.step-box.step-4 {
    margin-top: 5rem
}

.step-line {
    position: absolute;
    top: 48%;
    z-index: -1;
    left: auto
}

.service-flex-box {
    background: #fff;
    padding: 30px 25px;
    height: 100%;
    border-right: 1px solid #eaeffd;
    border-bottom: 1px solid #eaeffd;
    transition: .4s;
    width: 100%
}

.ser-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 1rem
}

.default-accordion-box .block .acc-btn:before,
.ser-icon {
    display: grid;
    border-radius: 100%;
    background: var(--secondary);
    place-content: center
}

.ser-icon {
    width: 65px;
    height: 65px
}

.blog-box,
.ser-arrow a:hover:before,
ul#indurstiesTab li,
ul.dropdown-menu li:hover:before {
    width: 100%
}

.ser-icon img {
    filter: brightness(100);
    transition: inherit
}

.ser-flex h4 {
    width: 65%;
    text-align: left
}

.ser-arrow a {
    display: inline-block;
    padding: 5px 20px;
    background: #eaeffd;
    font-size: 1rem;
    border-radius: 30px;
    color: var(--primary);
    position: relative;
    z-index: 9;
    overflow: hidden;
    transition: .4s
}

.blog-para p,
.blog-text h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.all-btn a,
.footer-socials a,
ul#indurstiesTab {
    background: var(--primary)
}

.ser-arrow a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    transition: .4s;
    top: 0;
    left: 0;
    background: #fff
}

.ser-arrow a:hover {
    color: var(--primary);
    box-shadow: rgb(107 46 136 / 31%) 0 2px 8px 0;
    transform: translateY(-5px) scale(1.02)
}

.service-flex-box:hover {
    background: var(--primary) !important;
    transform: translateY(-5px) scale(1.02)
}

.service-flex-box:hover .ser-icon img {
    filter: none
}

.about-list li {
    position: relative;
    padding: 0 0 10px 35px;
    /*font-size: 1.4rem*/
}

.about-list li:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0
}

.default-accordion-box .block {
    position: relative;
    margin: 0 0 16px
}

.default-accordion-box .block:last-child {
    margin-bottom: 0
}

.default-accordion-box .block .acc-btn {
    position: relative;
    color: var(--primary);
    cursor: pointer;
    padding: 15px 75px 15px 25px;
    background-color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 12px;
    font-weight: 500
}

.default-accordion-box .block .acc-btn:before {
    position: absolute;
    right: 40px;
    top: 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 25px;
    height: 25px
}

.default-accordion-box .block .acc-btn.active {
    position: relative;
    background-color: var(--primary);
    color: #fff
}

.default-accordion-box .block .acc-btn.active:before {
    content: "\f068";
    color: #000;
    background: #fff
}

.default-accordion-box .block .acc-content {
    position: relative;
    display: none
}

.default-accordion-box .block .content {
    position: relative;
    padding: 20px;
    background: #fff
}

.default-accordion-box .block .acc-content.current {
    display: block
}

.default-accordion-box .block:last-child .acc-btn {
    border: none
}

.blog-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin: 0 0 1.2rem;
}

.blog-auther {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 12px 0
}

.blog-auther span,
nav.menus ul li a:hover {
    color: var(--secondary);
    font-weight: 500
}

.blog-para p {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.blog-text h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    position: relative
}

.all-btn a {
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: .9rem;
    transition: .4s
}

.all-btn a:hover {
    background: var(--secondary);
    transform: scale(1.04) translateY(-3px);
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.industry-main {
    display: flex;
    position: relative;
    border-radius: 25px;
    padding: 0;
    overflow: hidden
}

ul#indurstiesTab {
    width: 40%;
    border: 0;
    padding: 30px
}

div#indurstiesTabContent {
    width: 65%
}

ul#indurstiesTab li button {
    width: 100%;
    border: 0;
    text-align: left;
    border-radius: 10px;
    background-color: transparent;
    margin: 0 0 .2rem;
    color: #fff;
    transition: .4s;
    padding: 9px 20px
}

.industry-flex {
    display: flex;
    align-items: center;
    gap: 20px
}

.industry-flex img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

ul#indurstiesTab li button.active {
    background-color: var(--secondary);
    transform: translateY(-5px) scale(1.04)
}

.indutry-text-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-start
}

.inustery-tech-box {
    display: flex;
    align-items: center;
    width: 45%;
    background: #f4f7ff;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto .6rem 0;
    box-shadow: rgb(107 46 136 / 27%) 0 2px 8px 0;
    transition: .4s
}

.tech-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 20px
}

.inustery-tech-box span {
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--primary)
}

.inustery-tech-box:hover {
    background: var(--primary);
    transform: translateY(-5px) scale(1.04)
}

.footer-main-links {
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #cad2e8
}

.footer-main-links h4 {
    font-size: 1.5rem;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    position: relative
}

.footer-main-links h4:before {
    position: absolute;
    content: "";
    width: 56%;
    height: 2px;
    background: #dee5f6;
    bottom: 0;
    left: 0
}

.footer-socials a:hover,
button#closeBtn {
    background: var(--secondary);
    color: #fff
}

.footer-main-links ul li a {
    position: relative;
    padding: 0 0 .5rem 0;
    display: inline-block;
    font-size: 1rem
}

.review-rating i {
    margin: 10px 0;
    font-size: 1.3rem
}

.review-info img {
    width: 200px;
    height: auto;
    margin: 1rem 0 0
}

.col.quick-links {
    width: 17%;
    flex: inherit
}

.footer-bottom-info {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid #cad2e8
}

.footer-logo img {
    width: 220px;
    margin: 0 0 1rem
}

.footer-socials a {
    width: 35px;
    height: 35px;
    display: inline-grid;
    color: #fff;
    place-content: center;
    border-radius: 4px;
    font-size: 1.3rem;
    margin: 0 5px 0 0
}

button#closeBtn,
h3.workflow-content-title {
    font-size: 1rem
}

.footer-contact-info {
    width: 30%;
    display: flex;
    justify-content: space-between
}

.work-flow-box-overlay,
.work-flow-logo {
    justify-content: center;
    position: relative
}

.area-name {
    font-size: 3rem;
    font-weight: 900;
    margin-right: 10px;
    text-shadow: 2px 0 1px #6b2e88
}

ul.contact-info-box {
    width: 73%
}

ul.contact-info-box li {
    display: flex;
    gap: 10px;
    margin: 0 0 10px
}

ul.mail-info li {
    display: flex;
    gap: 6px;
    margin: 0 0 10px
}

footer a:hover {
    transform: scale(1.01)
}

footer a {
    transition: .1s ease-out
}

.copyrights {
    padding: 1rem 0
}

.bottom-bar-links a,
.check-icons p,
.copyrights a {
    color: var(--primary);
    font-weight: 500
}

.work-flow-box-overlay {
    display: flex;
    width: 100%;
    margin: 4rem auto 0;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -15%);
    max-width: 680px
}

.work-flow-logo,
span.work-flow-icon {
    border-radius: 50%;
    align-items: center;
    display: flex
}

.work-flow-logo {
    width: 180px;
    height: 180px;
    background: #fff;
    box-shadow: 0 4px 28px #ab88bb61;
    overflow: hidden;
    margin: auto;
    top: 0;
    left: -15%;
    transform: translate(-50%, 10%)
}

.work-flow-logo img {
    width: 110px
}

.work-flow-oval-item {
    position: relative;
    width: fit-content;
    transition: .4s
}

img.work-flow-oval {
    filter: drop-shadow(0px 10px 32px #d6e0f2);
    width: 135px;
    height: 135px;
    object-fit: cover
}

span.work-flow-icon {
    width: 70px;
    height: 70px;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%
}

.work-flow-oval-item:first-child {
    position: absolute;
    top: 0;
    left: -20px
}

.work-flow-oval-item:nth-child(2) {
    position: absolute;
    top: 127px;
    left: 0
}

.work-flow-oval-item:nth-child(3) {
    position: absolute;
    left: 85px;
    top: 195px
}

.work-flow-oval-item:nth-child(3) .work-flow-icon {
    left: 57%
}

.work-flow-oval-item:nth-child(4) {
    position: absolute;
    top: 195px;
    left: 225px
}

.work-flow-oval-item:nth-child(5) {
    position: absolute;
    top: 132px;
    left: 310px
}

.work-flow-oval-item:nth-child(6) {
    position: absolute;
    top: 0;
    left: 325px
}

.workflow-content-wrap {
    width: 100%;
    max-width: 350px;
    position: relative
}

.custom-backdrop,
.custom-offcanvas {
    position: fixed;
    opacity: 0;
    visibility: hidden
}

.workflow-content-number {
    color: #2a245c;
    font-size: 4rem;
    transition: .4s
}

.workflow-content-list-item:first-child {
    position: absolute;
    top: 0;
    left: -59px
}

.workflow-content-list-item:nth-child(2) {
    position: absolute;
    top: 160px;
    left: 0
}

.workflow-content-list-item:nth-child(3) {
    position: absolute;
    top: 330px;
    left: 275px
}

.workflow-content-list-item:nth-child(4) {
    top: 175px;
    left: 51%
}

.workflow-content-list-item:nth-child(5) {
    top: 170px;
    right: -18px;
    position: absolute
}

.workflow-content-list-item:nth-child(6) {
    position: absolute;
    right: -60px;
    top: -40px
}

img.workflow-icon {
    position: absolute;
    z-index: -1
}

.workflow-content-list-item:first-child img.workflow-icon {
    top: 20%;
    left: 63%;
    width: 69%
}

.workflow-content-list-item:nth-child(2) img.workflow-icon {
    top: 22%;
    left: 65%
}

.workflow-content-list-item:nth-child(3) img.workflow-icon {
    top: -35px;
    left: 130px
}

.workflow-content-list-item:nth-child(4) img.workflow-icon {
    top: -25px;
    left: 15%
}

.workflow-content-list-item:nth-child(5) img.workflow-icon {
    top: 18%;
    left: -22%;
    width: 60%
}

.workflow-content-list-item:nth-child(6) img.workflow-icon {
    top: 40px;
    left: -27%;
    width: 60%
}

.workflow-content-list {
    margin: 0 0 11rem
}

.custom-backdrop {
    inset: 0;
    background: rgba(0, 0, 0, .5);
    transition: opacity .3s;
    z-index: 1040
}

.custom-offcanvas {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: var(--background-color);
    border-radius: 0 0 0 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    z-index: 1050;
    transform: translateY(-100%) translateX(100%)
}

.custom-offcanvas.show {
    animation: .6s cubic-bezier(.25, 1.3, .5, 1) forwards cornerSlideIn
}

.custom-offcanvas.hide-anim {
    animation: .5s forwards cornerSlideOut
}

@keyframes cornerSlideIn {
    from {
        opacity: 0;
        transform: translateY(-100%) translateX(100%);
        visibility: visible
    }

    to {
        opacity: 1;
        transform: translateY(0) translateX(0);
        visibility: visible
    }
}

@keyframes cornerSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) translateX(0);
        visibility: visible
    }

    to {
        opacity: 0;
        transform: translateY(-100%) translateX(100%);
        visibility: hidden
    }
}

.offcanvas-logo img {
    width: 210px
}

button#closeBtn {
    opacity: 1;
    line-height: 1;
    width: 30px;
    height: 30px
}

.offcanvas-main-links.footer-main-links {
    padding: 0;
    width: 90%;
    margin: 3rem auto 0
}

.bottom-text {
    background: linear-gradient(90deg, #6b2e886b 0, rgb(42 36 92 / 41%) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 9rem;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .1;
    font-style: italic;
    z-index: -1;
}

.scroll-to-top,
ul.dropdown-menu,
ul.navigation-menus li:hover ul.dropdown-menu li ul.dropdown-menu,
ul.navigation-menus li:hover ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

.workflow-content-list-item:hover .workflow-content-number {
    color: var(--primary);
    transform: scale(1.1) translateY(-5px)
}

.benefit-card:hover .benefit-icon,
.contact-btns a:hover img,
.culture-card:hover .culture-image img,
.founder-image:hover .founder-img,
.mobile-frame:hover img,
.portfolio-card:hover .portfolio-image img,
.project-card:hover .project-image img,
.team-card:hover .profile-img,
.work-flow-oval-item:hover {
    transform: scale(1.1)
}

.stick-top {
    position: sticky;
    top: 40px
}

@keyframes shape-animaiton4 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(1000deg)
    }
}

.bg-img-before {
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: shape-animaiton4;
    animation-duration: 62s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    position: absolute;
    right: 0;
    top: 120px
}

nav.menus ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: var(--secondary);
    bottom: -1px;
    transition: .4s;
    border: 10px;
    left: 3px
}

nav.menus ul li a:hover:before {
    width: 80%
}

.package-features li:hover,
.top-btn a:hover {
    background: var(--primary);
    color: #fff
}

.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
    transition: .3s;
    transform: translateY(100px)
}


.culture-card:hover .culture-overlay,
.scroll-to-top.show {
    transform: translateY(0)
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .4)
}

.scroll-to-top i {
    font-size: 20px;
    color: var(--secondary);
    transition: transform .3s
}

.scroll-to-top:hover i {
    transform: translateY(-2px)
}



#bottom-header-main {
    top: 0;
    width: 100%;
    transition: top .3s;
    z-index: 9999
}

#bottom-header-main.sticky {
    top: 0;
    position: fixed;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.sticky .top-header-main,
a.btn.toggle,
a.mob-icon,
ul.dropdown-menu li a:before,
ul.top-info li:last-child:before {
    display: none
}

.service-1-sec {
    background-image: url(../images/bg-1.jpg);
    background-repeat: repeat
}

.img1 {
    height: 480px;
    width: 100%
}

.img2,
.img3 {
    height: 260px;
    width: 100%
}

.img2 {
    margin: 0 0 2rem
}

.about-images-area {
    position: relative;
    margin: 2rem 0 0
}

img.elements10 {
    position: absolute;
    top: -45px;
    left: 15px
}

.check-icons {
    position: absolute;
    top: 46%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 60%;
    background: #fff;
    padding: 10px;
    box-shadow: -2px 4px 40px 0 rgb(0 0 0 / 35%);
    border-radius: 10px;
    animation: 3s ease-in-out infinite fadeUpDown
}

.check-icons p {
    margin: 0;
    font-size: 1rem
}

@keyframes fadeUpDown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.fade-up-down {
    display: inline-block;
    animation: 2.5s ease-in-out infinite fadeUpDown
}

.scroll-container {
    display: flex;
    max-width: 100%;
    margin: 20px 0;
    position: relative
}

.scroll-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: -5px
}

.scroll-btn {
    background: #fff;
    color: #33333382;
    border: none;
    padding: 8px 12px;
    border-radius: 100%;
    transition: .3s;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    margin: 5px 0
}

.scroll-btn:hover {
    background: #54236a;
    color: white;
}

.scroll-progress {
    flex: 1;
    width: 2px;
    background: #ddd;
    border-radius: 10px;
    margin: 8px 0;
    position: relative
}

.scroll-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #6b2e88;
    border-radius: 10px;
    height: 0;
    transition: height .2s ease-out
}

.scroll-content {
    height: 400px;
    overflow: hidden;
    flex: 1;
    position: relative
}

.scroll-inner {
    height: 400px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.scroll-inner::-webkit-scrollbar {
    width: 0;
    height: 0
}

input[type=submit]:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white !important;
}

.col-12:nth-child(2) .service-flex-box,
.col-12:nth-child(4) .service-flex-box,
.col-12:nth-child(5) .service-flex-box,
.col-12:nth-child(7) .service-flex-box {
    background: #ebedfc
}

footer#footer:before {
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: .7;
    background-position: center
}

footer#footer {
    z-index: 9
}

.bottom-bar {
    position: fixed;
    bottom: -100px;
    left: 50%;
    width: 350px;
    color: #fff;
    box-shadow: 0 -4px 12px rgb(0 0 0 / 32%);
    transition: bottom .5s ease-in-out;
    z-index: 9999;
    font-family: sans-serif;
    background: #fff;
    transform: translate(-50%, 0);
    border-radius: 30px
}

.desktop-frame,
.phone-frame {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25), 0 4px 10px rgba(0, 0, 0, .15)
}

.desktop-camera-dot,
.phone-home-bar,
.stand {
    left: 50%;
    transform: translateX(-50%)
}

.bottom-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    margin: auto
}

.bottom-bar-links a {
    padding: 5px 15px
}

.bottom-bar-close {
    background: var(--secondary);
    border: none;
    color: #fff;
    font-size: 12px;
    transition: transform .3s;
    position: absolute;
    top: -13px;
    right: -2px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    border-radius: 100%
}

.bottom-bar-close:hover {
    transform: rotate(90deg)
}

section.client-sec.padding:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/bg-2.webp) 0 0/contain;
    z-index: -1;
    opacity: .5;
    top: 50%
}

.work-flow-oval-item:hover img.work-flow-oval {
    filter: drop-shadow(0px 2px 3px #2a245c)
}

.mobile-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.testimonial-frame .test-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 3rem;
    transition: transform .3s;
    background: #fff;
    width: 45px;
    height: 31px;
    display: grid;
    place-content: center;
    border-radius: 10px
}

ul.dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 280px;
    background: rgb(244 247 255);
    backdrop-filter: blur(15px);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgb(0 0 0 / 14%);
    transform: translateY(-10px) scale(.95);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    flex-direction: column;
    align-items: flex-start !important;
    padding: 0
}

ul.navigation-menus li:hover ul.dropdown-menu,
ul.navigation-menus li:hover ul.dropdown-menu li:hover ul.dropdown-menu,
ul.navigation-menus li:hover ul.dropdown-menu li:hover ul.dropdown-menu li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1)
}

nav.menus ul.dropdown-menu li {
    border-bottom: 1px solid #f4e0ff;
    width: 100%;
    padding: 5px 10px
}

nav.menus ul.dropdown-menu li a {
    width: 100%;
    font-size: .9rem
}

ul.dropdown-menu li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #f4e0ff;
    z-index: -1;
    transition: .4s;
    top: 0;
    left: 0
}

.clk_btn {
    position: absolute;
    top: 18px;
    right: -1px;
    font-size: 11px;
    color: var(--primary)
}

.ab-2-img-1 {
    width: 90%;
    margin-left: auto
}

.ab-2-img-2 .about-2-img {
    position: absolute;
    width: 265px;
    height: 210px;
    bottom: -96px;
    left: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff
}

.frames-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 98%
}

.desktop-frame {
    background: #101114;
    border-radius: 22px;
    padding: 8px 8px 25px;
    position: relative
}

.desktop-bezel {
    background: #1a1b20;
    border-radius: 13px;
    padding: 7px;
    position: relative
}

.desktop-camera-dot {
    position: absolute;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #3cf, #19a 60%, #000)
}

.desktop-screen {
    aspect-ratio: 16/9;
    background: #0b0c10;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.glass,
.stand {
    position: absolute
}

.author-avatar img,
.blog-detail-image img,
.desktop-screen img,
.phone-screen img,
.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.glass {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, .06) 55%, transparent 70%);
    pointer-events: none
}

.stand {
    bottom: 10px;
    width: clamp(160px, 30%, 260px);
    height: 6px;
    background: linear-gradient(#4b4b4b, #1b1c22);
    border-radius: 10px
}

.device-frame-large {
    width: 70%
}

.device-frame-small {
    position: absolute;
    right: 10px;
    min-width: 140px;
    bottom: -24%
}

.phone-frame {
    background: #101114;
    padding: 4px;
    border-radius: 24px;
    width: 145px;
    height: 280px;
    margin: auto;
    position: relative
}

.phone-bezel {
    background: #1a1b20;
    border-radius: 20px;
    padding: 5px;
    position: relative
}

.phone-screen {
    aspect-ratio: 9/18.5;
    border-radius: 22px;
    background: #0b0c10;
    overflow: hidden;
    position: relative
}

.phone-home-bar {
    position: absolute;
    bottom: 8px;
    width: 34%;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .25)
}

.buttons-left,
.buttons-right {
    position: absolute;
    width: 3px;
    background: #2c2d33;
    border-radius: 3px
}

.buttons-left {
    top: 90px;
    bottom: 180px;
    left: -2px
}

.buttons-right {
    top: 140px;
    height: 90px;
    right: -2px
}

ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0
}

ul.dropdown-menu .clk_btn {
    right: 5px;
    top: 10px
}

h3.workflow-content-title {
    padding: 0 15px;
    color: var(--secondary)
}

ul#serviceTab-first li button:hover {
    transform: scale(1.05);
}

.inner-section {
    background: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--background-color);
    padding: 3rem 0;
    z-index: 9
}

/*.inner-section::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: url(../images/inner-bg.jpg);*/
/*    opacity: .5;*/
/*    z-index: -1*/
/*}*/

.banner-image,
.inner-content,
.share-btn i,
.testimonial-content,
.usp-content,
.usp-visual {
    position: relative;
    z-index: 2
}

.inner-title {
    font-size: 2.7rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 2%)
}

.inner-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.cta-button {
    background: var(--secondary);
    color: #fff;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 50px;
    display: inline-block;
    transition: .3s;
    box-shadow: 0 4px 15px rgb(118 118 118 / 40%)
}


.package-card {
    padding: 2rem;
    transition: .3s
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(145 145 145 / 60%);
    color: #fff
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.content-card {
    /*background: #fff;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, .1);*/
    /*height: 100%*/
}

.content-card:hover {
    /*transform: translateY(-5px);*/
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, .15)*/
}

/*.packages-section {*/
/*    background: linear-gradient(135deg, var(--background-color) 0, #e8f0ff 100%)*/
/*}*/

.package-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    margin: 2rem auto;
    width: 95%
}

.choose-plan-btn,
.feature-icon {
    background: var(--primary);
}

.package-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--primary), var(--secondary))
}

.content-card li:before,
.contet-full-width li:before,
.inner-section:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .2)
}

.package-card.featured {
    border: 3px solid var(--secondary);
    transform: scale(1.05);
    margin-bottom: 3rem
}

.package-title {
    font-size: 1.5rem;
    color: var(--primary)
}

.package-price,
p a {
    color: var(--secondary)
}

.package-price {
    font-size: 1.7rem;
    font-weight: 600
}

.package-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem
}

.package-features li {
    padding: .5rem 0;
    color: var(--text-color);
    position: relative;
    border-bottom: 1px solid #cdcdcd42;
    transition: .4s
}

.choose-plan-btn,
a.feature-read {
    display: inline-block;
    transition: .3s;
    font-weight: 500
}

.choose-plan-btn {
    color: #fff;
    padding: 9px 20px;
    border: none;
    border-radius: 50px;
    width: 100%;
    margin: 0 0 5px;
}

.choose-plan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 36, 92, .4);
    color: #fff;
    background: var(--secondary);
}

#features:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-2.webp);
    opacity: .3;
    z-index: -1
}

.feature-item {
    margin-bottom: 1.5rem;
    transition: .4s;
    padding: 25px;
    border-radius: 10px
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #fff;
    font-size: 2rem;
    transition: transform .35s
}

.feature-title {
    font-size: 1.4rem;
    color: var(--secondary);
    margin-bottom: 1rem
}

.feature-description {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 5;*/
    /*line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
    padding: 0 10px;
    font-size: 16px;
}

.inner-section:after {
    width: 620px;
    height: 100%;
    background-image: url(../images/de-pattern.webp);
    opacity: .1;
    right: 27%;
    bottom: 0;
    z-index: -1;
    background-position: bottom
}

.inner-image {
    width: 80%;
    margin: auto;
    border-radius: 0 90px;
    height: 400px
}

p a {
    font-weight: 500;
    text-decoration: underline !important
}

.feature-item:hover {
    box-shadow: 0 5px 35px rgb(65 40 107 / 26%);
    background: #fff
}

.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(6deg)
}

a.feature-read {
    transform: translateX(-90px);
    color: var(--primary);
    opacity: 0
}

.feature-item:hover a.feature-read {
    transform: translateX(0);
    opacity: 1
}

.content-card li,
.contet-full-width li {
    position: relative;
    padding: 0 0 12px 35px
}

.content-card li:before,
.contet-full-width li:before {
    background-image: url(../images/arrow.png);
    width: 25px;
    height: 25px;
    left: 0;
    top: 5px
}

.detail-box-form {
    background-image: url(../images/bg-1.jpg);
    background-repeat: repeat;
    background: var(--primary)
}

.benefit-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    transition: transform .3s, box-shadow .3s;
    height: 100%;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2)
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s
}

.benefit-icon i {
    font-size: 1.8rem;
    color: #fff
}

.benefit-title {
    font-size: 1.3rem;
    /* color: var(--text-color); */
    margin: 0
}

.contet-full-width .web-title {
    margin: 0 0 1rem;
    letter-spacing: 0;
    font-weight: 500
}

.detail-form input[type=submit]:hover {
    background: var(--secondary);
    color: #fff;
    border-color: #fff
}

ul.slick-dots {
    display: flex;
    justify-content: center
}

ul.slick-dots li button {
    font-size: 0;
    border: #fdf5e6;
    background: var(--primary);
    width: 20px;
    height: 4px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    transition: .4s
}

ul.slick-dots li.slick-active button {
    width: 40px;
    background: var(--secondary)
}

ul.slick-dots li {
    line-height: 0
}

.char,
.word {
    display: inline-block;
    white-space: pre
}

.about-section,
.blog-section,
.logos-section,
.story-image {
    position: relative;
    overflow-x: clip;
}


.story-image {
    /* border-radius: 15px; */
    box-shadow: 0 20px 50px rgb(0 0 0 / 13%);
    width: 97%;
    height: auto;
}

.story-image img {
    /* width: 100%; */
    /* height: 600px; */
    /* object-fit: cover; */
    /* transition: transform .3s; */
}

/*.story-overlay {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: linear-gradient(#00000000, rgb(0 0 0));*/
/*    padding: 2rem;*/
/*    color: #fff*/
/*}*/

/*.story-stats {*/
/*    display: flex;*/
/*    justify-content: space-around*/
/*}*/

.result-item h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: .5rem
}

.culture-overlay p {
    font-size: .9rem;
    margin: 0;
    opacity: .9
}

.culture-overlay h4 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
}

.founder-content {
    padding-left: 2rem
}

.text-title {
    font-size: 2.2rem;
    /* font-weight: 700; */
    /* color: var(--primary); */
    margin-bottom: 1.5rem;
    /* position: relative; */
}

.text-title::after {
    /* content: ''; */
    /* position: absolute; */
    /* bottom: -10px; */
    /* left: 0; */
    /* width: 60px; */
    /* height: 3px; */
    /* background: var(--primary); */
}

.story-content .story-highlights {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.story-content .highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--secondary);
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 31%;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    font-weight: 500;
    transition: .4s ease;
}

.card-icon,
.feature-item {
    display: flex;
    align-items: center
}

.story-content .highlight-item i {
    color: var(--primary);
    font-size: 2rem;
}

.story-content .highlight-item:hover {
    background: var(--secondary);
    color: white;
}

.story-content .highlight-item:hover i {
    color: white;
}

.mission-vision-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.brand-story-section::before,
.contact-info::before,
.form-container::before,
.founder-card::before,
.mission-vision-card::before,
.position-card::before,
.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary)
}

.mission-vision-card:hover,
.portfolio-card:hover,
.position-card:hover,
.project-card:hover,
.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15)
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--secondary);
    border-radius: 50%;
    justify-content: center;
    /* margin-bottom: 1.5rem; */
    position: relative
}

.card-icon i,
.perk-icon i,
.about-us-pg-services .service-icon i {
    font-size: 2rem;
    color: #fff
}

.card-title {
    font-size: 1.8rem;
    /* font-weight: 700; */
    color: var(--primary);
    /* margin-bottom: 1rem; */
}

.card-description {
    /* font-size: 1.1rem; */
    /* line-height: 1.7; */
    /* color: #666; */
    /* margin-bottom: 2rem; */
    margin: 0;
}

.card-features,
.newsletter-form,
.recent-posts {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.feature-item {
    font-size: 1rem;
    color: #333
}

.feature-item i {
    color: var(--secondary);
    margin-right: 1rem;
    font-size: 1.1rem
}

.brand-story-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
    padding: 3rem;
    margin: 3rem 0;
    position: relative;
    overflow: hidden
}

.perk-card,
.about-us-pg-services .service-card,
.value-item {
    border-radius: 15px;
    text-align: center
}

.about-us-pg-services ul.service-description li a {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

.brand-title {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* color: var(--primary); */
    /* margin-bottom: 2rem; */
    /* text-align: center; */
}

.service-title,
.value-item h4 {
    font-weight: 500;
    color: var(--primary)
}

.brand-text {
    font-size: 1.2rem;
    /* line-height: 1.8; */
    color: #333;
    margin: 1rem 0;
    text-align: center;
}

.brand-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    transition: transform .3s
}

.stat-card:hover,
.value-item:hover {
    transform: translateY(-5px)
}

.value-item i {
    font-size: 2.5rem;
    color: var(--secondary);
    margin-bottom: 1rem
}

.value-item h4 {
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.value-item p {
    font-size: 1rem;
    color: #666;
    margin: 0
}

.perk-card,
.about-us-pg-services .service-card {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    height: 100%;
    position: relative;
    overflow: hidden
}

.perk-card::before,
.perk-icon,
.about-us-pg-services .service-card::before,
.service-icon {
    background: var(--primary)
}

.culture-card,
.position-card {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    overflow: hidden
}

.perk-card::before,
.about-us-pg-services .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transition: transform .3s
}

.perk-card:hover::before,
.about-us-pg-services .service-card:hover::before {
    transform: scaleX(1)
}

.blog-card:hover,
.client-logo:hover,
.perk-card:hover,
.about-us-pg-services .service-card:hover,
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.perk-icon,
.about-us-pg-services .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    background: var(--secondary);
}

.about-us-pg-services .service-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-family: 'PF Spekk VAR';
}

.perk-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0
}

.usp-section {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin: 3rem 0 0;
    /* color: #fff; */
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .2);
}

.cta-section::before,
.usp-section::before {
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); */
    /* opacity: 1; */
    /* background-repeat: repeat; */
}

.cta-title {
    font-size: 2.5rem;
    /* font-weight: 700; */
    margin-bottom: 1rem;
    /* color: #fff; */
}

.usp-icon i,
.usp-subtitle,
.usp-text h4 {
    /* font-size: 1.2rem; */
}

.usp-subtitle {
    /* margin-bottom: 2rem; */
    /* opacity: .9; */
}

.usp-item {
    /* display: flex; */
    /* align-items: flex-start; */
    /* gap: 1rem; */
    /* width: 48%; */
    /* margin: 0 0 2rem; */
}

.stat-number {
    margin-bottom: .5rem;
    color: #fff
}

.usp-icon {
    /* width: 50px; */
    /* height: 50px; */
    /* background: rgba(255, 255, 255, .2); */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-shrink: 0; */
}

.usp-icon i {
    /* color: #fff; */
}

.usp-text p {
    /* font-size: 1rem; */
    /* margin: 0; */
    /* opacity: .9; */
    /* line-height: 1.5; */
}

.visual-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
}

.stat-card {
    background: rgba(255, 255, 255, .1);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: transform .3s
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700
}

.stat-label {
    font-size: .9rem;
    opacity: .9;
    margin: 0
}

.apply-btn,
.blog-detail-image-inline,
.client-logo,
.cta-btn,
.portfolio-content,
.project-info,
.read-more-btn,
.section-divider,
.section-separator,
.why-card {
    text-align: center
}

.blog-detail-illustration,
.blog-illustration,
.careers-illustration,
.clients-illustration,
.portfolio-illustration {
    text-align: center;
    padding: 2rem
}

.blog-detail-icon,
.blog-icon,
.careers-icon,
.clients-icon,
.portfolio-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block
}

.blog-detail-text,
.blog-text,
.careers-text,
.clients-text,
.portfolio-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary)
}

.blog-detail-section,
.form-section,
.life-section,
.portfolio-section,
.team-section {
    background: var(--background-color);
    position: relative;
    overflow: hidden
}

.position-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    transition: .3s;
    height: 100%
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem
}

.position-icon {
    width: 60px;
    height: 60px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-icon i,
.position-icon i,
.quote-icon i {
    font-size: 1.5rem;
    color: #fff
}

.position-meta,
.search-form {
    display: flex;
    gap: .5rem
}

.position-location,
.position-type {
    background: rgba(0, 123, 255, .1);
    color: var(--primary);
    padding: .3rem .8rem;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 500
}

.benefit-tag,
.tech-tag {
    background: var(--secondary);
}

.position-title {
    font-size: 1.5rem;
    /* font-weight: 600; */
    color: var(--primary);
    margin-bottom: 1rem
}

.position-description,
.project-description {
    /* font-size: 1rem; */
    /* line-height: 1.6; */
    /* color: #666; */
    /* margin-bottom: 1.5rem; */
}

.blog-meta,
.position-requirements {
    margin-bottom: 1rem;
}

.position-requirements h4 {
    font-size: 1.1rem;
    /* font-weight: 600; */
    color: var(--primary);
    margin-bottom: .8rem
}

.category-list,
.position-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.position-requirements li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
    /* color: #666; */
    font-size: .95rem;
}

.position-requirements li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700
}

.featured-tech,
.position-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 2rem
}

.benefit-tag,
.tech-tag {
    color: #fff;
    padding: .3rem .8rem;
    border-radius: 15px;
    font-size: .8rem;
    font-weight: 500
}

.apply-btn {
    display: inline-block;
    color: #fff;
    padding: .6rem 2rem;
    border-radius: 25px;
    /* font-weight: 600; */
    transition: .3s;
    border: none;
    width: auto;
    background: var(--primary);
}

.apply-btn:hover,
.cta-btn:hover,
.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .3);
    color: #fff;
    text-decoration: none
}

.contact-section,
.featured-section,
.filter-section,
.perks-section,
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    position: relative;
    overflow: hidden
}

.perk-title,
.project-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: .3rem
}

.culture-card {
    border-radius: 15px;
    transition: .3s
}

.culture-overlay,
.submit-btn i {
    transition: transform .3s
}

.culture-image,
.portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px
}

.blog-image img,
.culture-image img,
.featured-image img,
.portfolio-image img,
.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.culture-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, black, #00000000);
    color: #fff;
    padding: 40px 20px 0;
    transform: translateY(100%);
    height: 45%;
    width: 100%;
}

.project-info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.cta-section {
    /* background: var(--primary); */
    /* color: #fff; */
    /* position: relative; */
    /* overflow: hidden; */
}

.why-card {
    /* background: rgba(255, 255, 255, .1); */
    /* border-radius: 15px; */
    /* padding: 2rem; */
    /* border: 1px solid rgba(255, 255, 255, .2); */
    /* transition: .3s; */
    /* height: 100%; */
    /* position: relative; */
    /* z-index: 2; */
}

.why-card:hover {
    /* transform: translateY(-10px); */
    /* background: rgba(255, 255, 255, .15); */
}

.why-icon {
    /* width: 80px; */
    /* height: 80px; */
    /* background: rgba(255, 255, 255, .2); */
    /* border-radius: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 0 auto 1.5rem; */
}

.contact-item,
.submit-btn {
    align-items: center;
    transition: .3s
}

.why-title {
    /* font-size: 1.3rem; */
    /* font-weight: 600; */
    /* margin-bottom: 1rem; */
    /* color: #fff; */
}

.why-description {
    /* font-size: 1rem; */
    /* line-height: 1.6; */
    /* margin: 0; */
    /* opacity: .9; */
}

.contact-info,
.form-container {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden
}

.career-form .form-label {
    font-weight: 500;
    color: var(--primary);
    margin-bottom: .5rem
}

.career-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: .8rem 1rem;
    font-size: 1rem;
    transition: .3s;
}

.career-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.submit-btn {
    background: var(--primary);
    color: #fff;
    padding: .8rem 2rem;
    border-radius: 40px;
    border: none;
    /* font-weight: 600; */
    font-size: 1rem;
    display: inline-flex;
    gap: .5rem
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, .3)
}

.submit-btn:hover i {
    transform: translateX(5px)
}

.contact-item-career {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    transition: .4s ease;
}

.contact-icon,
.filter-btn::before {
    background: var(--secondary);
}

.contact-item-career:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-details h4,
.project-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: .5rem
}

.contact-details p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: .5rem
}

.contact-link,
.founder-contact a {
    color: var(--primary);
    font-weight: 500;
    transition: color .3s
}

.contact-link:hover {
    color: var(--secondary)
}

.contact-note {
    background: #9797971a;
    border-radius: 15px;
    padding: 1.5rem;
    /* margin-top: 2rem; */
    border-left: 4px solid var(--primary)
}

.filter-buttons,
.portfolio-card,
.project-card {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.contact-note p {
    margin: 0;
    color: #666;
    font-size: 1rem;
    line-height: 1.6
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2)
}

.filter-btn {
    background: 0 0;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: .8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left .3s;
    z-index: -1
}

.filter-btn.active::before,
.filter-btn:hover::before {
    left: 0
}

.filter-btn.active,
.filter-btn:hover {
    color: #fff;
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .3)
}

.portfolio-card,
.project-card {
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    height: 100%;
    position: relative
}

.featured-card,
.portfolio-btn {
    border-radius: 20px;
    transition: .3s
}

.portfolio-overlay,
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, .9), rgba(255, 0, 150, .9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s
}

.featured-card,
.featured-image {
    position: relative;
    overflow: hidden
}

.founder-image:hover .founder-overlay,
.portfolio-card:hover .portfolio-overlay,
.project-card:hover .project-overlay,
.team-card:hover .image-overlay {
    opacity: 1
}

.portfolio-content {
    color: #fff;
    padding: 2rem
}

.portfolio-title {
    font-size: 1.3rem;
    margin-bottom: .5rem;
    color: #fff
}

.portfolio-category {
    font-size: .9rem;
    opacity: .9;
    margin-bottom: 1rem
}

.portfolio-description {
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    opacity: .9
}

.portfolio-btn {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .6rem 1.5rem;
    font-weight: 600;
    font-size: .9rem;
    border: 1px solid rgba(255, 255, 255, .3)
}

.portfolio-btn:hover {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    transform: translateY(-2px)
}

.portfolio-info {
    padding: 1.5rem
}

.project-category {
    font-size: .9rem;
    color: var(--secondary);
    margin-bottom: 1rem;
    font-weight: 500
}

.project-tech {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.featured-card {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    height: 100%
}

.featured-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15)
}

.featured-btn:hover,
.read-more-btn:hover {
    box-shadow: 0 15px 35px rgba(0, 123, 255, .3)
}

.featured-image {
    height: auto;
}

.featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--primary);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: .8rem;
    /* font-weight: 600; */
}

.featured-results,
.featured-testimonial {
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.featured-content,
.project-content {
    padding: 2rem
}

.featured-title {
    font-size: 1.5rem;
    /*font-weight: 700;*/
    color: var(--primary);
    margin-bottom: .5rem
}

.featured-category {
    font-size: 1rem;
    color: var(--secondary);
    margin-bottom: 1rem;
    font-weight: 500
}

.featured-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 2rem
}

.featured-results {
    display: flex;
    justify-content: space-around;
    background: #2a245c14;
}

.author-info p,
.result-item p {
    font-size: .9rem;
    color: #666;
    margin: 0
}

.featured-testimonial {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid var(--primary)
}

.featured-btn {}

.featured-testimonial p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
    font-style: italic
}

.testimonial-author strong {
    color: var(--primary);
    font-weight: 600
}

.testimonial-author span {
    color: #666;
    font-size: .9rem
}

.featured-btn {
    color: #fff;
    padding: .8rem 2rem;
    border-radius: 25px;
    /* font-weight: 600; */
    font-size: 1rem;
    transition: .3s;
    display: inline-block;
    background: var(--primary);
}

.featured-btn:hover {
    transform: translateY(-3px);
    color: #fff
}


.logos-section .client-logo,
.testimonial-card {
    background: #fff;
    padding: 2rem;
    overflow: hidden;
    position: relative
}

.cta-section .cta-buttons .cta-btn-2,
.cta-section .cta-buttons .cta-button {
    /* padding: 1rem 2rem; */
    /* font-weight: 600; */
    text-decoration: none
}

.logos-section .client-logo {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.client-logo::before {
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* opacity: .1; */
    /* transition: opacity .3s; */
}

.client-logo:hover::before {
    opacity: .1
}

.client-logo img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: .3s;
    position: relative;
    z-index: 2
}

.logos-section .client-logo:hover {
    /* filter: grayscale(0%); */
    transform: translateY(-5px);
}

.testimonial-card {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    height: 100%
}

.blog-card,
.blog-detail-content,
.sidebar-widget {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.quote-icon {
    width: 60px;
    height: 60px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
    font-style: italic;
    position: relative
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem
}

.author-info h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: .3rem
}

.rating {
    display: flex;
    gap: .2rem
}

.rating i {
    color: #ffc107;
    font-size: 1rem
}

.blog-image,
.project-image {
    position: relative;
    overflow: hidden;
    height: auto
}

.project-info {
    color: #fff
}

.project-info p {
    font-size: .9rem;
    opacity: .9
}

.project-results {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(0, 123, 255, .1), rgba(255, 0, 150, .1));
    border-radius: 15px
}

.result-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: .3rem
}

.result-label {
    font-size: .8rem;
    color: #666;
    font-weight: 500
}

.read-more-btn {
    background: var(--primary)
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.blog-excerpt,
.blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cta-section .cta-buttons .cta-button {
    /* background: rgba(255, 255, 255, .2); */
    /* color: #fff; */
    border-radius: 50px;
    /* font-size: 1.1rem; */
    transition: .3s;
    /* border: 2px solid rgba(255, 255, 255, .3); */
}

.cta-buttons .cta-button:hover {
    /* background: rgba(255, 255, 255, .3); */
    /* color: #fff; */
    /* text-decoration: none; */
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, .2)
}

.cta-section .cta-buttons .cta-btn-2 {
    background: 0 0;
    color: #fff;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: .3s;
    background: var(--primary);
    padding: .5rem 1.5rem;
}

.cta-buttons .cta-btn-2:hover {
    /* background: rgba(255, 255, 255, .1); */
    /* color: #fff; */
    /* text-decoration: none; */
    transform: translateY(-3px);
    /* box-shadow: 0 15px 35px rgba(255, 255, 255, .1); */
}



.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
/*     border: 1px solid rgba(255, 255, 255, .2); */
    transition: .3s;
    height: 100%;
    position: relative
}

.blog-category,
.read-more-btn {
    background: var(--primary)
}

.blog-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    padding: .3rem .8rem;
    border-radius: 15px;
    font-size: .8rem;
    font-weight: 500;
    z-index: 2
}

.blog-content {
    padding: 1.5rem
}

.blog-title {
    font-size: 1.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
    line-height: 1.4;
    -webkit-line-clamp: 2
}

.blog-excerpt {
/*     font-size: .95rem; */
/*     color: #666; */
    -webkit-line-clamp: 3
}

.author-details,
.testimonial-author .author-info {
    display: flex;
    flex-direction: column;
    gap: .3rem
}

.read-more-btn {
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: .9rem;
    transition: .3s;
    display: inline-block;
    width: auto;
    line-height: normal;
}

.pagination-btn,
.pagination-number {
    color: var(--primary);
    font-size: .9rem;
    transition: .3s;
    background: #fff;
/*     font-weight: 600; */
    text-decoration: none
}

.pagination-nav {
    margin-top: 3rem
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.pagination-btn,
.pagination-numbers {
    gap: .5rem;
    align-items: center;
    display: flex
}

.pagination-btn {
    padding: .5rem 1.5rem;
    border-radius: 25px;
    border: 2px solid var(--primary)
}

.pagination-btn:hover,
.pagination-number.active,
.pagination-number:hover {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .3)
}

.pagination-number {
    padding: .8rem 1rem;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination-dots {
    color: #999;
    font-weight: 600
}

.sidebar-widget.newsletter-widget {
    position: sticky;
    top: 2rem;
}

.sidebar-widget {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, .2)
}

.category-count,
.search-btn,
.widget-title::after {
    background: var(--primary)
}

.search-btn,
.search-input {
    padding: .8rem 1rem;
    transition: .3s
}

.widget-title {
    color: var(--primary);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 1.7rem;
}

/* .widget-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px
} */

.search-input {
    flex: 1;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: .9rem
}

.newsletter-input:focus,
.search-input:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.search-btn {
    color: #fff;
    border: none;
    border-radius: 10px
}

.newsletter-btn:hover,
.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .3)
}

.category-list li {
    margin-bottom: .8rem
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    text-decoration: none;
    font-size: .95rem;
    transition: .3s;
    padding: .5rem 0
}

.category-link:hover {
    color: var(--primary);
    text-decoration: none;
    transform: translateX(5px)
}

.category-count {
    color: #fff;
    padding: .2rem .6rem;
    border-radius: 10px;
    font-size: .8rem;
    font-weight: 500
}

.recent-post-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #f0f0f0
}

.newsletter-btn,
.newsletter-input {
    padding: .8rem 1rem;
    transition: .3s
}

.recent-post-item:last-child {
    border-bottom: none
}

.recent-post-image {
    /* width: 75px; */
    /* height: 60px; */
    /* border-radius: 10px; */
    overflow: hidden;
    flex-shrink: 0;
    width: 75px;
    height: 55px;
}


.recent-post-title a {
    font-size: 1rem;
    color: var(--primary);
    /* margin-bottom: .3rem; */
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.recent-post-date {
    font-size: .9rem;
    color: #4b4b4b;
}

/* .cta-widget,
.newsletter-widget {
    background: linear-gradient(135deg, rgba(0, 123, 255, .1), rgba(255, 0, 150, .1));
    border: 1px solid rgba(0, 123, 255, .2)
} */

.cta-text,
.newsletter-text {
    font-size: .9rem;
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5
}

.newsletter-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: .9rem
}

.newsletter-btn {
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
}

.signup-form {
    background: rgb(255 255 255 / 5%);
    /* backdrop-filter: blur(10px); */
}

.cta-content {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, .2);
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: .9;
    line-height: 1.6
}

.signup-btn,
.signup-input {
    font-size: 1rem;
    color: #fff
}

.newsletter-signup {
    max-width: 500px;
    margin: 0 auto
}

.signup-form {
    display: flex;
    gap: 1rem;
    border-radius: 25px;
    padding: .5rem;
    border: 1px solid rgba(255, 255, 255, .2)
}

.signup-input {
    flex: 1;
    background: 0 0;
    border: none;
    padding: 1rem 1.5rem;
    outline: 0
}

.signup-input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.signup-btn {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem 2rem;
    border-radius: 20px;
    font-weight: 600;
    transition: .3s;
    backdrop-filter: blur(10px)
}

.signup-btn:hover {
    background: rgba(255, 255, 255, .3);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, .2)
}

.blog-detail-content {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 2rem
}

.blog-detail-body h2::after,
.blog-detail-category {
    background: var(--primary)
}

.blog-detail-image {
    position: relative;
    overflow: hidden;
    height: 400px
}

.blog-detail-category {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: .9rem;
    font-weight: 500;
    z-index: 2
}

.blog-detail-header {
    padding: 2rem 2rem 1rem
}

.blog-detail-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1.5rem;
    line-height: 1.3
}

.blog-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f0f0f0
}

.blog-meta .author-info {
    display: flex;
    align-items: center;
    gap: 1rem
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary)
}

.blog-detail-body .lead,
.blog-quote {
    background: linear-gradient(135deg, rgba(0, 123, 255, .05), rgba(255, 0, 150, .05));
    border-left: 4px solid var(--primary);
    border-radius: 0 10px 10px 0
}

.author-name {
    font-size: 1rem;
    color: var(--primary);
}

.publish-date,
.reading-time {
    color: var(--primary);
    font-size: .9rem
}

.reading-time {
    display: flex;
    align-items: center;
    gap: .5rem
}

.blog-detail-body {
    padding: 0 2rem 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333
}

.blog-detail-body .lead {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--primary);
    margin-bottom: 2rem;
    padding: 1.5rem
}

.blog-detail-body h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary);
    margin: 2.5rem 0 1.5rem;
    position: relative
}

.blog-detail-body h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px
}

.blog-detail-body p {
    margin-bottom: 1.5rem;
    text-align: justify
}

.blog-detail-body ol,
.blog-detail-body ul {
    margin: 1.5rem 0;
    padding-left: 2rem
}

.blog-detail-body li {
    margin-bottom: .8rem;
    line-height: 1.6
}

.blog-detail-image-inline {
    margin: 2rem 0
}

.blog-detail-image-inline img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.image-caption {
    font-size: .9rem;
    color: #666;
    font-style: italic;
    margin-top: .8rem
}

.nav-arrow,
.share-btn {
    font-size: 1.1rem;
    color: #fff
}

.blog-quote {
    padding: 2rem;
    margin: 2rem 0;
    position: relative
}

.blog-navigation,
.blog-social-share {
    padding: 2rem;
    border-top: 1px solid #f0f0f0;
    background: #f8f9fa
}

.blog-quote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: var(--primary);
    font-family: serif
}

.founder-overlay,
.image-overlay,
.share-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.blog-quote p {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--primary)
}

.blog-quote cite {
    font-size: .9rem;
    color: #666;
    font-weight: 600
}

.blog-social-share h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem
}

.social-share-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.nav-link,
.share-btn {
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: .3s
}

.share-btn {
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.share-btn::before {
    content: '';
    position: absolute;
    background: inherit;
    opacity: .8;
    transition: .3s
}

.share-btn:hover::before {
    opacity: 1;
    transform: scale(1.1)
}

.share-btn.facebook {
    background: #3b5998
}

.share-btn.twitter {
    background: #1da1f2
}

.share-btn.linkedin {
    background: #0077b5
}

.share-btn.whatsapp {
    background: #25d366
}

.share-btn.copy {
    background: #6c757d
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
    text-decoration: none;
    color: #fff
}

.blog-navigation {
    display: flex;
    gap: 1rem
}

.nav-link {
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    height: 100%
}

.cta-btn,
.nav-arrow {
    background: var(--primary)
}

.nav-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    text-decoration: none
}

.nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.nav-label,
.nav-title {
    display: block;
    font-weight: 600
}

.nav-label {
    font-size: .8rem;
    color: #666;
    margin-bottom: .3rem
}

.nav-title {
    font-size: 1rem;
    color: var(--primary);
    line-height: 1.4
}

.next-post .nav-link {
    flex-direction: row-reverse
}

.cta-btn {
    color: #fff;
    padding: .8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
    transition: .3s;
    display: inline-block;
    width: 100%
}

.founder-card,
.founder-image {
    position: relative;
    overflow: hidden
}

.founder-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
/*     box-shadow: 0 20px 40px rgba(0, 0, 0, .1); */
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .3s;
    margin-bottom: 3rem
}

.founder-card:hover {
/*     transform: translateY(-5px); */
/*     box-shadow: 0 30px 60px rgba(0, 0, 0, .15) */
}

.founder-image {
    border-radius: 15px;
    height: auto
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.founder-overlay {
    position: absolute;
    background: #2a245c99;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    display: none
}

.card-image,
.founder-name,
.team-card,
.team-header,
.team-main-title {
    position: relative
}

.founder-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: .5rem
}

.founder-title {
    font-size: 1.3rem;
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px
}

.founder-bio {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem
}

.founder-bio p {
    margin-bottom: 1rem;
    font-size: 1.1rem
}

.founder-contact {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 1rem;
    border-radius: 10px;
    border-left: 4px solid var(--primary)
}

.divider-line,
.team-main-title::after {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 2px
}

.founder-contact p {
    margin: 0;
    font-size: 1.1rem
}

.team-header {
    margin-bottom: 4rem
}

.team-main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    display: inline-block
}

.team-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px
}

.team-subtitle {
    font-size: 1.3rem;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6
}

.section-divider {
    margin-bottom: 3rem
}

.section-title {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-weight: 600
}

.divider-line {
    width: 100px;
    height: 3px;
    margin: 0 auto
}

.section-separator {
    display: flex;
    align-items: center;
    margin: 4rem 0
}

.separator-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--secondary), transparent)
}

.separator-text {
    padding: 0 2rem;
    font-size: 1.1rem;
    color: var(--secondary);
    font-weight: 500;
    white-space: nowrap
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem
}

.team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    height: 100%;
    display: flex;
    flex-direction: column
}

.leadership-card {
    min-height: 400px
}

.staff-card {
    min-height: 320px
}

.card-image {
    height: 250px;
    overflow: hidden;
    background: var(--primary)
}

.leadership-card .card-image {
    height: 280px
}

.staff-card .card-image {
    height: 230px
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.image-overlay {
    position: absolute;
    background: #2a245c99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .4s
}

.social-links {
    display: flex;
    gap: 1rem
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    transition: .3s;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .3)
}

.social-link:hover {
    background: rgba(255, 255, 255, .3);
    transform: translateY(-3px);
    color: #fff
}

.card-content {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.member-name {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: .5rem;
    /*font-weight: 600*/
}

.leadership-card .member-name {
    font-size: 1.7rem
}

.member-position {
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.leadership-card .member-position {
    font-size: 1.2rem
}

.member-bio {
    color: var(--text-color);
    line-height: 1.6;
    font-size: 1rem;
    flex-grow: 1
}

.member-details {
    margin-top: auto
}

.member-email {
    color: var(--secondary);
    font-size: .95rem;
    font-weight: 500;
    margin: 0
}

header#header {
    overflow-x: clip;
}

/* Contact Cards */
.contact-section-1 .contact-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(42, 36, 92, 0.1);
    /* border-top: 4px solid var(--primary); */
    transition: all 0.3s ease;
    height: 100%;
}

.contact-section-1 .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(42, 36, 92, 0.15);
}

.contact-section-1 .contact-card-header {
    background: var(--primary);
    color: white;
    border-radius: 11px 11px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-section-1 .contact-icon {
    width: 45px;
    height: 45px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-section-1 .contact-item {
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
    padding: 10px 0 !IMPORTANT;
}

.contact-section-1 .contact-item:last-child {
    border-bottom: none;
}

.contact-section-1 .contact-item:hover {
    background-color: #f8f9ff;
}

.contact-section-1 .contact-link {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-section-1 .contact-link:hover {
    color: var(--secondary);
}

.contact-section-1 .contact-label {
    color: var(--primary);
    font-weight: 600;
    min-width: 80px;
}


.contact-section-1 .contact-item i {
    color: var(--secondary) !important;
    font-size: 1.3rem;
}


/* Stats Section */
.google-certificate {
    /* background: var(--primary); */
    background: #f4f7ff;
    /*color: white;*/
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.google-certificate::before {
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px); */
    /* background-size: 30px 30px; */
    /* z-index: -1; */
    /* filter: brightness(0); */
}

.stats-section.contact-stats .stat-card {
    background: var(--primary);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    color: white;
}

.stats-section.contact-stats .col-lg-2:nth-child(even) .stat-card {
    background: var(--secondary);
}

.stats-section.contact-stats .stat-card:hover {
    transform: translateY(-5px);
}

.stats-section.contact-stats .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.stats-section.contact-stats .stat-label {
    font-size: 1rem;
    opacity: 0.9;
}


.google-certificate .form-section {
    /* background: var(--primary); */
    /* padding: 30px; */
    /* border-radius: 20px; */
    width: 85%;
    margin: auto;
    background: white;
    padding: 25px 35px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.google-certificate .form-section .form-control {
    background: #f5f8ff;
    box-shadow: none;
    font-size: 15px;
	margin-bottom: 15px;
}

.google-certificate .form-section input[type="submit"] {
    background: var(--secondary);
    padding: 10px 10px;
}



/*.image-google img {*/
/*    box-shadow: 0 10px 30px rgba(42, 36, 92, 0.1);*/
/*    padding: 10px;*/
/*    border-radius: 20px;*/
/*    background: white;*/
/*}*/

.client-partner-contact {
    background: var(--background-color);
    position: relative;
    z-index: 99;
}

.client-partner-contact::before {
    /* content: ""; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: var(--primary); */
    /* border-bottom-left-radius: 50% 40px; */
    /* border-bottom-right-radius: 50% 40px; */
    /* z-index: -1; */
}

.partners-box-contact {
    position: relative;
    z-index: 1;
    text-align: center;
}

.client-partner-contact .web-title-span {
    /* font-size: 1.5rem; */
    /* margin-top: 10px; */
    /*color: #fff;*/
    /* font-weight: 400; */
}

.client-partner-contact .partner-logo {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-partner-contact .partner-logo img {
    max-width: 100%;
    max-height: 70px;
    /* filter: grayscale(100%); */
    transition: all 0.3s ease;
}

.client-partner-contact .partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.client-partner-contact .partner-logo:hover img {
    filter: grayscale(0);
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15); */
    margin-top: 40px;
    /* border: 5px solid #fff; */
    transition: all 0.3s ease;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 20px;
}

#features .feature-item {
    flex-direction: column;
}

#features .feature-icon i {
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

#features .feature-icon {
    display: grid;
    place-content: center;
}

.inner-banner-form {
    width: 80%;
    margin: auto;
    background: white;
    padding: 25px 35px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.inner-banner-form .form-control {
    background: #f5f8ff;
    box-shadow: none;
    font-size: 15px;
}

.inner-banner-form input[type=submit] {
    background: var(--secondary);
    padding: 6px 10px;
}

.promotional-banner-services {
    margin-top: 2rem;
}

.web-title-span span {
    display: inline !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}


ul#serviceTab .nav-link {
    padding: 10px 15px;
    background: #f4f7ff;
    border-radius: 5px;
    margin: 0 5px 10px;
    box-shadow: rgb(99 99 99 / 31%) 0px 2px 8px 0px;
    border: 0;
    height: auto;
}

ul#serviceTab .nav-link h4 {
    margin: 0;
    font-size: 1.1rem;
}

ul#serviceTab {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 1rem;
    border: 0;
}

ul#serviceTab .nav-link.active {
    background: var(--primary);
}

ul#serviceTab .nav-link.active h4 {
    color: white;
}

div#serviceTabContent .feature-description {
    font-size: 1.1rem;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 35px;
    margin: 0;
}

.image-google {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.image-google img {
    height: auto;
}

.image-google img.cluth-1 {
    width: 250px;
}

.image-google img.google-1 {
    width: auto;
}

.col.review-info h4:before {
    background: transparent;
}

.content-card h2,
.content-card h3,
.content-card h4,
.content-card h5,
.content-card h6,
.content-card h1 {
    font-family: 'PF Spekk VAR';
}

.content-card h5 {
    font-size: 1.4rem;
}

.founder-bio {
    color: inherit;
}

.founder-image:hover img {
    transform: scale(1) !important;
}

.design-work-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    background: #fff;
}

.design-work-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.design-work-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.design-work-item:hover img {
    transform: scale(1.05);
}


/*=======*/

.seo-portfolio-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.seo-company-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8ecf1;
    justify-content: center;
    flex-direction: column;
}


.seo-company-name {
    /* font-size: 1.5rem; */
    margin: 0;
}

.keywords-table {
    width: 100%;
    text-align: center;
}

.keywords-table thead {
    background: #f8f9fc;
}

.keywords-table th {
    padding: 15px 12px;
    /* font-weight: 600; */
    /* color: #4a5568; */
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    text-align: center;
    width: 33.3%;
}

.keywords-table td {
    padding: 15px 12px;
    /* color: #2d3748; */
    font-size: 1rem;
    border-bottom: 1px solid #e8ecf1;
    vertical-align: middle;
}

.keywords-table tbody tr:last-child td {
    border-bottom: none;
}

.keywords-table tbody tr:hover {
    background: #f8f9fc;
}

.rank-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 60px;
    text-align: center;
}

.rank-nir {
    background: #fee;
    color: #c53030;
}

.rank-number {
    background: #c6f6d5;
    color: #22543d;
}

.current-rank {
    background: var(--primary);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

.arrow-up {
    color: #38a169;
    font-size: 1.2rem;
    margin-left: 5px;
}

.seo-company-logo img {
    width: 170px;
    height: 100px;
    object-fit: contain;
    margin: 0 0 1rem;
}


@media (max-width: 768px) {
    .keywords-table {
        font-size: 0.85rem;
    }

    .keywords-table th,
    .keywords-table td {
        padding: 10px 8px;
    }

    .seo-company-name {
        font-size: 1.2rem;
    }
}

form p {
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232 !IMPORTANT;
    border: 0 !important;
}

.copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-card  table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        box-shadow: 0 4px 20px rgb(0 0 0 / 6%);
        border-radius: 10px;
        overflow: hidden;
        margin: 1rem 0;
    }

 .content-card  th {
        background: #2a245c;
        color: #fff;
        padding: 15px 12px;
        font-weight: 500;
    }

   .content-card td {
        padding: 12px 12px;
        border-bottom: 1px solid #e0e0e0;
        font-style: normal;
		line-height: 1.7;
		font-size: 1.1rem;
		letter-spacing: .2px;
    }

  .content-card  tr:hover td {
        background: #f4f7ff;
        transition: 0.3s;
    }

   .content-card tr:last-child td {
        border-bottom: none;
    }


/* RESPONSIVE WORK  */

@media only screen and (max-width:1280px) {
    .workflow-content-list-item:first-child img.workflow-icon {
        width: 50%
    }

    .workflow-content-list-item:first-child {
        left: -25px
    }

    .workflow-content-list-item:nth-child(2) img.workflow-icon,
    .workflow-content-list-item:nth-child(6) img.workflow-icon {
        width: 55%
    }

    .workflow-content-list-item:nth-child(3) img.workflow-icon {
        left: 150px
    }

    .workflow-content-list-item:nth-child(6) {
        right: -10px
    }
}

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

    .footer-main-links ul li a,
    a,
    li,
    p {
        font-size: 1rem
    }

    ul.top-info li,
    ul.top-info li a,
    ul.top-menus li a {
        font-size: 14px
    }

    .top-btn a {
        font-size: 13px
    }

    .logo {
        width: 140px
    }

    nav.menus ul li {
        padding: 10px 12px
    }

    .home-a a {
        padding-right: 5px
    }

    nav.menus ul li a {
        font-size: 1.03rem
    }

    .banner-subtitle,
    .web-title-span {
        font-size: 2.3rem;
    }

    .banner-title {
        font-size: 2.7rem
    }

    .banner-content p {
        font-size: 1.1rem
    }

    .banner-imgs img {
        width: 80px;
        height: 80px
    }

    .web-title {
        font-size: 1.8rem;
        letter-spacing: 0
    }

    .web-subtitle {
        font-size: 1.6rem
    }

    .area-name,
    .section-1-right .web-title-span {
        font-size: 2.5rem
    }

    .work-flow-box-overlay {
        max-width: 477px;
        left: 25%
    }

    .work-flow-logo {
        transform: translate(-14%, 10%);
        left: 0;
        width: 140px;
        height: 140px
    }

    img.workflow-icon {
        display: none
    }

    h3.workflow-content-title {
        font-size: 1rem;
        padding: 0 10px 10px
    }

    .workflow-content-number {
        font-size: 3rem
    }

    .work-flow-logo img {
        width: 80px
    }

    img.work-flow-oval {
        width: 115px;
        height: 115px
    }

    .work-flow-oval-item:nth-child(6) {
        left: 295px
    }

    .work-flow-oval-item:nth-child(5) {
        left: 275px;
        top: 105px
    }

    .work-flow-oval-item:nth-child(4) {
        top: 160px;
        left: 210px
    }

    .work-flow-oval-item:nth-child(3) {
        top: 155px;
        left: 103px
    }

    .work-flow-oval-item:nth-child(2) {
        top: 99px;
        left: 45px
    }

    .work-flow-oval-item:first-child {
        left: 30px;
        top: -14px
    }

    .workflow-content-list-item:first-child {
        left: -6px;
        top: -22px
    }

    .workflow-content-list-item:nth-child(2) {
        top: 100px
    }

    .workflow-content-list-item:nth-child(3) {
        top: 213px;
        left: 210px
    }

    .workflow-content-list-item:nth-child(4) {
        top: 115px;
        left: 45%
    }

    .workflow-content-list-item:nth-child(5) {
        top: 132px;
        right: 0
    }

    .workflow-content-list-item:nth-child(6) {
        top: -20px
    }

    .ser-flex h4 {
        font-size: 1.1rem;
        margin-left: 10px
    }

    .footer-socials a {
        width: 30px;
        height: 30px;
        font-size: 1rem
    }

    .footer-logo img {
        width: 200px
    }

    ul.contact-info-box li {
        gap: 5px
    }

    .bottom-text {
        font-size: 5rem;
        right: 20px
    }
}

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

    a.btn.toggle,
    button.btn-close {
        background: var(--primary);
        color: #fff
    }

    .work-flow-wrp,
    div#openBtn,
    nav.menus.desk-top-menu,
    ul.top-menus {
        display: none
    }

    a.btn.toggle {
        display: inline-block;
        font-size: 14px
    }

    .contact-btns {
        margin-left: auto;
        margin-right: 15px
    }

    .bottom-header {
        padding: 10px 0
    }

    .contact-btns img {
        width: 20px;
        height: 20px;
    }

    a.whats-app-icon img {
        width: 45px;
        height: 45px;
        left: -5px
    }

    button.btn-close {
        opacity: 1;
        line-height: 1;
        width: 20px;
        height: 20px
    }

    nav.menus.mobile-menu,
    nav.menus.mobile-menu ul.navigation-menus {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    nav.menus.mobile-menu li {
        width: 100%;
        padding: 8px 10px;
        border-bottom: 1px solid #cdcdcd
    }

    .clk_btn,
    ul.dropdown-menu .clk_btn {
        padding: 10px;
        top: 0
    }

    ul.navigation-menus li:hover ul.dropdown-menu li:hover ul.dropdown-menu,
    ul.navigation-menus li:hover ul.dropdown-menu li:hover ul.dropdown-menu li:hover ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none !important
    }

    ul.navigation-menus li:hover ul.dropdown-menu li ul.dropdown-menu,
    ul.navigation-menus li:hover ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000
    }

    nav.menus ul ul.dropdown-menu,
    ul.navigation-menus li:hover ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        position: revert;
        min-width: auto;
        transition: none;
        backdrop-filter: none;
        box-shadow: none;
        margin: 10px 0
    }

    header#header .container {
        max-width: 99%
    }

    .banner-content {
        width: 95%
    }

    .bg-img-before {
        width: 200px;
        height: 200px
    }

    .about-images-area {
        margin: 3rem 1rem 0
    }

    .section-1-right {
        margin: 0 0 1rem ;
    }

    ul#serviceTab-first li {
        width: auto;
        margin: 0 10px 10px
    }

    ul#serviceTab-first li button.active,
    ul#serviceTab-first li button:hover {
        transform: none
    }

    ul#serviceTab-first {
        width: 100%;
        justify-content: center;
        gap: inherit
    }

    .service-1-tab-icon img {
        width: 30px;
        height: 30px
    }

    .service-1-tab-icon h5 {
        font-size: 1rem
    }

    .service-1-content {
        margin: 1rem 0 0
    }

    .footer-main-links h4,
    .mobile-frame {
        margin: 1rem 0
    }

    .testimonial-frame {
        padding: 0
    }

    .mobile-frame {
        width: auto;
        height: 300px
    }

    .mobile-frame img {
        object-fit: scale-down
    }

    .promo-img {
        right: 0;
        width: 25%
    }

    .promo-left {
        width: 90%
    }

    .about-list li {
        /*font-size: 1.1rem*/
    }

    .ab-2-img-1 {
        margin-top: 1rem;
        margin-left: inherit
    }

    .ab-2-img-2 .about-2-img {
        left: auto;
        right: 0;
        bottom: -25px
    }

    .about-1-img {
        width: 90%;
        margin: 0;
        height: auto
    }

    .device-frame-small {
        bottom: 0;
        right: 0
    }

    .inustery-tech-box {
        width: 100%;
        margin: 0 auto 1rem 0
    }

    .footer-main-links .col {
        width: 33.33%
    }

    .footer-bottom-info {
        flex-wrap: wrap
    }

    .footer-contact-info {
        width: 100%;
        margin: 1.5rem 0 0;
        justify-content: flex-start;
        gap: 15px
    }

    .content-card,
    .detail-box-form .text-left,
    .inner-content,
    .inner-subtitle {
        margin: 0 0 1rem
    }

    .inner-title {
        font-size: 2rem;
        margin: 0;
    }

    .inner-subtitle {
        /* font-size: 1.1rem; */
    }

    .feature-item {
        box-shadow: 0 5px 35px rgb(65 40 107 / 26%);
        background: #fff
    }

    .contentFaq-sec .content-card {
        margin: 0 0 1rem;
        height: auto
    }

    .content-card {
        padding: 1rem;
        height: auto
    }

    .mb-5 {
        margin-bottom: 1.5rem !important
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .inner-image {
        height: auto;
        width: 75%;
        margin: inherit;
    }

    .story-content {
        /* padding-left: 0; */
        /* background: #f7f9ffab; */
        /* padding: 20px; */
        text-align: center;
    }

    .text-title {
        font-size: 1.3rem;
        margin: 0 0 1rem;
    }

    .story-content .highlight-item {
        justify-content: center;
    }

    .brand-story-section {
        margin: 2rem 0;
        padding: 1.5rem;
    }

    .brand-text {
        font-size: 1rem;
    }

    .brand-values {}

    .usp-section {
        margin: 2rem 0;
        padding: 1.5rem;
    }

    p.web-para {
        font-size: 1.1rem;
    }

    .google-review-img {
        text-align: center;
    }

    /*.image-google img {*/
    /*    margin: 0 auto 1rem;*/
    /*}*/

    .stats-section.contact-stats .stat-card {
        margin: 0 0 1rem;
    }

    .client-partner-contact .partner-logo {
        margin: 0 0 1rem;
        height: 100px;
    }






}





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

    .img1,
    .img2,
    .tab-img {
        display: none
    }

    .padding {
        padding: 2rem 0
    }

    .banner-subtitle {
        font-size: 1.5rem
    }

    .banner-title {
        font-size: 2rem
    }

    .banner-content p {
        width: 95%;
        font-size: 1rem
    }

    .all-contact-flex a.cont-btn,
    .all-contact-flex a.req-btn,
    .industry-flex span,
    span.or {
        font-size: 14px
    }

    span.or {
        width: 36px;
        height: 37px
    }

    .web-subtitle {
        font-size: 1.3rem
    }

    .img3 {
        height: auto;
        width: 90%
    }

    .check-icons {
        width: 80%;
        top: 80%;
        left: auto;
        right: 0
    }

    .footer-main-links .col.review-info,
    .inner-image,
    .tab-img {
        width: 100%
    }

    .about-images-area {
        margin: 1rem 0 0
    }

    img.elements10 {
        left: auto;
        right: -55px;
        width: 110px
    }

    .service-1-content-box {
        flex-direction: column
    }

    .tab-img {
        height: 290px
    }

    .service-1-content-text {
        width: 100%;
        padding: 20px
    }

    .testimonial-left .col-md-6 {
        width: 40%
    }

    .step-box {
        min-height: auto;
        padding: 10px 15px 20px;
        margin-top: 3rem !important
    }

    .col-12:nth-child(2n) .service-flex-box {
        background: #ebedfc
    }

    .col-12:nth-child(2n) .service-flex-box a,
    .col-12:nth-child(odd) .service-flex-box {
        background: #fff
    }

    .col-12:nth-child(odd) .service-flex-box .ser-arrow a {
        background: #eaeffd
    }

    .ser-flex {
        flex-direction: column;
        justify-content: center;
        margin: 0
    }

    .ser-flex h4 {
        margin: 10px 0;
        text-align: center;
        font-size: 1.2rem
    }

    .ser-arrow a {
        font-size: 12px;
        font-weight: 500
    }

    .footer-main-links .col {
        width: 50%;
        flex: inherit
    }

    .inner-image {
        height: auto
    }

    ul#indurstiesTab {
        padding: 15px
    }

    ul#indurstiesTab li button {
        padding: 8px 15px
    }

    .about-1-img {
        width: 80%
    }

    .ab-2-img-2 .about-2-img {
        width: 200px;
        height: 150px
    }


    .map-container iframe {
        height: 200px;
    }

    .logos-section .client-logo {
        height: 90px;
        padding: 10px;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .featured-content,
    .project-content {
        padding: 1.5rem;
    }

    .cta-content {
        padding: 1.5rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
        margin: 0 0 1rem;
    }

    .cta-section .cta-buttons .cta-btn-2,
    .cta-section .cta-buttons .cta-button,
    .featured-btn {
        padding: .5rem 1rem;
        font-size: .9rem;
    }

    .cta-content {
        padding: 1.5rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-subtitle {
        font-size: 1.1rem;
        margin: 0 0 1rem;
    }

    .testimonial-text {
        font-size: 1.07rem;
    }

    .culture-image,
    .portfolio-image {
        height: auto;
    }

    .contact-info,
    .form-container {
        padding: 2rem;
    }



}



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

    ul.top-info li,
    ul.top-info li a,
    ul.top-menus li a {
        gap: 5px;
        font-size: 12px
    }

    .top-btn a {
        font-size: 13px;
    }

    .client-img {
        width: 23%
    }

    .client-img img {
        width: 100%;
        height: 50px
    }

    ul.top-info li {
        padding-right: 5px;
        margin-right: 5px
    }
}

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

    a,
    li,
    p {
        font-size: 1.07rem;
    }


    .top-btn {
        position: fixed;
        top: 220px;
        right: -53px;
        z-index: 99;
        transform: rotate(-90deg)
    }

    .form-control {
        padding: 8px 10px;
        font-size: 14px
    }

    .area-name,
    .section-1-right .web-title-span,
    .web-title-span {
        font-size: 1.8rem
    }

    ul#serviceTab-first li {
        width: 26%
    }

    .mobile-frame {
        height: 250px
    }

    .testimonial-frame .test-icon {
        font-size: 2rem;
        width: 30px;
        height: 20px
    }

    .step-num {
        width: 45px;
        height: 45px;
        font-size: 1.4rem
    }

    .col-12:first-child .step-box.step-1 {
        margin-top: 0 !important
    }

    .ser-icon {
        width: 50px;
        height: 50px;
        padding: 10px
    }

    .ser-flex,
    .testimonial-left .row,
    .top-header {
        justify-content: center
    }

    .ser-flex h4 {
        width: auto
    }

    .blog-text h3 {
        font-size: 1.2rem
    }

    .blog-auther span,
    .industry-flex span,
    .inustery-tech-box span {
        font-size: 14px
    }

    .footer-main-links {
        padding: 2rem 0 1rem
    }

    .industry-main {
        flex-direction: column
    }

    ul#indurstiesTab {
        width: 100%;
        padding: 20px;
        justify-content: flex-start;
        align-items: center
    }

    .footer-main-links .col.review-info,
    div#indurstiesTabContent {
        width: 100%
    }

    ul#indurstiesTab li button {
        width: 100%;
        padding: 5px 15px;
        transform: none !important
    }

    ul#indurstiesTab li {
        width: 50%;
        vertical-align: top
    }

    .industry-flex img {
        width: 20px;
        height: auto
    }

    .inustery-tech-box {
        width: 48%;
        margin: 0 auto .6rem 0
    }

    .tech-icon img {
        width: 30px;
        height: auto
    }

    .footer-main-links h4 {
        margin: .5rem 0;
        padding: 0 0 .5rem
    }

    .footer-main-links ul li a {
        padding: 5px 10px;
        width: 100%;
        font-size: 1rem
    }

    .footer-main-links .col {
        width: 50%;
        flex: inherit
    }

    .review-info img {
        width: 100px;
        display: inline-block;
        height: 50px;
        object-fit: contain;
        margin: .5rem 0 0
    }

    .review-rating i {
        font-size: 1rem;
        margin: 5px 0 0
    }

    .footer-logo img {
        width: 150px
    }

    .footer-socials a {
        font-size: .9rem;
        width: 30px;
        height: 30px;
        margin: 0 2px 0 0
    }

    .bottom-text {
        font-size: 6rem
    }

    .copyrights a,
    .copyrights p,
    .copyrights span {
        font-size: 13px
    }

    ul.top-info li {
        padding-right: 5px;
        margin-right: 5px
    }

    .viewer-container {
        margin: 2rem 0 0
    }

    .device-frame-large {
        width: 66%
    }

    .client-sec-left,
    .section-1-right,
    .testimonial-sec {
        text-align: center
    }

    .all-btn a {
        padding: 5px 15px;
        font-size: 14px
    }

    .blog-sec .web-title-span {
        margin: 0 !important
    }

    .blog-sec .d-flex {
        margin: 0 0 1rem
    }

    .card-icon {
        width: 60px;
        height: 60px;
        margin: 0 0 .5rem;
    }

    .card-icon i,
    .perk-icon i,
    .about-us-pg-services .service-icon i,
    .why-icon i {
        font-size: 1.5rem;
    }

    .mission-vision-card {
        padding: 1.5rem;
    }

    .card-title {
        font-size: 1.5rem;
        margin: 0 0 .5rem;
    }

    .inner-title {
        font-size: 1.6rem;
    }

    .inner-subtitle {
        font-size: 1.1rem;
        margin: .5rem 0;
    }

    .cta-button {
        padding: .4rem 1rem;
        font-size: .9rem;
    }

    .stats-section.contact-stats .stat-number {
        font-size: 1.7rem;
        font-weight: 500;
        margin: 0;
    }


    .stats-section.contact-stats .col-6 {
        width: 50%;
        margin: 0 0 1rem;
    }

    .stats-section.contact-stats .col-lg-2:nth-child(even) .stat-card {
        background: var(--primary);
    }

    .stats-section.contact-stats .stat-card {
        height: 100%;
        padding: 10px !IMPORTANT;
    }

    .stats-section.contact-stats .stat-label {
        font-size: 14px;
    }

    .client-partner-contact .col-4 {
        width: 50%;
    }

    .client-partner-contact .partner-logo {
        padding: 10px;
        height: 80px;
    }









}

@media only screen and (max-width:500px) {
    .banner-title span {
        display: block;
        min-height: 49px
    }

    .scroll-btn {
        padding: 5px 7px;
        font-size: 11px
    }

    .bottom-bar {
        width: 75%;
        transform: translate(-50%, -15%);
    }

    .counter-item h3 {
        font-size: 1.5rem
    }

    .progress {
        height: 3px
    }

    .ab-2-img-2 .about-2-img {
        width: 200px;
        height: 150px
    }

    ul.top-info li span {
        display: none
    }

    ul.top-info li a.mob-icon {
        display: inline-block;
        color: var(--primary)
    }

    li.mob-none {
        display: none !important
    }

    .testimonial-left .row {
        justify-content: center
    }

    img.elements10 {
        right: 0
    }

    ul#serviceTab-first li {
        width: 45%;
    }

    ul#serviceTab-first li button {
        width: 100%;
        justify-content: center;
    }

    .top-header-main {
        display: none;
    }

    .logo {
        width: 175px;
    }

    .step-line {
        display: none;
    }



}

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

    .promo-left p,
    span.or {
        display: none
    }

    .banner-content {
        padding: 2rem 0
    }

    .banner-imgs img {
        width: 60px;
        height: 60px
    }

    .home-form-1 .row.g-3 {
        --bs-gutter-y: .6rem !important
    }

    .counter-item {
        width: 30%
    }

    .client-img img {
        padding: 5px
    }

    ul#serviceTab-first li {
        /* width: 30%; */
        margin: 0 5px 10px
    }

    .mobile-frame {
        height: 210px
    }

    .mt-4 {
        margin-top: 1rem !important
    }

    .promo-left {
        width: 70%
    }

    .web-title {
        font-size: 1.3rem;
        margin: 0 0 5px !important
    }

    .promo-left .web-title {
        font-size: 1rem
    }

    .promo-left .web-title-span {
        font-size: 1.3rem;
        margin: 10px 0 0 !important
    }

    .promo-img {
        width: 38%;
        right: 10px
    }

    .section-1-right .web-title-span,
    .web-title-span {
        font-size: 1.7rem
    }

    .ser-flex {
        justify-content: flex-start
    }

    .service-flex-box {
        padding: 25px
    }

    .col-12:nth-child(odd) .service-flex-box .ser-arrow a,
    .ser-arrow a,
    footer a {
        font-size: 15px
    }

    .about-list li:before {
        width: 20px;
        height: 20px
    }

    .ab-2-img-2 .about-2-img {
        border: 0;
        border-top: 5px solid #fff;
        border-left: 5px solid #fff;
        width: 150px;
        height: auto
    }

    .device-frame-small {
        min-width: 100px
    }

    .phone-frame {
        width: 100px;
        height: 190px;
        border-radius: 15px
    }

    .phone-screen {
        border-radius: 8px
    }

    .all-btn a {
        padding: 5px 18px
    }

    .inustery-tech-box {
        width: 100%
    }

    .feature-item,
    .indutry-text-flex {
        padding: 15px
    }

    ul#indurstiesTab {
        padding: 10px
    }

    ul.top-info {
        flex-wrap: wrap
    }

    .all-contact-flex a.cont-btn,
    .all-contact-flex a.req-btn {
        font-size: 13px;
        border-radius: 30px;
        margin: 0 0 10px;
        padding: 6px 20px
    }

    span.or {
        font-size: 13px
    }

    .footer-main-links h4 {
        font-size: 1.2rem
    }

    .footer-main-links ul li a {
        font-size: 15px;
        padding: 3px 5px
    }

    .all-contact-flex {
        flex-wrap: wrap;
        gap: 3px
    }

    .content-card {
        padding: 1rem
    }

    .benefit-icon,
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        margin: 0 auto 1rem
    }

    .feature-title {
        margin: 0 0 .5rem
    }

    .feature-item a.feature-read {
        transform: translateX(0);
        opacity: 1
    }

    a.cta-button.cta-btn-2.ms-2 {
        margin-top: 10px
    }

    input[type=submit] {
        font-size: 1rem;
        width: auto;
        padding: 8px 20px
    }
}

@media only screen and (max-width:420px) {
    .logo {
        width: 160px;
    }

    a.whats-app-icon img {
        width: 40px;
        height: 40px;
        left: -5px;
        top: -7px
    }

    .contact-btns {
        padding: 5px 10px 5px 35px
    }

    a.btn.toggle {
        font-size: 20px;
        width: 35px;
        height: 30px;
        display: grid;
        place-content: center
    }
    .inner-banner-form{width: 100%;}

    .bottom-bar {
        width: 75%;
    }

    .bottom-bar-links a {
        padding: 5px 7px;
        font-size: 1rem;
    }

    .counter-item {
        width: 45%;
        margin: 6px 8px
    }

    .counter-flex {
        flex-wrap: wrap;
        justify-content: center;
        align-items: end
    }

    .counter-item h3,
    .promo-left .web-title-span {
        font-size: 1.6rem
    }

    .default-accordion-box .block .acc-btn:before {
        width: 20px;
        height: 20px;
        font-size: 9px
    }

    ul.contact-info-box {
        width: 90%
    }

    .step-line {
        display: none
    }

    .promo-img {
        width: 45%
    }

    .promo-left {
        width: 65%
    }

    .counter-item p {
        font-size: 14px
    }
}

@media only screen and (max-width:400px) {
    .banner-subtitle {
        font-size: 1.3rem
    }

    .banner-title {
        font-size: 1.5rem
    }

    .banner-content p {
        width: 100%;
        font-size: 1rem
    }

    .frames-container {
        margin: .5rem 0 0
    }
	
	.inner-banner-form {
    width: 100%;
}
	
}

@media only screen and (max-width:380px) {
    ul#serviceTab-first li {
        width: 45%
    }

    .promo-img {
        width: 50%
    }

    .bottom-bar {
        width: 95%;
    }

    input[type=submit] {
        font-size: 1rem;
        padding: 5px 20px
    }

    .check-icons {
        width: 80%;
        top: 75%
    }

    .footer-main-links h4 {
        font-size: 1rem
    }

    .footer-main-links ul li a {
        font-size: 13px
    }

    footer a {
        font-size: 14px
    }
}

@media only screen and (max-width:330px) {
    .check-icons {
        display: none
    }
}


.contet-full-width p a , .contet-full-width li a {
    font-weight: 600;
    color: var(--secondary);
}

.benefits-section p {
    margin: 0;
}

/* Blog detail Css  */
.new-blog-title {
/*     font-size: 2rem; */
    margin: 0 0 1.5rem;
}

.post-info.new-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    /* color: var(--secondary); */
}

.wide-img .blog-thumbnail img {
    width: auto;
    height: auto;
    margin: 1.5rem 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-post-list-title {
    font-size: 1.5rem;
    color: var(--secondary);
}

ul.toc-first {
    padding: 1.5rem;
    border-radius: 10px;
    background-color: var(--background-color);
    margin: 1rem 0;
}

ul.toc-first li a {
    display: inline-block;
    /* margin: 0 0 .5rem; */
    color: var(--primary);
    padding: 6px 12px;
    border-radius: 10px;
}

.dec-box li {
    margin: 0 0 .3rem;
    list-style: inside auto;
}

.blog-sidebar .sidebar-item {
    /* border: 1px solid #cdcdcd; */
    padding: 1.5rem;
    border-radius: 10px;
    margin: 0 0 1.5rem;
    width: 100%;
    margin-left: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
}

.blog-sidebar .sidebar-item p {
    font-size: 1rem;
}

.blog-post-wrap .blog-btn {
    font-size: 15px;
    background: #2f295d;
    color: #fff;
    padding: 11px 14px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    line-height: normal;
    text-decoration : none !important;
    margin: .4rem 0;
}

.blog-post-wrap .blog-btn:hover {
    background: #6c2d88 ;
}

/* table {font-family: 'Poppins-Regular';font-size: 13px;} */

span.star-rating {
    color: goldenrod;
    font-size: .8rem;
}

.sidebar-item.recent_posts li a {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #cdcdcd59;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.sidebar-item.recent_posts li a img {
    width: 75px;
    height: 55px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 1rem;
}

.sidebar-item.recent_posts li a span {
    /* line-height: normal; */
    font-size: 1rem;
}

.sidebar-title {
    font-size: 1.7rem;
    margin: 0 0 1.2rem;
}

.blog-sidebar-form input , .blog-sidebar-form textarea {
    padding: 10px 10px;
    border: 1px solid transparent;
    color: #595c5f;
    width: 100%;
    margin: 0 0 .8rem;
    background: #f5f8ff;
    box-shadow: none;
    font-size: 15px;
    border-radius: 10px;
}

.blog-sidebar-form textarea {
    height: 100px;
}

.blog-sidebar-form input[type="submit"] {
    background: var(--secondary);
    padding: 6px 15px;
    color: white;
    width: auto;
    margin: 1rem 0 0;
}

.post-by, .post-date {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--primary);
}

.sidebar-item.recent_posts li a .post-by, .sidebar-item.recent_posts li a .post-date, .post-views.entry-meta>span {
    font-size: .8rem !important;
}
.new-blog-detail table {
    margin: 1rem 0;
    border-color: #cdcdcd;
    width: 100% !important;
}

.new-blog-detail table th , .new-blog-detail table td {
    padding: .3rem;
    border-width: 1px;
}

.sidebar-item.side-form {
    position: sticky;
    top: 60px;
    overflow: hidden;
}

.sidebar-item.recent_posts li a>div {
    width: 70%;
}

.post-by i , .post-date i {
    color: var(--secondary);
}

ul.toc-first li a:hover {
   background: var(--primary);
   color: white;
}

.new-blog-detail b, .new-blog-detail strong {
    font-weight: 500;
}


.sidebar-widget.newsletter-widget {
    position: sticky;
    top: 60px;
}

.author-name i , .publish-date i {
    color: var(--secondary);
}


.page-numbers {
    padding: .8rem 1rem;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.page-numbers.current {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .3);
}


.next.page-numbers , .prev.page-numbers {
    padding: 5px 25px;
    border-radius: 25px;
    border: 2px solid var(--primary);
    color: var(--primary);
    width: auto;
    height: auto;
}

.blog-inner .inner-image {
    width: 75%;
    height: auto;
}

.blog-sidebar {
    position: sticky;
    top: 60px;
}









