     .ss-service{
        text-align:center;
         margin-bottom: 30px;
    }
 .tp-dottedoverlay {
    display:none;
 }


 @media screen and (max-width: 1024px)
 {

    .slider-container {
        margin-top: 90px !important;
    }
 }
/* Specific check for mobile and tablets */

 @media screen and (max-width: 768px), 
       screen and (max-width: 480px) {
    .slider-container {
        margin-top: 90px !important;
    }
}
.services-section{
    margin-top:30px;
}


.slider-container {
    width: auto;
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-top: 130px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    height: auto; /* Isse image responsive rehti hai */
}

/* Navigation Buttons */
.prev, .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
}

button:hover { background: rgba(0,0,0,0.8); }
.prev { left: 10px; }
.next { right: 10px; }
.header-style-one .header-lower{
    background-color: #fff;
}
.main-menu .navigation > li > a {
    color:#000;
}

 
    .sunlite-call-text small {
color: #000;
    }
        .sunlite-call-text span {
color: #000;
    }
    .projects-section {
        margin-top:20px;
    }
   
.unique-slider-container {
    width: 100%;
    padding: 0px;
    background-color: #f9f9f9;
    padding-bottom: 30px;
}

.unique-slide-item {
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.unique-slide-item:hover {
    transform: translateY(-5px);
}

.unique-slide-img {
    display: block;
    width: 100%;
    height: 350px; /* Aap height adjust kar sakte hain */
    object-fit: cover;
}

/* Custom Navigation Dots */
#custom-corporate-carousel .owl-dots .owl-dot.active span {
    background: #007bff !important; /* Premium Blue Color */
}
.services-sectionn{
    margin-top: 20px ;
    margin-bottom: 20px;
}
    /* Hover Effect Styles */
    .trust-card {
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        padding: 10px;
        border-radius: 10px;
    }

    .trust-card:hover {
        transform: translateY(-10px); /* Card upar uthega */
        background-color: #f8f9fa; /* Halkha sa background change */
    }

    .trust-card i {
        transition: transform 0.3s ease;
    }

    .trust-card:hover i {
        transform: scale(1.2); /* Icon thoda bada ho jayega */
    }

    /* Mobile par border hatane ke liye (Optional but recommended) */
    @media (max-width: 991px) {
        .border-right-custom {
            border-right: none !important;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 15px;
        }
    }

    .insta-container {
            position: relative;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Center Badge Design */
        .insta-badge {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            padding: 12px 35px;
            z-index: 100;
            font-weight: 700;
            letter-spacing: 2px;
            color: #222;
            border: 1px solid #efefef;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            text-transform: uppercase;
            pointer-events: none; /* Mouse iske aar-paar ja sake */
        }

        /* Responsive Grid System */
        .insta-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr); /* Desktop: 6 columns */
            gap: 0; 
        }

        .grid-item {
            position: relative;
            aspect-ratio: 1 / 1; 
            overflow: hidden;
            cursor: pointer;
            background-color: #eee;
        }

        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        /* Hover Overlay & White Icon */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Dark Overlay */
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0; 
            transition: all 0.3s ease;
        }

        .overlay i {
            color: #ffffff; /* White Instagram Icon */
            font-size: 2.5rem;
            transform: scale(0.6);
            transition: transform 0.3s ease;
        }

        /* Hover Actions */
        .grid-item:hover .overlay {
            opacity: 1;
        }

        .grid-item:hover .overlay i {
            transform: scale(1);
        }

        .grid-item:hover img {
            transform: scale(1.05);
        }

        /* --- Responsive Queries --- */

        /* Tablets */
        @media (max-width: 1024px) {
            .insta-grid { grid-template-columns: repeat(4, 1fr); }
        }

        /* Small Tablets */
        @media (max-width: 768px) {
            .insta-grid { grid-template-columns: repeat(3, 1fr); }
            .insta-badge { padding: 8px 20px; font-size: 13px; }
            .header-style-one .main-box {
               padding: 0px 15px; 
            }
            .auto-containerr{
                padding: 0px 15px !important;
            }
        }

        /* Mobile */
        @media (max-width: 480px) {
            .insta-grid { grid-template-columns: repeat(2, 1fr); }
        }
                /* Floating Circular Animation */
        @keyframes floatCircle {
            0% { transform: translate(0, 0); }
            25% { transform: translate(10px, -15px); }
            50% { transform: translate(20px, 0px); }
            75% { transform: translate(10px, 15px); }
            100% { transform: translate(0, 0); }
        }

        /* Card Styling for better look */
        .adc-floating-card {
            background: #ffffff;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1px solid #eee;
            max-width: 220px;
        }
