@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');



  .navbar {
    background-color: #01230c !important;
}
img {
    max-width:100%;
}


.logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.form-control {
    border-radius: 102px !important;
    border-color: #043A3A !important;

}

.navbar {
    background-color: #043A3A !important;
}

.logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.form-control {
    border-radius: 102px !important;
    border-color: greenyellow !important;

}

.input-container {
    position: relative;
}

.input-container i {
    position: absolute;
    top: 10%;
    left: 10px;
    background-color: green;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    padding: 8px;
}

.input-container input{
    padding-left: 50px;
    
}

.searchInput{
    background-color: #ffff;
    border: 0;
    font-size: 18px;
    height: 50px;
    width: 50px;
    transition: width 0.3s ease;
    padding: 15px;
}

.searchInput.active{
    width: 200px;
}

.container-fluid{
   
    padding: 0;
}


.Crafting{
margin-left: 50px !important;
margin-right: 50px;


}

#craftingTitle{
    color: #011a02;
    font-size: 70px;
    font-family: 'Raleway';
    font-weight: 800;
}

#well-being{
    background-color: #EBEBEB;
    border-radius: 30px;
    padding-top: 10px;
    padding-left: 5px;
    height: 113px;
    width: 565px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#craft{
    font-family: 'Source+Sans+3';
    font-size: 20px;
    font-weight: 400;
}

#well-beingText{
    font-family: 'Source+Sans+3';
    font-size: 20px;
    font-weight: 600;
}

#well-beingTextP{
    font-family: 'Raleway';
}

.therapy-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.therapy-card {
    display: flex; 
    align-items: center;
    background-color: #EBEBEB;
    border-radius: 20px;
    padding: 10px 15px;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.therapy-text {
    flex: 1; 
}

.therapy-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 15px; 
    border-radius: 10px;
}

.therapy-text h3 {
    margin: 0;
    font-size: 1rem;
}

.therapy-text p {
    margin: 0;
    font-size: 0.85rem;
}



.about-us{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

#aboutButton{
width: 193;
height: 55;
border-radius: 100px;
padding-top: 24px;
padding-right: 40px;
padding-bottom: 24px;
padding-left: 40px;
font-size: 24px;

}

#CraftingSection{
    margin-bottom: 40px !important;
}

#Experceince{
    background-color: #043A3A;
    color: white;
 width: 1270;
height: 127;
justify-content: space-between;
padding-top: 40px;
padding-right: 64px;
padding-bottom: 10px;
padding-left: 64px;
border-bottom-right-radius: 24px;
border-bottom-left-radius: 24px;
margin-bottom: 70px;

}

.community{
    /* display: flex !important; */
    justify-content: center !important; 
    text-align: center !important;
    /* align-items: center !important; */
}

.main {
    min-height: calc(100vh - 80px);
}
.hero-section {
    display: flex;
    min-height: calc(100vh - 80px);
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    flex: 1;
    padding: 60px 40px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    color: #002307;
    margin-bottom: 30px;
    line-height: 1.2;
}

.hero-title span:first-child {
    color: #001e02;
}

.hero-title span:last-child {
    color: #061307;
}

