@media (min-width: 300px) and (max-width: 800px) {
    /* navbar container display fixed */
    /* navbar toggler display fixed */
    inner-banner-details .inner-head {
        padding-left: 0px !important;
    }
    .largedevice {
        display: block;
    }
    .carousel-indicators {
        width:auto;
    }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: auto;
        margin-right: auto;
        backface-visibility: hidden;
        /*@include transition($carousel-transition);*/
        transition: initial;
    }

    .campaign-box{
        padding:0px;
    }
    .smallDevice {
        display: block !important;
    }
    
    
    /* .slick-slide img {
        display: none !important;
    }*/
    .header-slider .slick-prev {
        margin-top: 50px !important;
    }

    .header-slider .slick-next {
        margin-top: 50px !important;
    }

    .common-btn {
        width: auto;
        height: 40px;
        display: inline-flex;
        align-items: center;
        border-radius: 50px;
        font-size: 12px;
        padding: 10px 20px;
        border: 2px solid #0084ff;
        margin-bottom: 10px;
    }

    li.overview-thumbnails {
        display: inline-block;
        margin-right: 22px;
        margin-left: 32px;
        width: 100px;
    }

    /*.text-box {
        width: 400px !important;
    }*/

    .testimonials h2 {
        font-size: 22px !important;
        line-height: 22px !important;
        padding: 0px;
    }

    .text-box .wrapper {
        width: 100%;
        display:block;
        margin: 0 auto;
        padding: 0px 10px;
    }
    .logo-box .top-video {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0px 10px;
    }


    .left-h1 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    .social-icon p {
        font-size: 12px !important;
    }

    .footer .top-box .col-box.detail-here h5 {
        font-size: 14px !important;
        padding-right: 10px !important;
    }

    .footer .top-box .col-box span {
        font-size: 18px !important;
        padding-right: 15px !important;
    }

    .footer .bottom-box ul li {
        padding: 0 10px;
    }

    .overlay ul li ul li a {
        font-size: 14px !important;
    }

    .header.change-background:after {
        background-color: white;
    }

    .suppliers-container {
        padding-top: 0px !important;
    }

    header .box-2 .logo img {
        max-height: 65px;
        width: auto;
        object-fit: contain;
        transition: all .2s;
    }

    .hamburger-icon {
        margin-left: 0px;
        margin-right: 20px;
    }

    .slick-track {
        width: 5000px !important;
    }

    .logo-box {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .campaign-box {
        width: 300px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    /*.slick-slider .slick-track, .slick-slider .slick-list {
        transition: transform 100ms ease 0s !important;
    }*/

    .news-slider .campaign-box {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }
}

@media (min-width: 801px) {
    .largedevice {
        display: none !important;
    }

    .smallDevice {
        display: block !important;
    }

    .slick-slide img {
        display: block !important;
    }

    .campaign-box figure img {
        max-width: 90% !important;
        width: 100%;
        object-fit: cover;
        margin: 0px;
    }

    .compaign-area {
        background-color: transparent !important;
    }
}



.campaign-area-figure {
    height: 200px;
}

.campaign-area-div {
    height: 300px;
}

@media (min-width: 300px) and (max-width: 2000px) {
    inner-banner-details .inner-head {
        padding-left: 0px !important;
    }

    .logo-box {
        width: 100% !important;
    }

    .top-video {
        width: 100% !important;
    }

    .top-head {
        width: 100% !important;
    }

    .slick-slide {
        width: 100% !important;
    }
}

.campaign-box figure img {
    max-width: 100% !important;
    width: 100%;
    object-fit: cover;
    margin: 10px;
}

.compaign-area {
    background-color: transparent !important;
}

header .box-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#Rbox {
    width: 100%;
}

    #Rbox nav {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

        #Rbox nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            #Rbox nav ul li {
                /* Sub Menu */
            }

                #Rbox nav ul li a {
                    display: flex;
                    padding: 10px 20px;
                    color: #fff;
                    font-size: 16px;
                    text-decoration: none;
                    -webkit-transition: 0.2s linear;
                    -moz-transition: 0.2s linear;
                    -ms-transition: 0.2s linear;
                    -o-transition: 0.2s linear;
                    transition: 0.2s linear;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    align-content: center;
                    align-items: center;
                    justify-content: space-between;
                }

                    #Rbox nav ul li a:hover {
                        background: #000000;
                        color: #fff;
                    }

                    #Rbox nav ul li a .fa {
                        width: 16px;
                        text-align: center;
                        margin-right: 5px;
                        float: right;
                    }

            #Rbox nav ul ul {
                background: #54545463;
            }

            #Rbox nav ul li ul li a {
                border-left: 4px solid transparent;
                padding: 10px 20px;
            }

                #Rbox nav ul li ul li a:hover {
                    border-left: 4px solid #3498db;
                }

.overlay {
    padding: 0px !important;
    width: 350px;
}

.header.change-background:after {
    width: 350px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events:all;
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15; /* number of lines to show */
    line-clamp: 15;
    -webkit-box-orient: vertical;
}

