/* -----------------------------
REVIEW AREA CSS
----------------------------- */
:root {
    --techguru-base: #1a92e0;
    --techguru-black: #101112;
    --techguru-gray: #ffffff;
    --techguru-gray-rgb: 197, 200, 205;
    --techguru-base-rgb: 255, 210, 93;
    --techguru-black-rgb: 11, 25, 44;
    --techguru-white: #ffffff;
    --techguru-white-rgb: 255, 255, 255;
    --primary: #034361;
    --primary1: #040a2d;
    --secondary: #082133;
    --secondary-white: #F6F7FF;
}

.secondary-white {
    background: var(--secondary-white);
}

.review-area {
    position: relative;
    background-color: #F6F7FF;
    z-index: 2;
    overflow: hidden;
}

.review-area .section-heading {
    margin: unset;
}

.review-area .shape {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
}

.review-area .review-inner {
    display: grid;
    grid-template-columns: auto 550px;
    gap: 80px;
}

@media (max-width: 1200px) {

    /* replace #{$lg} */
    .review-area .review-inner {
        gap: 20px;
    }
}

@media (max-width: 992px) {

    /* replace #{$md} */
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {

    /* replace #{$sm} */
    .review-area .review-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.review-area .thumb-wrapper {
    padding-bottom: 22px;
}

@media (max-width: 992px) {
    .review-area .thumb-wrapper {
        max-width: 150px;
        padding-bottom: 15px;
    }
}

.review-area .symbol-wrapper {
    padding-top: 35px;
}

@media (max-width: 992px) {
    .review-area .symbol-wrapper {
        max-width: 100px;
        padding-top: 20px;
    }
}

.review-list {}

@media (max-width: 992px) {
    .review-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .review-list {
        grid-template-columns: 1fr;
    }
}

.review-list-item {
    display: grid;
    grid-template-columns: auto 170px;
    gap: 35px;
    background-color: #006195;
    padding: 15px;
    border-radius: 30px;
    max-width: 560px;
    padding-bottom: 20px;
    position: relative;
}

@media (max-width: 992px) {
    .review-list-item {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.review-list-item:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .review-list-item:not(:last-child) {
        margin-bottom: 0;
    }
}

.review-list-item.r-1 {
    background-color: var(--theme);
}

.review-list-item.r-2 {
    background: var(--primary1);
}

.review-list-item .quote-icon {
    margin-left: -27px;
}

@media (max-width: 992px) {
    .review-list-item .quote-icon {
        margin-left: 0;
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

.review-list-item .content {
    padding-left: 27px;
}

@media (max-width: 992px) {
    .review-list-item .content {
        order: 2;
        padding-left: 0;
    }
}

.review-list-item .thumb {}

@media (max-width: 992px) {
    .review-list-item .thumb {
        order: 1;
    }
}

@media (max-width: 768px) {
    .review-list-item .thumb {
        max-height: 150px;
    }
}

.review-list-item .thumb img {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .review-list-item .thumb img {
        height: 100%;
    }
}

.review-list-item .meta-info {
    display: flex;
    gap: 17px;
    align-items: center;
    padding-top: 24px;
    max-width: 150px;
}

@media (max-width: 768px) {
    .review-list-item .meta-info {
        padding-top: 15px;
    }
}

.review-list-item .meta-info .name {
    font-size: 16px;
}

.review-list-item .text-wraper {
    padding-top: 30px;
}

@media (max-width: 992px) {
    .review-list-item .text-wraper {
        padding-top: 0;
    }
}

.card-1 {
    order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: auto;
    float: none;
    flex-shrink: 1;
    display: block;
    margin: 0px;
    inset: auto;
    position: relative;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
}

.inner-card-1 {
    translate: none;
    rotate: none;
    scale: none;
    inset: 0px auto auto 0px;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    /* max-height: 150.922px;
    height: 150.922px; */
    padding: 0px;
}

.fade-animations {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}

.card-2 {
    order: 0;
    place-self: auto;
    grid-area: auto;
    z-index: auto;
    float: none;
    flex-shrink: 1;
    display: grid;
    margin: 0px;
    inset: 0px;
    position: relative;
    flex-basis: auto;
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 0px;
}

.card-3 {
    translate: none;
    rotate: none;
    scale: none;
    inset: 0px auto auto 0px;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    max-height: 300.094px;
    height: 300.094px;
    padding: 15px 15px 20px;
    transform: translate(0px, 0px);
}


/*==============================================
    Services One
===============================================*/
.servces-one {
    position: relative;
    display: block;
    background-color: var(--primary);
    counter-reset: count;
    padding: 140px 0 121px;
    overflow: hidden;
    z-index: 1;
}

.servces-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 146, 224, 0.75);
    z-index: -1;
}

.servces-one__shape-2 {
    position: absolute;
    width: 962px;
    top: 0px;
    height: 1147px;
    left: -491px;
    opacity: 0.5;
    filter: blur(60px);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #D866D4 0%, rgba(7, 12, 20, 0) 100%);
    z-index: -1;
}

.servces-one__shape-3 {
    position: absolute;
    top: 45px;
    right: 0;
    mix-blend-mode: lighten;
    z-index: -1;
}

.servces-one__shape-3>img {
    width: auto;
}

.servces-one__top {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.servces-one__top .section-title {
    margin-bottom: 0;
}

.servces-one__top-left {
    position: relative;
    display: block;
}

.servces-one__top-right {
    position: relative;
    display: block;
    margin-top: 50px;
}

.servces-one__bottom {
    position: relative;
    display: block;
}

.servces-one__img-box {
    position: relative;
    display: block;
    margin-right: 0px;
}

.servces-one__img {
    position: relative;
    display: block;
}

.servces-one__img>img {
    width: 100%;
}

.servces-one__img-2 {
    position: absolute;
    bottom: -60px;
    left: -95px;
}

.servces-one__img-2>img {
    width: auto;
}

.servces-one__shape-1 {
    position: absolute;
    top: -12px;
    right: 12px;
}

.servces-one__shape-1 img {
    width: auto;
}

.servces-one__bottom-right {
    position: relative;
    display: block;
}

.services-one__services-list {
    position: relative;
    display: block;
}

.services-one__services-list li {
    position: relative;
    display: block;
}

.services-one__services-list li+li {
    margin-top: 6px;
}

.services-one__services-single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--techguru-white-rgb), .10);
    padding-bottom: 6px;
}

.services-one__services-list li:last-child .services-one__services-single {
    border-bottom: 0;
}

.services-one__count-and-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.services-one__count {
    position: relative;
    display: block;
    top: 5px;
}

.services-one__count::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: var(--techguru-gray);
    counter-increment: count 1;
    content: "0"counter(count);
    transition: 500ms;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__services-list li:hover .services-one__count::before {
    color: var(--techguru-base);
}

.services-one__content {
    position: relative;
    display: block;
}

.services-one__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    ;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.services-one__title a {
    color: var(--techguru-white);
}

.services-one__services-list li:hover .services-one__title a {
    color: var(--techguru-base);
}

.services-one__text {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ababab;
}

.services-one__services-list li:hover .services-one__text {
    color: var(--techguru-base);
}

.services-one__arrow {
    position: relative;
    display: block;
}

.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: var(--techguru-white);
    background-color: transparent;
    border-radius: 50%;
    z-index: 1;
}

