@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --black-color: #000;
    --primary-blue: #2b76ba;
    --light-blue: #58c7e2;
    --white-color: #fff;
    --body-font: 16px;
}

a {
    color: var(--primary-blue)
}

body {
    font-family: "Raleway", sans-serif;
    font-size: var(--body-font);
    margin: 0;
    padding: 0;
    letter-spacing: .25px;
    line-height: 1.725;
    color: var(--black-color);
}

* {
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}

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

a,
.btn,
.button,
button {

    :active,
    :focus,
    :visited {
        outline: none !important;
        box-shadow: none !important;
    }
}

button:focus {
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-logo-link img {
    width: 100%;
    height: 60px;
    max-width: 275px;
}

.slick-prev:before,
.slick-next:before {
    color: var(--primary-blue);
}

.testimonial-stars {
    font-size: 20px;
    color: #ccc;
}

.testimonial-stars .star.filled {
    color: #f7ab00;
}

.testimonial-content {
    margin-top: 30px;
}

.testimonial-content p {
    margin-bottom: 0px;
}

.testimonial-content p+p {
    margin-top: 10px;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 300;
}

.brand-text .pin {
    color: var(--primary-blue);
    font-weight: 600;
}

.brand-text .blooms {
    color: #8b8b8b;
    font-weight: 300;
}

.company-subtitle {
    font-size: 0.65rem;
    color: #666;
    display: block;
    margin-top: -5px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
    line-height: 40px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-blue);
}

header {
    background: #eff9fe;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .10);
}

.toggle-icon {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.toggle-icon .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px 0px;
    border-right: 24px solid #1d75bc;
    border-left: 6px solid #56c8e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow;
    -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow;
    transition-property: transform, margin, border-right-color, box-shadow;
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    transition-duration: 600ms;
}

.toggle-icon .bar:nth-of-type(2) {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.navbar-toggler {
    position: relative;
    border: none;
    padding: 0;
    max-width: 60px;
}

.mega-inner {
    display: grid;
    grid-template-columns: 25% 1fr;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .15);
    background: #fff;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    padding: 35px 20px 20px;
    gap: 20px;
    border-top: 1px solid #2b76ba;
}

.mega-tab+.mega-tab {
    margin-top: 2px;
}

.inner-banner-sec .banner-img {
    height: 100%;
    flex-direction: column;
}

.banner-img .author-date-sec {
    margin-top: 10px;
}

.mega-tabs {
    list-style: none;
    margin: 0;
    padding: 0 0px 0px 0px;
    border-right: 1px solid #eee;
}

.mega-tab {
    padding: 7px 14px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
}

header .arrow {
    margin: 0px;
    font-size: 12px;
}

.mega-tab:hover,
.mega-tab.active {
    background: #58C7E2;
    background: linear-gradient(180deg, rgba(88, 199, 226, 1) 0%, rgba(25, 148, 179, 1) 100%);
    color: var(--white-color);
}

.mega-inner li a:hover {
    background: #fff;
}

.mega-content:not(.active) {
    display: none;
}

.mega-inner li a {
    letter-spacing: 0.5px;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    color: var(--black-color);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.mega-submenu li+li a {
    border-top: 1px solid #31a7c524;
    /* margin-top: 5px; */
}

.mega-right-inner {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 50px;
}

.mega-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.nav-item.menu-item-has-children:not(.mega-parent) {
    position: relative;
}

.mega-wrapper {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 8px 20px 20px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


.btn-get-in-touch {
    background-color: var(--primary-blue);
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 40px;
    border: none;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

header .btn-get-in-touch:before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #0585cd45;
    -webkit-animation-name: cta;
    animation-name: cta;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
    border-radius: 50px;
}

/* mobile-header */
.mobile-menu-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.menu-mobile-only {
    padding-block: 8px;
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: #d5f1f5;
    background: linear-gradient(180deg, rgba(213, 241, 245, 1) 16%, rgba(224, 248, 255, 1) 85%);
    transition: ease-in-out 0.5s;
    overflow-y: auto;
    scrollbar-width: none;
}

body.pushNavIsOpen {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.openLevel,
.closeLevel,
.pushNav a {
    padding: 10px 15px 10px 20px;
    display: block;
    transition: background 0.4s ease-in-out;
}

.closeLevel,
.openLevel {
    cursor: pointer;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    left: 0;
    padding-bottom: 30px;
}

.pushNav {
    width: 350px;
    left: -350px;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}

.pushNav,
.pushNav li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.pushNav_level .closeLevel {
    background: #000;
    color: #fff;
    padding-block: 15px;
    margin-bottom: 10px;
}

.close-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    background: #fff;
    margin-bottom: 15px;
}

.close-header .custom-logo-link {
    padding: 0;
    text-align: left;
    text-indent: unset;
}

.pushNav a,
.pushNav div {
    border-bottom: 1px solid #edf7fa;
}

.close-header,
.close-header * {
    border: none !important;
}

/* .openLevel i {
    font-size: 12px;
} */

.openLevel {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
    gap: 10px;
}

.close-header .closeLevel {
    text-indent: unset !important;
    padding: 6px 14px;
    font-size: 26px;
    margin-top: -15px;
    margin-right: -9px;
}

.author-section {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.blog-description span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
}

.blog-thumbnail {
    margin-bottom: 30px;
}

.blog-content h3,
.blog-content h4 {
    margin: 20px auto;
    line-height: 1.45;
    font-weight: 600;
    font-size: 22px;
}

.blog-content h3 {
    font-size: 28px;
}

.portifilo-tag {
    margin-top: 20px;
}

@keyframes cta {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }

    to {
        opacity: 0;
        transform: scale3d(2, 2, 1);
    }
}

.btn-get-in-touch:hover {
    background-color: #164570;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(30, 90, 142, 0.3);
    color: var(--white-color);
}

.inner-banner-sec .btn.btn-get-in-touch:hover {
    background: #58c8e3;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
}

.nav-item.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    padding: 0px;
}

.mega-inner li a:hover {
    color: var(--primary-blue);
    background-color: #f9fdf4;
}

/* show dropdown on hover */
.nav-item.menu-item-has-children:hover>.sub-menu {
    display: block;
}


