﻿@import"https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Quicksand:wght@300..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";

@keyframes anim-float {
    0% {
        -webkit-transform: translate(0, 0px)
    }

    65% {
        -webkit-transform: translate(0, 15px)
    }

    100% {
        -webkit-transform: translate(0, 0px)
    }
}

@keyframes pulse {
    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    font-family: "Outfit", sans-serif;
    width: 100%;
    height: 100%;
    color: #232323
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.inner-page .header {
    background-color: #fff;
    width: calc(100% - 4rem);
    margin: 1rem 2rem;
    border-radius: 2rem
}

.inner-page .header .nav {
    margin: 0;
    padding: 1rem 0
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0)
}

.header-phone-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffaa17;
    border-radius: 50px;
    padding: 8px 14px 8px 10px;
    color: #13132e;
    text-decoration: none;
    font-weight: 700;
    transition: background-color .3s ease;
    white-space: nowrap;
    flex-shrink: 0
}

.header-phone-btn:hover {
    background-color: #df910a;
    color: #13132e
}

.header-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    color: #ffaa17;
    font-size: 14px
}

.header-phone-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.header-phone-label {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    opacity: .85
}

.header-phone-number {
    font-size: .85rem;
    font-weight: 700
}

.header-phone-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222429;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    flex-shrink: 0;
    transition: transform .3s ease
}

.header-phone-btn:hover .header-phone-arrow {
    transform: translateX(4px)
}

@media(max-width: 768px) {
    .header-phone-text {
        display: none
    }

    .header-phone-btn {
        padding: 8px 12px 8px 10px;
        gap: 8px
    }
}


.header .nav {
    margin: 1rem auto 0 auto;
    width: 90%;
    padding: 2rem 0;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between
}

.header .nav .nav-links {
    display: flex;
    align-items: center;
    column-gap: 20px;
    list-style: none
}

.header .nav .nav-links a {
    transition: all .2s linear
}

.header .nav a {
    color: #1f2124;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none
}

.header .nav .logo img {
    width: 6rem
}

@media(max-width: 992px) {
    .header .nav .logo img {
        width: 4rem
    }
}

.header .nav.openSearch .nav-links a {
    opacity: 0;
    pointer-events: none
}

.header .btn-primary {
    border-radius: 2rem;
    font-size: .95rem !important;
    font-weight: 500;
    padding: 10px 30px 10px 30px;
    color: #fff !important;
    background-color: #5c4bff;
    border-color: #5c4bff;
    transition: all .5s ease-in-out
}

.header .btn-primary:hover {
    background-color: #7f55b1;
    border-color: #7f55b1
}

@media(max-width: 992px) {
    .header .btn-primary {
        padding: 8px 16px
    }
}

.nav .navOpenBtn,
.nav .navCloseBtn {
    display: none
}

@media screen and (max-width: 768px) {

    .banner-btn {
        display: none
    }

    .nav .navOpenBtn,
    .nav .navCloseBtn {
        display: block
    }

    .header .nav {
        position: relative
    }

    .header .nav .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .nav {
        padding: 15px 20px
    }

    .nav .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        max-width: 280px;
        width: 100%;
        padding-top: 100px;
        row-gap: 30px;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        transition: all .4s ease;
        z-index: 100
    }

    .nav.openNav .nav-links {
        left: 0
    }

    .nav .navOpenBtn {
        color: #7f55b1;
        font-size: 20px;
        cursor: pointer
    }

    .nav .navCloseBtn {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #7f55b1;
        font-size: 20px;
        cursor: pointer
    }
}