.services-one__arrow a span {
    transform: rotate(-45deg);
}

.services-one__services-list li:hover .services-one__arrow a {
    background-color: var(--techguru-base);
    color: var(--techguru-black);
}

.services-one__arrow a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #3D72FC, #5CB0E9) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
    z-index: -1;
}

.services-one__services-list li:hover .services-one__arrow a:before {
    display: none;
}

.services-one__hover-img {
    position: absolute;
    top: -30px;
    right: 75px;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation 1s forwards ease;
    animation: inactiveImageAnimation 1s forwards ease;
    z-index: 2;
}

.services-one__hover-img:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #6065D4, #FA5674) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    visibility: visible;
    opacity: 1;
}

.services-one__hover-img img {
    width: 100%;
    border-radius: 8px;
}

.services-one__services-list li:hover .services-one__hover-img {
    -webkit-animation: activeImageAnimation 1s forwards ease;
    animation: activeImageAnimation 1s forwards ease;
}


@keyframes inactiveImageAnimation {
    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes activeImageAnimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.services-one__services-list li:hover .services-one__title a, .services-one__services-list li:hover .services-one__text {
    color: var(--techguru-base);
}

/* Base setup for icons */
[class^="icon-"], [class*=" icon-"] {
    font-family: "Font Awesome 6 Free";
    /* Use Free for solid/regular icons */
    font-weight: 900;
    /* 900 = Solid, 400 = Regular */
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Example right arrow */
.icon-right-arrow:before {
    content: "\f061";
    /* Unicode for right arrow (fa-arrow-right) */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* solid */
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 16px;
    font-weight: 800;
    color: var(--white);
    padding: 10px;
}

.section-title__tagline-shape-1 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--white);
}

.section-title__tagline-shape-2 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--white);
}

.servces-one {
    position: relative;
    display: block;
    background-color: var(--techguru-black);
    counter-reset: count 0;
    z-index: 1;
    padding: 50px 0px 50px;
    overflow: hidden;
}

.text-white-70 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .7) !important;
}

/* Split word wrapper */
.word {
    display: inline-block;
    overflow: hidden;
    margin-right: 0.25em;
}

/* Split character animation */
.char {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
}

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

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

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    /* icon space */
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

/* Custom arrow */
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 22px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

/* Focus style */
.custom-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

.our-services-home {
    background: #f3f1f1;
}
.our-services {
    background: #fff;
}
.our-services .box {
    padding-bottom: 20px;
}

.our-services .box img {
    height: 90px;
    padding-bottom: 16px;
}

