@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li {
    font-family: Inter, sans-serif !important
}

.hero-section {
    background-image: url(./assets/images/Banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative
}

.hero-container {
    max-width: 1200px;
    padding: 20px
}

.hero-text h1 {
    font-size: 42px;
    line-height: 1.4
}

.highlight {
    color: #1163fb;
    font-weight: 700
}

.expertise-heading {
    font-size: 20px
}

.expertise-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 40px
}

.expertise-buttons button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s
}

.expertise-buttons button:hover {
    background: #fff;
    color: #000
}

.cta-button-1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1163fb;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none
}

.cta-button-1:hover {
    background: #1163fb
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 15px
    }

    .hero-text h1 {
        font-size: 30px;
        margin: 10px 0 15px
    }

    .subtitle {
        font-size: 16px;
        line-height: 1.5
    }

    .reviews {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .reviews::-webkit-scrollbar {
        display: none
    }

    .reviews>div {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 5px 10px
    }

    .expertise-heading {
        font-size: 18px;
        margin: 20px 0 10px
    }

    .expertise-buttons {
        gap: 10px
    }

    .cta-button-1 {
        padding: 12px 20px;
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 50px 10px
    }

    .hero-text h1 {
        font-size: 24px;
        margin: 10px 0 12px;
        font-weight: 600
    }

    .subtitle {
        font-size: 14px;
        line-height: 1.5
    }

    .reviews {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .reviews::-webkit-scrollbar {
        display: none
    }

    .reviews>div {
        flex: 0 0 auto;
        font-size: 12px;
        padding: 5px 10px
    }

    .reviews img {
        height: 35px;
        flex-shrink: 0
    }

    .cta-button {
        width: 100%;
        padding: 15px 0;
        font-size: 16px
    }

    .expertise-heading {
        font-size: 16px
    }

    .expertise-buttons button {
        padding: 8px 18px;
        font-size: 12px
    }
}

.partners-section {
    color: #fff;
    padding: 40px 20px;
    text-align: center
}

.partners-section h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600
}

.reviews {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px
}

.reviews div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 14px
}

.reviews img {
    height: 50px
}

.about-company {
    width: 100%;
    font-family: Inter, sans-serif;
    margin-top: 70px
}

.about-grid {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto -50px;
    position: relative;
    z-index: 1
}

.image-container {
    flex: 1;
    max-width: 500px;
    margin-top: 2rem;
    margin-left: 40px;
    position: relative;
    z-index: 2;
    margin-right: 1rem
}

.image-container img {
    width: 90%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px #0000001a
}

.content {
    flex: 1;
    max-width: 600px;
    margin-top: 1rem;
    padding: 20px
}

.section-label {
    color: #1163fb;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.main-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: auto;
    line-height: 1.2;
    color: #fff
}

.main-title strong {
    color: #fff
}

.description {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff
}

.stats-section {
    background-image: url(./assets/images/group-2.jpg);
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3rem 2rem;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
    margin: -110px auto 0 215px
}

.stats-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .5rem;
    width: 100%;
    background-color: #1163fb;
    z-index: 1
}

.stat {
    text-align: center;
    max-width: 200px
}

.stat h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0 .5rem
}

.stat p {
    font-size: .9rem;
    line-height: 1.4
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #1163fb;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    width: 38.8px;
    height: 38.8px;
    color: #1163fb;
    position: relative;
    background: radial-gradient(11.2px, currentColor 94%, #0000)
}

.loader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: radial-gradient(10.08px at bottom right, #0000 94%, currentColor) top left, radial-gradient(10.08px at bottom left, #0000 94%, currentColor) top right, radial-gradient(10.08px at top right, #0000 94%, currentColor) bottom left, radial-gradient(10.08px at top left, #0000 94%, currentColor) bottom right;
    background-size: 22.4px 22.4px;
    background-repeat: no-repeat;
    animation: loader 1.5s infinite cubic-bezier(.3, 1, 0, 1)
}

@keyframes loader {
    33% {
        top: -11.2px;
        right: -11.2px;
        bottom: -11.2px;
        left: -11.2px;
        transform: rotate(0)
    }

    66% {
        top: -11.2px;
        right: -11.2px;
        bottom: -11.2px;
        left: -11.2px;
        transform: rotate(90deg)
    }

    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: rotate(90deg)
    }
}

@media (max-width: 768px) {
    .about-grid {
        flex-direction: column;
        margin-bottom: 30px
    }

    .image-container {
        flex: none;
        max-width: 100%;
        margin-top: 1rem;
        margin-left: 0;
        margin-right: 0
    }

    .image-container img {
        height: auto;
        border-radius: 10px;
        box-shadow: 0 8px 20px #0000001a
    }

    .content {
        flex: none;
        max-width: 100%;
        padding: 15px
    }

    .main-title {
        font-size: 2rem;
        line-height: 1.4
    }

    .section-label {
        font-size: 1.2rem
    }

    .description {
        font-size: .95rem;
        line-height: 1.5
    }

    .stats-section {
        flex-direction: column;
        padding: 2rem 1rem;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-size: cover
    }

    .stat {
        margin-bottom: 1rem;
        max-width: 100%
    }

    .stat h3 {
        font-size: 1.5rem
    }

    .stat p {
        font-size: .9rem
    }

    .icon {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 1.6rem;
        line-height: 1.3
    }

    .section-label {
        font-size: 1rem
    }

    .description {
        font-size: .9rem
    }

    .stats-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 1rem;
        gap: 2rem
    }

    .stat {
        max-width: none;
        margin-bottom: 0
    }

    .stat h3 {
        font-size: 1.3rem
    }

    .stat p {
        font-size: .85rem
    }

    .icon {
        width: 35px;
        height: 35px
    }

    .image-container img {
        padding: 10px 20px
    }
}

.services-section-1 {
    padding: 60px 20px;
    text-align: center;
    background-color: #000
}

.services-section-1 h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff
}

.divider-container {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.background-divider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 1px;
    background-color: #111;
    z-index: -1
}

.divider {
    width: 70px;
    height: 3px;
    background-color: orange;
    margin: 0 auto;
    position: relative
}

.services-section-1 .highlight {
    color: #f97316
}

.grid-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px
}

.card-1 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px #0003;
    background-color: #1a1a1a;
    transition: transform .3s ease
}

.card-1:hover {
    transform: translateY(-5px)
}

.card-image-1 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .3s ease;
    border-radius: 12px 12px 0 0
}

.card-1:hover .card-image-1 {
    transform: scale(1.05)
}

.card-icon-1 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: block
}

.card-overlay-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%
}

.card-overlay-1 h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: start
}

@media (max-width: 1024px) {
    .grid-1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .grid-1 {
        grid-template-columns: 1fr
    }

    .card-image-1 {
        height: 200px
    }

    .services-section-1 h2 {
        font-size: 1.7rem
    }

    .card-overlay-1 h3 {
        font-size: 1rem
    }
}

.testimonials-section {
    background-color: #000;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    max-width: 1200px;
    margin: auto
}

.testimonials-section h2 {
    font-size: 32px;
    margin-bottom: 10px
}

.testimonials-section p {
    font-size: 16px;
    margin-bottom: 40px
}

.slick-slide {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box
}

.slick-slider {
    overflow: visible
}

.slick-list {
    padding: 0 5px !important
}