.home .banner {
    background-image: url(/assets/img/bg/bg-overlay.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 230px;
    padding-bottom: 80px
}

.home .banner:before {
    background-color: rgba(0, 0, 0, 0);
    --background-overlay: "";
    background-image: linear-gradient(165deg, rgba(255, 179, 38, 0.9803921569) 0%, rgba(242, 41, 91, 0) 51%);
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner {
    position: relative
}

.banner .content {
    position: relative
}

.banner .content h1 {
    font-weight: 700;
    font-size: 60px;
    font-family: "Outfit", Sans-serif;
    line-height: 86px;
    letter-spacing: 2px;
    margin-bottom: 0.4rem
}

@media(max-width: 992px) {
    .banner .content h1 {
        font-size: 38px;
        line-height: 47px
    }
}

.banner .content h1 span {
    font-family: "Outfit", Sans-serif;
    font-size: 90px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0px;
    letter-spacing: 2px;
    margin-top: -10px
}

@media(max-width: 992px) {
    .banner .content h1 span {
        line-height: 80px
    }
}

.banner .content .desc {
    max-width: 720px
}

.banner .content .desc p {
    font-size: 1.2rem;
    font-weight: 500
}

.banner .banner-img {
    display: flex;
    justify-content: center
}

.banner .banner-img img {
    width: 400px;
    animation: anim-float 4s infinite
}

.banner-btn a {
    background-color: #ffaa17;
    border-radius: 30px;
    color: #13132e;
    justify-content: space-between;
    font-weight: 700;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 56px;
    text-transform: uppercase;
    padding: .5rem 1rem;
    margin-right: 1rem
}

.banner-btn a .right-arrow {
    background-color: #222429;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    margin-left: .8rem;
    text-align: center;
    width: 30px;
    transition: transform .4s ease
}

.banner-btn a:hover {
    background-color: #df910a
}

.banner-btn a:hover .right-arrow {
    transform: translateX(6px)
}

.inner-page .banner {
    position: relative;
    padding-top: 160px;
    padding-bottom: 90px;
    z-index: 1;
    margin-bottom: 4rem
}

.inner-page .banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(158deg, rgba(19, 19, 46, 0.95) 54%, rgb(255, 170, 23) 100%);
    z-index: 0
}

.inner-page .banner h1 {
    color: #fff;
    text-align: center
}

@keyframes anim-float {
    0% {
        -webkit-transform: translate(0, 0px)
    }

    65% {
        -webkit-transform: translate(0, 15px)
    }

    100% {
        -webkit-transform: translate(0, 0px)
    }
}

footer {
    margin-top: 10rem
}

footer .footer {
    background-color: #130d1a;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

footer .footer h4 {
    position: relative;
    padding-bottom: .5rem;
    color: #ffaa17;
    margin-bottom: 0.1rem
}

footer .footer p {
    color: #fff
}

footer .footer .menu li a {
    color: #fff;
    margin-bottom: .5rem;
    display: flex;
    align-items: flex-start;
    gap: .4rem;
    transition: all ease .4s
}

footer .footer .menu li a i {
    flex-shrink: 0;
    margin-top: 3px
}

footer .footer .menu li a:hover {
    color: #ffaa17
}

footer .footer .social-media {
    display: flex;
    list-style: none;
    margin-bottom: 1rem
}

footer .footer .social-media li {
    margin-right: .75rem
}

footer .footer .social-media li a {
    display: flex;
    background-color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    padding: .55rem .6rem
}

footer .footer .social-media li a .icon {
    transition: .5s all;
    color: #000
}

footer .footer .social-media li:hover.facebook a {
    background-color: #3b5998
}

footer .footer .social-media li:hover.instagram a {
    background-color: #7315c6
}

footer .copyright {
    background-color: #ffaa17;
    padding: 1rem;
    text-align: center
}

footer .copyright p,
footer .copyright a {
    margin-bottom: 0;
    color: #fff
}

@media (max-width: 768px) {
    footer .footer {
        padding: 2.5rem 1.25rem
    }

    footer .footer>.row {
        flex-direction: column;
        align-items: center
    }

    footer .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    footer .footer h4 {
        text-align: left
    }

    footer .footer .menu li a {}
}

.about-bg {
    background-image: url(https://dev252.kodesolution.com/digiplus/wp-content/uploads/2025/05/About.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 10px solid #f6e7e7;
    border-radius: 30px;
    min-height: 600px;
    padding: 190px 250px
}

@media (max-width: 992px) {
    .about-bg {
        min-height: 400px;
        padding: 80px 60px
    }
}

@media (max-width: 576px) {
    .about-bg {
        min-height: 260px;
        padding: 40px 20px;
        border-radius: 16px;
        border-width: 6px
    }
}

.about {
    margin-top: 70px
}

.title-wrap .sub-title-outer {
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.title-wrap .sub-title-outer .subtitle {
    position: relative;
    display: block;
    z-index: 1;
    color: #ffaa17;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase
}

.title-wrap .sub-title-outer .subtitle:before {
    position: absolute;
    right: -70px;
    bottom: 10px;
    content: "";
    background: #ffaa17;
    height: 3px;
    width: 54px
}

.title-wrap h2,
.title-wrap h3 {
    font-size: 50px;
    font-weight: 600;
    margin-top: -10px
}

.services {
    margin-top: 120px;
    padding: 2rem 0;
    position: relative
}

.services .services-desc p {
    font-size: 1.1rem;
    color: #8b8a90;
    line-height: 1.7rem
}

.services .service-block-style2 {
    margin-top: 3rem
}

.services .service-block-style2 .inner-box {
    border: 1px solid rgba(119, 119, 119, .1);
    border-radius: 10px;
    padding: 17px 16px;
    position: relative
}

.services .service-block-style2 .inner-box img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.services .service-block-style2 .inner-box .image-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.services .service-block-style2 .inner-box .image-box:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease
}

.services .service-block-style2 .inner-box .image-box:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 170, 23, 0.8) 73.56%);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    transition: all 400ms ease
}