.ellipsisClip {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ========================================================
   SkyNet Infotech Brand Theme Harmonization
   ======================================================== */
:root {
    --skynet-primary: #0084ff;
    --skynet-primary-dark: #0066cc;
    --skynet-accent: #00c2ff;
    --skynet-navy: #081c42;
    --skynet-glow: rgba(0, 132, 255, 0.25);
}

.common-btn {
    border: 2px solid var(--skynet-primary) !important;
    color: #1e293b !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.common-btn i {
    color: var(--skynet-primary) !important;
}

.common-btn:hover {
    background: linear-gradient(135deg, #0084ff 0%, #005bb5 100%) !important;
    border-color: #005bb5 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 132, 255, 0.35) !important;
    transform: translateY(-2px);
}

.common-btn:hover a,
.common-btn:hover i,
.common-btn:hover i::before {
    color: #ffffff !important;
}

.common-btn.top-right {
    background: var(--skynet-primary) !important;
    color: #ffffff !important;
    border-color: var(--skynet-primary) !important;
}

.common-btn.top-right i {
    color: #ffffff !important;
}

.common-btn.top-right:hover {
    background: var(--skynet-primary-dark) !important;
    box-shadow: 0 6px 20px rgba(0, 132, 255, 0.45) !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #94a3b8 !important;
    height: 4px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: var(--skynet-primary) !important;
    width: 45px;
}

#return-to-top {
    background: var(--skynet-primary) !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 132, 255, 0.4);
}

#return-to-top:hover {
    background: var(--skynet-primary-dark) !important;
}

header .box-2 .logo img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
    transition: all .25s ease;
}

header.fixed .box-2 .logo img {
    max-height: 52px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--skynet-primary) !important;
}

li#query a b {
    color: var(--skynet-primary) !important;
}

.facts-outer .value,
.overview-thumbnails .value {
    color: var(--skynet-primary) !important;
}

/* --- CRITICAL FIXES FOR VISIBILITY --- */
.smallDevice {
    display: block !important;
}

/* Ensure no data-aos elements are hidden permanently */
[data-aos] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Fix for slick sliders when initializing */
.slick-slide {
    display: block;
}

/* Ensure all images inside figures and cards display properly */
figure img, .card img, .testimonial img, .slide-tabs-data img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}


/* ==========================================================================
   SKYNET INFOTECH - FULLY RESPONSIVE & MOBILE-FIRST OPTIMIZATION
   ========================================================================== */

/* --- 1. GLOBAL RESET & OVERFLOW PREVENTION --- */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper, .container, .container-fluid, .main_content, header, footer, section {
    max-width: 100% !important;
    box-sizing: border-box;
}

/* --- 2. UNIVERSAL IMAGE & MEDIA RESPONSIVENESS --- */
img, picture, video, canvas, svg {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

figure {
    max-width: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}

figure img, .img-fluid, .card-img-top, .banner-img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

/* --- 3. HEADER & NAVIGATION BAR RESPONSIVENESS --- */
header.header {
    width: 100% !important;
    max-width: 100% !important;
    z-index: 999;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}

header .box-2 .logo img {
    max-height: 55px !important;
    width: auto !important;
    object-fit: contain;
}

@media (max-width: 991px) {
    header.header {
        position: relative;
        padding: 10px 0;
        background: #ffffff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

    header .wrapper {
        flex-wrap: wrap;
    }

    header .box-2 {
        flex: 1;
    }

    header .box-2 .logo img {
        max-height: 45px !important;
    }

    header .box-4 {
        width: 100% !important;
        margin-top: 10px;
    }

    .navbar-toggler {
        display: inline-block !important;
        background: #f1f5f9;
        border: 1px solid #cbd5e1;
        padding: 8px 12px;
        border-radius: 6px;
    }

    .navbar-collapse {
        background: #ffffff;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }

    .navbar-nav {
        width: 100% !important;
    }

    .navbar-nav .nav-item {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        font-size: 1rem !important;
        border-bottom: 1px solid #f1f5f9;
    }

    .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
        padding: 10px !important;
    }

    .common-btn.top-right {
        display: none !important; /* Prevent overlapping on mobile navbar */
    }
}

/* --- 4. HERO SLIDER RESPONSIVENESS --- */
#carouselExampleDark, .carousel {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

.carousel-inner, .carousel-item {
    width: 100% !important;
}

.carousel-item img {
    width: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 280px !important;
    }

    .carousel-caption, .slide-text-banner {
        position: static !important;
        padding: 20px 15px !important;
        background: #ffffff !important;
        color: #1e293b !important;
        text-align: left !important;
    }

    .carousel-caption h1, .slide-text-banner h1 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        color: #0f172a !important;
    }

    .carousel-caption p, .slide-text-banner p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        color: #475569 !important;
    }

    .carousel-indicators {
        bottom: 5px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .carousel-item img {
        height: 380px !important;
    }

    .carousel-caption h1 {
        font-size: 2rem !important;
    }
}