/* Animated background gradient */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #000428 0%, #004e92 50%, #000428 100%);
    background-size: 200% 200%;
    animation: gradientShift 15s ease infinite;
    z-index: 1;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Animated circles */
.circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    animation: pulse 4s ease-in-out infinite;
    z-index: 2;
}

.circle1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.circle2 {
    width: 400px;
    height: 400px;
    top: 20%;
    left: 10%;
    animation-delay: 1s;
}

.circle3 {
    width: 500px;
    height: 500px;
    top: 30%;
    left: 15%;
    animation-delay: 2s;
}

.circle4 {
    width: 350px;
    height: 350px;
    top: 15%;
    right: 5%;
    animation-delay: 0.5s;
}

.circle5 {
    width: 450px;
    height: 450px;
    top: 25%;
    right: 10%;
    animation-delay: 1.5s;
}

.circle6 {
    width: 550px;
    height: 550px;
    top: 35%;
    right: 15%;
    animation-delay: 2.5s;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

/* Floating particles */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: float 20s infinite;
    z-index: 2;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100vh) translateX(50px);
        opacity: 0;
    }
}

.content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: var(--white-color);
    font-size: 0.9rem;
    margin-bottom: 2rem;
    animation: slideDown 1s ease-out 0.2s both;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

.subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.magento-services .services-wrapper,
.reason-section .services-wrapper,
.process-section .services-wrapper {
    margin-top: 30px;
}

.hero-content .subtitle {
    margin-bottom: 20px;
    font-size: 17px;
}

.light-color {
    color: var(--white-color) !important;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.8s both;
}

/* .btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
} */

.btn-primary {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 78, 146, 0.4);
}

.btn-secondary {
    background: rgba(0, 78, 146, 0.8);
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
    background: rgba(0, 78, 146, 1);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 78, 146, 0.5);
}

.btn-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

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

    50% {
        transform: scale(1.1);
    }

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


#dream-projects,
.about-section,
.expertise-section,
.industry-section,
.blog-sections,
.projects-slider,
.testimonials,
.solutions-partners,
.wp-dev-section,
.wp-parallax-features,
.wp-hero,
.blog-sec,
.blog-details,
.magento-hero {
    padding-block: 80px;

}

.center-headings {
    text-align: center;
}

.heading-container {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: 30px;
}

.about-section {
    background: #eff9fe url(../images/about-bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-label {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.main-title {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    line-height: 1.1;
    text-transform: capitalize;
}

body:not(.home) .main-title {
    font-size: 32px;
}

.stat-box {
    background: #eff9fe;
    border-radius: 12px;
    padding: 5px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #2a75bb;
    overflow: hidden;
}

.about-img .bottom-image {
    max-height: 200px;
    object-position: bottom;
}

.stat-box h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 5px;
    font-family: sans-serif;
}

.about-img .stat-box {
    font-size: 30px;
    font-weight: 500;
    line-height: 110%;
}

.stat-box p {
    margin-bottom: 0;
}

.stat-box.button-section {
    padding: 0px;
}

.btn-know-more,
.mega-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--primary-blue);
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    max-width: max-content;
    padding: 8px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}

.filled-btn,
.mega-btn,
.btn:focus-visible {
    background: var(--primary-blue);
    color: var(--white-color);
    border: 1px solid var(--primary-blue);
}

.filled-btn:hover {
    border-color: var(--light-blue);
}

