/* General Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, li, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Header Styles */
h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
}

.heading-section {
    margin-top: 20px;
}

/* Section Styling */
.ftco-section {
    padding: 40px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ftco-section:hover {
    transform: scale(1.02);
}

/* Pricing Entry Styling */
.pricing-entry {
    background: #ffdd99;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pricing-entry .bg-primary {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border-radius: 8px;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff5722;
}

.per {
    font-size: 0.9rem;
    color: #666;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #007bff;
}

.btn-danger {
    background-color: #dc3545;
}

.btn:hover {
    opacity: 0.9;
}

/* Image Styling */
.rounded-circle {
    border-radius: 50%;
    object-fit: cover;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
}

.card-text {
    font-size: 0.95rem;
    color: #555;
}

/* Why You Need Section */
.whyservicing {
    padding: 20px;
    border-radius: 10px;
background-color: #f1f1f1;

    color: white;
}

.semi-container ul {
    list-style: none;
    padding: 0;
}

.semi-container li {
    font-size: 1rem;
    margin-bottom: 10px;
}

/* Products Section */
#products {
    padding: 60px 0;
    background-color: #f1f1f1;
}

#products h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
/* home.php */
/* General Styles */
.bg-color {
    background-color: #f8f9fa;
}

.bg-primary {
    background-color: #007bff;
}

.bg-warning {
    background-color: #ffc107;
}

.text-muted {
    color: #6c757d !important;
}

.text-white {
    color: white !important;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
}

.per {
    font-size: 1.1rem;
    color: #6c757d;
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.card-body {
    padding: 15px;
}

/* Button Styles */
.btn {
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
}

.bg-danger {
    background-color: #dc3545;
}

.bg-primary {
    background-color: #007bff;
}

.btn-primary {
    background-color: blue;
}

.btn-success {
    background-color: green;
}

.alert-danger {
    background-color: red;
}

/* Image Styles */
.card-img-end {
    object-fit: cover;
    height: 200px;
}

/* Service Section */
.semi-container {
    padding: 20px;
    border-radius: 8px;
}

.heading-3 {
    font-size: 1.8rem;
}

.text-start {
    text-align: start;
}

.text-center {
    text-align: center;
}

/* Footer Styles */
footer {
    padding: 20px;   
    background-color: #D3D3D3;

    color: white;
}

/* Pricing Entry */
.pricing-entry {
    padding: 20px;
    border-radius: 8px;
    background-color: #ffc107;
    text-align: center;
}

/* Special Offer */
.special-offer h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.special-offer p {
    font-size: 1.2rem;
}


/* Responsiveness */
@media (max-width: 768px) {
    .pricing-entry {
        padding: 10px;
    }

    .card {
        margin-bottom: 15px;
    }

    h3 {
        font-size: 1.5rem;
    }

    .btn {
        font-size: 0.9rem;
    }
}

   /* Container for the seller section */
   
.seller {
    margin-top: 65px;
    margin-bottom: 20px;
}

/* Heading Style */
.seller h2 {
    margin-top: 65px;
    margin-bottom: 20px;
}

/* Carousel container */
.best-seller-carousel {
    display: flex;
    overflow: hidden; /* Hide anything outside the container */
    position: relative;
   
   padding: 20px;
}

/* Individual product card */
.best-seller {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth transition for sliding effect */
}

/* Product card width set to 25% for 4 cards per slide */
.best-p1 a{
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    height: 100%;
}
.best-p1 {
    width: 250px; /* You can adjust this value */
    height: 370px;
    margin-right: 20px; /* Space between cards */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); */
    text-align: center;
    padding: 10px;
    /* border: 0.5px solid black; */
}

.best-p1:hover{
    transform: scale(1.05);
    box-shadow: 0 1px 17px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    cursor: pointer;
}

/* Image styling */
.best-p1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* Text and Button Styles */
.best-p1 .name-of-p p {
    font-weight: bold;
    margin: 10px 0;
}

.best-p1 .rating {
    color: #f9e401;
    margin: 5px 0;
}

.best-p1 .price {
    font-weight: bold;
    margin: 10px 0;
}

.best-p1 .buy-now button {
    padding: 10px 15px;
    margin-top: 5px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f05e8a;
    color: var(--white);
    border: none;
    border-radius: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.best-p1 .buy-now button:hover {
    background: var(--white);
    color: var(--primary-color);
}

/* Carousel Navigation Buttons */
.carousel-btn {
    position: absolute;
    margin-top: -15%; 
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.left-btn {
    left: 10px;
}

.right-btn {
    right: 10px;
}
@media (max-width: 1024px) {
    .best-p1 {
        width: 200px; /* Adjust card width */
    }
}

@media (max-width: 768px) {
    .best-seller {
        flex-direction: row; /* Stack cards vertically */
       
    }

    .best-p1 {
        width: 90%; /* Adjust card width for small screens */
        margin-bottom: 20px; /* Add space between vertically stacked cards */
    }
}

@media (max-width: 480px) {
    .best-seller-carousel{
        border: 1px solid black;
        padding: 10px;
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
      
        border-radius: 5px;

    }
    .best-p1 {
        width: 200px; /* Cards will take up full width on very small screens */
        margin-bottom: 10px;
        height: auto;
        /* border: 1px solid black; */
      
    }

    .carousel-btn {
        padding: 10px;
        font-size: 20px;
        display: none;
       
    }

}


.service-card {
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }
    .service-icon {
      font-size: 40px;
      color: #007BFF;
      margin-bottom: 15px;
    }