* {
    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

/* Team Section Animated Background */
#team {
    position: relative;
    overflow: hidden;
}

#team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.team-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.team-shape {
    position: absolute;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    opacity: 0.12;
    animation: team-rotate-float 20s infinite ease-in-out;
}

.team-shape:nth-child(1) {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.25), rgba(247, 147, 30, 0.25));
    top: 5%;
    left: 3%;
    animation-duration: 25s;
}

.team-shape:nth-child(2) {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(147, 51, 234, 0.25));
    top: 15%;
    right: 8%;
    animation-duration: 30s;
    animation-delay: 5s;
}

.team-shape:nth-child(3) {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(59, 130, 246, 0.25));
    top: 40%;
    left: 10%;
    animation-duration: 28s;
    animation-delay: 8s;
}

.team-shape:nth-child(4) {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.25), rgba(249, 115, 22, 0.25));
    top: 35%;
    right: 25%;
    animation-duration: 32s;
    animation-delay: 3s;
}

.team-shape:nth-child(5) {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(236, 72, 153, 0.25));
    top: 60%;
    right: 12%;
    animation-duration: 27s;
    animation-delay: 10s;
}

.team-shape:nth-child(6) {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.25), rgba(52, 211, 153, 0.25));
    bottom: 25%;
    left: 5%;
    animation-duration: 29s;
    animation-delay: 6s;
}

.team-shape:nth-child(7) {
    width: 190px;
    height: 190px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.25), rgba(245, 158, 11, 0.25));
    top: 70%;
    left: 40%;
    animation-duration: 33s;
    animation-delay: 12s;
}

.team-shape:nth-child(8) {
    width: 240px;
    height: 240px;
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.25), rgba(236, 72, 153, 0.25));
    bottom: 10%;
    right: 20%;
    animation-duration: 26s;
    animation-delay: 4s;
}

.team-shape:nth-child(9) {
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(139, 92, 246, 0.25));
    top: 25%;
    left: 35%;
    animation-duration: 31s;
    animation-delay: 15s;
}

.team-shape:nth-child(10) {
    width: 210px;
    height: 210px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.25), rgba(6, 182, 212, 0.25));
    top: 80%;
    right: 5%;
    animation-duration: 34s;
    animation-delay: 7s;
}

.team-shape:nth-child(11) {
    width: 270px;
    height: 270px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.25), rgba(234, 88, 12, 0.25));
    top: 50%;
    left: 50%;
    animation-duration: 28s;
    animation-delay: 9s;
}

.team-shape:nth-child(12) {
    width: 195px;
    height: 195px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(124, 58, 237, 0.25));
    bottom: 40%;
    right: 35%;
    animation-duration: 30s;
    animation-delay: 11s;
}

@keyframes team-rotate-float {

    0%,
    100% {
        transform: rotate(0deg) translateY(0) translateX(0);
    }

    25% {
        transform: rotate(90deg) translateY(-40px) translateX(40px);
    }

    50% {
        transform: rotate(180deg) translateY(-60px) translateX(-30px);
    }

    75% {
        transform: rotate(270deg) translateY(30px) translateX(-50px);
    }
}

/* Keep content above shapes */
#team .section-title,
#team .product-tabs,
#team .tab-content {
    position: relative;
    z-index: 1;
}

.bg-shapes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    opacity: 0.15;
    animation: rotate-float 20s infinite ease-in-out;
}

.shape:nth-child(1) {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.3), rgba(247, 147, 30, 0.3));
    top: 10%;
    left: 5%;
    animation-duration: 25s;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(147, 51, 234, 0.3));
    top: 60%;
    right: 10%;
    animation-duration: 30s;
    animation-delay: 5s;
}

.shape:nth-child(3) {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(59, 130, 246, 0.3));
    bottom: 15%;
    left: 15%;
    animation-duration: 35s;
    animation-delay: 10s;
}

.shape:nth-child(4) {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(249, 115, 22, 0.3));
    top: 40%;
    right: 25%;
    animation-duration: 28s;
    animation-delay: 3s;
}

.shape:nth-child(5) {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.3), rgba(236, 72, 153, 0.3));
    top: 25%;
    right: 50%;
    animation-duration: 32s;
    animation-delay: 7s;
}

.shape:nth-child(6) {
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.3), rgba(52, 211, 153, 0.3));
    bottom: 30%;
    right: 5%;
    animation-duration: 27s;
    animation-delay: 12s;
}

