body {
    color: #333;
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 80px 20px;
    background-image: url('assets/header.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section .page-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.hero-section h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cta {
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.cta:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Service Overview Section */
.service-overview {
    padding: 60px 20px;
    background-color: #e9ecef;
    text-align: center;
}

.service-overview h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.service-overview p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h3 {
    font-size: 22px;
    color: #007bff;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    color: #666;
}

.featured-products {
    padding: 60px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.featured-products h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.featured-products p {
    font-size: 18px;
    color: #555;
}

.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.carousel-content h3 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 10px;
}

.carousel-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.carousel-link {
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-link:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    pointer-events: none;
}

.carousel-controls .prev, .carousel-controls .next {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 12px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.carousel-controls .prev:hover, .carousel-controls .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.carousel-controls .prev::before, .carousel-controls .next::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-controls .prev::before {
    content: '\f104';
}

.carousel-controls .next::before {
    content: '\f105';
}

.selling-points {
    padding: 60px 20px;
    background-color: #e9ecef;
    text-align: center;
}

.dropdown-item {
    margin-bottom: 20px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.dropdown-item:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    background-color: #f7f8fa;
    color: #333;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: none;
    position: relative;
    transition: background-color 0.3s ease;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #007bff;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.faq-question.active::before {
    transform: scaleY(1);
}

.faq-question:hover {
    background-color: #f0f1f3;
}

.faq-answer {
    background-color: #fff;
    padding: 20px;
    display: none;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.arrow {
    width: 0; 
    height: 0; 
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    transition: transform 0.3s ease;
}

.faq-question.active .arrow {
    transform: rotate(180deg);
}

.reviews{
    padding:60px 20px;
    background:#f8f9fa;
    text-align:center;
}

.reviews h1 {
font-size:28px;
margin:0 0 12px;
color:#333;
}

.average-rating {
font-size:18px;
margin-bottom:20px;
}

.score-text {
font-size:16px;
color:#555;
}

.reviews .cta {
display:inline-block;
margin-top:12px;
}

.individual-reviews {
margin:35px auto 0;
max-width:800px;
display:flex;
flex-direction:column;
gap:22px;
}

.review-link {
display:block;
text-decoration:none;
color:inherit;
}

.review {
background:#fff;
padding:22px 25px;
border-left:5px solid #FFD700;
border-radius:8px;
box-shadow:0 4px 8px rgba(0,0,0,.06);
text-align:left;
transition:transform .15s ease, box-shadow .15s ease;
}

.review-link:hover .review{
transform:translateY(-2px);
box-shadow:0 6px 14px rgba(0,0,0,.08);
}

.review-stars{
color:#FFD700;
font-size:20px;
}

.review-text{
font-size:16px;
font-weight:500;
color:#333;
margin:0 0 6px;
}

.review-author{
font-style:italic;
font-size:15px;
color:#555;
}


.final-cta {
    padding: 40px 20px;
    background-color: #007bff;
    color: #fff;
    text-align: center;
}

.final-cta a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #0056b3;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.final-cta a:hover {
    background-color: #003f7f;
    transform: translateY(-2px);
}