.our-services .box h4 {
    color: var(--darkcolor);
    font-size: 22px;
    line-height: 1.5;
}

.section-head {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 960px;
}

.section-head h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--darkcolor);
    font-family: var(--font_colasta);
    letter-spacing: 0.6px;
}

.section-head p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--darkcolor);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.service-card {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    transition: 0.35s ease;
}

.service-card i {
    font-size: 42px;
    color: var(--bs-heading-color);
    margin-bottom: 16px;
}

.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--darkcolor);
}

.service-card:hover {
    transform: translateY(-8px);
    background: var(--techguru-base);
}

.service-card:hover i,
.service-card:hover h4 {
    color: #fff;
}


/* Mobile tweaks */
@media (max-width: 767px) {
    .servces-one__bottom-right {
        padding-top: 16px;
        position: relative;
        display: block;
    }

    .section-head h2 {
        font-size: 28px;
    }

    .section-title {
        line-height: 1.3;
    }

    .inner-card-1 {
        transform: initial;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 14px;
    }

    .counter-content {
        text-align: center;
        padding-bottom: 20px;
    }

    .single-choose-card {
        margin-bottom: 50px;
    }
}

/* Remove inner spin buttons (some browsers) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.testimonial-wrapper {
    position: relative;
}

/* Common button style */
.testimonial-button-prev,
.testimonial-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #013047;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Left & Right position */
.testimonial-button-prev {
    left: -20px;
}

.testimonial-button-next {
    right: -20px;
}

/* Hover */
.testimonial-button-prev:hover,
.testimonial-button-next:hover {
    background: #0aa2c0;
    transform: translateY(-50%) scale(1.05);
}

/* Arrow text */
.testimonial-button-prev span,
.testimonial-button-next span {
    font-size: 18px;
    font-weight: bold;
}

/* Pagination spacing */
.testimonial-pagination {
    margin-top: 25px;
    text-align: center;
}