.btn-know-more:after,
.mega-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--light-blue);
    -webkit-transform: translate3d(0px, 112px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transform: translate3d(0px, 112px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -moz-transform: translate3d(0px, 112px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 112px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 112px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.btn-know-more:hover:after,
.mega-btn:hover:after {
    bottom: 0;
    scale: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    top: 0;
}

.btn-know-more:hover:after,
.mega-btn:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-know-more:hover {
    color: var(--white-color);
}


.btn-know-more img {
    width: 24px;
    border: 1px solid transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.button-section .btn-know-more {
    height: 100%;
    max-width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.btn-know-more:hover img {
    transform: rotate(-45deg);
    border-color: var(--white-color);
}

@media (max-width: 767px) {
    .main-title {
        font-size: 20px;
    }

    body:not(.home) .main-title {
        font-size: 20px;
    }

    .stat-box h3 {
        font-size: 24px;
    }

    .subtitle {
        font-size: clamp(15px, 2vw, 1.15rem);
    }
}

.expertise-section {
    background-color: var(--primary-blue);
    color: var(--white-color);
    text-align: center;
    overflow-x: hidden;
}

.expertise-section h6 {
    text-transform: uppercase;
    color: #cce5ff;
    margin-bottom: 0px;
}

.expertise-section .main-title {
    color: var(--white-color);
}

.expertise-section .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.marquee-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    animation: scroll 35s linear infinite;
    -webkit-animation: scroll 35s linear infinite;
}

.marquee-right .marquee-inner {
    animation-direction: reverse;
}

.expertise-section .container {
    position: relative;
}

.expertise-section .container:before,
.expertise-section .container:after {
    display: block;
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: -20px;
    z-index: 1;
    max-height: 180px;
    bottom: -20px;
    background: var(--primary-blue);
    filter: blur(10px);
}

.expertise-section .container:after {
    left: auto;
    right: -20px;
}

.industry-section {
    background: var(--white-color) url(../images/industry-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.industry {
    background: #eff9fe;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    border: 1px dashed #276da9;
}

.industry .related-image img {
    max-height: 70px;
    width: auto;
}

.industry-name {
    font-weight: 600;
}

.sticky-block {
    position: sticky;
    top: 120px;
    z-index: 9;
}

/* Pause on hover */
.expertise-section .marquee:hover .marquee-inner {
    animation-play-state: paused;
}

.marquee-inner .item {
    min-width: 140px;
    background: var(--white-color);
    padding: 10px;
    height: 65px;
    display: flex;
    border-radius: 4px;
}

.marquee-inner .item img {
    height: unset;
    width: unset;
    margin: auto;
}

.expertise-section .marquee+.marquee {
    margin-top: 10px;
}

/* Keyframes: move exactly half width */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.heightlight-text {
    color: var(--primary-blue);
}

.about-img img {
    width: 100%;
    height: 100%;
    max-height: 290px;
    object-fit: cover;
}

.navbar .container {
    position: relative;
}

.mega-image img {
    width: 100%;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .services-wrapper.reverse {
        direction: rtl;
    }

    .services-wrapper.reverse * {
        direction: ltr;
    }

    .menu-mobile-only,
    .for-mobile {
        display: none;
    }

    .nav-item.mega-parent:hover>.mega-wrapper,
    .mega-wrapper:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        top: 100%;
        z-index: 991;
    }
}

.tagline {
    font-size: clamp(10px, 1.5vw, 12px);
    color: #64b5f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 300;
    opacity: 0.8;
}

h1 {
    font-size: clamp(26px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
}

.inner-banner-sec h1 {
    margin-bottom: 10px;
}

.inner-banner-sec .btn-get-in-touch {
    margin-top: 20px !important;
    background-color: transparent;
    border: 1px solid #58c8e3;
}

.particles-hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    margin-bottom: 40px;
}

.floating-cards {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1200px;
}

.card-box {
    position: absolute;
    width: 120px;
    height: 90px;
    background: linear-gradient(135deg, rgba(33, 60, 150, 0.4) 0%, rgba(10, 20, 80, 0.3) 100%);
    border: 1px solid rgba(100, 181, 246, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    animation: cardFloat 6s ease-in-out infinite;
}

.card-box.left-top {
    left: 5%;
    top: 15%;
    animation-delay: 0s;
}

.card-box.left-bottom {
    left: 5%;
    top: 50%;
    animation-delay: 1s;
}

.card-box.right-top {
    right: 5%;
    top: 15%;
    animation-delay: 2s;
}

.card-box.right-bottom {
    right: 5%;
    top: 50%;
    animation-delay: 3s;
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-15px);
        opacity: 0.8;
    }
}

.ai-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.glow-ring {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 150, 243, 0) 40%, rgba(33, 150, 243, 0.3) 60%, rgba(33, 150, 243, 0) 100%);
    animation: ringPulse 4s ease-in-out infinite;
}

@keyframes ringPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.inner-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(100, 181, 246, 0.4) 0%, rgba(33, 150, 243, 0.2) 50%, rgba(33, 150, 243, 0) 100%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.ai-figure {
    position: relative;
    z-index: 3;
    width: 180px;
    height: 240px;
    background: linear-gradient(180deg, rgba(200, 220, 240, 0.9) 0%, rgba(150, 180, 220, 0.8) 100%);
    border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 60px rgba(33, 150, 243, 0.6), inset 0 0 30px rgba(255, 255, 255, 0.2);
    animation: float 5s ease-in-out infinite;
    overflow: hidden;
}

@keyframes float {

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

    50% {
        transform: translateY(-15px);
    }
}

.face-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.grid-line-face {
    position: absolute;
    background: rgba(33, 150, 243, 0.5);
    width: 100%;
    height: 1px;
}

.ai-eyes {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 35px;
}

.eye {
    width: 10px;
    height: 10px;
    background: #1976d2;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(33, 150, 243, 0.8);
    animation: blink 5s infinite;
}

@keyframes blink {

    0%,
    48%,
    52%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.ai-mouth {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #1976d2, transparent);
}

.neck {
    position: absolute;
    bottom: -20px;
    width: 80px;
    height: 40px;
    background: linear-gradient(180deg, rgba(180, 200, 220, 0.8) 0%, rgba(140, 160, 200, 0.6) 100%);
    border-radius: 0 0 40% 40%;
}

.curved-horizon {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    max-width: 1400px;
    height: 200px;
    border: 2px solid rgba(33, 150, 243, 0.4);
    border-radius: 50%;
    border-top: none;
    box-shadow: 0 -20px 80px rgba(33, 150, 243, 0.3);
}

.cta-section {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 8px 30px rgba(33, 150, 243, 0.5);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(33, 150, 243, 0.7);
}

.cta-button::after {
    content: '→';
    font-size: var(--body-font);
}

@media (min-width: 1660px) {
    .main-title {
        font-size: 44px;
    }

    section.contact-section .main-title {
        font-size: 38px;
    }

    body:not(.home) .main-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .card-box {
        width: 80px;
        height: 60px;
    }

    .ai-figure {
        width: 140px;
        height: 190px;
    }

    .ai-eyes {
        gap: 25px;
    }

    .glow-ring {
        width: 250px;
        height: 250px;
    }

    .inner-glow {
        width: 200px;
        height: 200px;
    }

    .particles-hero-section {
        min-height: 500px;
    }

    .curved-horizon {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .contact-right form .contact-outer p {
        gap: 10px;
    }

    .contact-features {
        gap: 10px;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .con-email-info a {
        font-size: 16px;
    }

    .title-label {
        margin-bottom: 5px;
    }

    .card-box {
        width: 60px;
        height: 45px;
    }

    .card-box.left-top,
    .card-box.right-top {
        top: 10%;
    }

    .card-box.left-bottom,
    .card-box.right-bottom {
        top: 45%;
    }

    .particles-hero-section {
        min-height: 450px;
    }
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(100, 181, 246, 0.6);
    border-radius: 50%;
    animation: particleFloat 8s linear infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-100px) translateX(100px);
        opacity: 0;
    }
}

.quote-img img {
    width: 50px;
    height: auto;
    margin-left: 80px;
}

.testimonial-img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100px;
}

.testimonial-img {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.testimonials-items {
    background-color: #eff9fe;
    padding: 25px;
    border: 1px dashed var(--primary-blue);
    margin-inline: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
}

.quote-img {
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 4px;
    color: #b2d6f1;
}


.testimonials,
.magento-services {
    position: relative;
    background: #EFF9FE;
    background: linear-gradient(180deg, rgba(239, 249, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.testimonials:before,
.magento-services:before {
    background: url(../images/industry-bg.png);
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.magento-services .container {
    position: relative;
    z-index: 1;
}

/* Each card wrapper has 15vh top padding */
.cards-wrapper {
    padding-top: 5vh;
    position: relative;
    margin: auto;
}

a {
    transition: all 0.5s;
}

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

/* Last card wrapper gets extra bottom padding and increased height */
.cards-wrapper:last-of-type {
    /* 70vh + 15vh extra to account for bottom padding */
    padding-bottom: 5vh;
}

/* The card fills the wrapper's width and remaining height in normal wrappers */
.cards {
    width: 100%;
    /* 55vh */
    margin: 0 auto;
    background: #09344D;
    background: linear-gradient(0deg, rgba(9, 52, 77, 1) 0%, rgba(43, 157, 228, 1) 100%);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: var(--white-color);
    min-height: 420px;
}

/* .cards-container {
    margin: 50px auto;
    max-width: 1200px;
} */

.pin-spacer:nth-child(2n+1) .card {
    background: #09344D;
    background: linear-gradient(95deg, rgba(9, 52, 77, 1) 0%, rgba(43, 157, 228, 1) 100%);
}

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

.tech-icon img {
    max-height: 50px;
    margin-bottom: 10px;
}

.service-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0px;
}

.service-short {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-short p {
    margin: 0px;
}

.view-btns a {
    color: #aee1fc;
    border: 1px solid #aee1fc;
    border-radius: 50px;
    padding: 8px 25px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
    transition: all 0.25s;
}

.view-btns a:hover {
    background: #09344D;
    background: linear-gradient(0deg, rgba(9, 52, 77, 1) 0%, rgba(43, 157, 228, 1) 100%);
    color: var(--white-color);
    border-color: rgba(43, 157, 228, 1);
    box-shadow: 0px 2px 2px #000;
}

.services-list-items {
    margin-top: 30px;

    ul {
        list-style: none;
        margin: 0px;
        padding: 0;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;

        a {
            color: #0a3853;
            background: var(--white-color);
            padding: 6px 15px;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none !important;
            display: inline-block;

            &:hover {
                background: #09344D;
                background: linear-gradient(0deg, rgba(9, 52, 77, 1) 0%, rgba(43, 157, 228, 1) 100%);
                color: var(--white-color);
                border-color: rgba(43, 157, 228, 1);
                box-shadow: 0px 2px 2px #000;
            }
        }
    }
}

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

    .service-title,
    .main-title {
        font-size: 26px;
        line-height: 1.2;

    }

    body:not(.home) .main-title {
        font-size: 20px;
    }

}

img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .cards {
        padding: 30px 20px;
    }

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

    .services-list-items ul {
        gap: 8px;

        li a {
            padding: 6px 10px;
            font-size: 13px;
        }
    }

    .service-title {
        font-size: 20px;
        font-weight: 600;
    }

    .tech-icon img {
        max-height: 40px;
        margin-bottom: 5px;
    }

    body {
        font-size: 16px;
    }

}

.blog-image img {
    height: unset;
    width: 100%;
}

.blog-sec.heading-container {
    margin-left: 0;
    padding: 0;
}

.inner-blog {
    margin-inline: 10px;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog-list {
    margin-inline: -15px;
}

.inner-blog img {
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.blog-details .blog-left {
    display: block;
    border: 1px solid #f7f7f7;
    padding: 10px;
}

.blog-details h2 {
    font-weight: 500;
}

.blog-short-details h2 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.blog-short-details h2 a:hover {
    color: var(--light-blue);
}

.blog-short-details {
    padding: 15px;
}

.blog-content ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.blog-content ul li {
    list-style: disc;
}

.wp-block-quote {
    padding: 20px 25px;
    border: 1px solid #b3b3b3;
    border-left: 3px solid #2a75ba;
}

.wp-block-quote p {
    margin: 0;
    font-weight: 600;
}

.text-link {
    font-weight: 600;
    color: var(--primary-blue);
}

.text-link:hover {
    color: #58c8e3;
}

.heading-with-btn .heading-container {
    margin-bottom: 0;
}

.heading-with-btn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}

.testimonials .heading-container {
    margin-left: 0;
}

/* ===== AI-Professional Footer Style ===== */

footer {
    position: relative;
    background: linear-gradient(145deg, #0b0c10, #101820);
    color: #c5c6c7;
    overflow: hidden;
    padding-top: 50px;
}

/* Section Titles */
footer h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.footer-social-sec {
    margin-top: 30px;
}

/* Social Icons with Real Brand Colors */
footer a .fa-facebook {
    color: #1877f2;
}

footer a .fa-twitter {
    color: #1da1f2;
}

footer a .fa-instagram {
    color: #e4405f;
}

footer a .fa-linkedin {
    color: #0077b5;
}

footer a .fa-youtube {
    color: #ff0000;
}

/* Divider */
footer hr {
    border-color: rgba(255, 255, 255, 0.08);
}

/* Bottom Text */
footer p {
    font-size: 0.9rem;
    color: #a8b2c1;
}

.rating-section {
    margin-top: 25px;
    font-size: 13px;
}

.rating-section .stars {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.rating-section .stars i {
    color: #fcaa00;
}

.footer-badges {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.footer-badges img {
    max-height: 120px;
}

.footer-top {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.rate-text {
    font-weight: 500;
}

.footer-middle p,
.footer-middle a,
.footer-middle i {
    color: #ADB7C5;
}

.footer-middle a:hover,
.footer-middle a:hover i {
    color: var(--white-color);
}

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

.footer-middle ul li+li {
    margin-top: 10px;
}

section#custom_html-6 ul li+li {
    margin-top: 16px;
}

.text-with-icons li a {
    display: flex;
    align-items: flex-start;
    line-height: 24px;
    gap: 15px;
}

.text-with-icons li a span {
    margin-top: -6px;
    display: inline;
}

.footer-social-icons a {
    font-size: 25px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-middle .text-with-icons i {
    font-size: 20px;
}


.solutions-partners {
    background: #58C7E2;
    background: linear-gradient(33deg, rgba(24, 86, 143, 1) 0%, rgba(88, 199, 226, 1) 100%);
    background-size: 120%;
    animation: gradientShift 5s ease infinite;
    -webkit-animation: gradientShift 5s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.partners-slider-s {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 10px;
}

.partners-slider-s .partner-logo:nth-child(1) {
    grid-column: 1 / 5;
}

.partners-slider-s .partner-logo:nth-child(2) {
    grid-column: 5 / 9;
}

.partners-slider-s .partner-logo:nth-child(3) {
    grid-column: 9 / 13;
}

.partners-slider-s .partner-logo:nth-child(4) {
    grid-column: 1 / 4;
}

.partners-slider-s .partner-logo:nth-child(5) {
    grid-column: 4 / 7;
}

.partners-slider-s .partner-logo:nth-child(6) {
    grid-column: 7 / 10;
}

.partners-slider-s .partner-logo:nth-child(7) {
    grid-column: 10 / 13;
}

.partners-slider-s .partner-logo {
    background: #eff9fe;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #2b76ba1a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.partners-slider-s .partner-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.solutions-partners .heading-container {
    margin-bottom: 0;
}

.partner-logo img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

.projects-slider {
    text-align: center;
    box-shadow: 0px 0px 32px #2b76ba1c;
}

.projects-slider h2 .highlight {
    color: #2980b9;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    color: var(--primary-blue)
}

.recent-project-slide {
    background: #0C2740;
    background: linear-gradient(0deg, rgba(12, 39, 64, 1) 0%, rgba(49, 177, 255, 1) 100%);
    color: var(--white-color);
    border-radius: 10px;
    padding: 20px 30px;
}

.projects-outer .left p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
    letter-spacing: 0.5px;
}

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

.projects-outer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
}

.logo-badge,
.tech-stack a {
    background: var(--white-color);
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
}


.view-more {
    margin-top: 10px;
    background-color: #333;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
}

.promo-box {
    background: white;
    color: black;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.promo-box .price {
    margin: 10px 0;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.new-price {
    font-weight: bold;
    color: #e74c3c;
}

.tech-stack {
    display: flex;
    margin-top: 35px;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.promo-box img {
    max-height: 400px;
    width: unset;
    height: unset;
}

.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.slide-content .left {
    flex: 1;
}

.slide-content .right {
    flex: 1;
}

.project-logo,
.tech-stack a img {
    max-width: 160px;
    height: 35px;
}

.tech-stack a img {
    max-height: 50px;
    width: auto;
    margin: auto;
    height: 45px;
}

.tech-stack a {
    padding-block: 5px;
    min-width: 100px;
    text-align: center;
}

.projects-outer .left {
    flex: 0 0 50%;
}

.projects-outer .left {
    flex: 0 0 50%;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
}

.view-more a {
    color: var(--white-color);
    text-decoration: none;
}

.projects-outer h3 {
    font-size: 30px;
    margin-block: 20px;
}



/* hero slider css */
.hero {
    position: relative;
    min-height: 80vh;
    background: linear-gradient(135deg, #0a0e27, #1a1f3a, #0d3d56, #162447, #1f4068);
    background-size: 400% 400%;
    animation: gradientBackground 15s ease infinite;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animated Background Blobs */
.blob {
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: morphing 15s ease-in-out infinite;
}

.blob-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    top: -10%;
    left: -10%;
    animation-delay: 0s;
}

.blob-2 {
    width: 600px;
    height: 600px;
    background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
    bottom: -15%;
    right: -5%;
    animation-delay: 2s;
}

.blob-3 {
    width: 450px;
    height: 450px;
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
    top: 40%;
    right: 30%;
    animation-delay: 4s;
}

@keyframes morphing {

    0%,
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(50px, -50px) rotate(90deg) scale(1.1);
    }

    50% {
        border-radius: 30% 70% 70% 30% / 50% 60% 40% 50%;
        transform: translate(-30px, 50px) rotate(180deg) scale(0.9);
    }

    75% {
        border-radius: 70% 30% 50% 50% / 40% 70% 30% 60%;
        transform: translate(30px, -30px) rotate(270deg) scale(1.05);
    }
}

/* Grid Background */
.grid-background {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(100, 200, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(100, 200, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    opacity: 0.3;
}

@keyframes gridMove {
    0% {
        transform: perspective(500px) rotateX(60deg) translateY(0);
    }

    100% {
        transform: perspective(500px) rotateX(60deg) translateY(50px);
    }
}

/* Floating Particles */
.particles {
    position: absolute;
    inset: 0;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(100, 200, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(100, 200, 255, 0.5);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-100px) translateX(50px);
        opacity: 0.5;
    }
}

/* Content Container */
.hero .content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

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

.hero h1 {
    font-size: clamp(1.5rem, 5vw, 3.425rem);
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
}

.gradient-text {
    background: linear-gradient(90deg, #0ed0ff, #58c8e3, #02bfed, #4facfe);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease infinite;
}

.service-content .view-btns a:not(:hover) {
    color: var(--primary-blue);
}

@keyframes gradientBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 3rem;
    line-height: 1.8;
}

/* CTA Button */
.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 3rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.cta-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.5), rgba(245, 87, 108, 0.5));
    opacity: 0;
    transition: opacity 0.4s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-button span {
    position: relative;
    z-index: 1;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background: #4facfe;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(79, 172, 254, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(79, 172, 254, 0);
    }
}



/* Responsive */
@media (max-width: 768px) {
    .blob {
        filter: blur(60px);
    }
}

/* Mouse Follower */
.cursor-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.25) 0%, transparent 60%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* hero slider css end */












/* Css written by Rakesh from AI */

/* --- CONTACT SECTION WRAPPER --- */
.contact-features {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2b76ba47;
}

.contact-features i {
    font-size: 24px;
    vertical-align: middle;
    color: var(--primary-blue);
    margin-right: 2px;
}

.contact-section .contact-email {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-section .contact-email p {
    margin: 0;
}

.contact-section .contact-email i {
    font-size: 40px;
    color: var(--primary-blue);
}

.con-email-info small {
    color: var(--primary-blue);
    font-weight: 500;
    font-size: 14px;
}

.con-email-info {
    line-height: 23px;
}

p.form-title {
    font-weight: 600;
}

.contact-right form .contact-outer p {
    display: flex;
    gap: 0px 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-right form .contact-outer span:not(.wpcf7-spinner) {
    flex: 0 0 48%;
    padding-bottom: 20px;
}

.contact-right form .contact-outer span[data-name="textarea"] {
    flex: 0 0 100%;
}

.contact-right form .contact-outer textarea {
    max-height: 120px;
}

.contact-right form .contact-outer .wpcf7-not-valid-tip {
    font-size: 12px;
    padding-left: 8px;
    margin: -2px auto 0px;
    padding-bottom: 0 !important;
    position: absolute;
}

.con-email-info a {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}


.who-we-are {
    padding: 60px 0;
}

.who-we-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.who-we-sec .left-sec p {
    font-size: var(--body-font);
    line-height: 1.7;
    color: #333;
}

/* RIGHT SECTION (IMAGE) */
.who-we-sec .right-sec {
    flex: 1;
    display: flex;
    justify-content: center;
}

.who-we-sec .right-sec img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    display: block;
    /* box-shadow: 0 5px 25px rgba(0,0,0,0.15); */
    object-fit: contain;
}


.what-we-do {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.what-we-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT IMAGE */
.what-we-left-sec {
    flex: 1;
}

.what-we-left-sec img {
    width: 100%;
    max-width: 550px;
    display: block;
    object-fit: contain;
}

/* RIGHT CONTENT */
.what-we-right-sec {
    flex: 1;
}

/* ▶ Responsive layout */
@media (max-width: 991px) {
    .who-we-sec {
        flex-direction: column;
        text-align: center;
    }

    .who-we-sec .right-sec img {
        max-width: 80%;
    }

    .what-we-sec {
        flex-direction: column;
        text-align: center;
    }

    .what-we-left-sec img {
        max-width: 80%;
        margin: 0 auto;
    }
}

.value-box h3:empty,
.value-box p:empty {
    display: none !important;
}

/* ================================
   CORE VALUES GRID STYLING
===================================*/

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.grid-two-column {
    grid-template-columns: repeat(2, 1fr);
}

.value-box,
.wp-parallax-feature-card {
    background: var(--white-color);
    border-radius: 12px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.wp-parallax-feature-card {
    flex: 1;
}

/* Hover effect */
.value-box:hover,
.wp-parallax-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Icon */
.value-box .value-icon {
    height: 60px;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Title */
.value-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(black-color);
}

/* Description */
.value-box p {
    font-size: var(--body-font);
    line-height: 1.6;
    margin: 0;
}

.faq-wrapper {
    margin-top: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .hero-image,
    .service-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.web-solutions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.web-solution-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    width: 30%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all .3s ease-in-out;
}

.web-solution-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.web-solution-item img {
    width: 80px;
    margin-bottom: 20px;
}

.web-solution-item h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
}

.web-solution-item p {
    color: #464646;
    font-size: 15px;
    line-height: 1.7;
}




/* Responsive */
@media (max-width: 992px) {
    .web-solution-item {
        width: 45%;
    }

    .custom-feature .feature-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .web-solution-item {
        width: 100%;
    }
}

section.who-we-are.web_solutions {
    padding: 60px 0px 60px 0px;
}

.blog-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    /* space between columns and rows */
}

.blog-content-sec {
    flex: 0 0 48%;
    /* two columns */
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px;
    background: var(--white-color);
    margin-bottom: 10px;
    border-radius: 6px;
}

.blog-img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.blog-description h3 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-blue);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-description h3:hover {
    color: var(--light-blue);
}

.blog-search {
    margin-bottom: 20px;
}

.blog-search .search-form {
    position: relative;
}

.blog-search .search-form label {
    width: 100%;
}

.blog-search .search-form label .search-field {
    width: 100%;
    border: 1px solid #dedede;
    padding: 5px 95px 5px 10px;
    border-radius: 5px;
    outline: none !important;
}

.blog-search .search-form .search-submit {
    position: absolute;
    right: 1px;
    background: var(--primary-blue);
    padding: 6px 15px;
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.blog-search .search-form .search-submit:hover {
    background-color: var(--light-blue);
}

input {
    outline: none !important;
    box-shadow: none !important;
}

.blog-category li a {
    display: inline-block;
    width: 100%;
    color: var(--black-color);
    padding: 4px 5px 4px 16px;
    position: relative;
}

.portifilo-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    font-size: 14px;
}

.blog-category li a:before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: var(--primary-blue);
    margin-right: 7px;
    position: absolute;
    left: 2px;
    top: 15px;
}

.blog-category li a:hover {
    background: #f9fdf4;
    color: var(--primary-blue);
}

.blog-category li+li a {
    border-top: 1px solid #dedede;
}

.blog-description p {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Form content layout */
.visit-section .form-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Left section styling */
.visit-section .contact-left-sec {
    flex: 1 1 45%;
    padding: 25px;
}

.visit-section h2 {
    font-size: 20px;
}

.visit-section .visit-heading h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.visit-section .visit-description {
    font-size: var(--body-font);
    line-height: 1.6;
}

/* Right section styling */
.visit-section .contact-right-sec {
    flex: 1 1 45%;
    background-color: var(--white-color);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-right-sec form textarea {
    max-height: 120px;
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 5px;
}

/* Contact Form 7 specific adjustments */
.visit-section .contact-right-sec .wpcf7-form input:not(.btn),
.visit-section .contact-right-sec .wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.visit-section .contact-right-sec .contact-outer span+span {
    margin-top: 15px !important;
    display: inline-block;
    width: 100%;
}

.for-contact .btn-know-more:hover {
    background: #58c8e3;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .visit-section .form-content {
        flex-direction: column;
        gap: 20px;
    }

    .visit-section .contact-left-sec,
    .visit-section .contact-right-sec {
        flex: 1 1 100%;
    }
}

.blog-right-sec {
    width: 30%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: sticky;
    top: 90px;
}

/* Tablets and small screens */
@media (max-width: 768px) {
    .blog-content-sec {
        flex: 0 0 100%;
        /* 1 column */
    }

    .visit-section h2 {
        font-size: 18px;
    }
}

/* Optional: Extra small screens */
@media (max-width: 480px) {
    .blog-content-sec {
        padding: 10px;
    }
}

/* #loadMore {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: var(--primary-blue);
    color: var(--white-color);
    text-decoration: none;
    border-radius: 5px;
} */

#loadMore.noContent {
    background: #777;
    cursor: not-allowed;
}

.blog-right-sec h3 {
    background-color: var(--primary-blue);
    color: var(--white-color);
    padding: 10px 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.portifilo-tag ul a {
    width: auto;
    background: #eff9fe;
    padding: 3px 15px;
    color: var(--black-color);
    display: inline-block;
}

.portifilo-tag ul a:hover {
    background: var(--primary-blue);
    color: var(--white-color);
}

.blog-left {
    width: calc(70% - 21px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mega-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mega-submenu {
    height: 100%;
    overflow-x: auto;
    max-height: 75dvh;
    scrollbar-width: thin;
}

.footer-logo .footer-logo {
    max-height: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .btn-get-in-touch {
        padding: 0.6rem 0.75rem;
    }


    .mega-inner {
        padding: 15px 15px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 95%;
    }

    .mega-right-inner {
        gap: 20px;
    }

    div#navbarNav {
        font-size: 13px;
    }

    .custom-logo-link img {
        height: 38px;
    }

    .mega-wrapper {
        font-size: 13px;
    }

    .mega-tab {
        padding: 5px 10px;
    }

    .mega-wrapper {
        padding-inline: 0;
    }

    .mega-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .industry {
        padding: 10px;
    }

    .industry .related-image img {
        max-height: 50px;
    }

    .industry-name {
        font-size: 13px;
    }

    #dream-projects,
    .wp-dev-section,
    .about-section,
    .expertise-section,
    .industry-section,
    .blog-sections,
    .projects-slider,
    .testimonials,
    .solutions-partners,
    .wp-parallax-features,
    .wp-hero,
    .blog-sec,
    .blog-details,
    .magento-hero {
        padding-block: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .cards-wrapper {
        padding-top: 0px;
    }

    .cards-wrapper+.cards-wrapper {
        padding-top: 20px;
    }

    .cards-wrapper:last-of-type {
        padding-bottom: 0px;
    }

    .hero .content {
        padding: 2rem 1rem;
    }

    .hero h1 {
        margin-bottom: 20px;
        line-height: 125%;
        letter-spacing: 1.25px;
    }

    .hero p {
        color: rgba(255, 255, 255, 1);
        margin: 0 auto 20px;
        line-height: 1.5;
        letter-spacing: 1px;
    }

    .blob-1,
    .blob-2,
    .blob-3 {
        width: 120px;
        height: 120px;
    }

    .hero {
        min-height: 55vh;
    }

    .service-short {
        gap: 10px;
    }

    .about-section .col-md-6+.col-md-6 {
        margin-top: 30px;
    }

    .marquee-inner .item {
        min-width: 90px;
        height: 38px;
    }

    .sticky-block {
        margin-bottom: 30px;
    }

    .about-section .col-md-6 .row .col-md-6+.col-md-6 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-right {
        margin-top: 40px;
    }

    .services-wrapper {
        grid-template-columns: 1fr;
    }

    .custom-feature .feature-list {
        grid-template-columns: 1fr 1fr;
    }

    .custom-feature .feature-list .feature-item {
        padding: 20px 10px;
    }

    .services-image {
        position: unset;
    }

    .blog-left,
    .blog-right-sec {
        width: 100%;
    }

    .blog-right-sec {
        order: -1;
        position: relative;
        top: unset;
    }

    .wp-parallax-features__grid {
        gap: 20px;
    }

    .custom-logo-link img {
        height: 48px;
    }

    .who-we-are {
        padding-block: 40px 20px;
    }

    .value-box,
    .web-solution-item {
        padding: 20px 15px;
    }

    .industry-section .get-in-touch {
        margin-top: 20px;
    }

    .about-section .col-md-6 .row.mt-4 {
        margin-top: 0px !important;
    }

    .projects-outer h3 {
        margin-block: 10px;
    }

    .services-list-items,
    .for-desktop,
    .tech-stack {
        display: none;
    }

}

@media only screen and (max-width: 639px) {
    .hero-cta h3 {
        font-size: 22px;
    }

    .industry-section .col-sm-7 .col {
        padding-inline: 4px;
        margin-top: 10px;
    }

    .industry-name {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0px;
    }

    .blog-sections .main-title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .btn-know-more,
    .mega-btn,
    .view-btns a {
        gap: 6px;
        font-weight: 500;
        padding: 5px 15px;
        font-size: 14px;
    }

    .projects-outer {
        flex-direction: column-reverse;
    }

    .recent-project-slide {
        padding: 15px;
    }

    .projects-outer .left,
    .projects-outer .right {
        flex: auto;
        display: inline-block;
        width: 100%;
    }
}

.industries-services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.heading-outer {
    display: inline-block;
    width: 100%;
}

.reason-box h4 {
    background: linear-gradient(135deg, #fff9f9 0, #eff9fe 100%);
    border-left: 3px solid var(--primary-blue);
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-blue);
}

.services-image .view-btns {
    text-align: center;
    margin-top: 30px;
}

.reason-box {
    display: inline-block;
    width: 100%;
}

.reason-box+.reason-box {
    margin-top: 15px;
}

.magento-migration,
.seo-section,
.magento-section,
.magento-support-section,
.reason-section,
.light-bg {
    background-color: #eff9fe;
}

.full-width-container {
    max-width: 100%;
}

/* New Css add */
/* ===== WooCommerce Development Section ===== */

/* ==============================
   Feature Icons Section
============================== */


.feature-icons__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px;
}

ul.custom-items {
    margin-bottom: 20px;
}

.custom-items li+li {
    margin-top: 15px;
}

.custom-items li {
    position: relative;
    padding-left: 15px;
}

.custom-items li:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-blue);
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 11px;
}

/* Card styling */
.feature-icon-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-icon-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Image */
.feature-icon-card img {
    max-width: 90px;
    height: auto;
    display: block;
}

.work-process {
    text-align: center;
}

.work-process h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

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




.custom-feature .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.custom-feature .feature-list .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
    margin: 0px;
    background-color: var(--white-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-feature .feature-list .feature-item img {
    max-width: 50px;
    margin-bottom: 15px;
}

.custom-feature .feature-list .feature-item h4 {
    margin: 0px;
    font-size: 18px;
}



.services-wrapper {
    display: grid;
    align-items: flex-start;
    gap: 50px;
    grid-template-columns: 1fr 2fr;
}

.two-column-divide {
    grid-template-columns: 2fr 3fr;
}

.step p:empty {
    display: none;
}

.services-image {
    position: sticky;
    top: 80px;
}

.step {
    display: flex;
    gap: 20px;
}

.step .step-no {
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    border-radius: 50px;
    border: 3px solid var(--primary-blue);
    color: var(--primary-blue);
    font-weight: 600;
    min-height: 60px;
    min-width: 60px;
    font-size: 24px;
}

.step-dis h4 {
    font-size: 18px;
    font-weight: 600;
}

.step+.step {
    margin-top: 20px;
}

.step.step-green h4,
.step.step-green .step-no {
    color: #39B54A;
    border-color: #39B54A;
}

.step.step-green-dark .step-no,
.step.step-green-dark h4 {
    color: #678d2b;
    border-color: #678d2b;
}

.step.step-orange .step-no,
.step.step-orange h4 {
    color: #fc6422;
    border-color: #fc6422;
}

.step.step-blue h4,
.step.step-blue .step-no {
    color: #3598db;
    border-color: #3598db;
}

.step.step-red .step-no,
.step.step-red h4 {
    color: #e84c3d;
    border-color: #e84c3d;
}


@media (max-width: 576px) {
    .section-title {
        font-size: 26px;
    }

    .services-content h3 {
        font-size: 22px;
    }
}

/* IMAGE */
.why-image img {
    max-width: 100%;
    height: auto;
}

/* CONTENT */
.why-tag {
    font-size: 13px;
    font-weight: 600;
    color: #1a73e8;
    letter-spacing: 1px;
}

.why-content h2 {
    font-size: 34px;
    margin: 10px 0 15px;
    color: #111;
}

.android-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.android-image img {
    max-width: 100%;
}

.android-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.feature-box img {
    width: 40px;
    margin-bottom: 15px;
}

.feature-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .android-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .value-box h3 {
        font-size: 16px;
    }

    .android-features {
        grid-template-columns: 1fr;
    }

    .feature-icons__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* magento-template */
.feature-section {
    display: flex;
    align-items: center;
    gap: 60px;
}

.feature-left {
    width: 55%;
}

.feature-right {
    width: 45%;
    text-align: center;
}

.feature-right img {
    max-width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 40px;
    padding: 14px 22px;
    margin-bottom: 18px;
}

.feature-icon {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.feature-icon img {
    width: 22px;
    height: 22px;
}

.feature-item span {
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

/* Responsive */
@media (max-width: 991px) {
    .feature-section {
        flex-direction: column;
    }

    .feature-left,
    .feature-right {
        width: 100%;
    }
}

/* LIST */
.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.why-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    min-width: 50%;
    ;
}

.why-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #1a73e8;
    font-size: 22px;
}

@media (max-width: 768px) {
    .why-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* LEFT */
.hero-tag {
    font-size: 13px;
    font-weight: 600;
    color: #1a73e8;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-size: 36px;
    margin: 10px 0 20px;
    color: #111;
}

/* RIGHT IMAGE */
.hero-image img {
    max-width: 100%;
    height: auto;
}

.hero-cta {
    background-color: var(--primary-blue);
    color: var(--white-color);
    text-align: center;
}

.hero-cta h3 {
    text-transform: capitalize;
    line-height: 1.4;
}

.hero-cta .view-btns {
    margin-top: 30px;
}

.hero-cta .view-btns .btn-know-more {
    color: var(--white-color);
}

@media (max-width: 768px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
}

.faq-grid.single-columns {
    grid-template-columns: 1fr;
    gap: 10px;
}

.faq-box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.faq-question {
    font-weight: 600;
    padding-block: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq-question .icon {
    font-size: 30px;
    line-height: 25px;
    padding: 0px 5px;
}

.faq-answer {
    display: none;
}

/* About us page */

.inner-banner-sec {
    background-size: cover;
    min-height: 320px;
    justify-content: center;
    display: flex;
    padding-block: 30px;
    align-items: center;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.wp-parallax-features__grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.hero-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 13px;
}

.hero-cta .heading-container {
    margin-bottom: 0;
}

.hero-content .view-btns {
    margin-top: 30px;
}

a.dark-text.btn-know-more:not(:hover) {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.title-outer {
    display: inline-block;
    width: 100%;
}

.not-found-img {
    max-width: 520px;
    padding: 15px;
    margin-inline: auto;
}

.not-found-content-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.visit-section .contact-left-sec ul.contact-info li+li {
    margin-top: 15px;
}

.visit-section .contact-left-sec ul.contact-info li a {
    color: var(--black-color);
}

.visit-section .contact-left-sec ul.contact-info li a:hover {
    color: var(--primary-blue);
}

@media (min-width: 1366px) {
    .inner-banner-sec {
        min-height: 420px;
    }

    .hero-content h3 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .contact-description p {
        font-size: 18px;
        font-weight: 500;
        max-width: 800px;
        margin-inline: auto;
    }

    .desktop-hidden {
        display: none;
    }

    h2 {
        font-size: 32px;
    }

    div#portfolio-results .blog-content-sec {
        display: flex;
        gap: 30px;
    }

    div#portfolio-results .blog-content-sec .blog-img {
        flex: 0 0 45%;
    }
}



@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }

    .desktop-hidden {
        margin-bottom: 20px;
    }

    .hero-content h3 {
        font-size: 26px;
    }
}

.portfolio-filter.active {
    background-color: #f9fdf4;
    ;
    color: #000;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .inner-banner-sec {
        min-height: 220px;
    }

    .services-wrapper,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .services-image {
        position: unset;
    }

    .why-list li {
        margin-bottom: 10px;
    }

    .feature-box {
        padding: 15px;
    }

    .feature-box h4 {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 479px) {
    .custom-feature .feature-list {
        grid-template-columns: 1fr;
    }

    .custom-feature .feature-list .feature-item h4 {
        font-size: 15px;
    }

    .container {
        max-width: 98%;
    }

    .not-found-page .inner-banner-sec {
        min-height: 120px;
    }

    .contact-right form .contact-outer span {
        flex: 0 0 97% !important;
    }
}