.modern-btn .btn-text :hover{
    color: #f0f0f0 !important;
}
    .nav-outer{
        justify-content: right !important;
    }
    .nav {
        margin-right: 0px;
    }
    .services-sectionnn {
        margin-top: 30px;
    }
.main-header .header-lower {
    background-color: transparent !important;
}
.main-menu .navigation > li > a {
    color: #fff;
}
.lnr-icon-search{
    color: #fff;
}
/* Custom Navigation Dots */
#custom-corporate-carousel .owl-dots .owl-dot.active span {
    background: #007bff !important; /* Premium Blue Color */
}
	.header-style-one .header-lower{
    background-color: #fff !important;
}
.main-menu .navigation > li > a {
    color:#000;
}
    .header-style-one .main-box .outer-box .search-btn {
        color: #000;
        display: none;
    }
    .sunlite-call-text small {
color: #000;
    }
        .sunlite-call-text span {
color: #000;
    }
    .header-top{
        background-color: #00034a !important;
    }
    .list-style-one li{
       font-size: 14px !important ; 
      
    }
    .list-style-one li i{
       font-size: 18px !important ; 
      color: #fff !important;
    }
    /* @media (max-width: 1199.98px) {
    .header-style-one .header-lower .logo-box {
        padding-left: 15px;

    }} */
    .auto-containerr {
  position: static;
  max-width: 100%;
  padding: 0px 60px;
  margin: 0 auto;
  width: 100%;
}
/* Ticker Container */
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #000; /* Dark background as per image */
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2px 0;
    display: flex;
    align-items: center;
}

/* Scrolling Track */
.ticker-scroll {
    display: flex;
    white-space: nowrap;
    animation: scroll-text 50s linear infinite;
}

.ticker-item {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.ticker-item strong{
color: #efefef;
}
.ticker-label {
    color: #00aeef; /* Blue color for 'Working Hours' */
    font-weight: bold;
}

/* Animation */
@keyframes scroll-text {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Hover par pause karne ke liye (Optional) */
.ticker-wrapper:hover .ticker-scroll {
    animation-play-state: paused;
}
/* Floating Container */
.floating-contact-wrap {
    position: fixed;
    bottom: 70px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

/* Common Button Style */
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Colors */
.btn-whatsapp { background-color: #25D366; }
.btn-call { background-color: #007bff; }

/* Vibrating Animation for Call Icon */
.vibrate {
    animation: vibrate-animation 0.5s linear infinite;
}

@keyframes vibrate-animation {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}
.useful-links li a {
    display: block;
    background-color: red;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}
.useful-links li a:hover {
    background-color: #cc0000;
    color: #fff;
}
/* Container styling for padding */
.sponsors-outer {
    padding: 20px 0;
}

/* Main Card Styling */
.product-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08); /* Minimal border */
    border-radius: 12px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Product Image Styling */
.product-img {
    max-height: 120px; /* Fixed height for symmetry */
    width: auto !important; /* Overriding owl-carousel width */
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

/* Product Title Styling */
.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
    font-family: 'Poppins', sans-serif; /* Use your site's font */
    letter-spacing: 0.5px;
}

/* Link effect */
.product-link {
    display: block;
    text-decoration: none;
    background-color: #ffffff !important;
}
.product-link :hover {
    display: block;
    text-decoration: none;
    
}
/* MODERN HOVER EFFECTS */
.product-card:hover {
    background: #ffffff;
    border-color: #007bff; /* Primary color border on hover */
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 123, 255, 0.15); /* Soft Blue glow */
}

.product-card:hover .product-img {
    transform: scale(1.08); /* Slight zoom on image */
}

.product-card:hover .product-title {
    color: #007bff; /* Title changes color on hover */
}