.testimonial-card {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    background-color: #021f3e;
    border-radius: 25px;
    padding: 30px 20px;
    transition: all .4s ease;
    transform: scale(.9);
    opacity: .7;
    text-align: left;
    width: 750px;
    margin-bottom: 120px;
    height: 380px
}

.slick-center .testimonial-card {
    background-color: #007bff;
    transform: scale(1.05);
    opacity: 1
}

.testimonial-content {
    width: 60%;
    flex: 2
}

.testimonial-content img:first-of-type {
    width: 80px;
    height: 80px
}

.testimonial-content p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.6;
    text-align: justify
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 3px #fff
}

.user-info h4 {
    margin: 0;
    font-size: 16px
}

.user-info span {
    font-size: 12px;
    color: #ccc
}

.testimonial-video-wrapper {
    position: relative;
    width: 250px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.phone-frame {
    position: relative;
    width: 100%;
    height: 100%
}

.client-testi {
    position: absolute;
    top: 1.7%;
    left: 5.5%;
    width: 90%;
    height: 96%;
    border-radius: 20px;
    z-index: 1;
    object-fit: cover
}

.mobile-frame {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none
}

@media (max-width: 768px) {
    .testimonial-card {
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        transform: scale(1);
        margin-bottom: 40px;
        height: auto
    }

    .testimonial-content {
        text-align: center;
        width: 100%
    }

    .testimonial-content img:first-of-type {
        width: 60px;
        height: 60px
    }

    .testimonial-content p {
        font-size: 13px
    }

    .user-info {
        flex-direction: column;
        text-align: center
    }

    .user-info h4 {
        font-size: 15px
    }

    .user-info span {
        font-size: 11px
    }

    .testimonial-video-wrapper {
        width: 220px;
        height: 440px
    }

    .client-testi {
        top: 1.5%;
        left: 5.5%;
        width: 89%;
        height: 97%
    }

    .mobile-frame {
        width: 100%;
        height: auto
    }
}

.industries-section {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
    background-color: #000;
    color: #fff;
    flex-wrap: wrap
}

.industries-content {
    flex: 1;
    max-width: 500px
}

.subtitle {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px
}

.industries-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.industry-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.industry-list li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: color .3s
}

.industry-list li span {
    color: #fff
}

.industry-list li.active span {
    color: #0af
}

.industry-list li p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    max-width: 400px
}

.industries-image-wrapper {
    position: relative;
    flex: 1;
    max-width: 450px;
    margin-top: 20px
}

.industries-image-wrapper img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 25px #0000004d;
    background-color: #000
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background-color: #000;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 700;
    box-shadow: 0 5px 15px #0003
}

.experience-badge .number {
    font-size: 40px;
    color: #007bff;
    margin-right: 10px
}

@media (max-width: 768px) {
    .industries-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 15px
    }

    .industries-image-wrapper img {
        display: none
    }

    .industries-content {
        max-width: 100%
    }

    .industries-content h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .industry-list li {
        font-size: 16px;
        margin-bottom: 15px
    }

    .industry-list li p {
        font-size: 11px;
        max-width: 100%;
        margin-top: 8px
    }

    .industries-image-wrapper {
        max-width: 100%;
        margin-top: 30px
    }

    .experience-badge {
        bottom: -10px;
        left: 10px;
        font-size: .9rem;
        padding: 8px 16px
    }

    .experience-badge .number {
        font-size: 30px
    }
}

.utc-section {
    padding: 60px 20px;
    background: #000;
    color: #fff
}

.utc-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
    text-align: center
}

.utc-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    min-height: 500px
}

.utc-sidebar {
    background-color: #06f;
    color: #fff;
    padding: 50px 40px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.utc-sidebar p {
    margin: 0;
    font-size: 17px;
    cursor: pointer
}

.utc-sidebar .utc-active-tab {
    background-color: #3385ff;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.utc-arrow {
    font-size: 19px
}

.utc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    padding: 80px;
    flex: 1
}

.utc-card {
    padding: 5px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    transition: .3s;
    height: auto;
    display: block;
    align-self: start
}

.utc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px #0000001a
}

.utc-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px
}

.utc-card span {
    display: block;
    font-weight: 600;
    color: #333
}

.utc-fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease
}

.utc-fade-out {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s ease
}

@media (max-width: 768px) {
    .utc-fade-in {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(/assets/slick-BlzDm7g2.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.reviews-section {
    background-color: #007aff;
    padding: 60px 30px;
    color: #fff;
    text-align: center
}

.reviews-header h2 {
    font-size: 2rem;
    margin-bottom: 10px
}

.reviews-header p {
    font-size: .95rem;
    margin-bottom: 40px
}

.reviews-slider {
    max-width: 1200px;
    margin: 0 auto
}

.review-card {
    background: #fff;
    border-radius: 12px;
    color: #000;
    padding: 10px;
    margin: 0;
    text-align: left;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px #0000001a
}

.review-stars {
    color: #fbbf24;
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 10px
}

.review-logo {
    height: 24px;
    margin-bottom: 10px
}

.review-text {
    font-size: .9rem;
    margin: 20px 20px 40px 10px;
    flex: 1;
    height: 125px
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    margin-left: 10px
}

.review-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover
}

.review-user div p {
    font-size: .75rem;
    margin: 0
}

.reviewname {
    font-weight: 600
}

@media (max-width: 437px) {
    .review-text {
        font-size: 12px
    }
}

.portfolio-section {
    background-color: #111;
    color: #fff;
    padding: 60px 30px;
    text-align: center;
    position: relative
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start
}

.portfolio-header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left
}

.portfolio-header p {
    font-size: .9rem;
    max-width: 600px;
    text-align: left;
    padding-top: 15px
}

.portfolio-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px
}

.portfolio-card {
    background: #ffffff0d;
    border-radius: 20px;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    max-width: 32%;
    position: relative
}

.portfolio-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
    padding: 10px;
    height: 250px
}

.portfolio-image-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.portfolio-image-wrapper .swiper {
    width: 100%;
    height: 100%
}

.portfolio-image-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio-image-wrapper .swiper-pagination-bullets {
    bottom: 10px !important;
    display: none
}

.portfolio-image-wrapper .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    display: none
}

.portfolio-image-wrapper .swiper-pagination-bullet-active {
    opacity: 1
}

.portfolio-image-wrapper .swiper-button-next,
.portfolio-image-wrapper .swiper-button-prev {
    display: none
}

.arrow-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #007aff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    border: 10px solid #000;
    z-index: 10
}

.arrow-icon svg {
    width: 30px;
    height: 30px;
    transition: transform .3s ease
}

.portfolio-image-wrapper:hover .arrow-icon svg {
    transform: rotate(90deg)
}

@keyframes vibrate-slow {

    0%,
    to {
        transform: translate(0)
    }

    20% {
        transform: translate(-1px)
    }

    40% {
        transform: translate(1px)
    }

    60% {
        transform: translate(-1px)
    }

    80% {
        transform: translate(1px)
    }
}

.portfolio-image-wrapper:hover img {
    animation: vibrate-slow .5s linear infinite
}

