﻿
.auto-container {
    max-width: 1710px;
    width: 100%;
}

.gadget_slider_area {
    position: relative;
    overflow: hidden;
}

.gadget_slider_content h2 {
    line-height: 60px;
    margin-bottom: 0px;
}

.gadget_slider_content .text {
    line-height: 150px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

    .video-background video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Optional: darken for contrast */
    z-index: 1;
}

.slider_item {
    position: relative;
    z-index: 2;
    background: transparent !important; /* Remove colored backgrounds */
}

.gadget_features_item .img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 70%;
}

.gadget_features_item.red .img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 70%;
}

.gadget_features_slider .item {
    padding: 0 15px;
}

.gadget_features_area {
    padding: 120px 10px 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.gadget_features_item.ouro {
    background-image: linear-gradient(95deg, rgb(55 52 135) 0%, rgb(28 26 67) 100%);
}

.gadget_features_item.nebu {
    background-image: linear-gradient(95deg, rgb(13, 113, 62) 0%, rgb(7, 57, 31) 100%);
}

.gadget_features_item.profit {
    background-image: linear-gradient(95deg, rgb(39, 89, 155) 0%, rgb(20, 45, 78) 100%);
}

.gadget_features_item.esmith {
    background-image: linear-gradient(95deg, rgb(228, 33, 39) 0%, rgb(114, 17, 20) 100%);
}

.l_height50 {
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
}

.sec_pad {
    padding: 0px 0px;
    padding-top: 50px;
    background: #ffffff;
}

.partner_logo_area_five {
    padding: 0px;
}

.prototype_service_info {
    background: #fff;
    padding: 0px;
    position: relative;
    z-index: 0;
}

.baas {
    display: flex;
    justify-content: center;
}

.contact_links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.call_link {
    color: #333;
    padding: 10px 15px;
    font-size: 27px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

    .call_link i {
        color: #007bff;
    }


.whatsapp_icon {
    color: #25D366;
    font-size: 27px;
    transition: transform 0.3s ease;
}

    .whatsapp_icon:hover {
        color: #25D366;
        transform: scale(1.2);
    }



.seo_fact_info .seo_fact_item {
    width: 200px;
    height: 200px;
    border-radius: 0%;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0px rgba(38, 59, 94, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seo_fact_info {
    display: flex;
    justify-content: space-around;
    position: unset;
    z-index: 1;
}

    .seo_fact_info .seo_fact_item .counter.three {
        font-size: 60px;
    }

    .seo_fact_info .seo_fact_item .counter.four {
        font-size: 60px;
    }

@media (max-width: 991px) {
    .seo_fact_info .seo_fact_item .counter {
        font-size: 60px;
    }
}

.partner_info .logo_item.icons {
    width: 20%;
    margin-bottom: 0px;
}

.portfolio_gallery .portfolio_item .portfolio_img .hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 0%);
    opacity: 0;
    transition: opacity 300ms linear;
}

.portfolio_img {
    border-radius: 10px;
}

.carosal_slider_content {
    line-height: 60px;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media(min-width: 992px) {
    .l_height50 {
        font-size: 60px;
    }
}

@media(max-width: 992px) {

    .gadget_slider_content h2 {
        font-size: 30px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .gadget_slider_content .text {
        line-height: 95px;
    }

    .font-size-16px.fw-normal.line-height-60 {
        margin-top: 15px;
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .gadget_slider_area .gadget_slider_img {
        margin-left: 0;
        margin-top: 0px;
    }

    .gadget_slider_area .slick-dots {
        display: none;
    }
}

@media (max-width: 992px) {
    .gadget_promo_area .promo_img {
        margin-bottom: 0px;
    }

    .carosal_slider_content {
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .partner_info .logo_item img {
        max-width: 50%;
    }
}
.button-social-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 32px;
}

    .social-icons .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        color: white;
        transition: opacity 0.3s ease;
    }

    .social-icons .twitter-icon svg {
        width: 20px;
        height: 20px;
        fill: white;
        display: block;
    }

    .social-icons .icon:hover {
        opacity: 0.7;
    }

.t_color1.ti-facebook {
    background: #3B5998;
}

.t_color1.twitter-icon {
    background: #000;
}

.t_color1.ti-linkedin {
    background: #007bb5;
}

.t_color1.ti-instagram {
    background: #fe036b;
}

@media (max-width: 600px) {
    .button-social-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .social-icons .icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .social-icons .twitter-icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 768px) {
    .button-social-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
    }

    .gadget_btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .social-icons {
        gap: 0.3rem;
        margin-top: 0px;
    }

        .social-icons a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .social-icons a svg {
                width: 16px;
                height: 16px;
            }
}

/* Slick Slider Styles */
.service-info {
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
    background-color: #f8f9fa;
    overflow: hidden;
}

.service-slider-area {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-slider-item {
    width: 100%;
    flex: 0 0 100%;
}

/* Slick Dots */
.slick-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    margin-top: 1rem;
}

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

        .slick-dots li button {
            width: 10px;
            height: 10px;
            background: #fff;
            border: none;
            border-radius: 50%;
            text-indent: -9999px;
            cursor: pointer;
        }

        .slick-dots li.slick-active button {
            background: #6c757d;
        }

.service-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .service-content h1 {
        font-size: 1rem;
        font-weight: 400;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .service-content h2 {
        font-size: 3.7rem;
        font-weight: 700;
        color: #4b505e;
        line-height: 1.2;
        text-transform: capitalize;
    }

.service-text-block {
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-heading {
    font-size: 200px;
    line-height: 150px;
    font-weight: 900;
    color: rgb(201 201 201 / 10%);
    text-transform: uppercase;
    position: relative;
    z-index: -1;
}

.service-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    margin-bottom: 0;
    padding: 0.5rem;
    border-radius: 0.25rem;
    max-width: 90%;
}

.service-certifications {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 200px;
}

.service-cert-item img {
    max-height: 80px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: grayscale(100%) brightness(1.2) opacity(0.6);
}

    .service-cert-item img:hover {
        transform: scale(1.1);
        filter: grayscale(0%) brightness(1) opacity(1);
    }

.service-action-container {
    gap: 1rem;
}


.service-cta-btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 12px 36px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    /* background-image: linear-gradient(-45deg, rgba(253, 83, 145, 0.99608) 0%, #f86f65 100%); */
    background-color: #ee314c;
    border-color: #ee314c;
    background-size: 150% auto;
    transition: all 0.3s linear;
}

    .service-cta-btn:hover {
        background: #596477;
        border-color: #596477;
        border: 1px solid #596477;
        color: white;
    }

.service-social-links {
    gap: 0.75rem;
}

.service-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #343a40;
    color: #fff;
    transition: background-color 0.3s ease;
}

    .service-social-icon:hover {
        background-color: #000;
        color: #fff;
    }

    .service-social-icon svg,
    .service-social-icon i {
        font-size: 1.25rem;
    }

.service-facebook-color {
    background: #3B5998;
}

.service-instagram-color {
    background: #fe036b;
}

.service-linkedin-color {
    background: #007bb5;
}

.service-facebook-color:hover {
    background: #3B5998;
    color: #fff;
}

.service-instagram-color:hover {
    background: #fe036b;
    color: #fff;
}

.service-linkedin-color:hover {
    background: #007bb5;
    color: #fff;
}

.service-slider-img {
    display: flex;
    justify-content: center;
}

.service-img-content {
    max-width: 100%;
}

.service-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.gadget_about_img .one_img {
    max-width: 100%;
}

.gadget_promo_area .promo_img {
    max-width: 100%;
}

.gadget_discount_info .discount_pr_img {
    max-width: 100%;
}

.discount_pr_img img {
    max-width: 100%;
}
/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .service-content h2 {
        font-size: 1.75rem;
    }

    .service-heading {
        font-size: 100px;
        line-height: 100px;
    }

    .service-description {
        font-size: 0.9rem;
        padding: 0;
        max-width: 95%;
        top: 15%;
    }

    .service-certifications {
        margin-top: 100px;
    }

    .service-cta-btn {
        width: 100%;
        text-align: center;
    }

    .service-social-links {
        justify-content: center;
    }

    .service-certifications {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .service-description {
        top: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .service-description {
        top: 18%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .service-description {
        top: 20%;
    }
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
    .service-description {
        top: 30%;
    }
}

@media (min-width: 1920px) {
    .service-description {
        top: 32%;
    }
}
@media (max-width: 1425px) {

    .service-cert-item {
        width: 21%;
        padding: 0;
    }
}