.services .service-block-style2 .inner-box .service-icon {
    left: 0;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 400ms ease
}

.services .service-block-style2 .inner-box .service-icon i {
    background-color: #222429;
    border: 13px solid #fff;
    border-radius: 50%;
    color: #ffaa17;
    display: inline-block;
    font-size: 32px;
    height: 100px;
    line-height: 80px;
    overflow: hidden;
    position: relative;
    width: 100px;
    z-index: 0;
    transition: all 400ms ease
}

.services .service-block-style2 .inner-box .service-icon i:after {
    background-color: #ffaa17;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scale(0.4);
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 400ms ease
}

.services .service-block-style2 .inner-box .content-box {
    bottom: 40px;
    left: 60px;
    position: absolute
}

.services .service-block-style2 .inner-box .content-box .service-count {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px
}

.services .service-block-style2 .inner-box .content-box .service-title {
    color: #fff;
    font-weight: 700
}

.services .service-block-style2 .inner-box:hover .image-box:before {
    top: auto
}

.services .service-block-style2 .inner-box:hover .image-box:after {
    height: 100%
}

.services .service-block-style2 .inner-box:hover .service-icon i {
    color: #222429
}

.services .service-block-style2 .inner-box:hover .content-box .service-count,
.services .service-block-style2 .inner-box:hover .service-title {
    color: #ffffff
}

.services .service-block-style2 .inner-box:hover .service-icon i {
    color: #222429
}

.services .service-block-style2 .inner-box:hover .service-icon i:after {
    background-color: #ffaa17;
    opacity: 1;
    transform: scale(1)
}

.services .swiper-wrapper {
    margin-top: 1rem
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    border: 1px solid #ef7c22;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ef7c22;
    top: -1rem !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    fill: #ef7c22;
    height: 1.5rem
}

.swiper-custom {
    position: relative;
    overflow: visible !important;
    padding-bottom: 1rem;
    align-items: center
}

.swiper-button-next {
    right: 5rem !important;
    transform: translate(80%);
    margin-top: 1.5rem !important
}

.swiper-button-prev {
    right: 6rem !important;
    transform: translate(-80%);
    left: inherit !important;
    margin-top: 1.5rem !important
}

.about-service {
    background-color: #1a1421;
    position: relative;
    overflow: hidden;
    margin: 100px 0
}

