/* ===============================
   Overall Container
================================ */
.unique-it-service {
    padding: 60px 15px;
}

/* ===============================
   Section Titles
================================ */
.unique-section__title {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
}

.unique-section__subtitle {
    display: inline-block;
    padding: 5px 15px;
    color: #ffffff;
    background-color: #3498db;
    border-radius: 25px;
    font-size: 16px;
}

/* ===============================
   Scroll Slider
================================ */
.unique-scroll-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.unique-scroll-content {
    display: flex;
    gap: 20px;
    animation: unique-auto-slide 20s linear infinite;
}

@keyframes unique-auto-slide {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* ===============================
   Service Items
================================ */
.unique-service-item {
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.unique-service-box {
    width: 150px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.unique-service-box:hover {
    transform: rotateY(20deg) rotateX(10deg);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.unique-service-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

/* ===============================
   Logos Section
================================ */
.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-slide {
    display: inline-block;
    animation: slide 35s linear infinite;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img {
    height: 50px;
    margin: 0 40px;
}

@keyframes slide {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}







/* ===============================
   Square Holder
================================ */
.square-holder {
    padding: 30px;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: var(--tp-theme-bg);
    height: 250px;
}

.square-holder img {
    max-width: 120%;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.square-holder:hover img {
    filter: none;
}

/* ===============================
   Unique Cards
================================ */
.unique-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
}

.unique-card {
    display: flex;
    flex-direction: column;
    width: clamp(18rem, 90%, 22rem);
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #fff;
    animation: fadeInUp 0.6s ease;
    position: relative;
}

.unique-gradient-bar {
    height: 6px;
    background: linear-gradient(90deg, #ff321f, #032b5f);
    background-size: 300% 300%;
    animation: uniqueGradientMove 4s ease infinite;
}

@keyframes uniqueGradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.unique-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.unique-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.unique-category-tag {
    align-self: flex-start;
    padding: 0.25em 0.75em;
    border-radius: 1em;
    font-size: 0.75rem;
    color: #fafafa;
}

.unique-tech,
.unique-food {
    background: linear-gradient(
        to bottom,
        var(--tp-theme-orange),
        var(--tp-theme-redical)
    );
}

.unique-card-footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.unique-author {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.unique-author img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .unique-card-container {
        flex-direction: column;
        align-items: center;
    }
}

/********** FINAL FOOTER STYLES **********/
.bs-footer {
    position: relative;
    background-color: #0d0d0d;
    color: #ffffff;
    overflow: hidden;
}

.bs-footer::before {
    content: 'URLWEBWALA';
    position: absolute;
    bottom: 0px;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12vw;
    font-weight: 900;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.07);
    z-index: 0;
    user-select: none;
    pointer-events: none;
    line-height: 1;
}

.bs-footer .container {
    position: relative;
    z-index: 1;
}

.bs-footer .tp-footer__widget p,
.bs-footer .tp-footer__widget-title,
.bs-footer .bs-footer__top-logo h4,
.bs-footer .tp-copyrigh-text,
.bs-footer .tp-footer-menu li {
    color: #ffffff;
}

.bs-footer .tp-footer__widget ul li a,
.bs-footer .tp-footer-cta a,
.bs-footer .tp-copyrigh-text a,
.bs-footer .tp-footer-menu ul li a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.bs-footer .tp-footer__widget ul li a:hover,
.bs-footer .tp-footer-cta a:hover,
.bs-footer .tp-copyrigh-text a:hover,
.bs-footer .tp-footer-menu ul li a:hover {
    color: #fe9000;
}

/**************************************
 SOCIAL SIDEBAR (Same for All Devices)
**************************************/
.social-sidebar {
    position: fixed !important;
    top: 50% !important;
    right: 15px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    transition: all 0.3s ease !important;
    animation: slideInRight 0.8s ease-out;
      display: block;

}

/* Each Icon */
.social-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #ff321f, #032b5f, #ff321f);
    background-size: 300% 300%;
    animation: social-gradient 4s ease infinite;
}

/* Hover Effect */
.social-sidebar a:hover {
    color: #fff;
    transform: translateX(-6px) scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}


/* When mobile menu is open, hide it */
.mobile-menu-open .social-sidebar {
  display: none !important;
}


/**************************************
 ANIMATIONS
**************************************/
@keyframes social-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(60px) translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
}


   /* ================================
       SECTION WRAPPER
    ================================= */
      #indus-section {
        font-family: "Segoe UI", sans-serif;
        max-width: 1200px; /* keeps section centered */
        margin: 0 auto;
      }

      #indus-section .indus-title-wrap {
        text-align: center;
        margin-bottom: 50px;
      }

      #indus-section .indus-subtitle {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 30px;
        background: linear-gradient(90deg, #ff321f, #fe9000);
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
      }

      #indus-section h2 {
        font-size: 32px;
        font-weight: 800;
        color: #032b5f;
        margin-bottom: 12px;
      }

      #indus-section p {
        font-size: 16px;
        color: #fff;
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.6;
      }

      /* ================================
       GRID
    ================================= */
      .indus-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr); /* Always 6 on desktop */
        gap: 18px; /* reduced gap (was 25px) */
        margin-top: 40px;
        justify-items: center;
      }

      /* ================================
       CARD
    ================================= */

      .indus-card {
        position: relative;
        border-radius: 16px;
        padding: 3px;
        background: linear-gradient(90deg, #ff321f, #032b5f, #fe9000);
        background-size: 300% 300%;
        animation: indus-gradient-border 6s linear infinite;
        transition: transform 0.5s ease;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
        max-width: 180px; /* slightly smaller */
        width: 100%;
      }

      @keyframes indus-gradient-border {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }

      .indus-card-content {
        border-radius: 14px;
        padding: 20px 15px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      /* ================================
       ICON
    ================================= */
      .indus-icon-wrap {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        background: linear-gradient(135deg, #f1f3f7, #e9ecf2);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        overflow: hidden;
      }

      .indus-card img {
        width: 50%;
        height: auto;
      }

      /* ================================
       TEXT
    ================================= */
      .indus-card p {
        font-size: 14px;
        font-weight: 600;
        color: #333;
      }

      .indus-card:hover p {
        color: #032b5f;
      }

      /* ================================
       RESPONSIVE
    ================================= */
      @media (max-width: 1024px) {
        .indus-grid {
          grid-template-columns: repeat(3, 1fr);
        }
        #indus-section h2 {
          font-size: 28px;
        }
      }

      @media (max-width: 768px) {
        .indus-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        #indus-section h2 {
          font-size: 24px;
        }
        .indus-icon-wrap {
          width: 60px;
          height: 60px;
        }
        .indus-card p {
          font-size: 13px;
        }
      }

      @media (max-width: 480px) {
        .indus-grid {
          grid-template-columns: 1fr;
        }
        #indus-section {
          padding: 50px 15px;
        }
        #indus-section h2 {
          font-size: 22px;
        }
      }