/* Tablet */
@media (max-width: 992px) {
    .testimonial-button-prev {
        left: -10px;
    }

    .testimonial-button-next {
        right: -10px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .testimonial-button-prev,
    .testimonial-button-next {
        width: 30px;
        height: 30px;
    }

    .testimonial-button-prev span,
    .testimonial-button-next span {
        font-size: 16px;
    }

    .testimonial-button-prev {
        left: -8px;
    }

    .testimonial-button-next {
        right: -8px;
    }
}

/*================== About Section ================*/
/** page banner area
====================**/
.section-spacing.about-section {
    padding-top: 90px;
    padding-bottom: 10px;
}

.page-banner-area {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 10px;
    z-index: 1;
}

.page-banner-area::after {
    content: '';
    position: absolute;
    /* background-image: url(../imgs/about/about-banner-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    animation: heartBeat 15s infinite linear;
}

.page-banner-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--techguru-white);
    z-index: 1;
}

/* Page Banner Content */
.page-banner-content {
    position: relative;
    z-index: 2;
}

.page-banner-content h1 {
    color: var(--black);
    margin-bottom: 10px;
    font-size: 50px;
    font-family: var(--font_colasta);
    font-weight: 700;
}

.page-banner-content p {
    color: var(--theme);
    font-family: var(--font_colasta);
}

.page-banner-content p a {
    font-size: 16px;
    font-weight: 400;
    margin-right: 30px;
    color: var(--black);
    position: relative;
    transition: var(--transition);
    font-family: var(--font_colasta);
}

.page-banner-content p a:hover {
    color: var(--primary);
}

.page-banner-content p a::before {
    content: '';
    position: absolute;
    background-color: var(--black);
    width: 1px;
    height: 15px;
    right: -15px;
    top: 4px;
    bottom: 0;
    transform: rotate(15deg);
}

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

    5% {
        transform: scale(1.12);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.18);
    }

    20% {
        transform: scale(1);
    }

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

/** about area 
===================**/
.about-area {
    overflow: hidden;
    background-color: #f5f5f5;
}

/* background transparent */
.about-area.bg-color-8 {
    background-color: transparent;
}

/* about-area-two */
.about-area.about-area-two .section-title h2 {
    max-width: 700px;
}

/* container fluid padding */
.about-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

/* images section */
.about-area .images-us {
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-area .images-us img {
    margin-top: 35px;
}

.about-area .images-us .images-twos {
    margin-top: 40px;
}

.about-area .images-us .about-bg-images {
    position: absolute;
    bottom: -98px;
    right: 0;
}

.about-area .images-us .about-shape {
    position: absolute;
    top: -35px;
    left: 10px;
    right: 0;
    z-index: -1;
}

/* about image */
.about-img {
    position: relative;
    margin-right: -10px;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .about-us-content i {
        position: absolute;
        left: 25px;
        top: 16px !important;
        font-size: 40px;
        color: var(--theme);
    }

    .about-img {
        position: relative;
        margin-right: 0px;
        margin-top: 0px;
    }

    .single-about-content h2 {
        font-size: 44px;
        margin-bottom: 18px;
        padding-top: 25px;
    }


}

.about-img img {
    border-radius: 10px;
}

/* about image 2 */
.about-img-2 {
    background-image: url(../imgs/about/about-images-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* about image 3 */
.about-img-3 {
    background-image: url(../imgs/about/about-images-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

/* about us content box */
.about-us-content {
    position: relative;
    border: 1px solid rgba(85, 85, 85, 0.5);
    border-radius: 5px;
    padding: 10px 20px 10px 80px;
    transition: var(--transition);
}

.about-us-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-us-content i {
    position: absolute;
    left: 25px;
    top: 16px;
    font-size: 40px;
    color: var(--theme);
}

.about-us-content p {
    margin-bottom: 0;
}

.about-us-content:hover {
    border: 1px solid var(--theme);
}

@media (max-width: 767px) {
    .about-us-content {
        position: relative;
        border: 1px solid rgba(85, 85, 85, 0.5);
        border-radius: 5px;
        padding: 20px 20px 20px 80px;
        transition: var(--transition);
    }
}

/* about text */
.about-text {
    margin-left: auto;
    padding-left: 20px;
}

/* section title inside about text */
.about-text .section-title {
    margin-bottom: 28px;
    text-align: left;
    max-width: unset;
}

.about-text .section-title .top-title {
    margin-bottom: 10px;
}

.about-text .section-title p {
    max-width: 600px;
}

.about-text .section-title h2 {
    margin-bottom: 20px;
}

/* about content list */
.about-text .about-content {
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
    transition: var(--transition);
    display: block;
}

.about-text .about-content i {
    background-color: var(--primary);
    width: 60px;
    height: 60px;
    line-height: 64px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    color: var(--techguru-white);
    position: absolute;
    left: 0;
    top: 0;
    transition: var(--transition);
}

.about-text .about-content p {
    color: var(--secondary);
    max-width: 500px;
}

.about-text .about-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* hover effect */
.about-text .about-content:hover i.connection-icon {
    background-color: var(--techguru-black);
    color: var(--techguru-white);
}

/* Start About area 
===============================*/
.single-about-img {
    padding-right: 20px;
}

.single-about-content {
    padding-left: 0px;
}

/* text styles */
.single-about-content span {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fontFamily);
    color: var(--primary);
    margin-bottom: 10px;
    display: inline-block;
}

.single-about-content h2 {
    font-size: 40px;
    margin-bottom: 18px;
    color: var(--darkcolor);
}

.single-about-content p {
    margin-bottom: 16px;
}

/* about card */
.single-about-content .about-card {
    padding-left: 65px;
    position: relative;
}

.single-about-content .about-card .about-icon {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 61px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 5px;
    transition: var(--transition);
}

.single-about-content .about-card .about-icon i {
    color: var(--techguru-white);
    font-size: 30px;
}

.single-about-content .about-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* hover effect */
.single-about-content .about-card:hover .about-icon {
    background-color: var(--secondary);
    color: var(--techguru-white);
}

/* button spacing */
.single-about-content .default-btn {
    margin-top: 10px;
}

/* Start services slider area 
===================================*/

/* company feature area */
.company-feature-area.bg-color-7 {
    background-color: #f5f5f5;
}

.company-feature-area.bg-color-7 .single-feature-card {
    background-color: var(--techguru-white);
}

/* services area */
.services-area {
    background-color: #f5f5f5;
    overflow: hidden;
}

/* provided content */
.provided-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/* section title left */
.provided-content .section-title-left span {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--fontFamily);
    display: inline-block;
    margin-bottom: 8px;
}

.provided-content .section-title-left h2 {
    font-size: 48px;
}

.provided-content .button {
    text-align: right;
}

/* services slider content */
.services-slider-content {
    background-color: var(--techguru-white);
    border-radius: 5px;
    overflow: hidden;
    transition: var(--transition);
}

.services-slider-content.services-pages-content {
    margin-bottom: 30px;
}

/* slider image */
.services-slider-content .services-slider-img {
    overflow: hidden;
}

.services-slider-content .services-slider-img img {
    border-radius: 5px 5px 0px 0px;
    transition: var(--transition);
}

/* feature card */
.services-slider-content .single-feature-card {
    background-color: transparent;
    margin-bottom: 0;
}

/* hover effects */
.services-slider-content:hover .services-slider-img img {
    transform: scale(1.2);
}

.services-slider-content:hover .single-feature-card .analysis-icon {
    background-color: var(--primary);
}

.services-slider-content:hover .single-feature-card h3 a {
    color: var(--primary);
}

/* owl carousel navigation */
.services-slider.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    background: var(--primary);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 100px;
    color: var(--techguru-white);
    transition: var(--transition);
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--secondary);
    color: var(--techguru-white);
}

.services-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 100px;
}

/* Start Company Feature Area
===========================*/

.single-feature-card {
    background-color: #f5f5f5;
    padding: 18px;
    border-radius: 5px;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    min-height: 280px;
}

/* Shapes */
.single-feature-card .feature-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.2;
}