.about-service .content {
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.about-service .content h2 {
    color: #fff;
    text-align: center
}

.about-service .content p {
    color: #d4d4d4;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    max-width: 950px;
    letter-spacing: 1px
}

.about-service .count {
    margin-top: 3rem
}

.about-service .count .count-wrap {
    border-top: 1px solid hsla(0, 0%, 100%, .1490196078);
    padding-top: 2rem
}

.about-service .count .count-wrap .details-wrapper {
    display: flex;
    align-items: center;
    color: #fff
}

.about-service .count .count-wrap .details-wrapper .counter-wrapper {
    margin-right: 1.5rem
}

.about-service .count .count-wrap .details-wrapper .counter-wrapper .counter {
    font-size: 90px;
    font-weight: 600;
    margin: 0px 0px 0px 0px
}

.about-service .bg {
    position: relative;
    width: 100%;
    height: 600px
}

@media(max-width: 992px) {
    .about-service .bg {
        height: 100%
    }
}

.about-service .bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://dev252.kodesolution.com/digiplus/wp-content/uploads/2025/05/Shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.animated-layer {
    position: relative;
    max-width: 100%
}

@media(max-width: 992px) {
    .animated-layer {
        margin-bottom: 6rem
    }
}

.animated-layer .layer-image-wrapper {
    position: relative;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg)
}

.animated-layer .layer-image-wrapper .layer-image {
    transition: all 1s ease;
    display: inline-block;
    position: relative;
    max-width: 100%
}

.animated-layer .layer-image-wrapper .layer-image .image-effect-shine {
    overflow: hidden;
    position: relative
}

@media(max-width: 992px) {
    .animated-layer .layer-image-wrapper .layer-image .image-effect-shine img {
        height: auto;
        width: 300px
    }
}

@media(max-width: 992px) {
    .animated-layer .layer-image-wrapper .layer-image .image-effect-shine img.circle {
        width: 100%;
        height: 100%
    }
}

.animated-layer .layer-image-wrapper .layer-image .image-effect-shine:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all .3s ease;
    animation: shine 1s
}

.animated-layer .layer-image-wrapper .tm-animation-spin {
    animation: tm-animation-spin 10s linear infinite
}

@media(max-width: 992px) {
    .animated-layer .layer-image-wrapper .tm-animation-spin {
        animation: none
    }
}

.animated-layer .layer-image-wrapper:not(:first-child) {
    position: absolute
}

.animated-layer .layer-image-wrapper.layer-two {
    top: 140px;
    left: 130px;
    -webkit-transform: rotate(0deg)
}

.animated-layer .layer-image-wrapper.layer-two .layer-image {
    max-width: 100%
}

.why-us .content-wrap .desc {
    margin-bottom: 4rem
}

.why-us .content-wrap .item {
    margin-bottom: 1.5rem
}

.why-us .content-wrap .item .content-box {
    display: flex;
    align-items: center;
    transition: all 300ms ease
}

.why-us .content-wrap .item .content-box .icon-box {
    background-color: #222429;
    border: 1px solid rgba #222429, .1;
    border-radius: 50%;
    color: #ffaa17;
    font-size: 30px;
    line-height: 1;
    margin: 11px 37px 0 10px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
    min-width: 66px;
    position: relative;
    transition: all 300ms ease
}

.why-us .content-wrap .item .content-box .icon-box:before {
    border: 1px dashed #ffaa17;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 84px;
    width: 84px;
    transform: translate(-50%, -50%)
}

.why-us .content-wrap .item .content-box .icon-box i {
    color: #ffaa17
}

.why-us .content-wrap .item .content-box h5,
.why-us .content-wrap .item .content-box p {
    margin-bottom: 0
}

.why-us .content-wrap .item .content-box p {
    color: #6f6e76
}

.how-it-works {
    background-color: #1a1421;
    position: relative;
    overflow: hidden;
    margin: 100px 0
}

