/********** Template CSS **********/
:root {
    --primary: #111111;
    --light: #F6F7F8;
    --dark: #1A2A36;
    --bs-primary: var(--primary);
}

/* --- Bootstrap Primary Color Overrides --- */
.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #FFFFFF !important;
}

.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFFFFF !important;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.fw-medium {
    font-weight: 500 !important;
}

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

.fw-black {
    font-weight: 900 !important;
}

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


/*** 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 {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.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;
}

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

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    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;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: transparent;
}

.header-carousel .owl-carousel-item {
    position: relative;
    background: #000000;
}

.slide-wrapper {
    background: #000000;
    min-height: 580px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* ── Left text panel ── */
.slide-text-col {
    padding: 60px 50px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

/* Badge */
.slide-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Title */
.slide-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
}

/* Accent (highlight word) */
.slide-accent {
    color: #73bbb7;
}

/* Description */
.slide-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 420px;
}

/* Feature tags row */
.slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.slide-tags span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #d1d5db;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 12.5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.slide-tags span i {
    color: #73bbb7;
    font-size: 11px;
}

/* Buttons */
.slide-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-slide-primary {
    display: inline-block;
    background: #ffffff;
    color: rgb(65, 61, 61);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.btn-slide-primary:hover {
    background: #73bbb7;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(115, 187, 183, 0.35);
}

.btn-slide-outline {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-slide-outline:hover {
    border-color: #73bbb7;
    color: #73bbb7;
    background: rgba(115, 187, 183, 0.08);
}

/* ── Right image panel ── */
.slide-img-col {
    padding: 0;
    overflow: hidden;
    height: 580px;
    display: flex;
    align-items: stretch;
}

.slide-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Responsive */
@media (max-width: 991.98px) {
    .slide-wrapper {
        min-height: auto;
    }

    .slide-img-col {
        height: 240px;
        order: -1;
    }

    .slide-text-col {
        padding: 36px 24px;
        text-align: center;
        align-items: center;
    }

    .slide-title {
        font-size: 1.9rem;
    }

    .slide-desc {
        font-size: 0.9rem;
    }

    .slide-tags,
    .slide-btns {
        justify-content: center;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(3, 44, 51, 0.8) 100%), url(../img/page-header.png) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #73bbb7;
    position: relative;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(74, 222, 128, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

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


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

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


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 20px;
    overflow: hidden;
}

.portfolio-img img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: .5s;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** 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);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    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: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* --- Wyre Network / Partner Styles --- */
.tb-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.tb-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.tb-pill {
    display: inline-block;
    background: #E6E6E6;
    color: #000000;
    font-size: .68rem;
    font-weight: 700;
    padding: .28rem .85rem;
    border-radius: 99px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .75rem;
}

.tb-h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 .5rem;
}

.tb-sub {
    color: #9ca3af;
    font-size: .9rem;
    margin: 0;
}

.tb-label {
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 1.1rem;
}

/* marquee */
.tb-track-outer {
    position: relative;
    overflow: hidden;
}

.tb-fade-l {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    background: linear-gradient(to right, #fff 60%, transparent);
    z-index: 2;
    pointer-events: none;
}

.tb-fade-r {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    background: linear-gradient(to left, #fff 60%, transparent);
    z-index: 2;
    pointer-events: none;
}

.tb-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: tb-scroll 26s linear infinite;
    padding: 0.5rem 0;
}

.tb-track:hover {
    animation-play-state: paused;
}

@keyframes tb-scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* logo card – borderless, subtle bg */
.tb-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 12px;
    width: 158px;
    height: 76px;
    flex-shrink: 0;
    transition: background .25s, transform .25s, box-shadow .25s;
}

.tb-card:hover {
    background: #F2F2F2;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(22, 163, 74, .12);
}

.tb-card img {
    max-height: 40px;
    max-width: 112px;
    width: auto;
    object-fit: contain;
}

/* vendor row */
.tb-vrow {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.tb-vcrd {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 12px;
    width: 190px;
    height: 84px;
    flex-shrink: 0;
    transition: background .25s, transform .25s, box-shadow .25s;
}

.tb-vcrd:hover {
    background: #F2F2F2;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(22, 163, 74, .12);
}

.tb-vcrd img {
    max-height: 46px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
}

/* divider */
.tb-divider {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin: 2.25rem 0 1.75rem;
}

.tb-divider::before,
.tb-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #f1f5f9;
}

.tb-divider span {
    font-size: .68rem;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
}

/*** Instagram follow stack ***/
.insta-stack {
    position: relative;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta-stack img {
    position: absolute;
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    border: 6px solid #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    transition: .4s;
}

.insta-stack img:nth-child(1) {
    transform: rotate(-8deg) translateX(-155px);
    z-index: 1;
}

.insta-stack img:nth-child(2) {
    transform: rotate(2deg);
    width: 262px;
    height: 262px;
    z-index: 3;
}

.insta-stack img:nth-child(3) {
    transform: rotate(9deg) translateX(155px);
    z-index: 2;
}

.insta-stack:hover img:nth-child(1) {
    transform: rotate(-10deg) translateX(-175px);
}

.insta-stack:hover img:nth-child(3) {
    transform: rotate(11deg) translateX(175px);
}

@media (max-width: 575px) {
    .insta-stack img:nth-child(1) {
        transform: rotate(-8deg) translateX(-100px);
        width: 165px;
        height: 165px;
    }

    .insta-stack img:nth-child(2) {
        width: 190px;
        height: 190px;
    }

    .insta-stack img:nth-child(3) {
        transform: rotate(9deg) translateX(100px);
        width: 165px;
        height: 165px;
    }
}

/*** Topbar accent icons (Wyre gold) ***/
.container-fluid.bg-primary .fa,
.container-fluid.bg-primary .far,
.container-fluid.bg-primary .fab {
    color: #FFFFFF !important;
}

/*** Compact page header ***/
.page-header {
    padding: 0 !important;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.page-header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*** OEM product card header (logo on gradient) ***/
.oem-card-bg {
    height: 210px;
    padding: 24px;
    background: linear-gradient(135deg, #F2F2F2 0%, #CFCFCF 100%);
}

.oem-card-bg img {
    max-width: 66%;
    max-height: 62%;
    object-fit: contain;
}

/*** OEM card icon (override) ***/
.oem-card-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #CFCFCF 0%, #555555 100%);
}

.oem-card-bg i {
    font-size: 4.5rem;
    color: #ffffff;
}

/*** OEM card product image ***/
.oem-card-bg img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/*** OEM card header: light neutral for product images + green icons ***/
.oem-card-bg {
    background: #F4F8F5 !important;
    border-bottom: 1px solid #E6EFE9;
}

.oem-card-bg i {
    color: var(--primary) !important;
}

/*** OEM card border ***/
.service-item {
    border: 1px solid #E3EBE6;
}

.service-item:hover {
    border-color: var(--primary);
}

/*** OEM card: white header for direct product images ***/
.oem-card-bg {
    background: #ffffff !important;
    border-bottom: 1px solid #ECECEC;
}

.oem-card-bg {
    background: #ffffff !important;
}

.oem-card-bg img {
    max-width: 96%;
    max-height: 96%;
}

/*** OEM card: minimal padding, image fills header ***/
.oem-card-bg {
    padding: 6px !important;
    height: 200px;
}

.oem-card-bg img {
    max-width: 100% !important;
    max-height: 100% !important;
}

/*** Team member photos (passport / headshot) ***/
.team-item img {
    height: 340px;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 575px) {
    .team-item img {
        height: 300px;
    }
}

/*** Instagram cards: landscape to fit product tiles (override) ***/
.insta-stack {
    min-height: 300px;
}

.insta-stack img {
    width: 320px;
    height: 214px;
    object-fit: cover;
    border-radius: 16px;
    border: 6px solid #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.insta-stack img:nth-child(1) {
    transform: rotate(-5deg) translateX(-110px);
    width: 320px;
    height: 214px;
    z-index: 1;
}

.insta-stack img:nth-child(2) {
    transform: rotate(2deg);
    width: 360px;
    height: 240px;
    z-index: 3;
}

.insta-stack img:nth-child(3) {
    transform: rotate(6deg) translateX(110px);
    width: 320px;
    height: 214px;
    z-index: 2;
}

.insta-stack:hover img:nth-child(1) {
    transform: rotate(-7deg) translateX(-130px);
}

.insta-stack:hover img:nth-child(3) {
    transform: rotate(8deg) translateX(130px);
}

@media (max-width: 575px) {
    .insta-stack img {
        width: 210px;
        height: 140px;
    }

    .insta-stack img:nth-child(1) {
        transform: rotate(-5deg) translateX(-70px);
        width: 200px;
        height: 134px;
    }

    .insta-stack img:nth-child(2) {
        width: 230px;
        height: 154px;
    }

    .insta-stack img:nth-child(3) {
        transform: rotate(6deg) translateX(70px);
        width: 200px;
        height: 134px;
    }
}

/*** Instagram cards: shift right so they don't overlap heading (override) ***/
.insta-stack {
    position: relative;
    justify-content: center;
    overflow: visible;
}

.insta-stack img:nth-child(1) {
    transform: rotate(-5deg) translateX(-45px);
    width: 300px;
    height: 200px;
}

.insta-stack img:nth-child(2) {
    transform: rotate(2deg) translateX(55px);
    width: 340px;
    height: 227px;
}

.insta-stack img:nth-child(3) {
    transform: rotate(6deg) translateX(155px);
    width: 300px;
    height: 200px;
}

.insta-stack:hover img:nth-child(1) {
    transform: rotate(-7deg) translateX(-65px);
}

.insta-stack:hover img:nth-child(3) {
    transform: rotate(8deg) translateX(175px);
}

@media (max-width: 575px) {
    .insta-stack img:nth-child(1) {
        transform: rotate(-5deg) translateX(-55px);
        width: 190px;
        height: 127px;
    }

    .insta-stack img:nth-child(2) {
        transform: rotate(2deg) translateX(20px);
        width: 220px;
        height: 147px;
    }

    .insta-stack img:nth-child(3) {
        transform: rotate(6deg) translateX(85px);
        width: 190px;
        height: 127px;
    }
}

/*** Instagram section connects into footer (cards bridge into dark) ***/
.insta-stack {
    margin-bottom: -60px;
}

@media (max-width: 575px) {
    .insta-stack {
        margin-bottom: -30px;
    }
}

/*** Instagram follow stack ***/
.insta-section {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    background: #ffffff;
    position: relative;
    overflow: visible !important; /* Allow premium hover scaling to pop out */
}

.insta-stack {
    position: relative;
    min-height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    overflow: visible !important;
}

.insta-stack img {
    position: absolute;
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Base stack layout with clean rotations and spacing */
.insta-stack img:nth-child(1) {
    transform: rotate(-6deg) translateX(-130px) !important;
    z-index: 1;
}

.insta-stack img:nth-child(2) {
    transform: rotate(0deg) !important;
    width: 260px;
    height: 260px;
    z-index: 3;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.insta-stack img:nth-child(3) {
    transform: rotate(6deg) translateX(130px) !important;
    z-index: 2;
}

/* Spread stack layout when hovering the stack area */
.insta-stack:hover img:nth-child(1) {
    transform: rotate(0deg) translateX(-240px) scale(1.02) !important;
    z-index: 6;
}

.insta-stack:hover img:nth-child(2) {
    transform: rotate(0deg) scale(1.05) !important;
    z-index: 8;
}

.insta-stack:hover img:nth-child(3) {
    transform: rotate(0deg) translateX(240px) scale(1.02) !important;
    z-index: 7;
}

/* Pop out layout when hovering a specific card */
.insta-stack:hover img:nth-child(1):hover {
    transform: rotate(0deg) translateX(-240px) scale(1.15) !important;
    z-index: 10 !important;
    box-shadow: 0 20px 45px rgba(52, 142, 56, 0.28) !important;
    border-color: #348E38 !important;
}

.insta-stack:hover img:nth-child(2):hover {
    transform: rotate(0deg) scale(1.18) !important;
    z-index: 10 !important;
    box-shadow: 0 20px 45px rgba(52, 142, 56, 0.28) !important;
    border-color: #348E38 !important;
}

.insta-stack:hover img:nth-child(3):hover {
    transform: rotate(0deg) translateX(240px) scale(1.15) !important;
    z-index: 10 !important;
    box-shadow: 0 20px 45px rgba(52, 142, 56, 0.28) !important;
    border-color: #348E38 !important;
}

/*** Footer background (black theme) ***/
.container-fluid.bg-dark.footer {
    background: #111111 !important;
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .insta-section {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
        overflow: visible !important;
    }
    .insta-stack {
        min-height: 320px !important;
        margin-top: 30px !important;
        overflow: visible !important;
    }
    
    /* Medium screens (tablets) spread layout */
    .insta-stack img {
        width: 190px !important;
        height: 190px !important;
    }
    .insta-stack img:nth-child(1) {
        transform: rotate(-6deg) translateX(-100px) !important;
    }
    .insta-stack img:nth-child(2) {
        width: 210px !important;
        height: 210px !important;
    }
    .insta-stack img:nth-child(3) {
        transform: rotate(6deg) translateX(100px) !important;
    }
    
    .insta-stack:hover img:nth-child(1) {
        transform: rotate(0deg) translateX(-175px) scale(1.02) !important;
    }
    .insta-stack:hover img:nth-child(2) {
        transform: rotate(0deg) scale(1.05) !important;
    }
    .insta-stack:hover img:nth-child(3) {
        transform: rotate(0deg) translateX(175px) scale(1.02) !important;
    }
    
    .insta-stack:hover img:nth-child(1):hover {
        transform: rotate(0deg) translateX(-175px) scale(1.12) !important;
        z-index: 10 !important;
        box-shadow: 0 15px 35px rgba(52, 142, 56, 0.25) !important;
        border-color: #348E38 !important;
    }
    .insta-stack:hover img:nth-child(2):hover {
        transform: rotate(0deg) scale(1.15) !important;
        z-index: 10 !important;
        box-shadow: 0 15px 35px rgba(52, 142, 56, 0.25) !important;
        border-color: #348E38 !important;
    }
    .insta-stack:hover img:nth-child(3):hover {
        transform: rotate(0deg) translateX(175px) scale(1.12) !important;
        z-index: 10 !important;
        box-shadow: 0 15px 35px rgba(52, 142, 56, 0.25) !important;
        border-color: #348E38 !important;
    }
}

@media (max-width: 767px) {
    /* Mobile devices: convert stacked overlapping cards into a clean horizontal swipe gallery */
    .insta-stack {
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        align-items: center !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        min-height: 250px !important;
        padding: 20px 15px !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .insta-stack::-webkit-scrollbar {
        height: 6px;
    }
    .insta-stack::-webkit-scrollbar-thumb {
        background-color: rgba(52, 142, 56, 0.2);
        border-radius: 4px;
    }
    .insta-stack img {
        position: relative !important;
        width: 190px !important;
        height: 190px !important;
        margin-right: 15px !important;
        flex: 0 0 auto !important;
        transform: none !important;
        scroll-snap-align: center !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
        border: 4px solid #ffffff !important;
        border-radius: 16px !important;
    }
    .insta-stack img:nth-child(1),
    .insta-stack img:nth-child(2),
    .insta-stack img:nth-child(3) {
        transform: none !important;
        width: 190px !important;
        height: 190px !important;
        z-index: auto !important;
    }
    .insta-stack:hover img:nth-child(1),
    .insta-stack:hover img:nth-child(2),
    .insta-stack:hover img:nth-child(3) {
        transform: none !important;
    }
    .insta-stack:hover img:nth-child(1):hover,
    .insta-stack:hover img:nth-child(2):hover,
    .insta-stack:hover img:nth-child(3):hover {
        transform: scale(1.05) !important;
        box-shadow: 0 10px 25px rgba(52, 142, 56, 0.2) !important;
        border-color: #348E38 !important;
    }
}

/*** Topbar Ticker Marquee ***/
.ticker-container {
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    background: transparent;
    user-select: none;
}

.ticker-container:hover .ticker-scroll {
    animation-play-state: paused;
}

.ticker-scroll {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    min-width: 100%;
    animation: ticker-scroll-left 30s linear infinite;
}

.ticker-item {
    padding: 0 15px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.ticker-bullet {
    display: flex;
    align-items: center;
}

.ticker-bullet i {
    color: #2e639e !important;
    /* matches Wyre Innovations green accent color */
}

@keyframes ticker-scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*** Navbar Login Button ***/
.navbar a.btn-login {
    background: #FFFFFF !important;
    color: var(--dark) !important;
    border: 1.5px solid var(--dark) !important;
    font-weight: 500;
    font-size: 14px;
    height: 42px !important;
    padding: 0 22px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.navbar a.btn-login:hover {
    background: var(--dark) !important;
    color: #FFFFFF !important;
    border-color: var(--dark) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.navbar .btn-search {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar .btn-search:hover {
    color: var(--primary) !important;
    transform: scale(1.15);
}

/*** Chatbot Widget ***/
.chatbot-trigger {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e639e, #73bbb7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1050;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.chatbot-trigger:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.chatbot-trigger i {
    transition: transform 0.3s ease;
}

.chatbot-trigger.active i {
    transform: rotate(90deg);
}

.chatbot-window {
    position: fixed;
    bottom: 105px;
    right: 30px;
    width: 360px;
    height: 600px;
    max-height: calc(100vh - 140px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1050;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.chatbot-window.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.chatbot-header {
    background: linear-gradient(135deg, #2e639e, #73bbb7);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.chatbot-header-profile {
    display: flex;
    align-items: center;
}

.chatbot-header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    color: #2e639e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 12px;
}

.chatbot-header-info {
    display: flex;
    flex-direction: column;
}

.chatbot-header-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
}

.chatbot-header-status {
    font-size: 11px;
    color: #e6efe9;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.chatbot-status-dot {
    background: #4ade80;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.chatbot-header-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-header-close:hover {
    opacity: 1;
}

.chatbot-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #F6F7F8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    scroll-behavior: smooth;
}

.chatbot-body::-webkit-scrollbar {
    width: 6px;
}

.chatbot-body::-webkit-scrollbar-track {
    background: transparent;
}

.chatbot-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.chat-msg {
    display: flex;
    gap: 10px;
    max-width: 85%;
    align-items: flex-end;
}

.chat-msg.bot {
    align-self: flex-start;
    flex-direction: row;
}

.chat-msg.user {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.chat-msg-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chat-msg.bot .chat-msg-avatar {
    background: #2e639e;
    color: #ffffff;
    font-size: 12px;
}

.chat-msg.user .chat-msg-avatar {
    background: #e2e8f0;
    overflow: hidden;
}

.chat-msg.user .chat-msg-avatar i {
    color: #64748b;
    font-size: 14px;
}

.chat-msg-bubble-container {
    display: flex;
    flex-direction: column;
}

.chat-msg-bubble {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.chat-msg.bot .chat-msg-bubble {
    background: #ffffff;
    color: #1A2A36;
    border: 1px solid #e2ebe5;
    border-bottom-left-radius: 2px;
}

.chat-msg.user .chat-msg-bubble {
    background: #2e639e;
    color: #ffffff;
    border-bottom-right-radius: 2px;
}

.chat-msg-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    font-size: 10px;
    color: #94a3b8;
    margin-top: 4px;
}

.chat-msg.user .chat-msg-meta {
    color: rgba(255, 255, 255, 0.7);
}

.chat-msg.user .chat-msg-meta i {
    color: #ffffff;
    opacity: 0.8;
}

.chat-msg-actions {
    display: flex;
    gap: 8px;
    margin-top: 5px;
    font-size: 11px;
    color: #94a3b8;
}

.chat-msg-actions i {
    cursor: pointer;
    transition: color 0.2s;
}

.chat-msg-actions i:hover {
    color: #2e639e;
}

.chatbot-options {
    padding: 10px 15px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
}

.chatbot-options::-webkit-scrollbar {
    height: 4px;
}

.chatbot-options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
}

.chatbot-option-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 11px;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}

.chatbot-option-btn:hover {
    background: #e6efe9;
    border-color: #2e639e;
    color: #2e639e;
}

.chatbot-footer {
    padding: 12px 15px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatbot-input {
    flex: 1;
    border: none;
    outline: none;
    background: #f1f5f9;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #1e293b;
}

.chatbot-send-btn {
    background: none;
    border: none;
    color: #2e639e;
    font-size: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    padding: 0;
}

.chatbot-send-btn:hover {
    background: #e0f2fe;
    color: #2e639e;
}

.chat-typing-indicator {
    display: flex;
    gap: 4px;
    padding: 4px 0;
}

.chat-typing-dot {
    width: 6px;
    height: 6px;
    background: #2e639e;
    border-radius: 50%;
    animation: typing-bounce 1.4s infinite ease-in-out both;
}

.chat-typing-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.chat-typing-dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes typing-bounce {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

@media (max-width: 576px) {
    .chatbot-window {
        width: calc(100% - 30px);
        right: 15px;
        left: 15px;
        bottom: 95px;
        height: calc(100vh - 120px);
    }

    .chatbot-trigger {
        bottom: 20px;
    }
}

.product-banner-img {
    max-height: 350px !important;
    object-fit: contain;
}