@keyframes rotate-float {

    0%,
    100% {
        transform: rotate(0deg) translateY(0) translateX(0);
    }

    25% {
        transform: rotate(90deg) translateY(-30px) translateX(30px);
    }

    50% {
        transform: rotate(180deg) translateY(-50px) translateX(-20px);
    }

    75% {
        transform: rotate(270deg) translateY(20px) translateX(-40px);
    }
}

.cta-container,
section,
header,
footer {
    position: relative;
    z-index: 1;
}

.software-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    perspective: 1200px;
}

.computer-monitor {
    position: relative;
    bottom: 100px;
    background: linear-gradient(145deg, #5f5c5c, #524e4e);
    border-radius: 20px 20px 0 0;
    padding: 12px 12px 0;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
    border-bottom: none;
    z-index: 10;
}

.monitor-bezel {
    background: #000;
    border-radius: 12px 12px 0 0;
    padding: 0;
    box-shadow:
        0 5px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 0 2px rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.monitor-camera {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #1a1a1a;
    border-radius: 50%;
    z-index: 11;
    box-shadow:
        0 0 8px rgba(100, 150, 200, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 0.1);
}

.screen-area {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    background: #000;
    border-radius: 0;
    overflow: hidden;
}

.monitor-stand {
    position: relative;
    width: 100%;
    height: 0;
    background: transparent;
    margin: 0 auto;
}

.monitor-stand::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 80px;
    background: linear-gradient(180deg, #413e3e 0%, #2e2c2c 100%);
    clip-path: polygon(35% 0%, 65% 0%, 70% 100%, 30% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.monitor-stand::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 15px;
    background: linear-gradient(145deg, #302e2e, #353232);
    border-radius: 40% 40% 0 0 / 100% 100% 0 0;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.computer-monitor::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 35px;
    background: linear-gradient(145deg, #4b4848, #464545);
    border-radius: 0 0 15px 15px;
    border: 8px solid #464545;
    border-top: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

@media (max-width: 1000px) {
    .monitor-stand::after {
        width: 180px;
        height: 5px;
        bottom: 30px;
    }

    .monitor-stand::before {
        bottom: 35px;
        width: 150px;
        height: 30px;
    }
}

@media (max-width: 800px) {
    .software-mockup-wrapper {
        max-width: 300px;
        top: 70px;
    }
}


.wholesale-retail .screen-area {
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
    background-image: url('../package/11.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

.appliances-gadget .screen-area {
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.5);
    background-image: url('../package/12.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hardware-store .screen-area {
    box-shadow: 0 0 30px rgba(249, 115, 22, 0.5);
    background-image: url('../package/13.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pharmacy-store .screen-area {
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
    background-image: url('../package/14.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Product layout (keeping your existing structure) */
.product-list {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 8px 30px rgba(11, 129, 197, 0.12);
    transition: all 0.5s ease;
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(11, 129, 197, 0.25);
}

.product-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
}

.product-details {
    flex: 1;
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
}



.product-specs {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-size: 18px;
    line-height: 2;
}

.product-specs li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}

.product-specs li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e6a34b;
    font-weight: bold;
    font-size: 20px;
}

.product-price {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin: 30px 0;
    padding: 20px 40px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6f0 100%);
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(165, 3, 151, 0.15);
}


@media (min-width: 768px) {
    .product-item {
        flex-direction: row;
        padding: 60px;
    }

    .product-img {
        flex: 0 0 45%;
        margin: 0 30px 0 0;
    }

    .product-details {
        flex: 0 0 50%;
        text-align: left;
    }

    .product-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .product-item:nth-child(even) .product-img {
        margin: 0 0 0 30px;
    }

    .product-item:nth-child(even) .product-details {
        text-align: right;
    }
}

.hero-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-banner img {
    width: 100%;
    border: 6px solid white;
    display: block;
    animation: fadeInScale 1s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.contact-dropdown {
    width: 100%;
    text-align: center;
}

.dropdown-toggle {
    cursor: pointer;
    user-select: none;
    transition: 0.3s ease;
}

.dropdown-toggle:hover {
    transform: scale(1.03);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 10px;
}

.cta-container {
    position: relative;
    padding: 0 0 60px;
    z-index: 10;
}

.cta-card {
    max-width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, #f5875b, #ff36ff, #3225eb, #eb2525);
    background-size: 250% 250%;
    animation: gradientShiftCTA 5s ease-in-out infinite;
    border-radius: 0;
    padding: 70px 50px;
    box-shadow: 0 35px 90px rgba(255, 107, 53, 0.45);
    position: relative;
    min-height: 450px;
    overflow: hidden;
}

.cta-floating-boxes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.cta-floating-boxes .box {
    position: absolute;
    border-radius: 16px;
    opacity: 0.3;
    animation: float 12s ease-in-out infinite;
    filter: blur(2px);
    backdrop-filter: blur(4px);
    pointer-events: none !important;
}

.cta-content,
.cta-card .justify-content-end,
.cta-card .justify-content-start {
    position: relative;
    z-index: 10;
}

.cta-card .justify-content-end,
.cta-card .justify-content-start {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    z-index: 1;
    pointer-events: none;
}


.cta-card .justify-content-end {
    right: 0;
}

.cta-card .justify-content-start {
    left: 2;
}

.cta-card .justify-content-end img,
.cta-card .justify-content-start img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 1200px) {

    .cta-card .justify-content-end,
    .cta-card .justify-content-start {
        width: 35%;
    }
}

@media (max-width: 912px) {

    .cta-card .justify-content-end,
    .cta-card .justify-content-start {
        width: 35%;
        top: 400px;

    }
}

@media (max-width: 480px) {

    .cta-card .justify-content-end,
    .cta-card .justify-content-start {
        width: 40%;
    }
}

@media (max-width: 430px) {

    .cta-card .justify-content-end,
    .cta-card .justify-content-start {
        width: 50%;
        top: 320px;
    }
}



@keyframes gradientShiftCTA {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotateCTA 20s linear infinite;
}

@keyframes rotateCTA {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cta-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: pulseBadge 2s ease-in-out infinite;
}

@keyframes pulseBadge {

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

    50% {
        transform: scale(1.05);
    }
}

.cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    font-weight: 500;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-primary-cta,
.btn-secondary-cta {
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.btn-primary-cta {
    background: white;
    color: #ff6b35;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-primary-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #f7931e;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}

.btn-primary-cta:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary-cta:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-primary-cta span {
    position: relative;
    z-index: 1;
}

.btn-secondary-cta {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid white;
}

.btn-secondary-cta:hover {
    background: white;
    color: #ff6b35;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}


.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}

.contact-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.contact-value {
    font-size: 20px;
    color: white;
    font-weight: 700;
    word-break: break-word;
}

.trust-section {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
    text-align: center;
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.trust-number {
    font-size: 42px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trust-label {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.contact-cta {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 10;
    animation: slideUp 0.8s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 32px;
    }

    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-primary-cta,
    .btn-secondary-cta {
        width: 100%;
        padding: 16px 35px;
        font-size: 16px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-card {
        padding: 20px;
    }

    .contact-value {
        font-size: 18px;
    }

    .trust-badges {
        gap: 30px;
    }

    .trust-number {
        font-size: 36px;
    }

    .trust-label {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .cta-title {
        font-size: 28px;
    }

    .cta-badge {
        font-size: 12px;
        padding: 8px 20px;
    }

    .trust-badges {
        gap: 20px;
    }

    .trust-number {
        font-size: 32px;
    }
}

.contact-links {
    display: grid;
    gap: 15px;
    margin: 20px auto 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-content: center;
    font-size: 0.9rem;
}




.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #ffffff;
    transform: translateY(-2px);
    color: #1800ec;
    border-bottom: 2px solid rgb(0, 4, 255);
}

.copy-number {
    cursor: pointer;
}

.contact-item .sales {
    fill: #1E90FF !important;
}

.contact-item .support {
    fill: #004080 !important;
}

.contact-item .facebook {
    fill: #1877F2 !important;
}

.contact-item .gmail {
    fill: #D14836 !important;
}

.contact-item .message {
    fill: #0084FF !important;
}


.icon {
    width: 24px;
    height: 24px;
    transition: 0.2s ease;
}

#copy-tooltip {
    position: fixed;
    background: #eb8525;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.3s ease;
    z-index: 9999;
}

.contact-heading {
    font-weight: 800;
    font-size: 3.2rem;
    color: #fff;
    background: linear-gradient(135deg, #30d12a, #4dbef3);
    padding: 20px 50px;
    margin-bottom: 25px;
    border-radius: 22px;
    display: inline-block;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-subheading {
    font-weight: 800;
    color: #fff;
    font-size: 2.5rem;
    background: linear-gradient(135deg, #eb8525, #f7a363);
    margin-top: 20px;
    padding: 18px 45px;
    border-radius: 18px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    letter-spacing: 1px;
}

.demo-heading {
    font-size: 36px;
    margin-top: 40px;
    font-weight: bold;
    animation: colorChange 3s infinite, pulse 2s ease-in-out infinite;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

@keyframes colorChange {
    0% {
        color: #FF5733;
    }

    25% {
        color: #9b59b6;
    }

    50% {
        color: #3498db;
    }

    75% {
        color: #f39c12;
    }

    100% {
        color: #FF5733;
    }
}

@keyframes pulse {

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

    50% {
        transform: scale(1.05);
    }
}

.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 0 20px;
}

.tab-button {
    padding: 18px 50px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
    border: 3px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Trebuchet MS", sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.tab-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.tab-button:hover::before {
    left: 100%;
}

.tab-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(124, 114, 67, 0.623);
    border-color: #d67f73;
}

.tab-button.active {
    background: linear-gradient(135deg, #bb1c1c, #d67f73);
    color: white;
    border-color: #d67f73;
    box-shadow: 0 8px 25px rgba(124, 114, 67, 0.623);
    transform: translateY(-2px);
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-list {
    width: 100%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 8px 30px rgba(11, 129, 197, 0.12);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f50707, #4652c2, #2ff52f);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.product-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(11, 129, 197, 0.25);
}

.product-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

.product-img img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.product-item:hover .product-img img {
    transform: scale(1.08) rotate(2deg);
}



.product-details {
    flex: 1;
    text-align: center;
    font-family: "Trebuchet MS", sans-serif;
}

.product-name {
    background: linear-gradient(135deg, #54d448, #2825d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 28px;
    margin-bottom: 25px;
    font-family: "Tw Cen MT", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.product-name::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #54d448, #2825d8);
    border-radius: 2px;
}

.product-specs {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-size: 18px;
    line-height: 2;
}

.product-specs li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    transition: all 0.3s ease;
}

.product-specs li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e64b4b;
    font-weight: bold;
    font-size: 20px;
    animation: checkBounce 0.5s ease;
}

@keyframes checkBounce {

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

    50% {
        transform: scale(1.2);
    }
}

.product-specs li:hover {
    color: #e64b4b;
    transform: translateX(5px);
}

.product-price {
    font-size: 32px;
    font-weight: bold;
    color: #2c3e50;
    margin: 30px 0;
    padding: 20px 40px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe6f0 100%);
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(165, 3, 151, 0.15);
    position: relative;
    overflow: hidden;
}

.product-price::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.btn-demo {
    background: linear-gradient(135deg, #e21d1d 0%, #ce7474 100%);
    color: white;
    border: none;
    padding: 18px 50px;
    font-size: 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(11, 129, 197, 0.35);
    font-weight: bold;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
}

.btn-demo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-demo:hover::before {
    width: 300px;
    height: 300px;
}

.btn-demo:hover {
    background: linear-gradient(135deg, #ff0000 0%, #e23f3f 100%);
    box-shadow: 0 15px 40px rgba(11, 129, 197, 0.5);
    transform: translateY(-5px);
}

.btn-demo:active {
    transform: translateY(-2px);
}

.btn-quotation {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #971fce 0%, #26c4e0 100%);
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(11, 129, 197, 0.3);
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-quotation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.btn-quotation:hover::before {
    left: 100%;
}

.btn-quotation:hover {
    background: linear-gradient(135deg, #26c4e0 0%, #971fce 100%);
    color: white;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 40px rgba(165, 3, 151, 0.45);
}

.pricing-summary {
    width: 100%;
    max-width: 1280px;
    margin: 80px auto 40px;
    padding: 60px 40px;
    background: linear-gradient(135deg, #c91ac9 0%, #295adf 100%);
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(201, 52, 26, 0.35);
    position: relative;
    overflow: hidden;
}

.pricing-summary::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        scale: calc(0.5);
    }
}

.pricing-summary h3 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "Trebuchet MS", sans-serif;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.pricing-card {
    background: white;
    padding: 45px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #c91ac9, #2954df, #c91ac9);
    background-size: 200% 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.pricing-card:hover::before {
    transform: scaleX(1);
    animation: gradientShift 2s ease infinite;
}

.pricing-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(201, 52, 26, 0.1), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    border-radius: 50%;
}

.pricing-card:hover::after {
    width: 500px;
    height: 500px;
}

.pricing-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.pricing-card h4 {
    color: #c91a1a;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.price-range {
    font-size: 34px;
    font-weight: bold;
    color: #2c3e50;
    margin: 25px 0;
    background: linear-gradient(135deg, #1a26c9, #df2929);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.price-desc {
    color: #7f8c8d;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.placeholder-img {
    background: linear-gradient(135deg, #ce1f1f 0%, #e08926 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    min-height: 350px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.35);
    position: relative;
    overflow: hidden;
}

.placeholder-img::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmerDiagonal 3s linear infinite;
}

@keyframes shimmerDiagonal {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#header {
    border-bottom: 1px solid #e7bf90;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 8px 30px;
    min-height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.logo-png {
    zoom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.logo-png:hover {
    transform: scale(1.05);
}

.float-button {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #427fc0, #2563eb);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(66, 127, 192, 0.5);
    z-index: 1000;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: floatBounce 3s ease-in-out infinite;
}

@keyframes floatBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.float-button:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0 15px 45px rgba(66, 127, 192, 0.7);
    animation: none;
}

.float-button img {
    max-width: 70px;
    transition: transform 0.3s ease;
}

.float-button:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
    .product-item {
        flex-direction: row;
        padding: 60px;
    }

    .product-item-reverse {
        flex-direction: row-reverse;
    }

    .product-img {
        flex: 0 0 40%;
        margin: 0 50px;
    }

    .product-details {
        flex: 0 0 55%;
        text-align: left;
    }

    .product-item-reverse .product-details {
        text-align: right;
    }

    .product-name::after {
        left: 0;
        transform: none;
    }

    .product-item-reverse .product-name::after {
        left: auto;
        right: 0;
    }

    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    .product-img {
        margin: 0 70px;
    }

    .product-details {
        font-size: 19px;
    }

    .product-name {
        font-size: 36px;
    }

    .product-specs {
        font-size: 21px;
    }

    .product-price {
        font-size: 34px;
    }

    @media only screen and (min-width: 1024px) {
        .pricing-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            /* This makes it flexible */
            gap: 30px;
        }
    }
}

@media (max-width: 767px) {
    #header .container {
        justify-content: center;
        height: 50px;
    }

    #header .logo {
        text-align: center;
        zoom: 80%;
    }

    .section-title h2 {
        font-size: 26px;
        color: #df1818;
    }

    .section-title h2::before,
    .section-title h2::after {
        display: none;
    }

    .contact-cta {
        margin-top: 30px;
    }

    .contact-heading {
        font-size: 24px;
        padding: 12px 20px;
    }

    .contact-subheading {
        font-size: 18px;
        margin-top: 10px;
        padding: 12px 20px;
    }

    .demo-heading {
        font-size: 30px;
        margin-top: 20px;
    }

    .customer-display-img img {
        margin-top: 0;
        margin-left: 0;
    }

    .product-list {
        padding: 30px 15px;
    }

    .product-item {
        padding: 30px 20px;
    }

    .product-name {
        font-size: 24px;
    }

    .product-specs {
        font-size: 16px;
    }

    .product-price {
        font-size: 26px;
        padding: 15px 30px;
    }

    .pricing-summary {
        padding: 40px 20px;
        margin: 60px auto 30px;
    }

    .pricing-summary h3 {
        font-size: 28px;
    }

    .pricing-card {
        padding: 35px 25px;
    }

    .pricing-card h4 {
        font-size: 24px;
    }

    .price-range {
        font-size: 26px;
    }

    .price-desc {
        font-size: 15px;
    }

    .float-button {
        bottom: 70px;
        right: 15px;
        width: 65px;
        height: 65px;
    }

    .float-button img {
        max-width: 65px;
    }

    .btn-demo {
        padding: 16px 40px;
        font-size: 18px;
    }

    .btn-quotation {
        padding: 14px 35px;
        font-size: 16px;

    }

    .tab-button {
        padding: 15px 35px;
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .contact-heading {
        font-size: 15px;
        padding: 8px 15px;
        width: auto;
    }
}

.clients .col-lg-2:nth-child(odd) img {
    animation: float1 4s ease-in-out infinite;
}

.clients .col-lg-2:nth-child(even) img {
    animation: float2 5s ease-in-out infinite;
}

@keyframes float1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.header-title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(90deg, #FF4E50, #F9D423);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: -10px;
    letter-spacing: 2px;
    transform: scale(1.05);
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .header-title {
        font-size: 2rem;
        margin: 20px 0;
    }
}

a span {
    color: unset;
    font-weight: 700;
    font-size: medium;
}