.how-it-works:before {
    background-image: url(https://dev252.kodesolution.com/digiplus/wp-content/uploads/2025/06/Bg-overlay7.png);
    --background-overlay: "";
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute
}

.how-it-works .content {
    padding: 100px 0
}

.how-it-works .content h3 {
    color: #fff
}

.how-it-works .content .working-block {
    margin-top: 4rem
}

.how-it-works .content .working-block .inner-box {
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 154px;
    padding: 57px 30px;
    text-align: center;
    display: flex;
    flex-direction: column
}

@media(max-width: 992px) {
    .how-it-works .content .working-block .inner-box {
        margin-bottom: 1rem;
        border: 80px;
        padding: 40px 20px
    }
}

.how-it-works .content .working-block .inner-box .image-box {
    border-radius: 50%;
    display: block;
    height: 211px;
    line-height: 186px;
    margin: 0 auto 25px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 211px;
    z-index: 9
}

.how-it-works .content .working-block .inner-box .image-box .circle-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0px;
    content: "";
    border-radius: 50%;
    transform: rotateZ(0deg);
    background-color: rgba(0, 0, 0, 0);
    transition: all 500ms ease
}

.how-it-works .content .working-block .inner-box .image-box .circle-box .working-count {
    background-color: #ffaa17;
    border-radius: 50%;
    color: #13132e;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 57px;
    left: 0;
    line-height: 57px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -25px;
    text-align: center;
    transform: rotateY(0deg);
    width: 57px;
    -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, .06);
    box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, .06);
    transition: all 300ms ease
}

.how-it-works .content .working-block .inner-box img {
    border-radius: 50%;
    transition: all 300ms ease
}

.how-it-works .content .working-block .inner-box .content-box .working-title,
.how-it-works .content .working-block .inner-box .content-box .working-details {
    color: #fff
}

.how-it-works .content .working-block .col-lg-3:nth-child(even) .inner-box {
    flex-direction: column-reverse
}

.how-it-works .content .working-block .col-lg-3:nth-child(even) .inner-box .image-box {
    margin-top: 20px;
    margin-bottom: 0
}

.how-it-works .content .working-block .col-lg-3:nth-child(even) .inner-box .image-box .circle-box .working-count {
    bottom: -25px;
    top: auto
}

.blog-area .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4rem
}

.blog-area .blog-card {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .1);
    border-radius: 12px
}

.blog-area .blog-card .image {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 400ms ease
}

.blog-area .blog-card .image img {
    width: 100%;
    transform: scale(1);
    transition: all .4s ease-in-out
}

.blog-area .blog-card .image:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    transition: all 400ms linear
}

.blog-area .blog-card .content {
    background-color: #fff;
    padding: .5rem 1.2rem;
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .1);
    z-index: 222222222;
    position: relative
}

.blog-area .blog-card .content .name {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .4s ease-in-out;
    margin-bottom: 5px;
}

.blog-area .blog-card .content .meta {
    display: flex
}

.blog-area .blog-card .content .meta .category,
.blog-area .blog-card .content .meta .date {
    margin: 10px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 400;
    margin-right: .5rem
}

.blog-area .blog-card .content .meta .category i,
.blog-area .blog-card .content .meta .date i {
    color: #ffaa17;
    font-size: 14px;
    margin-right: .2rem
}

.blog-area .blog-card .content .btn-view-details {
    margin-top: 1rem
}

.blog-area .blog-card .content .btn-view-details a {
    font-size: 12px;
    color: #6a6f78;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    letter-spacing: .1em;
    transition: all 100ms linear
}

.blog-area .blog-card .content .btn-view-details a:after {
    color: #ffaa17;
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    margin-left: 1px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    transition: all .3s ease 0s;
    opacity: 0;
    transition: 300ms
}

.blog-area .blog-card .content .btn-view-details a:hover {
    color: #ffaa17
}

.blog-area .blog-card .content .btn-view-details a:hover:after {
    opacity: 1;
    margin-left: 10px
}

.blog-area .blog-card:hover .image {
    transform: scale(1.1)
}

.blog-area .blog-card:hover .image:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear
}

