/* CSS for the product feature section */
.product-feature-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f8fc;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-text {
    max-width: 50%;
}

.feature-text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.feature-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.check-pricing-btn {
    background-color: #28a745; /* Green color */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.check-pricing-btn:hover {
    background-color: #218838; /* Darker green on hover */
}

.feature-image img {
    max-width: 70%;
    height: auto;
    border-radius: 10px;
}






/* CSS for the heading section */
.heading-section {
    text-align: center;
    margin: 40px 0;
}

.heading-section h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #222; /* Dark color for the text */
    margin: 0;
}






/* CSS for the content section with image and text */
.content-section {
    display: flex;
    align-items: center;
    background-color: #f5f8fc;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.content-image {
    flex: 1;
    margin-right: 20px;
}

.content-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.content-text {
    flex: 2;
    font-size: 1rem;
    color: #555;
}

.content-text p {
    margin-bottom: 15px;
    line-height: 1.6;
}
/* CSS for the centered button */
.button-section {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.cta-button {
    background-color: #18b87e; /* Green color for the button */
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none; /* Remove underline from the link */
    display: inline-block;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #128f63; /* Darker green on hover */
}







/* CSS for the features section */
.features-section {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    text-align: center;
}

.feature-item {
    max-width: 300px;
}

.feature-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.feature-item h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 1rem;
    color: #777;
    line-height: 1.5;
}




/* CSS for the centered heading */
.trusted-heading {
    text-align: center;
    margin: 40px 0;
}

.trusted-heading h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #222; /* Dark color for the text */
    margin: 0;
}

/* CSS for the school cards section */
.school-cards-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.school-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 20px;
    text-align: center;
}

.school-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.school-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.school-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}






/* CSS for the centered button */
.button-section {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.cta-button {
    background-color: #18b87e; /* Green color for the button */
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none; /* Remove underline from the link */
    display: inline-block;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #128f63; /* Darker green on hover */
}
/* CSS for the centered heading */
.security-heading {
    text-align: center;
    margin: 40px 0;
}

.security-heading h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #222; /* Dark color for the text */
    margin: 0;
}





/* CSS for the detection alert section with text and image */
.detection-alert-section {
    display: flex;
    align-items: center;
    background-color: #f5f8fc;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.alert-text {
    flex: 1;
    margin-right: 20px;
}

.alert-text h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.alert-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.alert-image {
    flex: 1;
    text-align: center;
}

.alert-image img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}






/* CSS for the face recognition section with image and text */
.face-recognition-section {
    display: flex;
    align-items: center;
    background-color: #f5f8fc;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.face-recognition-image {
    flex: 1;
    margin-right: 20px;
}

.face-recognition-image img {
    max-width: 90%;
    height: auto;
    border-radius: 10px;
}

.face-recognition-text {
    flex: 1;
}

.face-recognition-text h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.face-recognition-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}






/* CSS for the FAQ section */
.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
}

.faq-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.faq-item {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    background: none;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    outline: none;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 5px;
}

.faq-item.open .faq-answer {
    max-height: 500px; /* Adjust this height as needed to fit content */
}

.faq-answer p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}





.footer {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
    background-color: #2b2b2b;
    color: #fff;
}

.footer-section {
    max-width: 200px;
}

.footer-section h3 {
    color: #00aaff; /* Bright blue color for headings */
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #00aaff; /* Change color on hover */
}

.footer-section form {
    display: flex;
    flex-direction: column;
}

.footer-section input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 25px;
    margin-bottom: 10px;
    width: 80%;
}

.footer-section button {
    padding: 10px;
    border: none;
    border-radius: 25px;
    background-color: #00aaff;
    color: #fff;
    cursor: pointer;
    width: 80%;
}

.footer-section button:hover {
    background-color: #0077cc; /* Slightly darker blue on hover */
}

/* Additional styles for the footer bottom section */

.footer-bottom {
    background-color: #2b2b2b; /* Matches the dark background */
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.footer-bottom hr {
    border: none;
    border-top: 1px solid #444; /* Subtle line to separate sections */
    margin: 0 auto;
    width: 80%;
}

.footer-bottom-content {
    margin-top: 10px;
}

.footer-bottom-content ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-bottom-content ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}

.footer-bottom-content ul li a:hover {
    color: #00aaff; /* Change color on hover */
}

.footer-bottom-content p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #888; /* Slightly lighter text for the copyright */
}
