/*
Theme Name: HunanIronRoot
Theme URI: https://www.hunanironroot.com
Author: HunanIronRoot
Author URI: https://www.hunanironroot.com
Description: A heavy equipment rental theme based on Equipo Bootstrap template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hunanironroot
Tags: heavy-equipment, rental, construction
*/

/* ================================
   CSS FILES - Using WordPress Paths
================================ */
@import url('css/animate.css');
@import url('css/owl.carousel.min.css');
@import url('css/owl.theme.default.min.css');
@import url('css/magnific-popup.css');
@import url('css/bootstrap-datepicker.css');
@import url('css/jquery.timepicker.css');
@import url('css/flaticon.css');
@import url('css/style.css');

/* ================================
   Hero Slider Styles
================================ */
.hero-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.hero-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.hero-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.hero-dots .dot.active,
.hero-dots .dot:hover {
    background: rgba(249, 109, 0, 1);
}

/* ================================
   Custom Navigation Dropdown Styles
================================ */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f7f7f7;
}

.navbar-nav .nav-item.dropdown .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* ================================
   Gallery Styles
================================ */
.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(249, 109, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay .icon-search {
    color: #fff;
    font-size: 24px;
}
