/*!
Theme Name: nauticsou
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nauticsou
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nauticsou is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* make columns equal height */
/* remove height limit */
.rbt-card.card-list {
	max-height: none !important;
	height: 100%;
}

/* equal column layout */
.row.row--15 {
	display: flex;
	align-items: stretch;
}

.row.row--15>div:nth-child(2) {
	display: flex;
	flex-direction: column;
}

.row.row--15>div:nth-child(2) .rbt-card {
	flex: 1;
}




body {
	background: #eff0f5 !important;
	color: #040707;
}

.col-brand {
	color: #0d6efd;
}

/* .col-cas a {
	color: #2f47b2 !important;
} */

.blog-filter-buttons .rbt-btn.active {
	box-shadow: var(--shadow-inset-light), var(--shadow-inset-dark);
}

.banner-3d {
	perspective: 1000px;
	overflow: hidden;
}

.banner-3d img {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
	transition: transform 0.15s ease-out;
	will-change: transform;
}

.col {
	box-shadow: var(--shadow-light), var(--shadow-dark);
}


.logo-marquee {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 10px;
}

.logo-track {
	display: flex;
	width: max-content;
	animation: scrollLogos 30s linear infinite;
}

.logo-marquee:hover .logo-track {
	animation-play-state: paused;
}

.logo-item {
	flex: 0 0 auto;
	width: 190px;
	/* SAME BOX WIDTH */
	height: 90px;
	/* SAME BOX HEIGHT */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: var(--shadow-light-sm), var(--shadow-dark-sm);
	margin-right: 24px;
}


.logo-item img {
	max-width: 130px;
	max-height: 55px;
	object-fit: contain;
	opacity: 0.85;
	transition: all 0.3s ease;
}

/*.logo-item:hover img {*/
/*	filter: grayscale(100%);*/
/*	opacity: 1;*/
/*	transform: scale(1.05);*/
/*}*/

/* Animation */
@keyframes scrollLogos {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.logo-item {
		width: 150px;
		height: 80px;
	}

	.logo-item img {
		max-width: 110px;
		max-height: 50px;
	}
}

.col-padding {
	padding-bottom: 25px;
	padding-left: 12px;
	padding-right: 18px;
}

.category-activation-four .swiper-slide {
	height: auto;
	display: flex;
}

.category-activation-four .single-slide {
	display: flex;
	width: 100%;
}

.category-activation-four .rbt-cat-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.rbt-cat-box-1.variation-2 .inner {
	height: 100%;
}

.fs-17 {
	font-size: 16px;
}

.fs-22 {
	font-size: 22px;
}


.rbt-categori-list img {
	height: 36px;
	width: auto;
}

.rbt-testimonial-area .scroll-right-left {
	padding-bottom: 25px;
}

.justify-content-space-between {
	justify-content: space-between;
}

.expertise-gsap-wrap {
	position: relative;
	perspective: 1400px;
}

.expertise-gsap {
	max-width: 100%;
	height: auto;
	transform-style: preserve-3d;
	will-change: transform;
	filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.18));
}



/* Sticky left column */
.sticky-left {
	position: sticky;
	/* adjust based on header height */
	align-self: flex-start;
}

/* Ensure parent allows sticky */
.rbt-accordion-area {
	overflow: visible;
}

.col-45 {
	width: 45px;
}

/* Base card style (optional smoothness) */
.rbt-address {
	transition: transform 0.3s ease;
}

/* Desktop staggered layout */
@media (min-width: 992px) {

	.col-contact>div:nth-child(1) .rbt-address {
		transform: translateY(0);
	}

	.col-contact>div:nth-child(2) .rbt-address {
		/* transform: translateY(60px); */
		/* bottom card */
	}

	.col-contact>div:nth-child(3) .rbt-address {
		transform: translateY(0);
	}
}

/* Tablet – smaller offset */
@media (min-width: 768px) and (max-width: 991px) {

	.col-contact>div:nth-child(2) .rbt-address {
		/* transform: translateY(40px); */
	}
}

/* Mobile – reset (no zig-zag) */
@media (max-width: 767px) {
	.rbt-address {
		transform: translateY(0) !important;
	}
}

.col-map {
	border-radius: 10px;
	overflow: hidden;
}

#secondary {
	display: none;
}


.no-post-found h5 {
	margin-bottom: 8px;
	font-weight: 600;
}

.blog-img {
	height: 610px;
	object-fit: cover;
}