@media (max-width: 768px) {
    .portfolio-header {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .portfolio-header p {
        max-width: 100%;
        padding-top: 0
    }

    .portfolio-section h2 {
        margin-bottom: 0
    }

    .portfolio-cards {
        flex-direction: column;
        gap: 30px
    }

    .portfolio-card {
        max-width: 100%;
        min-width: auto
    }

    .arrow-icon {
        border: 10px solid #000;
        bottom: 20px;
        right: 20px
    }

    .portfolio-image-wrapper .swiper-button-next,
    .portfolio-image-wrapper .swiper-button-prev {
        display: none
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.clients-section {
    background-color: #000;
    color: #fff;
    padding: 60px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px
}

.clients-text {
    flex: 1 1 300px;
    max-width: 400px
}

.clients-text h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.clients-text p {
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 25px
}

.view-all-btn {
    background-color: #1a73e8;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: .95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color .3s ease, box-shadow .3s ease;
    position: relative;
    overflow: hidden
}

.clients-logos {
    flex: 2 1 600px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.client-logo {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: border .3s ease, transform .3s ease, box-shadow .3s ease
}

.client-logo:hover {
    border-color: #1a73e8;
    transform: scale(1.03);
    box-shadow: 0 4px 12px #1a73e833
}

.client-logo img {
    max-height: 100px!important;
    max-width: 100%;
    object-fit: contain;
    filter:contrast(0);
}
.client-logo img:hover {
   
    filter:contrast(1);
}

@media (max-width: 576px) {
    .client-logo {
        padding: 0
    }

    .clients-section {
        padding: 0 20px
    }
}

.button-main {
    font-family: inherit;
    font-size: 14px;
    background: linear-gradient(to bottom, #105cea, #3a6efc);
    color: #fff;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0 5px 10px #0003;
    transition: all .3s
}

.button-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px #0000004d
}

.button-mainbutton:active {
    transform: scale(.95);
    box-shadow: 0 2px 5px #0003
}

.button-main span {
    display: block;
    margin-left: .4em;
    transition: all .3s
}

.button-main svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: all .3s
}

.button-main .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff3;
    margin-right: .5em;
    transition: all .3s
}

.button-main:hover .svg-wrapper {
    background-color: #ffffff80
}

.button-main:hover svg {
    transform: rotate(45deg)
}

.contact-card {
    display: flex;
    max-width: 900px;
    margin: 50px auto;
    border-radius: 40px;
    overflow: hidden;
    background: #1163fb;
    flex-wrap: wrap
}

.left-panel {
    background-color: #1163fb;
    color: #fff;
    padding: 40px;
    width: 50%;
    box-sizing: border-box
}

.left-panel h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px
}

.left-panel p {
    font-size: 18px;
    margin-bottom: 30px
}

.left-panel form input,
.left-panel form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 14px;
    box-sizing: border-box
}

.left-panel form input::placeholder,
.left-panel form textarea::placeholder {
    color: #fffc;
    font-family: Inter, sans-serif
}

.right-panel-1 {
    position: relative;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1163fb;
    color: #fff;
    padding: 40px;
    box-sizing: border-box
}

.right-panel-1>* {
    position: relative;
    z-index: 2
}

.testimonial-text {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 20px;
    padding: 0 10px
}

@media (max-width: 768px) {
    .contact-card {
        flex-direction: column
    }

    .left-panel,
    .right-panel-1 {
        width: 100%;
        padding: 30px 20px
    }

    .right-panel-1 {
        order: -1
    }
}

.inner-container-banner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    justify-content: flex-start
}

.inner-banner {
    width: 100%
}

.inner-banner-text {
    max-width: 700px
}

.inner-banner-text h1 {
    margin: 0
}

.inner-banner-text p {
    margin-top: 15px;
    font-size: 18px;
    width: 550px
}

.consult-button {
    background-color: #377dff;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px #377dff66
}

@media (max-width: 768px) {
    .inner-container-banner {
        flex-direction: column;
        justify-content: center;
        height: auto;
        padding: 20px
    }

    .inner-banner-text {
        max-width: 100%
    }

    .inner-banner-text h1 {
        font-size: 28px
    }

    .inner-banner-text p {
        font-size: 16px;
        width: 100%;
        margin-top: 10px
    }

    .consult-button {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 16px
    }
}

.tab-section-container {
    background-color: #0d0d0d;
    color: #fff;
    font-family: sans-serif;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    margin: auto
}

.tab-section-title {
    font-size: 28px;
    font-weight: 700
}

.tab-section-subtitle {
    font-size: 12px;
    margin-top: 10px;
    color: #bbb;
    line-height: 1.6
}

.tab-wrapper {
    display: flex;
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px #0006;
    flex-direction: row
}

.tab-sidebar {
    width: 40%;
    background-color: #1d4ed8;
    padding: 20px
}

.tab-item {
    padding: 22px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s
}

.tab-item.active {
    background-color: #3b82f6
}

.tab-content {
    width: 60%;
    background-color: #111827;
    padding: 40px
}

.tab-header {
    text-align: left;
    margin-bottom: 20px
}

.tab-icon {
    width: 50px;
    height: 50px;
    background-color: #3b82f6;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tab-icon span {
    font-size: 24px
}

.tab-heading {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px
}

.tab-description {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .tab-wrapper {
        flex-direction: column
    }

    .tab-sidebar,
    .tab-content {
        width: 100%
    }

    .tab-section-container {
        width: auto;
        padding: 30px 20px
    }

    .tab-section-title {
        font-size: 24px
    }

    .tab-section-subtitle {
        font-size: 13px
    }

    .tab-content {
        padding: 30px 20px
    }

    .tab-item {
        font-size: 15px;
        padding: 18px 16px
    }

    .tab-heading {
        font-size: 22px
    }

    .tab-description {
        font-size: 14px
    }

    .tab-icon {
        width: 40px;
        height: 40px
    }

    .tab-icon span {
        font-size: 20px
    }
}

@media screen and (max-width: 480px) {
    .tab-section-title {
        font-size: 20px
    }

    .tab-section-subtitle {
        font-size: 12px
    }

    .tab-item {
        font-size: 14px;
        padding: 14px
    }

    .tab-heading {
        font-size: 18px
    }

    .tab-description {
        font-size: 13px
    }

    .tab-icon {
        width: 35px;
        height: 35px
    }

    .tab-icon span {
        font-size: 18px
    }
}

.outsourcing-container {
    position: relative;
    background-color: #000;
    min-height: 100vh
}

.outsourcing-banner {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1
}

.outsourcing-content {
    position: absolute;
    top: 50px;
    right: 0;
    width: 40%;
    background-color: #007bff;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px 0 0 30px;
    z-index: 2;
    box-shadow: 0 6px 20px #0000004d
}

.outsourcing-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.outsourcing-paragraph {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6
}

.outsourcing-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    column-count: 2
}

.outsourcing-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px
}

.check-icon {
    margin-right: 10px;
    color: #fff;
    font-size: 16px
}

@media (max-width: 768px) {
    .outsourcing-content {
        position: static;
        width: 90%;
        margin: 20px auto;
        border-radius: 20px;
        padding: 20px
    }

    .outsourcing-list {
        column-count: 1
    }

    .outsourcing-heading {
        font-size: 20px
    }

    .outsourcing-paragraph,
    .outsourcing-list-item {
        font-size: 13px
    }

    .outsourcing-banner {
        background-position: left
    }
}

.card {
    display: flex;
    max-width: 1060px;
    margin: 50px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px #0000001a;
    font-family: Arial, sans-serif
}

.card .left-panel {
    background-color: #1163fb;
    color: #fff;
    padding: 40px;
    width: 50%
}

.card .left-panel h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

.left-panel h2 span {
    color: #fff
}

.left-panel p {
    font-size: 14px;
    margin-bottom: 30px
}

.chatbot-features {
    color: #fff
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto
}

