/********** Template CSS **********/
:root {
    --primary: #5C58BE;
    --secondary: #E2B567;
    --light: #87A0DD;
    --dark: #A32A34;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 110px;
    display: flex;
    align-items: center;
}



.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

	.mega-menu {
    display: flex;
    flex-wrap: wrap;

    max-height: 400px; /* 🔥 height control */
    overflow-y: auto;  /* 🔥 scroll enable */

    background: #fff;
    padding: 20px;
}
.mega-menu {
    scroll-behavior: smooth;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /*background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}


@media (max-width: 768px) {
   
	#header-carousel .carousel-item {
    height: 80vh; /* desktop height */
}

#header-carousel .carousel-item img {
    width: 100%;
    height: 100%;
   /* object-fit: contain; /* IMPORTANT */
    background: #000; /* empty space black dikhe */
}
.contact-box{
	padding-bottom: 10px;
}
}

.navbar-nav .current-menu-item > a {
    color: #0d6efd !important;
    font-weight: 600;
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
}

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

    .carousel-caption h1 {
        font-size: 24px;
    }
}

.about-section .display-5{
	        font-size: 2rem;

}



.magnet-products {
    overflow: hidden;
}

/* Track */
.scroll-wrapper {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

/* Moving row */
.scroll-track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scrollMove 70s linear infinite;
}

/* Product Card */
.product-item {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;

    /* gradient */
    background: linear-gradient(45deg, #0d6efd, #00c6ff);
    color: #fff;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.4s;
}

/* Hover Effect */
.product-item:hover {
    transform: translateY(-8px) scale(1.05);
    background: linear-gradient(45deg, #ff6a00, #ffb347);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Pause on hover */
.scroll-wrapper:hover .scroll-track {
    animation-play-state: paused;
}
.product-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 10px 20px;
}

.product-item:hover {
    background: #f5f5f5;
    transition: 0.3s;
}

/* Glow animation */
.product-item {
    animation: glow 3s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
    }
    to {
        box-shadow: 0 0 20px rgba(0, 198, 255, 0.8);
    }
}

/* Scroll animation */
@keyframes scrollMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



/* Section spacing */
.product-showcase {
    position: relative;
}

/* IMAGE */
.image-box {
    border-radius: 15px;
    overflow: hidden;
}
.image-box img {
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* PRODUCT LIST */
.product-list {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 10px;
}

/* ITEM */
.product-item {
    padding: 18px;
    border-left: 4px solid transparent;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 8px;
}

/* ACTIVE */
.product-item.active {
    border-color: var(--primary);
    background: rgba(92,88,190,0.08);
}

/* HOVER */
.product-item:hover {
    background: rgba(92,88,190,0.05);
    transform: translateX(6px);
	color:var(--primary);
}

/* TITLE */
.product-item h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

/* TEXT */
.product-item p {
    font-size: 14px;
    color: #666;
}

/* SCROLLBAR */
.product-list::-webkit-scrollbar {
    width: 6px;
}
.product-list::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}


.product-scroll-section {
    padding: 100px 0;
}

/* LEFT IMAGE STICKY */
.sticky-image {
    position: sticky;
    top: 100px;
}

/* IMAGE */
.sticky-image img {
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* RIGHT LIST */
.product-scroll-list {
    padding-left: 20px;
}

/* BLOCK */
.product-block {
    margin-bottom: 100px;
    cursor: pointer;
    transition: 0.3s;
    border-left: 4px solid transparent;
    padding-left: 15px;
}

/* ACTIVE */
.product-block.active {
    border-color: #5C58BE;
}

/* HOVER */
.product-block:hover {
    transform: translateX(8px);
}
.product-scroll-section {
    padding: 60px 0;
}

/* IMAGE */
.sticky-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* MOBILE FIX */
@media (max-width: 768px) {

    .sticky-image {
        position: relative; /* sticky remove */
        top: 0;
        margin-bottom: 20px;
    }

    .product-scroll-list {
        padding-left: 0;
    }

    .product-block {
        margin-bottom: 40px;
        border-left: none;
        border-bottom: 2px solid #eee;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .product-block.active {
        border-bottom: 2px solid #5C58BE;
    }

}

:root {
    --primary: #5C58BE;
    --secondary: #E2B567;
}

/* CARD */
.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s;
    border: 1px solid #eee;
    height: 100%;
}

/* ICON */
.feature-card .icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

/* TITLE */
.feature-card h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

/* TEXT */
.feature-card p {
    font-size: 14px;
    color: #666;
}

/* BUTTON */
.feature-card .btn {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}

/* HOVER EFFECT */
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--primary);
}