/* ===================================================
   STYLES FOR "OUR SERVICES" SECTION
====================================================== */

/* --- Overall Service Item Styling --- */
.it-service__item {
    position: relative;
    padding: 40px 30px;
    border-radius: 15px;
    background-color: #f5f7fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 1;
}

/* --- Gradient Hover Effect --- */
.it-service__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #fd7e14, #ffc107);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

/* --- Triggering the Hover State --- */
.it-service__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(253, 126, 20, 0.2);
}

.it-service__item:hover::before {
    opacity: 1;
}

/* --- Icon Container Styling --- */
.it-servicce__item-img {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.it-service__item:hover .it-servicce__item-img {
    border-radius: 30% 70% 43% 57% / 57% 30% 70% 43%;
}

/* --- ✨ ICON IMAGE REFINEMENTS HERE ✨ --- */
.it-servicce__item-img img {
    /* Increased size for better fit and prominence */
    width: 55%;
    height: auto;
    object-fit: contain; /* Ensures icon is never stretched */
    /* Refined transition for a smoother, more dynamic pop effect */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- ✨ NEW HOVER EFFECT FOR THE ICON ✨ --- */
.it-service__item:hover .it-servicce__item-img img {
    /* Icon now zooms and subtly rotates for a more engaging effect */
    transform: scale(1.15) rotate(5deg);
}

/* --- Text Styling on Hover --- */
.it-service__item .it-service__item-title a,
.it-service__item p {
    transition: color 0.4s ease;
}

.it-service__item:hover .it-service__item-title a,
.it-service__item:hover p {
    color: #ffffff;
}

/* --- "Read More" Link Styling --- */
.it-service__read-more {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    color: #0d0d0d;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease, color 0.4s ease;
}

.it-service__item:hover .it-service__read-more {
    color: #ffffff;
    opacity: 1;
    transform: translateY(0);
}



/* ===================================================
   CTA "GOT AN IDEA?" SECTION STYLES
====================================================== */
.cta-idea-section {
    padding-bottom: 100px; 
}

.cta-idea-wrapper {
    position: relative;
    padding: 60px 50px;
    border-radius: 25px;
    overflow: hidden;

    /* ✨ Animated Gradient Background */
    background: linear-gradient(
        110deg,
        #fd7e14,
        #ffc107,
        #ff5733,
        #ffbd69
    );
    background-size: 300% 300%;
    animation: cta-gradient-shift 8s ease infinite;

    z-index: 1; /* Sits behind the FAQ section */
}

/* Gradient animation keyframes */
@keyframes cta-gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cta-idea-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/noise.png');
    opacity: 0.08;
    z-index: -1;
}

.cta-idea-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cta-idea-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-idea-content p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 30px;
}

.cta-idea-content .cta-button {
    display: inline-block;
    width: fit-content;
    padding: 14px 35px;
    border-radius: 8px;
    color: #fd7e14;
    background-color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-idea-content .cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cta-idea-image {
    text-align: center;
}

.cta-idea-image img {
    max-width: 100%;
    height: auto;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .cta-idea-wrapper {
        padding: 50px 30px;
        text-align: center;
    }

    .cta-idea-content h2 {
        font-size: 36px;
    }

    .cta-idea-image {
        margin-top: 40px;
    }

    .cta-idea-content .cta-button {
        margin-left: auto;
        margin-right: auto;
    }
}

