/*
Declare child theme
* Theme Name: Blue Ocean Child
* Theme URI: dev.blueocean.com.np
* Description: Blue Ocean Theme
* Template: blueocean
* Version: 1.0
* Author: Blue Ocean
* Author URI: dev.blueocean.com.np
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: blueocean-child
 */

/* --- Homepage Hero Banner --- */
.hero-banner-slider .slick-prev,
.hero-banner-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-banner-slider .slick-prev:hover,
.hero-banner-slider .slick-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.hero-banner-slider .slick-prev {
    left: 20px;
}

.hero-banner-slider .slick-next {
    right: 20px;
}

.hero-banner-slider .slick-prev::before,
.hero-banner-slider .slick-next::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.hero-banner-slider .slick-prev::before {
    content: "←";
}

.hero-banner-slider .slick-next::before {
    content: "→";
}

.hero-banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 8px;
}

.hero-banner-slider .slick-dots li {
    list-style: none;
}

.hero-banner-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    transition: background 0.3s ease;
}

.hero-banner-slider .slick-dots li.slick-active button {
    background: #fff;
}

@media (max-width: 991.98px) {
    .header-navigation .main-navigation {
        top: 122px;
        width: 90%;
    }
}

.header-top__wrap .header-button__wrap {
    align-items: center;
}

.social-icon-whatsapp {
    width: 40px;
    height: 40px;
}
/* --- Homepage Hero Banner Ends --- */

.hero-banner .bg-image:before{
	background: rgba(0, 0, 0, 0.4) !important;
}

.hero-banner .sub-heading{
 color: rgba(255, 255, 255,1) !important;
}
.service-feature-section .service-feature-wrap{
	align-content: center;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .service-feature-section .service-feature-wrap .service-feature-item {
        max-width: calc(25% - 20px) !important;
        -ms-flex: 0 0 calc(25% - 20px) !important;
        flex: 0 0 calc(25% - 20px) !important;
		justify-content: flex-start !important;
    }
}

#services-we-provide .values-grid .values-item .icon {
	position:relative;
 	max-width: 100% !important;
    height: 300px;
}

#services-we-provide .values-grid .values-item .icon img {
	position:absolute;
    width: 100% !important;
	height: 100%;
    object-fit: cover;
}
.service-bg-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* black overlay at 50% */
    z-index: 1;
}
.grecaptcha-badge{
	display:none;
}