.blog-area .blog-card:hover .name {
    color: #ffaa17
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes tm-animation-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.blog-detail article .image {
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-detail article .image img {
    border-radius: 12px;
    width: 100%
}

.about-page .info {
    padding-top: 2rem;
    padding-bottom: 4rem
}

.about-page .info img {
    border-radius: 30px 30px 30px 30px
}

.about-page .info .image-area {
    position: relative
}

.about-page .info .image-area .a-img {
    position: absolute;
    top: 230px;
    left: -116px;
    animation: rotates 10s linear infinite;
    transition: all 1s ease
}

.about-page .info .title-wrap {
    margin-bottom: 2rem
}

.about-page .info .title-wrap h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-top: .6rem
}

.about-page .info .content p {
    color: #6f6e76;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400
}

.about-page .info .content .about-btn {
    margin-top: 2rem
}

.about-page .info .content .count {
    margin: 1rem 0
}

.about-page .info .content .count .count-wrap {
    padding-top: 1rem
}

.about-page .info .content .count .count-wrap .details-wrapper {
    display: flex;
    align-items: center;
    color: #000
}

.about-page .info .content .count .count-wrap .details-wrapper .counter-wrapper {
    margin-right: 0.6rem
}

.about-page .info .content .count .count-wrap .details-wrapper .counter-wrapper .counter {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 0px 0px
}

@keyframes rotates {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.contact-area {
    margin-top: 4rem
}

.contact-area .contact-info .box {
    text-align: center;
    padding: 32px 0px 32px 0px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .07);
    margin-bottom: 2rem
}

.contact-area .contact-info .box .icon-wrapper {
    position: relative;
    z-index: 0
}

.contact-area .contact-info .box .icon-wrapper .icon {
    display: inline-block;
    margin-bottom: 0;
    transition: all .3s ease;
    text-align: center;
    line-height: 70px
}

.contact-area .contact-info .box .icon-wrapper .icon i {
    color: #ffaa17;
    font-size: 75px;
    transition: all .3s ease;
    line-height: 75px
}

.contact-area .contact-info .box .icon-text .icon-box-title {
    transition: all .3s ease;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px
}

.contact-area .contact-info .box .content {
    transition: all .3s ease
}

.contact-area .contact-info .box:hover {
    background-color: #222429
}

.contact-area .contact-info .box:hover .icon-wrapper .icon {
    transform: rotateY(180deg)
}

.contact-area .contact-info .box:hover .icon-wrapper .icon i {
    color: #fff
}

.contact-area .contact-info .box:hover .icon-box-title,
.contact-area .contact-info .box:hover .content {
    color: #fff
}

.contact-area .contact-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .09);
    padding: 60px;
    border-radius: 60px
}

.contact-area .contact-form h3 {
    font-size: 2rem
}

.contact-area .contact-form form {
    margin-top: 2rem
}

.contact-area .contact-form form input {
    height: calc(1.8rem + 32px)
}

.contact-area .contact-form form .form-control {
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241, 238, 246, .5019607843);
    border: 1px solid rgba(241, 238, 246, .5019607843);
    color: #6d6c74;
    font-size: 1rem;
    width: 100%
}

.contact-area .contact-form form .form-control:active,
.contact-area .contact-form form .form-control:focus {
    box-shadow: 0 0 0 1px #ffaa17;
    border-color: #ffaa17
}

.contact-area .contact-form form .btn.submit-btn {
    border-radius: 50px 50px 50px 50px;
    width: 100%;
    background-color: #222429;
    border-color: #222429;
    border-width: 0;
    color: #fff;
    padding: 1.2rem 3.2rem
}

.contact-area .contact-form form .btn.submit-btn:hover {
    background-color: #ffaa17;
    color: #222429;
    transition: all .2s ease-in-out
}

.services-detail .service-list {
    background-color: #f1f1f1;
    border-radius: 10px 10px 10px 10px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px
}

