body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

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

a {
    text-decoration: none;
    color: #007bff;
}

a.button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0;
}

a.button:hover {
background-color: #333; 
}


/* Hero Section */
.hero {
   
    color: black;
    padding: 20px 20px;
    text-align: center;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1.2;
}

.hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
}



/* Features Section */
 
.features {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.features-container {
  
    padding: 40px;
    border-radius: 10px; /* Rounded corners */
}

.features h2 {
    text-align: center;
    color: #333; /* Dark grey */
    margin-bottom: 30px;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature {
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Soft shadow for depth */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensures rounded corners on images */
    display: flex;
    align-items: center; /* Align items vertically in the middle */
}

.feature-text {
    padding: 20px;
    flex: 1; /* Allows the text area to grow and fill available space */
}

.feature h3 {
    margin-bottom: 10px;
    color: #007bff; /* Bootstrap primary color */
}

.feature p {
    line-height: 1.6;
}

.feature-image {
    flex: 1; /* Ensures the image takes up equal space */
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
    padding: 20px; /* Adds padding around the image */
}

.feature-image img {
    max-width: 100%; /* Ensures the image does not overflow its container */
    height: auto; /* Maintains the image's aspect ratio */
    border-radius: 10px; /* Optional: match the container's border-radius */
}

   
  
.video-introduction {
    padding: 40px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.video-introduction h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

.video-introduction iframe {

    border: none;
    border-radius: 10px;
}

.cta {
    color: black;
    padding: 40px 20px;
    text-align: center;
}

.cta h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.cta a.button {
    background-color: black;
    color: white;
}

.cta a.button:hover {
    background-color: white;
    color: black;
}

/* Footer */
bottom-anchor {
    display: block;
    margin-top: 50px;
}
