.footer-bg-image.pb-3 {
    position: relative;
    z-index: 100;
}
.header-main{
    position: relative;
    z-index: 9;
    background: #ffffffd9!important;
    margin-top: 0;
    border-radius: 0px;
}
.header__logo img{
    width: 100px;
}
.section-padding {
    padding: 60px 0px!important;
}
.wcuthree.section-padding.fix.background-image {
    z-index: 1000;
}
.introone__thumb {
    height: auto!important;
}
.introone__shapethree.slideinleft {
    display: none;
}

/* Carousel Styles */
.home-demo {
    padding: 60px 0;
    background: #f8f9fa;
}

.home-demo h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
}

.owl-carousel .item {
    padding: 20px;
}

.carousel-item-content {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.carousel-item-content:hover {
    transform: translateY(-5px);
}

.carousel-item-content h2 {
    color: #FF5E14;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
}

.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-nav button {
    background: #FF5E14 !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 10px !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.owl-nav button:hover {
    background: #e54d0f !important;
    transform: scale(1.1) !important;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd !important;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background: #FF5E14 !important;
    transform: scale(1.2);
}

/* Logo wrapper styling */
.clientone__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Default: LOGO IN WHITE COLOR */
.clientone__logo img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1); /* turns logo white */
  transition: all 0.4s ease-in-out;
  opacity: 0.85;
}

/* Hover: ORIGINAL LOGO COLOR */
.clientone__logo:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Layout alignment */
.clientone__logowrap,
.clientone__logowrap-two {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.clientone__logo:hover img {
  filter: none;
}
.footer-widget__about-logo img{
    width:160px;
}
.footer-three {
    z-index: 100;
}
.heading-size-small h5{
    font-size:18px;
    margin-bottom:10px;
}
.heading-size-small p{
    font-size:14px;
}
h1.typo-d-m.typo-secondary-color.gsap-title-anim {
    font-weight: 800!important;
    font-size: 48px!important;
    line-height: 55px;
}


.introone__content {
    padding-top: 70px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    display: none!important;
}
.owl-theme .owl-dots .owl-dot span{
    display: none!important;
}

span.typo-l-l {
    text-align: left;
}






/* footer css start herer */ 
.footer-bg-image{
    background: url("../img/footer-bg-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.footer-three__top-text.musk-text.background-image {
    padding-bottom: 0px;
}
.theme-color{
    color: #FF5E14;
}
a:hover{
    color:#FF5E14;
}





/* footer css end herer */



/* service page csss */


:root {
            --primary-blue: #0b3d91;
            --accent-orange: #FF5E14;
            --industrial-grey: #f8fafc;
            --dark-steel: #0f172a;
            --light-blue: #f0f7ff;
            --glass: rgba(255, 255, 255, 0.1);
        }


    

        /* Hero Section - High Impact */
        .hero-section {
            position: relative;
            background: var(--dark-steel);
            min-height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            color: white;
            padding: 220px 0px 100px 0px;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, var(--dark-steel) 30%, transparent 100%);
            z-index: 1;
        }

        .hero-bg-img {
            position: absolute;
            right: 0;
            top: 0;
            width: 70%;
            height: 100%;
            object-fit: cover;
            opacity: 0.6;
            mask-image: linear-gradient(to left, black 50%, transparent 100%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-title {
                font-size: 50px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        }

        .hero-title span {
            color: var(--accent-orange);
            
        }

        /* Glass Stat Bar */
        .stat-bar {
            background: var(--accent-orange);
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255,255,255,0.2);
            padding: 2rem;
            border-radius: 24px;
            margin-top: -60px;
            position: relative;
            z-index: 10;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        /* Creative Capabilities Grid */
        .cap-card h4{
            font-size: 20px;
            margin-bottom: 10px;
        }
        .tech-section {
            padding: 50px 0;
            background: radial-gradient(circle at top right, var(--light-blue), white);
            position: relative;
        }

        .tech-section::before {
            content: 'STEEL';
            position: absolute;
            top: 50px;
            left: -50px;
            font-size: 10rem;
            font-weight: 900;
            color: rgba(0,0,0,0.02);
            z-index: 0;
        }

        .cap-card {
            background: white;
            border: none;
            border-radius: 20px;
            padding: 3rem 2rem;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .cap-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 0;
            background: var(--primary-blue);
            transition: all 0.4s ease;
            z-index: 1;
            opacity: 0.05;
            border-radius: 100% 0 0 0;
        }

        .cap-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 60px rgba(11, 61, 145, 0.15);
        }

        .cap-card:hover::before {
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        .cap-icon {
            font-size: 2.5rem;
            color: var(--accent-orange);
            margin-bottom: 10px;
            display: inline-block;
        }

        /* Application Tiles */
        .app-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .app-tile {
                background: var(--primary-blue);
    color: white;
    padding: 18px 5px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: default;
    border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .app-tile:hover {
            background: var(--accent-orange);
            transform: scale(1.05) rotate(2deg);
        }

        /* Modern FAQ */
        .faq-section {
            background: var(--industrial-grey);
            padding: 100px 0;
        }

        .accordion-item {
            border: none;
            margin-bottom: 1.2rem;
            border-radius: 5px !important;
            overflow: hidden;
            background: white;
        }

        .accordion-button {
            padding: 1.5rem;
            font-weight: 700;
            font-size: 1.1rem;
            background: white;
            color: var(--dark-steel);
            border: none;
        }

        .accordion-button:not(.collapsed) {
            background: var(--accent-orange);
            color: white;
            box-shadow: none;
        }

        /* Section Decorations */
        .section-tag {
            color: var(--accent-orange);
            font-weight: 500;
            font-size: 0.9rem;
            letter-spacing: 3px;
            display: block;
            margin-bottom: 1rem;
        }

h3.brand-font.text-white.mb-1 {
    text-transform: uppercase;
}
.accordion-button:not(.collapsed)::after{
    display: none;
}
.accordion-button::after{
    display: none;
}

/* service page css */

















/* media-query start herere */



@media (max-width: 991px) {
    p.mb-5.opacity-75.animate__animated.animate__fadeInUp.animate__delay-1s {
    margin-bottom: 30px !important;
}
    h1.hero-title.animate__animated.animate__fadeInUp {
    margin-bottom: 14px;
}
span.section-tag.animate__animated.animate__fadeInDown {
    margin-bottom: 10px;
}
    .tech-section::before {
    left: -60px;
    font-size: 9rem;
}
    .col-md-3.spacing-bottom {
    margin-bottom: 20px;
}
    .footer-widget__about {
    margin: initial;
}
    .hero-title {
    font-size: 29px;
    line-height: 41px;
}
    .hero-section {
    padding: 40px 0px 100px 0px;
}
    .footer-three__top.pb-4 {
    padding-top: 30px;
}
.footer-three__top .musk-text {
        font-size: 31px;
    }
    p.introone__desc.mb-48.slideindown.mb-2 {
    padding-right: 0px!important;
}
h1.typo-d-m.typo-secondary-color.gsap-title-anim {
    font-size: 31px !important;
    padding-top: 60px;
}
.header-main {
    border-bottom: 1px solid #0000000d;
}
.introone__content {
    padding-bottom: 0px;
}
p.introone__desc.mb-48.slideindown.mt-3 {
    margin-bottom: 0px;
}
.wcuthree__about-arrow {
    display: none;
}
}



/* media-query start herere */


.breadcrumb-1{
    padding: 0px 10px 0px 0px;
}
li.breadcrumb-item-1{
    padding: 0px 10px 0px 0px;
}