@media (min-width: 1025px) {
    .carousel-item img {
        height: 500px !important;
    }
}

/* --- 5. INNER PAGE BANNERS --- */
.innner-banner, .inner-banner-top, .inner-banner-details {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
}

.inner-both-section {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
    margin-top: 20px !important;
}

.inner-left-short {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    z-index: 2 !important;
}

.inner-right-full {
    position: relative !important;
    float: none !important;
    z-index: 1 !important;
    margin-left: auto !important;
}

@media (max-width: 991px) {
    .inner-both-section {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .inner-left-short, .inner-right-full {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }

    .inner-left-short img, .inner-right-full img {
        width: 100% !important;
        height: auto !important;
        max-height: 420px !important;
        object-fit: cover !important;
        object-position: center 10% !important;
        border-radius: 12px !important;
    }

    .inner-head h1 {
        font-size: 1.8rem !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .inner-left-short {
        flex: 0 0 32% !important;
        max-width: 32% !important;
    }

    .inner-right-full {
        flex: 0 0 65% !important;
        max-width: 65% !important;
    }

    .inner-right-full img {
        width: 100% !important;
        height: 560px !important;
        max-height: 580px !important;
        object-fit: cover !important;
        object-position: center 10% !important;
        border-radius: 14px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
    }
    
    .inner-left-short img {
        width: 100% !important;
        height: 560px !important;
        max-height: 580px !important;
        object-fit: cover !important;
        object-position: center top !important;
        border-radius: 14px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
    }
}

/* --- 6. OUR EXPERTISE & SERVICES LAYOUT --- */
.customers-container, .about-container {
    width: 100% !important;
    padding: 30px 0 !important;
}

@media (max-width: 991px) {
    .customers-container .main-flex, .about-container .flex-row {
        flex-direction: column !important;
    }

    .image-box {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
        justify-content: center !important;
        margin: 0 auto 20px !important;
    }

    .image-box figure {
        flex: 1 1 calc(50% - 10px) !important;
        max-width: 100% !important;
    }

    .image-box figure img {
        width: 100% !important;
        height: 200px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }

    .text-box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }
}

/* --- 7. ALLIANCE PARTNER LOGOS --- */
.suppliers-logo, .alliances-grid {
    width: 100% !important;
    overflow: hidden !important;
}

.suppliers-logo .slick-slide, .alliance-card {
    padding: 10px !important;
    text-align: center !important;
}

.suppliers-logo img, .alliance-card img {
    max-height: 45px !important;
    max-width: 120px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: inline-block !important;
    filter: grayscale(15%);
    transition: all 0.3s ease;
}

.suppliers-logo img:hover, .alliance-card img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* --- 8. TESTIMONIALS & CLIENT CARDS --- */
.testimonials, .testimonials-slider {
    width: 100% !important;
}

@media (max-width: 768px) {
    .testimonials figure img {
        width: 75px !important;
        height: 75px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        margin: 0 auto 15px !important;
        display: block !important;
    }

    .testimonials .text-box {
        text-align: center !important;
    }

    .testimonials h4 {
        font-size: 1.1rem !important;
    }

    .testimonials p {
        font-size: 0.92rem !important;
        line-height: 1.6 !important;
    }
}

/* --- 9. AWARDS & HIGHLIGHTS CARDS --- */
@media (max-width: 768px) {
    .campaign-area-figure, .campaign-box figure {
        height: auto !important;
    }

    .campaign-box figure img, .carousel-item figure img {
        width: 100% !important;
        height: 190px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
    }

    .campaign-area h4 {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
}

/* --- 10. SOPHOS SHOWCASE BOX --- */
.sophos-showcase {
    background: linear-gradient(135deg, #0b1f3a 0%, #102a4e 100%) !important;
    border-radius: 12px !important;
    padding: 30px 20px !important;
    margin: 30px 0 !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .sophos-showcase .row {
        flex-direction: column !important;
    }

    .sophos-showcase img {
        max-height: 200px !important;
        margin: 15px auto 0 !important;
    }
}

/* --- 11. FOOTER RESPONSIVENESS --- */
footer.footer, section.footer {
    width: 100% !important;
    background: #0f172a !important;
    color: #cbd5e1 !important;
    padding: 40px 0 20px !important;
}

@media (max-width: 768px) {
    footer.footer .row, section.footer .row {
        flex-direction: column !important;
    }

    footer.footer .col-box, section.footer .col-box,
    footer.footer .col-lg-3, section.footer .col-lg-3,
    footer.footer .col-lg-4, section.footer .col-lg-4 {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    footer.footer h5, section.footer h5 {
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 6px;
    }

    .bottom-box ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    .bottom-box ul li {
        margin: 5px !important;
    }

    .bottom-box img {
        max-height: 28px !important;
        width: auto !important;
    }
}

/* --- 12. BACK TO TOP & TOUCH TARGETS --- */
#return-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    z-index: 9999;
}

@media (max-width: 480px) {
    #return-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