.feature-card {
    background-color: transparent;
    border-radius: 8px
}

.feature-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0
}

.left-panel form input,
.left-panel form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 14px
}

.left-panel form textarea {
    resize: vertical;
    height: 80px
}

.left-panel form input::placeholder,
.left-panel form textarea::placeholder {
    color: #fffc
}

.left-panel form button {
    background: #fff;
    color: #1163fb;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease
}

.left-panel form button:hover {
    background: #f2f2f2
}

.right-panel {
    position: relative;
    background: url(./assets/images/card.png);
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.right-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 1
}

.right-panel>* {
    position: relative;
    z-index: 2
}

.testimonial-text {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 20px;
    padding: 0 10px
}

.dots {
    display: flex;
    justify-content: center;
    gap: 6px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%
}

.dot.active {
    background-color: #f60
}

.section-title {
    font-size: 2em;
    margin-bottom: 40px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.services-grid-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.service-card {
    background-color: #181818;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    transition: box-shadow .3s ease
}

.service-card:hover {
    box-shadow: 0 0 10px #007bff80
}

.card-header {
    display: flex;
    gap: 40px
}

.card-header img {
    width: 50px;
    height: 50px
}

.service-card .icon {
    font-size: 28px;
    margin-bottom: 15px
}

.service-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500
}

.service-card p {
    font-size: .9em;
    color: #ccc
}

.cta-button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color .3s ease
}

.cta-button:hover {
    background-color: #0056b3
}

.chatbot-benefits {
    background: url(./images/robot.png) no-repeat center;
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    position: relative;
    overflow: hidden
}

.chatbot-benefits .content {
    max-width: 60%
}

.chatbot-benefits h3 {
    margin-bottom: 20px;
    font-size: 1.4rem
}

.chatbot-benefits ul {
    list-style-type: disc;
    padding-left: 20px
}

.chatbot-benefits li {
    margin-bottom: 10px;
    font-size: 1rem
}

.cta-button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: background .3s
}

.cta-button:hover {
    background: #005ed9
}

.why-outsource-left h2 {
    font-size: 30px
}

@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: 1fr
    }

    .services-grid,
    .services-grid-1 {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-content,
    .chatbot-benefits .content {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .card {
        flex-direction: column;
        padding: 20px
    }

    .card .left-panel,
    .card .right-panel {
        width: 100%
    }

    .left-panel h2 {
        font-size: 24px
    }

    .feature-card h3 {
        font-size: 18px
    }

    .feature-card p {
        font-size: 15px
    }

    .cta-button {
        padding: 15px 0
    }

    .section-title {
        width: 95% !important
    }

    .chatbot-benefits {
        background-position: center bottom;
        background-size: cover;
        clip-path: none;
        padding: 30px 20px
    }

    .hero-content {
        text-align: center
    }

    .chat-profiles {
        display: none
    }

    .cta-button-container {
        width: 100% !important;
        text-align: center
    }

    .services-grid,
    .services-grid-1 {
        grid-template-columns: 1fr
    }
}

.hero-section-2 {
    background: url(./assets/images/hero-2.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 60px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    animation: moveBackground 10s linear infinite
}

.hero-content {
    max-width: 50%;
    z-index: 1
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: #dcdcdc
}

.cta-button-1 {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: background .3s;
    text-decoration: none
}

.cta-button-1:hover {
    background: #005ed9
}

.chat-profiles {
    position: relative;
    width: 50%;
    height: 100%
}

.profile {
    position: absolute;
    display: flex;
    align-items: center;
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    gap: 10px
}

.profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white
}

.profile .label {
    display: flex;
    flex-direction: column;
    font-size: .85rem
}

.profile.small {
    padding: 0;
    background: none
}

.profile.small img {
    width: 40px;
    height: 40px;
    border: 2px solid white
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 40px 20px
    }

    .hero-content {
        max-width: 100%;
        text-align: center
    }

    .chat-profiles {
        display: none
    }

    .hero-content h1 {
        font-size: 32px
    }
}

.why-outsource-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #000;
    color: #fff;
    gap: 8rem
}

.why-outsource-left {
    flex: 1;
    min-width: 300px;
    max-width: 400px
}

.why-outsource-left h2 {
    font-size: 30px;
    margin-bottom: 1rem
}

.why-outsource-left p {
    font-size: .95rem;
    color: #aaa;
    line-height: 1.6
}

.why-outsource-right {
    flex: 2;
    min-width: 300px
}

.timeline {
    position: relative;
    border-left: 2px solid #333;
    padding-left: 30px;
    padding-top: 40px
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid #0f5ae4;
    border-radius: 50%;
    position: absolute;
    left: -39px;
    top: 6px
}

.timeline-icon {
    font-size: 1.5rem;
    margin-bottom: 10px
}

.timeline-content h3 {
    font-size: 1.1rem;
    margin: 0;
    color: #fff
}

.timeline-content img {
    margin-bottom: 10px
}

.timeline-content p {
    font-size: .9rem;
    color: #ccc;
    margin-top: 5px
}

.hero-image-wrapper-1 {
    display: flex;
    align-items: center;
    overflow: hidden
}

.animated-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: floatUpDown 3s ease-in-out infinite
}

@keyframes floatUpDown {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-25px) scale(1.05)
    }
}

.why-digital-techzenon p {
    text-align: justify;
    color: #fff
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    background-color: #0e0e0e;
    padding: 40px 20px;
    border-radius: 20px
}

.service-card {
    flex: 1 1 calc(33.33% - 20px);
    background: #1a1a1a;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px #ffffff0d;
    text-align: center;
    box-sizing: border-box;
    transition: transform .3s ease;
    border: 1px solid #333
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #ffffff40
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px
}

.card-header svg {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
    transition: all .3s ease;
    width: 48px;
    height: 48px
}

.service-card:hover svg {
    background-color: #fff;
    color: #0e0e0e
}

.card-header h3 {
    font-size: 18px;
    margin: 0;
    color: #fff
}

.service-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #ccc
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.heading-key {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    font-size: 30px
}

.why-outsource-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    margin: 40px 0
}

.why-outsource-left {
    flex: 1 1 55%;
    font-family: Encode Sans Semi Expanded, sans-serif;
    color: #fff;
    font-weight: 500
}

.why-digital-techzenon h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px
}

.why-outsource-left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px
}

.why-outsource-right {
    flex: 1 1 40%
}

.timeline {
    border-left: 3px solid #0f5ae4;
    padding-left: 0
}

.timeline-item {
    position: relative;
    margin-bottom: 30px
}

.timeline-dot {
    position: absolute;
    left: -9px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%
}

.timeline-content img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px
}

.timeline-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #105cea
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #ccc
}

.cta-button-container {
    margin-top: 40px
}

.cta-button {
    display: inline-block;
    padding: 14px 30px;
    background-color: #105cea;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    transition: background-color .3s ease
}

.cta-button:hover {
    background-color: #105cea
}

.services-grid-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: center
}

.services-grid-1 .service-card {
    flex: 1 1 300px;
    background-color: #1a1a1a;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px #ffffff0d;
    transition: box-shadow .3s ease;
    border: 1px solid #333
}

.services-grid-1 .service-card:hover {
    box-shadow: 0 0 15px #51887a99
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #51887a;
    margin-bottom: 10px !important
}

