.heading-text {
    font-size: 70px;
}

@media (max-width: 768px) {
    .heading-text {
        font-size: 2rem;
    }
}

.hero-section {
    position: relative;
    background-image: url('./assets/pexels-maahidphotos-5230609\ 1.png');
    background-size: cover;
    background-position: center;
    height: 650px;
    color: white;
}

.hero-text {
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 768px) {
    .hero-text {
       position: relative;
         top: -12vh;
            left: 0;
    }
}

.footer {
    background-color: #2f2f2f;
    color: white;
}

.footer h5 {
    color: #f1f1f1;
    font-weight: bold;
}

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

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

.footer ul li:hover {
    text-decoration: underline;
}

.footer-bottom {
    background-color: black;
    color: white;
}

.footer-bottom a {
    color: white;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-bottom {
        text-align: center;
    }
}


.bg-image {
    position: relative;
    height: 400px; 

}

.image-wrapper {
    padding:0 30px;
}

.image-wrapper img {
    width: 100%;
    height: 320px;
    object-fit:cover;
    object-position: center; 
    border-radius: 30px; 
    margin-bottom: 0px;
}

.text-overlay {
    position: absolute;
    bottom: 20px;
    left: 70px;
    transform: none;
    text-align: left;
    padding: 0px;
}


.custom-top-margin {
    margin-top: 200px;
}

.rounded-image {
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-margin {
    margin: 5vh 25vh;
    margin-bottom: 8vh;
}

@media (max-width: 768px) {
    .custom-margin {
        margin: 50px 20px;
    }
}

@media (max-width: 576px) {
    .custom-margin {
        margin: 30px 10px;
    }
}



   

    header h1 {
        margin: 0;
        font-size: 24px;
    }

    header nav a {
        margin: 0 15px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }

    header .contact-btn {
        background-color: #28a745;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
    }

    .hero {
        text-align: center;
        padding: 60px 20px;
        background-color: #e8f5e9;
    }

    .hero h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .hero p {
        font-size: 18px;
        color: #666;
    }

    .content {
        padding: 40px 20px;
    }

    .content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    @media (max-width: 600px) {
        .content h3 {
            padding: 10px; /* Adjust padding for small screens */
            font-size: 20px; /* Optional: Adjust font-size for better readability */
        }
    }


    
    #hero_text {
        font-size:70px;
        color:red;
    }
    #pad_1 {
        padding-top: 20px;
    }



    .footer {
        background-color:  #222;
        color: #fff;
        padding: 0px 0px;
        text-align: center;
    }

    .footer .footer-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer .footer-content div {
        width: 30%;
        margin-bottom: 20px;
    }

    .footer .footer-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer .footer-content p {
        font-size: 14px;
        color: #ccc;
    }

    .footer .footer-bottom {
        margin-top: 20px;
        font-size: 12px;
        color: #999;
    }

.blog-text {
    color: #3E996F;
    padding: 0px;
}

.text-left {
    text-align: left;
}

#blog-card {
    margin-top: 80px;
}

.profile_pic_homepage{
    min-width: 25vw;
    height: 55vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:8px;
    background-color: #151515;
}

.about_homepage_center{
    vertical-align: middle;
    padding-top: 2.5vw;
    font-size: 1.1rem;
}

/* About us Page */
   .hero-section-about {
            background-color: #151515;
            color: white;
            display: flex;
            align-items: center;
            padding: 50px 0;
            height: 90vh;
        }

        .hero-image {
            width: 66vh;
            height: auto;
            border-radius: 8px;
            object-fit: cover;
            background-color: #151515;
        }




/* Base */
.ta-left{
    text-align: left !important;
}

.link{
    text-decoration: none !important;
    color: inherit !important;
}

.sm-only{
    display: none;
}

.md-only{
    display: block;
}

@media (max-width: 650px) {
    .sm-only{
        display: block !important;
    }

    .md-only{
        display: none !important;
    }
}

/* Banner */



/* Services Section */

.services_list{
    color:  #5D5B5B;
     padding-top: 1rem;
}


.services_list--icon {
  color: #3E996F;
  font-size: 1.8rem;
}




/* Blog Styles */

.blog_header{
    background-color: #F2F8F3;
    padding: 8vh 0;
}

.blog_card_description {
    color: #5D5B5B;
    width: 80%;
}

.blog_card
{
    background-color: white;
    padding: 3rem;
    margin: 1rem;
    border-radius: 10px;
    /* border-bottom: #28a745 3px solid; */
    transition: all 0.6s ease;
    min-height: 30vh;
    /*border: 0.5px solid #28a745;*/
}


@media (max-width: 1440px) {
    .blog_card{
        min-height: 36vh;
    }
}

.blog_card:hover{
    box-shadow: 0px 0px 10px 0px #28a745;
}

.blog_card_heading{
    height: 6vh;
}

.blog_content{
    font-size: 1.2rem;
}

.profile_pic{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.profile_name{
    position: relative;
    top: -1vw;
    left: 0.5vw;
}

.green_bg{
        background-color: #F2F8F3;
        
}



/* Smartphone Responsive */

@media(max-width:650px) {
    .profile_name{
        position: relative;
        top: -5vw;
        left: 1.5vw;
    
}

.sm-w-80{
    width: 80% !important;
}

.hero-image {
    width: 46vh;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #151515;
}

.sp-1 {
    padding: 1rem !important;
}

.profile_pic_homepage{
    height: 45vh;
}

}