.single-feature-card .feature-shape-2 {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.2;
}

.single-feature-card .feature-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}

/* Icon */
.single-feature-card .analysis-icon {
    background-color: var(--theme);
    margin-bottom: 25px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    border-radius: 5px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    transition: var(--transition);
    font-size: 27px;
}

/* Heading */
.single-feature-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
    transition: var(--transition);
}

.single-feature-card h3 a {
    color: var(--darkcolor);
    transition: var(--transition);
}

/* Paragraph */
.single-feature-card p {
    margin-bottom: 19px;
}



/* Hover Effects */
.single-feature-card:hover h3 a {
    color: var(--primary);
}

.single-feature-card:hover .analysis-icon {
    background-color: var(--primary);
}


/* Counter - Area
==============================*/

.counter-area {
    position: relative;
    background-image: url(../images/choose.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* bg-images-1 */
.counter-area.bg-images-1 {
    background-image: var(--transition);
}

.counter-area.bg-images-1 .counter {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.counter-area.bg-images-1 .counter.about-counter {
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
}

/* counter-two */
.counter-area.counter-two {
    background-image: url(../images/counter-two-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: transparent;
}

/* counter-three-area */
.counter-area.counter-two.counter-three-area {
    padding-top: 360px;
    margin-top: -260px;
    z-index: -1;
}

/* Counter Box */
.counter {
    background-color: var(--white);
    padding: 30px 10px;
    border-radius: 5px;
}

.counter.bg-color-2 {
    background-color: transparent;
    padding: 0;
}

/* Counter Content */
.counter-content {
    text-align: center;
}

/* Content Two */
.counter-content.content-two {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
    margin-top: 30px;
}

/* After Circle */
.counter-content.content-two::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    border: 2px solid #9e9c9c;
    z-index: -1;
}

/* Before Dot */
.counter-content.content-two::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    right: 40px;
    top: 28px;
    z-index: 1;
    background-color: var(--primary);
}

/* Content Two Heading */
.counter-content.content-two h2 {
    color: var(--white);
    position: relative;
    top: -4px;
}

.counter-content.content-two h2 .target {
    margin-left: -4px;
    position: relative;
}

/* Content Two Paragraph */
.counter-content.content-two p {
    color: var(--white);
}

/* Icon */
.counter-content i {
    color: var(--primary);
    font-size: 55px;
    margin-bottom: 0;
}

/* Counter Number */
.counter-content h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0;
}

.counter-content h2 .target {
    position: relative;
    top: 0;
    left: -7px;
    font-size: 34px;
    font-weight: bold;
}

/* choose-area
============================*/

.choose-area {
    position: relative;
    background: var(--primary1);
    z-index: 1;
}

/* Section Title */
.choose-area .section-title {
    margin-bottom: 80px;
}

.choose-area .section-title h2 {
    color: var(--white);
}

/* Shapes */
.choose-area .choose-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.choose-area .choose-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* Single Choose Card */
.single-choose-card {
    background: #1a2138;
    padding: 50px 20px 25px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: var(--transition);
    min-height: 240px;
    height: 240px;
}

/* Card Overlay */
.single-choose-card::after {
    background-color: var(--white);
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    transition: var(--transition);
    opacity: 0;
}

/* Icon */
.single-choose-card .choose-icon {
    background-color: var(--theme);
    width: 55px;
    height: 55px;
    line-height: 60px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: -28px;
    transition: var(--transition);
}

.single-choose-card .choose-icon i {
    color: var(--white);
    font-size: 30px;
    transition: var(--transition);
}

/* Heading */
.single-choose-card h3 {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 16px;
    transition: var(--transition);
}

/* Paragraph */
.single-choose-card p {
    color: var(--white);
    margin-bottom: 0;
    transition: var(--transition);
}

/* Hover Effects */
.single-choose-card:hover h3 {
    color: var(--bs-heading-color);
}

.single-choose-card:hover p {
    color: var(--darkcolor);
}

.single-choose-card:hover::after {
    height: 100%;
    opacity: 1;
    top: 0;
}

.odometer {
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-heading-color);
}

.counter-content h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.counter-content .target {
    font-size: 30px;
    color: var(--primary);
    font-weight: bold;
}


.counter-content {
    text-align: center;
}

.counter-content i {
    font-size: 35px;
    color: var(--bs-heading-color);
    margin-bottom: 15px;
    display: inline-block;
}

.counter-content h2 {
    font-size: 46px;
    font-weight: 700;
}

.counter-content .target {
    color: var(--bs-heading-color);
    margin-left: 4px;
}

.counter-content p {
    margin-top: 8px;
    font-size: 16px;
    opacity: 0.85;
}