.services-section p {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .services-grid {
        flex-direction: column;
        padding: 20px 10px;
        gap: 20px
    }

    .service-card {
        flex: 1 1 100%;
        padding: 20px
    }

    .card-header svg {
        width: 40px;
        height: 40px;
        padding: 8px
    }

    .card-header h3 {
        font-size: 16px
    }

    .service-card p {
        font-size: 13px
    }

    .why-outsource-container {
        flex-direction: column;
        margin: auto
    }

    .why-outsource-left,
    .why-outsource-right {
        flex: 1 1 100%
    }

    .container-image img {
        width: 100%;
        height: 200px
    }

    .heading-key {
        margin-top: 40px;
        text-align: center;
        font-size: 20px
    }
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    background-color: #000;
    font-family: sans-serif;
    margin-bottom: 20px !important
}

.stat-box {
    padding: 0 40px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stat-box:nth-child(1),
.stat-box:nth-child(2),
.stat-box:nth-child(4),
.stat-box:nth-child(5) {
    border-right: 1px solid white
}

.stat-box:nth-child(1),
.stat-box:nth-child(2),
.stat-box:nth-child(3) {
    border-bottom: 1px solid #ffffff
}

.stat-value {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px
}

.stat-label {
    font-size: 22px;
    font-weight: 400
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px
}

.process-box {
    background-color: #222;
    padding: 10px 20px;
    transition: background .3s, color .3s;
    border-radius: 0
}

.process-box h3 {
    margin-bottom: 8px;
    font-size: 18px;
    color: #fff
}

.process-box p {
    font-size: 14px;
    line-height: 1.4;
    color: #fff
}

.process-box:hover,
.process-box.active {
    background: linear-gradient(135deg, #5b4dff, #00c9ff);
    color: #fff
}

.process-box:hover h3,
.process-box.active h3,
.process-box:hover p,
.process-box.active p {
    color: #fff
}

@media (max-width: 767px) {
    .process-grid {
        grid-template-columns: 1fr
    }

    .process-box h3 {
        font-size: 16px
    }

    .process-box p,
    .industry-overlay p {
        font-size: 10px !important
    }
}

.industry-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin: 50px auto;
    max-width: 1200px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px
}

.industry-card {
    position: relative;
    flex: 1 1 15%;
    height: 400px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    transition: flex .4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    min-width: 80px
}

.industry-card:hover {
    flex: 2 1 40%
}

.industry-overlay {
    background: #0009;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 20px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.industry-card:hover .industry-overlay {
    opacity: 1
}

.industry-overlay h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #fff
}

.industry-overlay p {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e0e0
}

.table-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 0 10px #0000001a
}

.table-wrapper h2 {
    background-color: #1163fb;
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 12px;
    font-size: 16px;
    margin: 0
}

.table-wrapper h2 span {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.table-wrapper p {
    background-color: #272727;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-weight: 700
}

.table-border {
    border: 1px solid #1163fb;
    border-radius: 12px
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #272727
}

.ranking-table th,
.ranking-table td {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #272727;
    text-align: center
}

.ranking-table thead tr:first-child {
    background-color: #1163fb;
    color: #fff
}

.ranking-table thead tr.sub-head {
    background-color: #fff;
    font-weight: 700;
    color: #000
}

.ranking-table tbody tr:nth-child(2n) {
    background-color: #fff7f0;
    color: #000
}

.ranking-table th:first-child,
.ranking-table td:first-child {
    width: 40px;
    min-width: 50px;
    max-width: 50px;
    text-align: center
}

.ranking-table th:nth-child(2),
.ranking-table td:nth-child(2) {
    width: 50%;
    text-align: left;
    padding-left: 15px
}

.ranking-table th:nth-child(3),
.ranking-table td:nth-child(3),
.ranking-table th:nth-child(4),
.ranking-table td:nth-child(4) {
    width: 80px;
    max-width: 80px;
    min-width: 60px;
    text-align: center
}

@media (max-width: 768px) {
    .table-wrapper h2 {
        font-size: 12px
    }

    .table-border {
        border: none;
        padding: 0 10px
    }

    .ranking-table td,
    .ranking-table th {
        font-size: 8px !important;
        padding: 6px 4px
    }

    .ranking-table th:first-child,
    .ranking-table td:first-child {
        width: 30px;
        min-width: 30px;
        max-width: 30px
    }
}

.portfolio-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center
}

.portfolio-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr
    }
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform .3s ease
}

.portfolio-item:hover {
    transform: translateY(-5px)
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, #0009, #0000);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
    text-align: center;
    padding: 20px;
    border-radius: 8px
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-overlay h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500
}

.portfolio-overlay a {
    color: #fff;
    background-color: #1163fb;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .3s ease
}

.portfolio-overlay a:hover {
    background-color: #1163fb
}

.seo-banner-container {
    max-width: 1140px;
    width: 100%;
    margin: auto
}

.seo-banner-image {
    width: 100%;
    border-radius: 12px
}

.seo-main-section {
    background-color: #000;
    color: #e5e7eb;
    padding: 80px 20px;
    font-family: Segoe UI, sans-serif
}

.seo-services-panel {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px
}

.seo-text-content {
    flex: 1
}

.seo-heading {
    font-size: 36px;
    color: #38bdf8;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.seo-heading-underline {
    width: 80px;
    height: 5px;
    background-color: #f97316;
    border-radius: 10px;
    margin-bottom: 25px
}

.seo-paragraph {
    font-size: 17px;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 20px
}

.seo-services-box {
    min-width: 300px;
    background-color: #1e293b;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px #0003
}

.seo-services-title {
    color: #f97316;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.seo-services-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 2;
    margin: 0
}

.seo-service-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 10px;
    transition: all .3s
}

.seo-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f97316;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px
}

.seo-service-text {
    color: #f1f5f9
}

.services-section {
    background-color: #000;
    color: #fff
}

.section-title {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 28px
}

.services-grid {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px
}

.service-card {
    background-color: #1e293b;
    padding: 25px;
    border-radius: 12px;
    color: #cbd5e1;
    transition: transform .3s ease, box-shadow .3s ease
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 8px #0000001a
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px
}

.card-header img {
    width: 40px;
    height: 40px
}

.card-header h3 {
    font-size: 20px;
    color: #38bdf8
}

.cta-button-container {
    text-align: center;
    margin-top: 30px
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007aff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: background-color .3s
}

.cta-button:hover {
    background-color: #007aff
}

@media (max-width: 768px) {
    .seo-services-panel {
        flex-direction: column
    }

    .services-section {
        margin: 0;
        padding: 0
    }

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 8px #0000001a
    }
}

@media (max-width:767px) {
    .block-app {
        max-width: 280px !important;
        width: 100% !important;
        display: block !important;
        padding: 20px !important;
        margin: 20px 10px !important
    }

    .block-app p {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: justify
    }

    .blocks-div {
        max-width: 100% !important
    }

    .block-app button {
        font-size: 12px !important
    }

    .cta-button {
        width: fit-content !important;
        font-size: 14px
    }

    .counterweb .stat-box {
        padding: 20px !important;
        height: auto !important
    }

    .stat-value {
        font-size: 25px !important
    }

    .stat-label {
        font-size: 12px !important
    }
}

@media (max-width: 768px) {
    .responsive-layout {
        padding-left: 20px !important
    }
}

.services-section {
    text-align: center;
    margin-top: 40px
}

.services-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.service-card {
    border-radius: 8px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 8px #0000001a
}

.card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px
}

.card-header h3 {
    margin-top: 8px;
    font-size: 1.25rem;
    color: #1063f0
}