.hero-description {
    margin-bottom: 40px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.hero-description p {
    margin-bottom: 15px;
}


.features {
    margin-bottom: 40px;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.feature-card.wellbeing {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
}

.feature-row {
    display: flex;
    gap: 20px;
}

.feature-row .feature-card {
    flex: 1;
}

.feature-card.people {
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
}

.feature-card.green-spaces {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
}

.feature-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2d5a47;
    margin-bottom: 8px;
}

.feature-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.feature-icon {
    width: 60px;
    height: 60px;
    /* background: #2d5a47; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 2px #2d5a47 solid;
  
}

.about-btn {
    background: #043A3A;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    align-self: flex-start;
}

.about-btn:hover {
    background: #04950e;
    transform: translateY(-2px);
}
/* Stats Section */
.stats-section {
    background: #043A3A;
    padding: 3rem 0;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.stat-item {
    text-align: center;
    padding: 0 1rem;
    border-right: 1px solid #334155;
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.stat-number::after {
    content: '+';
    color: #4ade80;
}

.stat-label {
    color: #94a3b8;
    font-size: 0.9rem;
}

/* Blog Section */
.blog-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.blog-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1e3a5f;
}



.blog-section h2 span {
    color: #4ade80;
}

.blog-section > p {
    text-align: center;
    color: #64748b;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

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

.blog-content {
    padding: 1.5rem;
}

.blog-date {
    color: #4ade80;
    font-size: 0.9rem;
    font-weight: 600;
}

.blog-content h3 {
    color: #1e3a5f;
    margin: 0.5rem 0;
    font-size: 1.3rem;
    line-height: 1.3;
}

.blog-content p {
    color: #64748b;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.read-more {
    color: #05f341;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #1e3a5f;
}


.donation-banner {
    background-color: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.donation-banner p {
    font-size: 1.1rem;
    color: #333;
}

.donate-link {
    color: #4CAF50;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.donate-link:hover {
    color: #2d5a3d;
}
/*Community Section */
.community-section {
    padding: 3rem 0;
    background: #f8fafc;
}

.community-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.profile-images {
    display: flex;
    gap: -0.5rem;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -0.5rem;
    object-fit: cover;
}

.profile-img:first-child {
    margin-left: 0;
}

.community-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.community-number {
    font-size: 2rem;
    font-weight: bold;
    color: #1e3a5f;
}

.community-label {
    color: #64748b;
    font-size: 0.9rem;
}

.get-involved-button {
    background: #022710;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.get-involved-button:hover {
    background: #04792f;
    transform: translateY(-2px);
}

/* Join Section */
.join-section {
    text-align: center;
    padding: 5rem 0;
    background: white;
}

.join-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1e3a5f;
}

.join-section h2 span {
    color: #4ade80;
}

.join-section p {
    max-width: 500px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
}
/* Events Section */
.events-section {
    padding: 3rem 0;
    background: white;
}

.events-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1e3a5f;
}

.events-section h2 span {
    color: #4ade80;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
    max-width: 1080px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

.event-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

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

.event-content {
    padding: 1.5rem;
}

.event-tag {
    display: inline-block;
    background: #4ade80;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.event-content h3 {
    color: #022912;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.event-stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.event-stats .stat {
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.8rem;
    color: #64748b;
}

.event-content p {
    color: #64748b;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.event-button {
    background: #102919;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-button:hover {
    background: #22c55e;
    transform: translateY(-2px);
}

.explore-button {
    display: block;
    margin: 0 auto;
    background: #2d5a3d;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.explore-button:hover {
    background: #22c55e;
    transform: translateY(-2px);
}


/* Smooth scrolling Medicinal Bed */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
button:focus,
input:focus,
a:focus {
    outline: 2px solid #4ade80;
    outline-offset: 2px;
}

/* Beds Grid Styles */
.beds-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.bed-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bed-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.bed-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.bed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bed-card:hover .bed-image img {
    transform: scale(1.05);
}

.bed-content {
    padding: 25px;
}

.bed-content h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.bed-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.read-more {
    color: #27ae60;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.read-more:hover {
    color: #1e8449;
}

.read-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #27ae60;
    transition: width 0.3s ease;
}

.read-more:hover::after {
    width: 100%;
}


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

/* Typography */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.section-title .highlight {
    color: #27ae60;
}

.intro-text {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sub-text {
    text-align: center;
    color: #888;
    margin-bottom: 3rem;
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-top: 3rem;
}

.garden-map {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.map-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.map-image:hover {
    transform: scale(1.05);
}

.contact-form {
    background: #044b2f;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(39, 174, 96, 0.2);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid transparent;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group textarea {
    border-radius: 20px;
    resize: vertical;
    min-height: 120px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
    transform: translateY(-2px);
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: white;
    color: #044B2F;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-card.featured {
    background: #27ae60;
    color: white;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 3px solid #ddd;
}

.featured .avatar {
    border-color: white;
}

.testimonial-info h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonial-text {
    font-style: italic;
    line-height: 1.7;
    color: #666;
}

.featured .testimonial-text {
    color: rgba(255, 255, 255, 0.9);
}
/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.faq-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.faq-question {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.question-icon {
    width: 40px;
    height: 40px;
    background: #27ae60;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2rem;
}

.faq-question h3 {
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
}

.faq-answer {
    color: #666;
    line-height: 1.7;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    color: #333;
}


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.submit-btn:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: 3px solid rgba(39, 174, 96, 0.5);
    outline-offset: 2px;
}

/* Loading state */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #ccc;
    border-top-color: #27ae60;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


/* BirdNet.Pi*/
.donation-banner {
    background-color: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.donation-banner p {
    font-size: 1.1rem;
    color: #333;
}

.BirdNet.Pi-link {
    color: #4CAF50;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.Birdnetlink:hover {
    color: #2d5a3d;
}

/* Content Section */
.content {
    padding: 50px 0;
    min-height: 400px;
}

/* Footer Styles */
.footer {
    background-color: #2d5a3d;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.newsletter-section h3,
.social-section h3,
.youtube-section h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.newsletter-section p {
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
}

.newsletter-form input {
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.subscribe-btn {
    background-color: #ff6b35;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe-btn:hover {
    background-color: #e55a2b;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon svg {
    fill: #2d5a3d;
}

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

.youtube-embed {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.youtube-placeholder {
    background-color: #f0f0f0;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.youtube-placeholder:hover {
    background-color: #e0e0e0;
}

.play-button {
    background-color: #ff0000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button svg {
    fill: white;
    margin-left: 4px;
}

.footer-bottom {
    border-top: 1px solid #4a7a5a;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.designer-credit {
    text-align: right;
}

.designer-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.designer-link:hover {
    color: #90EE90;
}



/* INPUT.CSS (Updated for Responsiveness) */

/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Hero Section */
  .hero-section {
    padding: 4rem 1rem;
    text-align: center;
  }
  
  .hero-text {
    max-width: 100%;
  }
  
  @media (min-width: 768px) {
    .hero-section {
      text-align: left;
      padding: 6rem 4rem;
    }
    .hero-text {
      max-width: 50%;
    }
  }
  
  /* Blog Section */
  .blog-section {
    background-color: #f9f9f9;
    padding: 4rem 2rem;
  }
  
  .blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  
  .blog-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    transition: box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
  
  .blog-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .blog-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
  }
  
  .blog-meta {
    font-size: 0.875rem;
    color: #777;
    margin-bottom: 1rem;
  }
  
  .read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .blog-card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }
  
  /* Feature Cards */
  .feature-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 2rem;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
  }
  
  .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }
  
  @media (max-width: 576px) {
    .feature-icon {
      width: 60px;
      height: 60px;
    }
  }
  
  /* Call To Action Button */
  .cta-button {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 1rem;
  }
  
  .cta-button:hover {
    background-color: #218838;
  }
  
  @media (max-width: 768px) {
    .cta-button {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
  }
  
  /* Section Titles */
  .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #2c3e50;
  }
  
