/* Reset some default styles for consistency */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
   

}

/* Basic styles for header and navigation */
header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
nav ul {
    list-style: none;
}
nav ul li {
    display: inline-block;
    margin-right: 20px;
}
nav ul li a {
    text-decoration: none;
    color: #fff;
}

/* Styles for hero section */
#hero {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
#hero p {
    font-size: 20px;
    margin-bottom: 40px;
}
.btn {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

/* Styles for services section */
#services {
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service {
    flex-basis: 300px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    background-color: #f2f2f2;
}
.service img {
    width: 50px;
    height: 50px;
}
.service h3 {
    margin: 10px 0;
}
.service p {
    font-size: 14px;
}

/* Styles for about section */
#about {
    
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
#about h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

/* Styles for contact section */
#contact {
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
#contact h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

/* Styles for footer */
footer {
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.logo {
    text-align: center; /* To center the logo horizontally */
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo img {
    max-width: 300px; /* Adjust the maximum width of the logo */
    height: auto; /* Automatically scale the height while maintaining the aspect ratio */
    display: block; /* To remove any extra spaces around the image */
    margin: 0 auto; /* To center the image within its container */
}
body {
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* Add styles for the contact information */
#contact {
    
    background-image: url("mhm_bg.png"); /* Replace with the path to your background image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}

#contact h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.contact-item {
    margin: 0 20px;
    text-align: center;
}

.contact-item i {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 16px;
}
.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    
}

.service-card {
    width: 200px;
    height: 280px;
    margin: 10px;
    cursor: pointer;
    perspective: 1000px;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.service-card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-front {
    background-color: #f2f2f2;
}

.card-back {
    background-color: #161313;
    transform: rotateY(180deg);
    padding: 20px;
    text-align: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}
.container {
    margin-top: 20px;
}
.about-section {
    padding: 50px;
    text-align: center;
    
}

.about-section h1 {
    color: #fff; /* Change the color if needed */
}

.about-section p {
    color: #fff; /* White text color */
    margin: 20px 0;
}
#brn{
    color: #fff;
        /* White text color */
        margin: 20px 0;
}