.team {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.team .thumbnail {
	width: 100%;
	height: 515px;
	overflow: hidden;
}

.team .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col-border {
	border-radius: 10px;
}

#_builder-form {
	padding: 0px !important;
}

.category-activation-four {
	padding-bottom: 25px !important;
	padding-left: 10px !important;
	padding-right: 20px !important;
}

.rbt-author-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.author-left {
	display: flex;
	align-items: center;
}

.rbt-meta {
	margin: 0;
	list-style: none;
}

@media (max-width: 575px) {
	.rbt-author-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* Outer container */
.image-scroll-box {
	position: relative;
	height: 550px;
	overflow: hidden;
}

/* Inner wrapper (scrolls) */
.image-scroll-inner {
	height: 100%;
	overflow: hidden;
}

/* Image */
.image-scroll {
	display: block;
	width: 100%;
	transform: translateY(0);
	transition: transform 8s ease-in-out;
}

/* Hover: scroll inner image */
.image-scroll-box:hover .image-scroll {
	transform: translateY(calc(-100% + 480px));
}

.pr-5 {
	padding-right: 10px;
}

.rbt-testimonial-box .col-s {
	box-shadow: none !important;
	padding: 0px !important;
}

.clint-info-wrapper .thumb {
	height: 80px !important;
	width: 80px !important;
	object-fit: cover;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: unset !important;
	padding: 12px 20px !important;
	margin: 5px !important;
	background-color: hsl(var(--background));
	box-shadow: var(--shadow-light-sm), var(--shadow-dark-sm) !important;
	border-radius: 50px !important;
}

.wp-pagenavi span.current {
	font-weight: bold;
	box-shadow: var(--shadow-inset-light), var(--shadow-inset-dark) !important;
}

.wp-pagenavi a:hover {
	box-shadow: var(--shadow-inset-light), var(--shadow-inset-dark) !important;
}

.rbt-card-img {
	position: relative;
}

.tech-icon {
	position: absolute;
	top: -4px;
	right: 10px;
	width: 43px;
	height: 43px;
	/* background: #fff; */
	border-radius: 50%;
	padding: 6px;
	box-shadow: var(--shadow-inset-light), var(--shadow-inset-dark) !important;
	z-index: 2;
}

.tech-icon img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.mr-10-col {
	margin-right: 10px;
	margin-bottom: 15px;
}

.support a {
	width: 52px;
	background-color: #eff0f5;
	box-shadow: var(--shadow-light-sm), var(--shadow-dark-sm);
	height: 52px;
	line-height: 52px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	transition: 0.3s;
	color: var(--color-body);
	z-index: 2;
	position: relative;
	margin-right: 20px;
}

.gtranslate {
	position: fixed !important;
	bottom: 10px;
	left: 12px;
	z-index: 999;
}

.col-bottom-50 {
	padding-bottom: 50px !important;
}

.col-cta {
	background-color: hsl(var(--background));
	box-shadow: var(--shadow-light), var(--shadow-dark);
	border-radius: 12px;
	padding: 50px 35px 60px 35px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.rbt-card.card-list-2 .rbt-card-img a img {
		object-fit: contain;
	}
}

.w-85 {
	width: 85% !important;
}

.col-shdow {
	background-color: hsl(var(--background));
	box-shadow: var(--shadow-light), var(--shadow-dark);
	border-radius: 12px;
}

.col-stop .scroll-animation-all-wrapper::before,
.col-stop .scroll-animation-all-wrapper::after {
	background: none !important;
}

.col-padding {
	padding: 40px 20px;
}

.rbt-card1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	/* card height fix */
}

.rbt-card1 img {
	max-height: 80px;
	width: auto;
	object-fit: contain;
}

.rbt-card1 {
	padding: 20px !important;
}

.border-8 {
	border-radius: 8px;
	box-shadow: var(--shadow-light), var(--shadow-dark);
}

@media only screen and (max-width: 767px) {
	.col-la {
		margin-top: 20px !important;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 10px 15px !important;
		margin: 3px !important;
	}
}
.rbt-address .inner p a:hover{color: #0d6efd;}

.col-cas .tagcloud a:hover{
	    background-color: transparent;
		color: #000 !important;
		    border: 1px solid var(--color-border);
}

@media only screen and (max-width: 767px) {
    .col-real {
        padding-top: 0px  !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-real {
       padding-top: 0px  !important;
    }
}

@media only screen and (max-width: 767px) {
    .col-resto {
       padding-top: 30px  !important;
    }
}