.services-section {
    background: linear-gradient(135deg, #2E3192, #1BFFFF);
    background: linear-gradient(to right, #000428, #004e92);
    animation: gradientAnimation 10s ease infinite;
    min-height: 100vh;
    padding-top: 50px;
    color: #fff;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.service-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}

.service-icon img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


.btn-enquiry {
    /* background-color: #ff4081; */
    background-color: #585456;
    color: #fff;
    transition: transform 0.3s ease;
}

.btn-enquiry:hover {
    transform: scale(1.1);
    /* box-shadow: 0 4px 15px rgba(255, 64, 129, 0.5); */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.btn-details {
    background-color: #00c853;
    color: #fff;
    transition: transform 0.3s ease;
}

.btn-details:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 200, 83, 0.5);
}
/* .modal-content {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
} */
.service-title{
    /* text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2); */
    text-shadow: 2px 2px 10px rgba(15, 1, 1, 0.2);
    animation: glow 1.5s infinite alternate;
}

/* .carousel-item img {
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
} */


.price {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 1rem;
}

.new-price {
    color: white;
    /* color: #ff4081; */
    font-size: 1.5rem;
    font-weight: bold;
    /* animation: glow 1s infinite alternate; */
    animation: none; 
}
.discount-offer {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    /* color: #3b0000; */
    /* #3b0000 */
    /* color: #ff9800; */
    background: rgba(255, 152, 0, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.modeldiscount-offer{
    color: #3b0000;
}
.animated-modal {
    animation: fadeInUp 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.glowing-img {
    /* border-radius: 10px; */
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
}

.glowing-img:hover {
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.8);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}



.referral-section {
    text-align: center;
    margin-top: 15px;
    color: black;
}

.referral-input {
    padding: 8px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn-apply-code {
    background: #ff4081;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-apply-code:hover {
    background: #d81b60;
    transform: scale(1.05);
}

.animated-price{
    color: black;
}

.pulse-offer {
    font-size: 1.2rem;
    font-weight: bold;
    /* color: #ff3d00; */
    color: #28a745;
    text-align: center;
    display: inline-block;
    animation: pulse-fixed 1.5s infinite;

    overflow: hidden;

    white-space: nowrap;

    max-width: 100%;

}


@keyframes pulse-fixed {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }


    100% {
        transform: scale(1);
    }
}



.price {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 1rem;
}





.stock-status {
    font-size: 1rem;
    font-weight: bold;
    color: #28a745;
    animation: bounce 1s infinite alternate;
}


.time-remaining {
    font-size: 1rem;
    font-weight: bold;
    color: #1976d2;
    background: rgba(25, 118, 210, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}


/* .animated-button {
    background: linear-gradient(45deg, #ff4081, #000000);
    transition: transform 0.3s ease;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0px 5px 15px rgba(255, 64, 129, 0.4);
} */
.animated-buttonBuyNow{
    background-color: #585456;
    color: #fff;
    transition: transform 0.3s ease;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0px 5px 15px rgba(255, 64, 129, 0.4);
}

.animated-button:hover {
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(255, 64, 129, 0.6);
}


@keyframes glow {
    from {
        text-shadow: 0px 0px 10px #ff4081;
    }

    to {
        text-shadow: 0px 0px 20px #ff3d00;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.product-name-container {
    text-align: center;
    padding: 15px;
    /* background: linear-gradient(135deg, #ff416c, #ff4b2b); */
    background: linear-gradient(135deg, #8b5429, #a13636);
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
    animation: glow 1.5s infinite alternate;
}




.feature-heading {
    font-size: 1.4rem;
    color: #ff4081;
    text-align: center;
    margin-bottom: 10px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: fadeIn 1s ease-in-out;
}

.feature-list li {
    font-size: 1.1rem;
    margin: 10px 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;

    transition: 0.3s ease-in-out;
}


.feature-list li:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 10px #ff4081;
    }

    to {
        text-shadow: 0px 0px 20px #ff3d00;
    }
}

.features-container {
    background: rgba(255, 255, 255, 0.1);
    /* background: rgba(0, 0, 0, 0.05); */
    border-radius: 15px;
    padding: 20px;
    backdrop-filter: blur(10px);
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.features-card {
    background: #fff;
    color: black;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.features-card h5 {
    font-size: 1.5rem;
    text-align: center;
    color: #333;
}




.offer-section {
    text-align: center;
    padding: 15px;
    /* background: rgba(255, 165, 0, 0.1); */
    background-color: #ffffff;
    border-radius: 10px;
}



.extra-offer {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    /* color: #ff5722; */
    color: black;
}

.referral-section {
    margin-top: 15px;
    text-align: center;
}

/* .modal-content {
    background: linear-gradient(to right, #000428, #004e92);
    color: white;
} */

.referral-input {
    padding: 8px;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn-apply-code {
    /* background: #ff4081; */
    background: #252450;   
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-apply-code:hover {
    background: #100f1b;  
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .features-card {
        padding: 15px;
    }

    .features-card h5 {
        font-size: 1.3rem;
    }

    .feature-list li {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .features-card {
        padding: 10px;
    }

    .features-card h5 {
        font-size: 1.1rem;
    }

    .feature-list li {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}