/* ICON HOVER */
.feature-card:hover .icon {
    color: var(--secondary);
}



.cta-section-bg {
    position: relative;
    padding: 120px 0;

    /* 🔥 PARALLAX EFFECT */
    background: url('../img/bkd.png') center center / cover no-repeat;
    background-attachment: fixed;
}

/* DARK OVERLAY */
.cta-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}

/* CONTENT */
.cta-section-bg .container {
    position: relative;
    z-index: 2;
}

/* TEXT */
.cta-section-bg h2 {
    line-height: 1.4;
}

/* BUTTON */
.cta-section-bg .btn {
    border-radius: 30px;
    padding: 10px 25px;
}

/* 🔥 MOBILE FIX (important) */
@media (max-width: 991px) {
    .cta-section-bg {
        background-attachment: scroll; /* mobile me fixed lag hota hai */
        text-align: center;
        padding: 80px 20px;
    }
}

.industry-section {
    background: #f6f6f6;
}

/* CARD */
.industry-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s;
    border: 1px solid #eee;
    transform: translateY(30px);
    opacity: 0;
}

/* ICON */
.industry-card i {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
    transition: 0.3s;
}

/* TITLE */
.industry-card h5 {
    font-weight: 600;
}

/* HOVER */
.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--primary);
}

/* ICON HOVER */
.industry-card:hover i {
    transform: scale(1.2);
    color: var(--secondary);
}

/* SCROLL ANIMATION */
.industry-card.show {
    transform: translateY(0);
    opacity: 1;
}
.industry-section .row {
    display: flex;
    flex-wrap: wrap; /* IMPORTANT */
}

/* Ensure columns behave properly */
.industry-section .col-lg-3,
.industry-section .col-md-6 {
   display: flex;
    flex-direction: column;
}

.footer-section{

    background: var(--primary); /* 🔥 theme color */
    color: #ddd;
    padding: 70px 0 30px;
}

/* LOGO */
.footer-logo {
    width: 150px;
}

/* HEADING */
.footer-box h5 {
    color: #fff;
    margin-bottom: 20px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

/* SOCIAL */
.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}
.footer-social a:hover {
    background: var(--secondary);
}

/* TEXT */
.footer-box p {
    font-size: 14px;
    line-height: 1.6;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
}

/* BACKGROUND IMAGE + OVERLAY */
.footer-bg {
    position: relative;
    background: url('../img/magnet-bg.png') center/cover no-repeat;
    z-index: 1;
}

/* DARK OVERLAY */
.footer-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(92, 88, 190, 0.70); /* theme overlay */
    z-index: -1;
}

/* TEXT CLEAR */
.footer-section {
    color: #fff;
}

/* LINKS */
.footer-links a {
    color: rgba(255,255,255,0.8);
}
.footer-links a:hover {
    color: #fff;
}