/* Optional heartbeat animation */
.counter-content i {
    animation: heartBeat 15s infinite linear;
}

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

    5% {
        transform: scale(1.15);
    }

    10% {
        transform: scale(1);
    }

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

/*====== why koderaze =======*/
.why-koderaze {
    background: var(--secondary-white);
}

.feature-box {
    text-align: left;
    padding: 5px 0px;
}

.feature-box i {
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--theme);
    width: 42px;
    min-width: 42px;
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--darkcolor);
}

.feature-box p {
    font-size: 16px;
    line-height: 1.6;
}

.feature-box.why-koderaze p {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 50px;
}

.event-features {
    background: var(--white);
}

.event-features {
    text-align: left;
}

.event-features i {
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--theme);
    width: 42px;
}

.event-features h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--darkcolor);
}

.event-features p {
    font-size: 16px;
    line-height: 1.6;
}

/*====== Features=======*/
.Features {
    background: var(--white);
}

/*====== steps =======*/
.process-section {
    background: var(--white);
}

.process-steps .step-item {
    cursor: pointer;
    margin-bottom: 0px;
}

.process-steps .step-item h6 {
    color: var(--darkcolor);
}

.step-icon {
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 30px;
    transition: all 0.3s ease;
    color: var(--primary1);
}

.step-item.active .step-icon {
    border-color: var(--theme);
    color: var(--theme);
    transform: scale(1.05);
}

.step-item.active .step-icon h6 {
    color: var(--darkcolor);
    transform: scale(1.05);
}

.step-arrow {
    font-size: 22px;
    color: var(--theme);
}

.process-content p {
    max-width: 850px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.underline {
    width: 100px;
    height: 3px;
    background: var(--darkcolor);
    margin-top: 10px;
}

/* SECTION */
.samples-section {
    background: var(--lightcolor);
}

.samples-container {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT CONTENT */
.samples-content {
    width: 45%;
}

.samples-content h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 30px;
}

.samples-content h4 {
    font-size: clamp(18px, 2.5vw, 22px);
    margin-bottom: 16px;
    color: var(--darkcolor);
}

.samples-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    max-width: 500px;
}

.samples-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.samples-content ul li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
}

.samples-content ul li::before {
    content: "\f00c";
    /* fa-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* REQUIRED */
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 14px;
}

/* BUTTON */
.view-btn {
    background: #000;
    color: #fff;
    padding: 14px 36px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}

/* ARROWS */
.nav-arrows {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.nav-arrows button {
    background: var(--primary1);
    border: 1px solid var(--primary);
    width: 44px;
    height: 44px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    color: var(--secondary-white);
}

/* RIGHT PREVIEW */
.samples-preview {
    width: 55%;
    position: relative;
    height: 500px;
}

.sample-img {
    position: absolute;
    width: 90%;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.92);
    opacity: 0;
    transition: all 0.6s ease;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.sample-img.active {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    z-index: 3;
}

/* ========================= */
/* RESPONSIVE DESIGN */
/* ========================= */

@media (max-width: 991px) {
    .samples-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .samples-content,
    .samples-preview {
        width: 100%;
    }

    .samples-preview {
        height: 320px;
    }

    .sample-img {
        width: 100%;
        left: 0;
        right: 0;
    }

    .samples-content p {
        max-width: 100%;
    }

    .nav-arrows {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .samples-section {
        padding: 60px 6px;
    }

    .view-btn {
        width: 100%;
        text-align: center;
    }
}

/*======= hero section */
.hero {
    padding: 140px 0px 60px 0px;
    background: #f9f9f9;
}

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

/* LEFT */
.top-text {
    font-size: 20px;
    color: var(--darkcolor);
    margin-bottom: 10px;
    display: block;
    line-height: 26px;
}

.hero-left h1 {
    padding: 16px 0 16px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    font-family: var(--font_colasta);
    color: var(--darkcolor);
}

.hero-left h1 span {
    position: relative;
    z-index: 1;
}

.hero-left h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 14px;
}

.features {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 26px 0;
    flex-wrap: wrap;
}

.features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    width: 100%;
}

.features li::before {
    content: "\f00c";
    /* fa-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.btn-hero {
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    padding: 10px 25px;
    border-radius: 12px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-decoration: none;
    margin: 30px 0 18px;
    font-family: var(--font_colasta);
}

.notes {
    font-size: 16px;
    color: var(--darkcolor);
}

.notes li {
    margin-bottom: 6px;
}

.notes li i {
    font-size: 10px;
}

/* RIGHT CARD */
.hero-right {
    display: flex;
    justify-content: center;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 380px;
}

.card h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 30px;
    font-family: var(--font_colasta);
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 26px;
}

.tab {
    border: none;
    background: #f1f1f1;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.tab.active {
    background: var(--theme);
    color: var(--white);
}

.slide {
    display: none;
    text-align: left;
}

.slide.active {
    display: block;
}

.slide img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-bottom: 14px;
}

.slide h4 {
    font-size: 18px;
    font-weight: 700;
}