@media (max-width: 768px) {
    .services-grid {
        flex-direction: column;
        align-items: center
    }

    .service-card {
        width: 90%;
        max-width: 400px;
        margin-bottom: 20px
    }
}

.blog-page-1 {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px
}

.blog-heading-1 {
    text-align: center;
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700
}

.blog-list-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.blog-card-1 {
    min-width: 340px;
    background: #1e293b;
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px #00000014;
    transition: transform .3s ease, border .3s ease
}

.blog-card-1:hover {
    transform: translateY(-5px);
    border-color: #1063f0
}

.blog-image-1 {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.blog-content-1 {
    padding: 20px
}

.blog-content-1 h2 {
    font-size: 20px;
    color: #1063f0;
    margin-bottom: 10px;
    margin-top: 0
}

.blog-date-1 {
    font-size: .9rem;
    color: #fff;
    margin-bottom: 10px
}

.blog-description-1 {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 15px
}

.read-more-2 {
    padding: 10px 18px;
    background-color: #007aff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background .3s ease
}

.read-more-2 a {
    color: #fff
}

@media (max-width: 1024px) {
    .blog-list-1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .blog-list-1 {
        grid-template-columns: 1fr
    }

    .blog-card-1 {
        min-width: 280px
    }

    .blog-content-1 h2 {
        font-size: 16px
    }

    .blog-date-1 {
        font-size: 12px
    }

    .blog-description-1 {
        font-size: 14px
    }
}

.ai-built-section {
    background-color: #0b0b0b;
    padding: 60px 20px;
    text-align: center;
    color: #fff
}

.section-title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px
}

.ai-card {
    background-color: #1c1c1c;
    width: 300px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px #0006;
    transition: transform .3s ease
}

.ai-card:hover {
    transform: translateY(-8px)
}

.ai-card img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.card-content {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-content p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    flex: 1;
    margin-right: 10px
}

.arrow {
    font-size: 22px;
    color: #fff;
    text-decoration: none
}

body {
    margin: 0;
    background-color: #000
}

.site-header {
    box-shadow: 0 1px 4px #0000001a;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
    background-color: #000
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px
}

.logo img {
    height: 60px
}

.logo-text h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #004080;
    line-height: 1.1
}

.logo-text p {
    margin: 0;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0
}

.navigation a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color .3s ease
}

.cta-button-header {
    background-color: #1163fb;
    color: #fff;
    padding: 13px 47px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .3s ease
}

.cta-button-header:hover {
    background-color: #1163fb
}

.mobile-menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    font-size: 24px
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0
    }

    .site-header {
        background-color: transparent;
        box-shadow: none;
        position: relative
    }

    .logo {
        margin-bottom: 10px
    }

    .mobile-menu-icon {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        z-index: 1001
    }

    .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000000f2;
        z-index: 1000;
        animation: slideDown .3s ease forwards
    }

    .navigation.nav-open {
        display: block
    }

    .navigation ul {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        background: transparent;
        padding: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .cta-button-header {
        display: none
    }

    .button-main {
        font-family: inherit;
        font-size: 18px;
        background: linear-gradient(to bottom, #105cea, #3a6efc);
        color: #fff;
        padding: 5px 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 25px;
        box-shadow: 0 5px 10px #0003;
        transition: all .3s
    }

    .button-main:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 15px #0000004d
    }

    .button-mainbutton:active {
        transform: scale(.95);
        box-shadow: 0 2px 5px #0003
    }

    .button-main span {
        display: block;
        margin-left: .4em;
        transition: all .3s
    }

    .button-main svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        transition: all .3s
    }

    .button-main .svg-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff3;
        margin-right: .5em;
        transition: all .3s
    }

    .button-main:hover .svg-wrapper {
        background-color: #ffffff80
    }

    .button-main:hover svg {
        transform: rotate(45deg)
    }

    .navigation li:hover .dropdown-menu {
        display: none
    }

    .navigation .dropdown-menu {
        position: static;
        display: block;
        background: transparent;
        border: none;
        box-shadow: none;
        padding-left: 15px
    }

    .dropdown-menu li a {
        padding-left: 0
    }

    table {
        font-size: 12px !important
    }

    th,
    td {
        padding: 6px 8px !important
    }

    .social-icons-header {
        display: none
    }
}

@media (max-width: 480px) {
    .logo-text h1 {
        font-size: 16px
    }

    .logo-text p {
        font-size: 10px
    }

    .navigation a {
        font-size: 14px
    }

    .cta-button-header {
        padding: 12px 15px;
        display: none
    }

    .social-icons-header {
        display: none
    }
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px
}

.navigation ul li {
    position: relative
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    display: block;
    transition: color .3s ease
}

.navigation ul li a:hover {
    color: #fff
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1e1e1e;
    border: 1px solid #2b2b2b;
    border-radius: 6px;
    min-width: 250px;
    z-index: 999;
    box-shadow: 0 8px 16px #0009
}

.navigation li:hover .dropdown-menu {
    display: block
}

.dropdown-menu li a {
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: background-color .3s ease
}

.dropdown-menu li a:hover {
    background-color: #1163fb;
    color: #fff;
    border-radius: 4px
}

.menu-item20 .dropdown-menu {
    min-width: 300px
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px
}

th,
td {
    padding: 10px;
    border: 1px solid #444;
    color: #fff;
    white-space: normal;
    word-break: break-word;
    text-align: left
}

.topbar-top {
    background: #fff
}

.topbar-section {
    background: #eaf6fb;
    padding: 6px 0;
    font-size: 14px
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    padding: 5px 20px
}

.topbar-content .social-icons {
    display: flex;
    gap: 12px;
    font-size: 16px
}

.topbar-content .contact-info {
    display: flex;
    align-items: center;
    gap: 20px
}

.topbar-content .contact-info div,
.topbar-content .lang {
    display: flex;
    align-items: center;
    gap: 6px
}

.topbar-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px
}

.topbar-section {
    background: #eaf6fb;
    font-size: 14px;
    padding: 6px 0
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.social-icons {
    display: flex;
    gap: 12px
}

.social-icons svg {
    color: #000;
    font-size: 16px;
    cursor: pointer
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px
}

.contact-info div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-weight: 500
}

.lang {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000
}

.social-m {
    text-decoration: none;
    color: #000
}

.social-m:hover {
    color: #1063ff
}

.social-icons-header a:hover i {
    color: #1063ff !important
}

.social-icons-header i {
    color: #000 !important;
    border: 0px !important;
    margin: 0 5px !important
}

@media (max-width:767px) {
    .topbar-section .social-icons-header {
        display: none
    }

    .topbar-section .topbar-content a {
        font-size: 10px
    }

    .topbar-section svg {
        font-size: 10px
    }

    .contact-information {
        display: block
    }
}

@media (max-width: 768px) {
    .topbar-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        margin-left: 0
    }

    .social-icons-header {
        display: none
    }

    .contact-info {
        gap: 130px !important
    }

    .button-main {
        order: 1;
        width: auto;
        margin: 0;
        text-align: left;
        min-width: 125px
    }

    .contact-information {
        margin-left: auto;
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        text-align: right
    }

    .contact-information div,
    .contact-information div span a {
        font-size: 13px
    }

    .social-icons-header {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 5px
    }
}

