/*
Theme Name: MHC Group Theme
Author: MHC Group
Version: 1.0
*/

/* ==================================================
   GLOBAL FIXES (WordPress + Elementor)
================================================== */

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Elementor compatibility */
.elementor-section {
    overflow: visible;
}

/* ==================================================
   IMAGE PATH FIX (VERY IMPORTANT)
   CSS file is inside: assets/css/
   Images are inside: assets/img/
================================================== */

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ==================================================
   HEADER & NAVBAR (BOOTSNAV + WORDPRESS)
================================================== */

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-brand img {
    max-height: 70px;
}

.navbar-nav > li > a {
    padding: 15px 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
}

.navbar-nav > li > a:hover {
    color: #07b8b8;
}

/* WordPress submenu fix */
.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 10px 0;
}

.navbar-nav li:hover > .sub-menu {
    display: block;
}

.navbar-nav .sub-menu li a {
    padding: 10px 20px;
    display: block;
    font-weight: 500;
    color: #333;
}

.navbar-nav .sub-menu li a:hover {
    background: #07b8b8;
    color: #fff;
}

/* ==================================================
   BANNER / SLIDER
================================================== */

.banner-area {
    position: relative;
}

.banner-area .content h2 {
    font-size: 42px;
    font-weight: 800;
}

.banner-area .content ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}

/* ==================================================
   SECTIONS
================================================== */

.default-padding {
    padding: 80px 0;
}

.default-padding-bottom {
    padding-bottom: 80px;
}

.bg-gray {
    background-color: #f7f7f7;
}

.site-heading h4 {
    color: #07b8b8;
    margin-bottom: 10px;
}

.site-heading h2,
.site-heading h5 {
    margin-bottom: 20px;
}

/* ==================================================
   SERVICES
================================================== */

.services-single .item {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.services-single .item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.services-single img {
    max-width: 60px;
}

/* ==================================================
   CLIENT CAROUSEL
================================================== */

.gallery-items img {
    max-width: 100%;
    height: auto;
}

/* ==================================================
   FUN FACTS
================================================== */

.fun-factor-area {
    background: #07b8b8;
    color: #fff;
}

.fun-factor-area .fun-fact i {
    font-size: 40px;
    margin-bottom: 10px;
}

/* ==================================================
   FOOTER
================================================== */

footer {
    background: #111;
    color: #ccc;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #07b8b8;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    margin-top: 30px;
}

/* ==================================================
   BUTTONS
================================================== */

.btn-gradient {
    background: linear-gradient(90deg, #07b8b8, #21dbdb);
    color: #fff !important;
    border: none;
}

.btn-gradient:hover {
    opacity: 0.9;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {

    .navbar-nav {
        background: #fff;
    }

    .navbar-nav .sub-menu {
        position: relative;
        box-shadow: none;
    }

    .banner-area .content h2 {
        font-size: 28px;
    }
}