.role {
    font-size: 14px;
    color: #777;
    margin-bottom: 22px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    margin-bottom: 20px;
}

.stats strong {
    font-size: 22px;
    display: block;
}

.stats span {
    font-size: 13px;
    color: #666;
}

.desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .single-about-content .about-card .about-icon {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 61px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    left: 0;
    top: 5px;
    transition: var(--transition);
}
    /* about card */
    .single-about-content .about-card {
        padding-left: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-left h1 {
        font-size: 26px;
        line-height: 35px;
        padding: 16px 0 16px 0px;
    }

    .card {
        max-width: 100%;
    }
}

.primary-one {
    background: var(--primary1);
}

.darkcolor {
    color: var(--darkcolor);
}

.bluecolor {
    color: var(--theme) !important;
}

.contact-card {
    padding: 20px 15px;
    margin-bottom: 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(34, 34, 34, 0.160);
    background: var(--white);
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: var(--theme);
    color: var(--white);
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card h5 {
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--black);
}

.contact-card p {
    margin: 0;
    color: var(--black);
}

.contact-card a {
    color: var(--black);
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Accordion wrapper */
.accordion-transparent .accordion-item {
    background: transparent;
    border: none;
}

/* Button */
.accordion-transparent .accordion-button {
    background: transparent;
    color: #fff;
    /* change as per theme */
    padding-left: 0;
    font-weight: 600;
    box-shadow: none;
    font-size: 20px;
}

/* Remove default blue bg on open */
.accordion-transparent .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

/* Remove arrow bg */
.accordion-transparent .accordion-button::after {
    filter: brightness(0) invert(1);
    /* white arrow */
}

/* Body */
.accordion-transparent .accordion-body {
    background: transparent;
    color: #e3e2e2;
    padding-left: 0;
}

.accordion-transparent .accordion-body p {
    padding: 0;
    margin: 0;
    line-height: 1.40;
    font-weight: 400;
    font-size: 16px;
    color: var(--techguru-gray-rgb);
}

/* Focus remove */
.accordion-button:focus {
    box-shadow: none;
}

/* default menu */
.main-menu ul li a {
    transition: color 0.3s ease;
    position: relative;
}

/* active link */
.main-menu ul li.active>a {
    color: var(--theme);
    /* active color */
    font-weight: 600;
}

/* hover */
.main-menu ul li a:hover {
    color: var(--theme);
}

/* dropdown active item */
.dp-menu li.active>a {
    color: var(--theme);
}

/* ===== ACCORDION CUSTOM STYLE ===== */
.footer-accordion .accordion-button {
    background: var(--theme);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 14px;
}

.footer-accordion .accordion-button::after {
    display: none;
}

.footer-accordion .accordion-button i {
    margin-left: auto;
    font-size: 20px;
}

.footer-accordion .accordion-button.collapsed {
    color: #000;
}

.footer-accordion .accordion-item {
    border: none;
}

.footer-accordion .accordion-body {
    padding: 0px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 7px 0;
}

.footer-links li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.footer-links li a:hover {
    color: var(--theme);
}

/* ================= FOOTER ACCORDION ONLY ================= */

.footer-accordion .accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
}

/* icon right side */
.footer-accordion .accordion-button i {
    margin-left: auto;
    font-size: 18px;
}

/* bootstrap arrow hide only footer */
.footer-accordion .accordion-button::after {
    display: none;
}

@media (max-width:767px) {
    .footer-accordion .accordion-button.collapsed {
        background: #fff;
        color: #000;
        border: 1px solid #ddd;
    }
}

/* ===== DESKTOP: footer accordion always open ===== */
@media (min-width: 992px) {
    .footer-accordion .accordion-collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .footer-accordion .accordion-button {
        pointer-events: none;
        background: transparent;
        padding-left: 0;
    }

    .footer-accordion .accordion-button i {
        display: none;
    }
}

/* ===============================
   Mobile Footer CTA Buttons
================================ */

.mobile-footer-cta {
    display: none;
    /* hidden by default */
}

/* Mobile only */
@media (max-width: 767px) {
    .mobile-footer-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-footer-cta .cta-btn {
        flex: 1;
        padding: 14px 10px;
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .mobile-footer-cta .call-btn {
        background: var(--theme);
        /* red */
    }

    .mobile-footer-cta .quote-btn {
        background: #030303;
        /* dark */
    }

    /* prevent content hiding behind footer */
    body {
        padding-bottom: 42px;
    }
}

.expertise-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

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

.expertise-card i {
    font-size: 40px;
    color: var(--theme);
    margin-bottom: 15px;
}

.expertise-card h5 {
    font-weight: 600;
}

.expertise-card ul {
    padding-left: 0;
    margin: 0;
}

.expertise-card ul li {
    list-style: none;
    padding: 3px 0;
    font-size: 16px;
}

.expertise-card ul li i {
    font-size: 14px;
    color: var(--primary1);
    margin-right: 8px;
}

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

/* blog start  */
.bg-color-8 {
    background: #f8f9fb;
}

.blog-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.blog-title {
    font-size: 35px;
    font-weight: 900;
    color: var(--primary1);
    line-height: 1.4;
}

.blog-image img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.blog-box p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 12px;
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .blog-title {
        font-size: 20px;
    }

    .blog-box {
        padding: 16px;
    }
}