@media (max-width: 480px) {
    .topbar-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: 0
    }

    .button-main {
        font-size: 14px;
        padding: 5px 10px
    }

    .contact-information div {
        font-size: 12px
    }

    .contact-info {
        gap: 70px !important
    }

    .contact-information div span a {
        font-size: 12px
    }
}

.footer {
    background-color: #202020;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px
}

.newsletter {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: solid .5px #d3d3d3
}

.newsletter h2 {
    font-size: 35px
}

.newsletter p {
    font-size: 18px;
    color: #ccc
}

.newsletterinput {
    padding: 10px 35px;
    font-size: 15px;
    line-height: 1.7rem;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 11px 0 0 11px
}

.subscribe-btn {
    background: #1163fb;
    color: #fff;
    border: none;
    padding: 17px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 11px 11px 0
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-content p {
    color: #ccc;
    font-size: 15px;
    line-height: 22px
}

.footer-section {
    flex: 1 1 200px;
    margin: 10px;
    font-size: 15px
}

.footer-section-1 {
    padding-left: 80px
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.footer-section ul {
    list-style: none;
    padding: 0
}

.footer-section ul li {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 6px;
    cursor: pointer
}

.footer-section svg {
    height: 20px;
    width: 20px;
    gap: 10px;
    color: #fff
}

.footer-section ul li:hover {
    color: #fff
}

.footer-logo {
    width: 100%;
    margin-bottom: 10px
}

.footer-contact {
    margin: -30px;
    text-align: center;
    font-size: 14px;
    color: #ccc
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
    font-size: 14px;
    margin: 6px 0
}

.contact-icon {
    font-size: 18px;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle
}

.footer-bottom {
    display: flex;
    text-align: start;
    font-size: 15px;
    color: #fff;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.social-icons i {
    text-align: end;
    margin: 0 8px;
    border: 1px solid #fff;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%
}

.social-icons i:hover {
    color: #1a73e8;
    border: 1px solid #1a73e8
}

.footer-section ul li a {
    text-decoration: none !important;
    color: #ccc;
    cursor: pointer
}

.footer-section-1 ul,
.footer-section ul {
    margin-left: 0 !important
}

.footer-section ul li a:hover,
.footer-section ul li a:focus,
.footer-section ul li a:active {
    text-decoration: none !important;
    color: #fff;
    outline: none
}

@media (max-width: 768px) {
    .newsletter {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }

    .newsletter h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .newsletter p {
        font-size: 15px;
        margin-bottom: 15px
    }

    .newsletterinput {
        width: 70%;
        border-radius: 11px;
        margin-bottom: 10px
    }

    .subscribe-btn {
        width: 40%;
        border-radius: 11px;
        padding: 12px
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-section {
        width: 100%;
        margin: 10px 0
    }

    .footer-section-1 {
        padding-left: 0
    }

    .logo {
        width: 130px
    }

    .footer-contact {
        text-align: left
    }

    .footer-bottom {
        text-align: left;
        font-size: 11px
    }

    .social-icons {
        margin-top: 10px
    }

    .footer-logo {
        width: 70%
    }
}

.contact-details-footer a {
    text-decoration: none
}

.contact-details-footer a:hover {
    color: #1063ff
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.7
}

a {
    text-decoration: none;
    color: #007aff
}

.blog-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px #00000014
}

.blog-title {
    font-size: 2.4rem;
    color: #1163fb;
    margin-bottom: 10px
}

.blog-date {
    color: #fff;
    font-size: .95rem;
    margin-bottom: 30px
}

.blog-content {
    padding: 0
}

.blog-content h2 {
    font-size: 1.6rem;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px
}

.blog-content p {
    margin-bottom: 20px;
    color: #f7fff7;
    font-size: 1rem
}

.blog-content ul,
.blog-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #f7fff7
}

.blog-content li {
    margin-bottom: 10px;
    color: #f7fff7
}

@media (max-width: 768px) {
    .blog-title {
        font-size: 20px
    }

    .blog-content p {
        font-size: 16px
    }

    .blog-content h2 {
        font-size: 20px
    }

    .blog-container {
        padding: 30px
    }
}

.vape-hero-seo {
    padding: 20px 30px
}

.vape-hero-seo h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff
}

.vape-hero-seo p {
    font-size: 1.1rem;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto 10px;
    line-height: 1.6
}

.vape-seo-section {
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto
}

.vape-seo-section-5 {
    display: flex;
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #fff
}

.vape-seo-section-5 h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 16px;
    border-left: 6px solid #377DFF;
    padding-left: 12px
}

.vape-seo-section-5 img {
    padding: 100px 50px
}

.vape-seo-section:last-of-type {
    border-bottom: none
}

.vape-seo-section h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 16px;
    border-left: 6px solid #377DFF;
    padding-left: 12px
}

.vape-seo-section p {
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.7
}

.vape-seo-section-last h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 16px;
    border-left: 6px solid #377DFF;
    padding-left: 12px
}

.vape-seo-section-last {
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto
}

.seo-section {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap
}

.image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    width: 400px
}

.content-column {
    max-width: 600px
}

@media (max-width: 768px) {
    .seo-section {
        flex-direction: column;
        text-align: center
    }

    .image-column img {
        width: 100%
    }

    .content-column {
        padding-top: 20px
    }
}

.customize-heading {
    font-size: 29px !important
}

.pageclick-hero {
    padding: 20px 30px
}

.pageclick-hero h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    border-left: 3px solid #377DFF;
    padding-left: 20px
}

.pageclick-hero p {
    font-size: 1.1rem;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto 10px;
    line-height: 1.6
}

.pageclick-hero {
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto
}

ul,
ol {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 1.05rem;
    color: #fff
}

ul li,
ol li {
    margin-bottom: 8px
}

ul li::marker,
ol li::marker {
    color: #377dff
}

@media (max-width: 768px) {
    .vape-hero-seo h1 {
        font-size: 2.25rem
    }

    .vape-seo-section h2 {
        font-size: 1.5rem
    }

    .vape-seo-section {
        padding: 30px 20px
    }
}

.heading-faqs {
    padding: 20px 30px;
    max-width: 1200px;
    margin: 0 auto
}

.heading-faqs h3 {
    color: #fff;
    border: none;
    font-size: 35px
}

.accordion {
    max-width: 1200px;
    margin: 2rem auto
}