.services-detail .service-list h4 {
    font-size: 1.45rem;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.services-detail .service-list .list ul {
    text-align: left;
    padding-left: 0
}

.services-detail .service-list .list ul li {
    color: #191825;
    margin: 0px 0px 10px 0px;
    list-style: none;
    transition: all .3s ease
}

.services-detail .service-list .list ul li a {
    font-size: 1.1rem;
    font-weight: 600;
    border: 1px solid #dadada;
    border-radius: 10px 10px 10px 10px;
    padding: 16px 22px 16px 22px;
    line-height: 2rem;
    transition: all .3s ease;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.services-detail .service-list .list ul li a i {
    font-size: 20px;
    color: #ffaa17;
    right: 20px;
    border-radius: 0px 0px 0px 0px
}

.services-detail .service-list .list ul li a.active {
    background-color: #ffaa17;
    color: #000
}

.services-detail .service-list .list ul li a.active i {
    color: #000
}

.services-detail .service-list .list ul li a:hover {
    color: #ffaa17
}

.services-detail .contact-firm {
    background-image: url(https://dev252.kodesolution.com/digiplus/wp-content/uploads/2025/06/service9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 430px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    display: flex;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px
}

.services-detail .contact-firm:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4705882353) 35%, #000000 88%);
    z-index: 1
}

.services-detail .contact-firm .box-wrapper {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between
}

.services-detail .contact-firm .box-wrapper .icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 6rem
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px 20px 0px;
    background-color: #ffaa17;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon i {
    line-height: 1;
    color: #000;
    font-size: 26px;
    transition: all .3s ease
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon.pulse {
    width: 60px;
    height: 60px;
    background: #feab17;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 40px;
    color: #fff
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon.pulse:before,
.services-detail .contact-firm .box-wrapper .icon-wrapper .icon.pulse:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #feab17;
    border-radius: 50%;
    z-index: -1;
    opacity: .7
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon.pulse:before {
    animation: pulse 2s ease-out infinite
}

.services-detail .contact-firm .box-wrapper .icon-wrapper .icon.pulse:after {
    animation: pulse 2s 1s ease-out infinite
}

.services-detail .contact-firm .box-wrapper .icon-text {
    color: #fff;
    text-align: center
}

.services-detail .content .service-img {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 2rem;
    margin-top: 8px;
}

.services-detail .content .article p {
    color: #6d6c78;
    font-weight: 400
}

/* Hizmetler Dropdown */
.nav-links .has-dropdown {
    position: relative;
}

.nav-links .has-dropdown .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background: transparent;
    padding-top: 14px;
    min-width: 210px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s;
    z-index: 9999;
}

.nav-links .has-dropdown:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-links .has-dropdown .dropdown-menu-custom li a {
    display: block;
    padding: 0.6rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1f2124;
    text-transform: none;
    white-space: nowrap;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}

.nav-links .has-dropdown .dropdown-menu-custom li:first-child a {
    border-radius: 0.75rem 0.75rem 0 0;
}

.nav-links .has-dropdown .dropdown-menu-custom li:last-child a {
    border-radius: 0 0 0.75rem 0.75rem;
}

.nav-links .has-dropdown .dropdown-menu-custom li:only-child a {
    border-radius: 0.75rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}

.nav-links .has-dropdown .dropdown-menu-custom li a:hover {
    background: #fff7e6;
    color: #ffaa17;
}

@media screen and (max-width: 768px) {
    .nav-links .has-dropdown .dropdown-menu-custom {
        position: static;
        transform: none;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        border-radius: 0.5rem;
        margin-top: 0;
        margin-left: 1rem;
        padding: 0;
        transition: opacity 0.25s ease, max-height 0.3s ease, margin-top 0.3s ease;
    }

    .nav-links .has-dropdown.open .dropdown-menu-custom {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-height: 300px;
        margin-top: 0.4rem;
        padding: 0.25rem 0;
    }

    .nav-links .has-dropdown>a {
        text-align: center;
        display: block;
        width: 100%;
    }

    .nav-links .has-dropdown .dropdown-menu-custom li a {
        text-align: center;
    }
}

/* Skill Bars */
.skill-bars {
    margin-top: 2rem;
}

.skill-item {
    margin-bottom: 1.4rem;
}

.skill-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.45rem;
}

