
/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Navigation Bar */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 40px;
}

/* Banner Section */
.banner-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.banner-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.banner-section h3 {
    font-size: 1.5rem;
    color: #555;
}

.banner-section .price {
    margin-top: 20px;
}

.banner-section .price h4 {
    font-size: 2rem;
    color: #0fccce;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 60px 0;
    background-color: #fff;
}

.why-choose-us h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.why-choose-us .feature {
    text-align: center;
    padding: 20px;
}

.why-choose-us .feature i {
    font-size: 2rem;
    color: #0fccce;
    margin-bottom: 10px;
}

/* Pricing Tables Section */
.pricing-tables {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.pricing-tables h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.pricing-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.pricing-card .price {
    font-size: 2rem;
    color: #0fccce;
    margin-bottom: 20px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
}

.pricing-card ul li {
    margin-bottom: 10px;
}

/* Footer Section */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
}

.footer h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

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

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer form input,
.footer form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
}

.footer form button {
    width: 100%;
    padding: 10px;
    background-color: #0fccce;
    border: none;
    color: #fff;
    border-radius: 5px;
}

/* Video Section */
.video-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.video-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.video-section .lead {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}

.video-section .btn-primary {
    background-color: #0fccce;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
}

.video-section .btn-primary:hover {
    background-color: #0da8aa;
}

.embed-responsive {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section */
.testimonials-section {
    padding: 60px 0;
    background-color: #fff;
}

.testimonials-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.testimonials-section p.text-center {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.testimonial-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.testimonial-content {
    padding: 20px;
}

.testimonial-content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
  .header-logo_img {
    max-width: 100%;
    height: auto;
  }
}