.accordion-item {
    border-bottom: 1px solid #007aff
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

p {
    color: #fff
}

.accordion-icon {
    font-size: 1.5rem;
    color: #377dff
}

.accordion-body {
    padding: 0 1rem 1rem;
    animation: fadeIn .3s ease-in-out
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.accordion-item.active .accordion-header {
    background-color: #000;
    color: #fff
}

.terms-container {
    padding: 20px
}

h3 {
    color: #fff
}

h2 {
    color: #1163fb;
    font-size: 30px
}

h6 {
    color: #888;
    font-size: 15px;
    margin-bottom: 0
}

.paragraph-section {
    padding: 20px
}

        .lf-progress {
            -webkit-appearance: none;
            -moz-apperance: none;
            width: 100%;
            /* margin: 0 10px; */
            height: 4px;
            border-radius: 3px;
            cursor: pointer;
        }

        .lf-progress:focus {
            outline: none;
            border: none;
        }

        .lf-progress::-moz-range-track {
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
        }

        .lf-progress::-webkit-slider-thumb {
            -webkit-appearance: none !important;
            height: 13px;
            width: 13px;
            border: 0;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress::-moz-range-thumb {
            -moz-appearance: none !important;
            height: 13px;
            width: 13px;
            border: 0;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress::-ms-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

        .lf-progress::-ms-fill-lower {
            background: #ccc;
            border-radius: 3px;
        }

        .lf-progress::-ms-fill-upper {
            background: #ccc;
            border-radius: 3px;
        }

        .lf-progress::-ms-thumb {
            border: 0;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress:focus::-ms-fill-lower {
            background: #ccc;
        }

        .lf-progress:focus::-ms-fill-upper {
            background: #ccc;
        }

        .lf-player-container :focus {
            outline: 0;
        }

        .lf-popover {
            position: relative;
        }

        .lf-popover-content {
            display: inline-block;
            position: absolute;
            opacity: 1;
            visibility: visible;
            transform: translate(0, -10px);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
        }

        .lf-popover-content.hidden {
            opacity: 0;
            visibility: hidden;
            transform: translate(0, 0px);
        }

        .lf-player-btn-container {
            display: flex;
            align-items: center;
        }

        .lf-player-btn {
            cursor: pointer;
            fill: #999;
            width: 14px;
        }

        .lf-player-btn.active {
            fill: #555;
        }

        .lf-popover {
            position: relative;
        }

        .lf-popover-content {
            display: inline-block;
            position: absolute;
            background-color: #ffffff;
            opacity: 1;

            transform: translate(0, -10px);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
            padding: 10px;
        }

        .lf-popover-content.hidden {
            opacity: 0;
            visibility: hidden;
            transform: translate(0, 0px);
        }

        .lf-arrow {
            position: absolute;
            z-index: -1;
            content: '';
            bottom: -9px;
            border-style: solid;
            border-width: 10px 10px 0px 10px;
        }

        .lf-left-align,
        .lf-left-align .lfarrow {
            left: 0;
            right: unset;
        }

        .lf-right-align,
        .lf-right-align .lf-arrow {
            right: 0;
            left: unset;
        }

        .lf-text-input {
            border: 1px #ccc solid;
            border-radius: 5px;
            padding: 3px;
            width: 60px;
            margin: 0;
        }

        .lf-color-picker {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 90px;
        }

        .lf-color-selectors {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .lf-color-component {
            display: flex;
            flex-direction: row;
            font-size: 12px;
            align-items: center;
            justify-content: center;
        }

        .lf-color-component strong {
            width: 40px;
        }

        .lf-color-component input[type='range'] {
            margin: 0 0 0 10px;
        }

        .lf-color-component input[type='number'] {
            width: 50px;
            margin: 0 0 0 10px;
        }

        .lf-color-preview {
            font-size: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding-left: 5px;
        }

        .lf-preview {
            height: 60px;
            width: 60px;
        }

        .lf-popover-snapshot {
            width: 150px;
        }

        .lf-popover-snapshot h5 {
            margin: 5px 0 10px 0;
            font-size: 0.75rem;
        }

        .lf-popover-snapshot a {
            display: block;
            text-decoration: none;
        }

        .lf-popover-snapshot a:before {
            content: '⥼';
            margin-right: 5px;
        }

        .lf-popover-snapshot .lf-note {
            display: block;
            margin-top: 10px;
            color: #999;
        }

        .lf-player-controls>div {
            margin-right: 5px;
            margin-left: 5px;
        }

        .lf-player-controls>div:first-child {
            margin-left: 0px;
        }

        .lf-player-controls>div:last-child {
            margin-right: 0px;
        }
        .lf-progress {
            -webkit-appearance: none;
            -moz-apperance: none;
            width: 100%;
            /* margin: 0 10px; */
            height: 4px;
            border-radius: 3px;
            cursor: pointer;
        }

        .lf-progress:focus {
            outline: none;
            border: none;
        }

        .lf-progress::-moz-range-track {
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
        }

        .lf-progress::-webkit-slider-thumb {
            -webkit-appearance: none !important;
            height: 13px;
            width: 13px;
            border: 0;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress::-moz-range-thumb {
            -moz-appearance: none !important;
            height: 13px;
            width: 13px;
            border: 0;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress::-ms-track {
            width: 100%;
            height: 3px;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

        .lf-progress::-ms-fill-lower {
            background: #ccc;
            border-radius: 3px;
        }

        .lf-progress::-ms-fill-upper {
            background: #ccc;
            border-radius: 3px;
        }

        .lf-progress::-ms-thumb {
            border: 0;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background: #0fccce;
            cursor: pointer;
        }

        .lf-progress:focus::-ms-fill-lower {
            background: #ccc;
        }

        .lf-progress:focus::-ms-fill-upper {
            background: #ccc;
        }

        .lf-player-container :focus {
            outline: 0;
        }

        .lf-popover {
            position: relative;
        }

        .lf-popover-content {
            display: inline-block;
            position: absolute;
            opacity: 1;
            visibility: visible;
            transform: translate(0, -10px);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
        }

        .lf-popover-content.hidden {
            opacity: 0;
            visibility: hidden;
            transform: translate(0, 0px);
        }

        .lf-player-btn-container {
            display: flex;
            align-items: center;
        }

        .lf-player-btn {
            cursor: pointer;
            fill: #999;
            width: 14px;
        }

        .lf-player-btn.active {
            fill: #555;
        }

        .lf-popover {
            position: relative;
        }

        .lf-popover-content {
            display: inline-block;
            position: absolute;
            background-color: #ffffff;
            opacity: 1;

            transform: translate(0, -10px);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
            padding: 10px;
        }

        .lf-popover-content.hidden {
            opacity: 0;
            visibility: hidden;
            transform: translate(0, 0px);
        }

        .lf-arrow {
            position: absolute;
            z-index: -1;
            content: '';
            bottom: -9px;
            border-style: solid;
            border-width: 10px 10px 0px 10px;
        }

        .lf-left-align,
        .lf-left-align .lfarrow {
            left: 0;
            right: unset;
        }

        .lf-right-align,
        .lf-right-align .lf-arrow {
            right: 0;
            left: unset;
        }

        .lf-text-input {
            border: 1px #ccc solid;
            border-radius: 5px;
            padding: 3px;
            width: 60px;
            margin: 0;
        }

        .lf-color-picker {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 90px;
        }

        .lf-color-selectors {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .lf-color-component {
            display: flex;
            flex-direction: row;
            font-size: 12px;
            align-items: center;
            justify-content: center;
        }

        .lf-color-component strong {
            width: 40px;
        }

        .lf-color-component input[type='range'] {
            margin: 0 0 0 10px;
        }

        .lf-color-component input[type='number'] {
            width: 50px;
            margin: 0 0 0 10px;
        }

        .lf-color-preview {
            font-size: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding-left: 5px;
        }

        .lf-preview {
            height: 60px;
            width: 60px;
        }

        .lf-popover-snapshot {
            width: 150px;
        }

        .lf-popover-snapshot h5 {
            margin: 5px 0 10px 0;
            font-size: 0.75rem;
        }

        .lf-popover-snapshot a {
            display: block;
            text-decoration: none;
        }

        .lf-popover-snapshot a:before {
            content: '⥼';
            margin-right: 5px;
        }

        .lf-popover-snapshot .lf-note {
            display: block;
            margin-top: 10px;
            color: #999;
        }

        .lf-player-controls>div {
            margin-right: 5px;
            margin-left: 5px;
        }

        .lf-player-controls>div:first-child {
            margin-left: 0px;
        }

        .lf-player-controls>div:last-child {
            margin-right: 0px;
        }