.related-post-item img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.related-post-item {
    align-items: center;
    transition: 0.3s ease;
}

.related-post-item:hover {
    transform: translateX(5px);
}

.related-post-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.related-post-title a {
    text-decoration: none;
    color: #222;
}

.related-post-title a:hover {
    color: var(--theme);
}
.phone-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      background: var(--darkcolor);
      color: white;
      border-radius: 50%;
      font-size: 13px;
      text-decoration: none;
}

.phone-circle:hover {
      background-color: #218838;
}

/* Container */
.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
/* Card */
.stat-card {
  background: var(--secondary-white);
  border-radius: 16px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  cursor: pointer;
  border: solid 1px #ddd;
}
/* Hover Effect */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}
/* Icon */
.stat-card .icon {
    margin: auto;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    background: var(--techguru-base);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
}
/* Heading */
.stat-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #222;
}
/* Sub text */
.stat-card h3 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin-top: 5px;
}
/* Responsive tweaks */
@media (max-width: 480px) {
  .stat-card {
    padding: 20px 15px;
  }
  .stat-card h3 {
    font-size: 26px;
  }
  .stat-card .icon {
    font-size: 26px;
  }
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

/* Circle Icon */
.icon-box {
  width: 40px;
  height: 40px;
  background: var(--theme); /* blue */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 16px;
  transition: 0.3s ease;
}

/* Text */
.footer-contact span,
.footer-contact a {
  font-size: 16px;
  color: var(--darkcolor);
  text-decoration: none;
}

/* Hover effect */
.footer-contact li:hover .icon-box {
  background: var(--darkcolor);
  transform: scale(1.1);
}

.footer-contact li:hover a {
  color: var(--darkcolor);
}

/* Responsive */
@media (max-width: 480px) {
  .icon-box {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .footer-contact span,
  .footer-contact a {
    font-size: 16px;
  }
}
.open-offcanvas i{
    font-size: 26px;
}

/*===================digital marketing =====================*/

    .services-section{
      max-width:100%;
      margin:auto;
      background:var(--white);
      border-radius:20px;
      padding:60px;
    }

    .tabs-wrapper{
      display:flex;
      gap:60px;
      align-items:center;
      justify-content:space-between;
    }

    /* LEFT SIDE */
    .tabs-left{
      width:45%;
    }

    .tab-btn{
      display:flex;
      align-items:center;
      gap:15px;
      font-size:28px;
      font-weight:800;
      color:#cfcfcf;
      cursor:pointer;
      transition:.3s;
      margin-bottom:18px;
      line-height:1;
    }

    .tab-btn span{
      font-size:34px;
      font-weight:700;
    }

    .tab-btn.active{
      color:#000;
    }

    /* BUTTON */
    .talk-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      margin-top:40px;
      background:var(--techguru-base);
      color:#fff;
      text-decoration:none;
      padding:18px 35px;
      border-radius:50px;
      font-size:20px;
      font-weight:700;
      transition:.3s;
    }

    .talk-btn:hover{
      transform:translateY(-3px);
      background:var(--primary);
      color: var(--secondary-white);
    }

    /* RIGHT SIDE */
    .tabs-right{
      width:45%;
    }

    .tab-content{
      display:none;
      animation:fade .4s ease;
    }

    .tab-content.active{
      display:block;
    }

    .tag{
      display:inline-block;
      background:#dde9fd;
      color:var(--theme);
      padding:10px 18px;
      border-radius:30px;
      font-size:14px;
      font-weight:700;
      margin-bottom:25px;
    }

    .tab-content p{
      font-size:16px;
      line-height:1.5;
      color:#555;
      margin-bottom:20px;
    }

    .tab-content img{
      width:100%;
      border-radius:30px;
      display:block;
      object-fit:cover;
    }

    @keyframes fade{
      from{
        opacity:0;
        transform:translateY(15px);
      }
      to{
        opacity:1;
        transform:translateY(0);
      }
    }

    /* RESPONSIVE */
    @media(max-width:992px){

      .services-section{
        padding:40px 25px;
      }

      .tabs-wrapper{
        flex-direction:column;
      }

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

      .tab-btn{
        font-size:42px;
      }

      .tab-btn span{
        font-size:24px;
      }
    }

    @media(max-width:600px){

      .services-section{
        padding:25px 18px;
      }

      .tab-btn{
        font-size:20px;
        gap:10px;
      }

      .tab-btn span{
        font-size:18px;
      }

      .tab-content p{
        font-size:16px;
      }

      .talk-btn{
        width:100%;
        font-size:17px;
        padding:15px 20px;
      }
    }