.skill-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2124;
}

.skill-percent {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffaa17;
}

.skill-track {
    background: #e8edf3;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.skill-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffaa17 0%, #d88f11 100%);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-fill.animate {
    width: var(--target-width);
}

/* FAQ Accordion Premium */
.faq-accordion {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    counter-reset: faq-counter
}

.faq-item {
    border-radius: 1rem;
    background: #13132e;
    border: 1px solid rgba(255, 170, 23, .15);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
    overflow: hidden;
    transition: box-shadow .3s ease, border-color .3s ease
}

.faq-item:hover {
    border-color: rgba(255, 170, 23, .45);
    box-shadow: 0 8px 32px rgba(255, 170, 23, .12)
}

.faq-item.open {
    border-color: rgba(255, 170, 23, .5)
}

.faq-btn {
    counter-increment: faq-counter;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: transparent;
    color: #fff;
    border: none;
    padding: 1.25rem 1.5rem;
    font-size: 1.rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: background .2s;
    position: relative
}

.faq-btn::before {
    content: counter(faq-counter, decimal-leading-zero);
    font-size: .75rem;
    font-weight: 700;
    color: #ffaa17;
    letter-spacing: .05em;
    flex-shrink: 0;
    min-width: 2rem
}

.faq-btn:hover {
    background: rgba(255, 255, 255, .04)
}

.faq-btn span {
    flex: 1
}

.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 170, 23, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: #ffaa17;
    transition: transform .5s ease, background .3s;
    margin-left: auto
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    background: #ffaa17;
    color: #13132e;
    border-color: #ffaa17
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s ease-in-out;
    border-top: 1px solid rgba(255, 255, 255, .07)
}

.faq-item.open .faq-body {
    max-height: 400px
}

.faq-body p {
    padding: 1.2rem 1.5rem 1.4rem 4rem;
    margin: 0;
    color: #aab0be;
    font-size: .92rem;
    line-height: 1.8
}

/* Pricing Section */
.pricing-section {
    margin-top: 2rem;
    padding: 5rem 0 4rem;
    background: #f0f4fb
}

.pricing-header {
    margin-bottom: 3rem
}

.pricing-subtitle {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .15em;
    color: #e29510;
    margin-bottom: .6rem
}

.pricing-title {
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 800;
    color: #0d1321;
    margin-bottom: .75rem;
    line-height: 1.25
}

.pricing-desc {
    color: #6b7280;
    font-size: .95rem;
    margin: 0
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem
}

@media(max-width:1100px) {
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .pricing-cards {
        grid-template-columns: 1fr
    }
}

.pricing-card {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 4px 28px rgba(0, 0, 0, .08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .14)
}

.pricing-card-top {
    position: relative;
    padding: 2rem 1.5rem 0;
    text-align: center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.top-blue {
    background: linear-gradient(135deg, #1a73e8, #0ea5e9)
}

.top-orange {
    background: linear-gradient(135deg, #f97316, #ef4444)
}

.pkg-name {
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .18em;
    display: block;
    padding-top: .5rem
}

.pkg-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px
}

.pkg-wave svg {
    width: 100%;
    height: 100%
}

.pricing-card-body {
    flex: 1;
    padding: 1.75rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    width: 100%;
    text-align: center
}

.pkg-features li {
    font-size: .88rem;
    color: #374151;
    padding: .5rem 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5
}

.pkg-features li:last-child {
    border-bottom: none
}

.pkg-btn {
    display: inline-block;
    padding: .7rem 2.5rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
    color: #fff
}

.pkg-btn:hover {
    opacity: .88;
    transform: scale(1.04);
    color: #fff
}

.btn-blue {
    background: linear-gradient(135deg, #1a73e8, #0ea5e9)
}

.btn-orange {
    background: linear-gradient(135deg, #f97316, #ef4444)
}