/* SOCIAL */
.footer-social a {
    background: rgba(255,255,255,0.15);
}
.footer-social a:hover {
    background: var(--secondary);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-logo-img {
    max-width: 160px;
    height: auto;
    object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-logo-img {
        max-width: 130px;
    }
}

.footer-links ol, .footer-links ul {
    padding-left: 0;
    list-style: none;
}

.product-scroll-section {
    padding: 60px 0;
}

.product-block {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.product-block.active {
    background: #f5f5f5;
}

.sticky-image {
    position: sticky;
    top: 100px;
}
.logo img{
		height:110px;
	}

.navbar .navbar-brand{
		height:110px;
	}
#mainImage {
    transition: opacity 0.3s ease;
}
/* MOBILE FIX */
@media(max-width:767px){

    .sticky-image {
        display: none;
    }

    .product-block {
        background: #fff;
        border: 1px solid #eee;
    }

    .mobile-img img {
        width: 100%;
    }
	
	.logo img{
		height:75px;
	}
	.navbar .navbar-brand{
		height:80px;
	}

}

/* MOBILE CALL ICON */
.mobile-call-icon {
    display: none;
}

@media (max-width: 991px){

    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-call-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: #3bb77e;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        margin-left: auto;
        margin-right: 10px;
    }

    .mobile-call-icon:hover {
        background: #2a9d6f;
        color: #fff;
    }

    .navbar-toggler {
        order: 3;
    }

}

/* MOBILE TOPBAR */
.mobile-topbar {
    background: #5C58BE;
    color: #fff;
    font-size: 14px;
}

.mobile-topbar a {
    color: #fff;
    text-decoration: none;
}

.mobile-topbar .fa-phone-alt:before, .mobile-topbar .fa-phone-flip:before, .mobile-topbar .fa-envelope:before{
	 color: #fff;
	
}

.mobile-topbar i {
    color: #3bb77e;
}
.topbar-right a{
	color:#fff;
}
/* DESKTOP SAFE */
@media(min-width:992px){
    .mobile-topbar {
        display: none;
    }
}

.page-id-59 .industry-section{
	background: #fff;
}

.about-content h2, 
.about-content h3 {
    color: var(--primary);
    font-weight: 600;
}

.about-content ul li {
    padding: 5px 0;
}

.about-content hr {
    border-top: 1px solid #eee;
}


/* WHATSAPP FLOAT BUTTON */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: 0.3s;
}

/* ICON */
.whatsapp-float i {
    font-size: 20px;
}

/* TEXT */
.wa-text {
    font-weight: 500;
}

/* HOVER */
.whatsapp-float:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
}

/* MOBILE */
@media(max-width:767px){
    .wa-text {
        display: none;
    }

    .whatsapp-float {
        padding: 14px;
        border-radius: 50%;
    }
}

.whatsapp-float {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
/* WHATSAPP */
.whatsapp-float {
    bottom: 20px;
}

/* BACK TO TOP */
.back-to-top {
    bottom: 80px !important;
    right: 20px;
}

/* FULL WIDTH DROPDOWN */
.navbar .mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border: none;
    border-radius: 0;
    padding: 20px;
}

/* dropdown ko row banane ke liye */
.mega-menu li {
    list-style: none;
}

/* multi column layout */
.mega-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* each item */
.mega-menu li a {
    display: block;
    padding: 8px 10px;
	font-size: 14px;
}

/* optional: background */
.mega-menu {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}.mega-menu li {
    width: 26%; /* 4 column */
}

ul.dropdown-menu.mega-menu.w-100.start-0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}

.mobile-bottom-menu a {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.mobile-bottom-menu span {
    display: block;
    font-size: 12px;
}
.mobile-bottom-menu a:hover {
    color: #007bff;
}

/* DESKTOP NAVBAR STYLE */
@media (min-width: 992px) {

  .mega-menu li a {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;

    background: #4873B4; /* light bg */
    color: #fff;
    font-size: 14px;
    font-weight: 500;

    border: 1px solid #f1f1f1;
}

}
/* MOBILE VIEW */
@media (max-width: 768px) {

    .mega-menu {
        display: block !important;
        max-height: none;
        overflow: visible;
        padding: 10px;
    }

    .mega-menu li {
        width: 100% !important;
        border-bottom: 1px solid #eee;
    }

    .mega-menu li a {
        padding: 12px;
        font-size: 14px;
    }

}

.woocommerce ul.products li.product .btn {
    border-radius: 6px;
    font-size: 14px;
}

.btn-success {
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}
.sticky-cart {
    position: fixed;
    bottom: 50%;
    right: 20px;
    z-index: 9999;
}

.sticky-cart a {
    background: #007bff;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cart-count {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 14px;
}