/*!
Theme Name: Octi
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: octi
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.

Octi 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
	 ========================================================================== */

body,
html {
	margin: 0px !important;
}

.elementor-element.custom--btn .elementor-button {
	min-width: 185px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .trp-shortcode-switcher {
	background: transparent !important;
}

.elementor-element.hero--section {
	position: relative;
}

.elementor-element.hero--section::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/wp-content/uploads/2026/05/Switzerland-Vehicle-Rental-Octi.png") right center no-repeat;
	background-size: 55%;
	height: 100%;
	width: 100%;
}

.elementor-element.hero--section.en-version::before {
    background: var(--fr-bg) right center no-repeat !important;
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 55% !important;
	height: 100%;
	width: 100%;
}

.elementor-element.icon--section {
	text-align: center;
}

.elementor-element.icon--section i {
	font-size: 48px;
    color: #0D3155;
}

.elementor-element.custom--accordion .e-n-accordion-item-title {
	justify-content: space-between;
	/* padding: 20px 10px; */
}

.elementor-element.custom--accordion .e-n-accordion-item {
	/* border-bottom: 1px solid #c9c9c9; */
	background: #f8f9fb;
    border-radius: 12px;
    /* padding: 20px; */
}

.elementor-element.custom--accordion .e-n-accordion-item:last-child {
	border-bottom: 0px;
}

.elementor-element.contact--btn .elementor-button-icon svg {
	width: 14px;
}

.header--container {
	max-width: 1366px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px 0px 20px;
}

.header--container .site-branding a {
	max-width: 130px;
	display: block;
	width: 100%;
}

.header--container .site-branding a img {
	width: 100%;
	height: auto;
}

.header--container .menu {
	list-style-type: none;
	display: flex;
	gap: 40px;
	margin: 0px;	
}

.header--container .menu a {
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}

header.site-header {
	padding: 10px 0px;
	background: #FEFEFE;
	position: fixed;
    width: 100%;
    left: 0;
	top: 0;
    z-index: 3;
	transition: .3s all;
}

header.site-header.active {
	background: #f8f9fb;
    box-shadow: 0 0px 50px 0px #0000001f;
}

.elementor-element.hero--heading .elementor-heading-title  {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #a7b4cd;
    border-radius: 50px;
    padding: 10px 20px 8px;
}

.elementor-element.hero--heading .elementor-heading-title img {
	max-width: 22px;
    margin-bottom: 2px;
}

.elementor-element.heading--bordered .elementor-heading-title {
	color: transparent;
    -webkit-text-stroke: 3px #ebebebad;
    text-transform: uppercase;
}

span.heading--bordered {
	text-transform: capitalize;
	-webkit-text-stroke: 1.5px #0D3155;
	color: transparent;
}


.contact--form .wpcf7-form-control-wrap {
	width: 100%;
    display: block;
}

.contact--form .wpcf7-form-control-wrap input,
.contact--form .wpcf7-form-control-wrap textarea,
.contact--form .wpcf7-form-control-wrap select {
	width: 100%;
    min-height: 42px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-bottom: 1px solid #c1c1c1;
	outline: none;
}

.contact--form .wpcf7-form-control-wrap select {
	padding: 7px;
}

.contact--form .wpcf7-not-valid-tip {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px;
}

.contact--form .wpcf7-form-control-wrap input::placeholder,
.contact--form .wpcf7-form-control-wrap textarea::placeholder {
	color: #000;
}

.contact--form .wpcf7-form-control-wrap textarea {
	resize: none;
    max-height: 100px;
}

.contact--form .wpcf7-submit {
	background: #0D3155;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
	transition: .3s all;
	cursor: pointer;
}

.contact--form .wpcf7-submit:hover {
	background: #319CE3;
}

.testimonial--box h3 {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 500;	
	color: #0D3155;
	text-align: center;
	margin: 0px;
}

.testimonial--box p { 
	font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
	margin-bottom: 0px;
}

.testimonial--box {
	background: #F8F9FB;
    border-radius: 12px;
    padding: 20px;
	min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial--box .rating--wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 8px;
    margin-bottom: 20px;
}

.testimonial--box .rating--wrap img {
    width: 15px !important;
}

.owl-carousel .owl-nav {
	margin-top: 40px !important;
}

.owl-carousel .owl-nav button {
	background: #0D3155 !important;
    border-radius: 50px !important;
    width: 42px;
    height: 42px;
    color: #fff !important;
	transition: .3s all;
	display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button:hover {
	background: #f8f9fb !important;
	color: #0D3155 !important;
}

.hamburger--menu {
	display: none;
}

.hamburger--menu button {
	background: none;
    border: none;
    font-size: 22px;
}

.elementor-element.contact--section-heading .elementor-heading-title {
	font-size: 34px !important;
}

.main-navigation-mob {
	position: absolute;
    top: -300%;
    background: #f9f8fb;
    width: 100%;
    padding: 30px 0px;
	transition: .3s all;
}

.main-navigation-mob.active {
	top: 100%;
}

.main-navigation-mob .menu {
	padding: 0px 20px;
	display: block;
}

.main-navigation-mob .menu li {
	margin-bottom: 20px;
}

.main-navigation-mob .menu li:last-child {
	margin-bottom: 0px;
}

.main-navigation-mob .menu li a {
	font-size: 16px;
	width: 100%;
	display: block;
}


.hamburger--menu button .fa-xmark {
	display: none;
}

.hamburger--menu button.active .fa-xmark {
	display: block;
}

.hamburger--menu button.active .fa-bars {
	display: none;
}

.whatsapp--stikcy {
	width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    z-index: 9;
    padding-left: 2px;
    padding-right: 2px;
    right: 20px;
    padding-top: 3px;
    background: #0D3155;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp--stikcy svg {
	height: 30px;
    fill: #fff;
    width: 30px;
}

.turbo-footer-template .trp-shortcode-switcher {
	display: none !important;
}

.single-post .site--container {
    max-width: 1366px;
    margin: 200px auto 100px;
    padding: 0px 20px;
    font-family: "Poppins", Sans-Serif;
}

.single-post .site--container .entry-header .entry-title {
    margin-bottom: 50px;
    font-size: 64px;
    color: #0D3155;
    line-height: 110%;
    text-transform: capitalize;
    font-weight: 600;
}

.single-post .site--container p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 170%;
}

.single-post .site--container h2 {
    font-size: 42px;
    color: #0D3155;
    line-height: 110%;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 25px;
}

.single-post .post-thumbnail {
    width: 100%;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.single-post .site--container ul {
    list-style-type: none;
}

.single-post .site--container ul li {
    position: relative;
}

.single-post .site--container ul li::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 6px;
    background: #000;
    border-radius: 50px;
}

.blogs--widget .elementor-posts-container .elementor-grid-item .elementor-post__thumbnail__link .elementor-post__thumbnail {
    max-height: 225px;
}

.single-post .post-navigation {
    display: none;
}

@media (max-width: 1390px) {
	.elementor-element.services--heading .elementor-heading-title {
		font-size: 22px !important;
	}
	
	.single-post .site--container .entry-header .entry-title {
	    font-size: 46px;
	}
}

@media (max-width: 1350px) {
	.elementor-element.hero--section::before,
	.elementor-element.hero--section.fr-version::before {
		background-size: 45% !important;
	}

	.elementor-element.secondary--heading-col {
		width: 70% !important;
	}
}

@media (max-width: 1190px) {
	.elementor-element.footer-first {
		width: 21%;
	}

	.testimonial--box p {
		font-size: 14px;
	}

	.elementor-element.contact--section-address p {
		font-size: 14px;
	}

	.elementor-element.services--col {
		min-height: 380px !important;
	}

	.elementor-element.services--heading .elementor-heading-title {
		font-size: 18px !important;
	}
}

@media (max-width: 1024px) {
	.elementor-element.contact--section-address p {
        font-size: 18px;
    }

	.address-span {
		margin-top: -10px;
    	display: block;
	}

	.elementor-element.services--col {
		min-height: 440px !important;
	}

	.elementor-element.services--heading .elementor-heading-title {
		font-size: 24px !important;
	}

	.header--container .menu {
		gap: 25px;
	}

	.header--container .menu a {
		font-size: 14px;
	}

	.elementor-element.hero--heading .elementor-heading-title {
		padding: 5px 10px 5px;
	}
}

@media (max-width: 880px) {
	.elementor-element.footer-first {
		width: 100%;
	}
	
	.turbo-footer-template .trp-shortcode-switcher {
		display: block !important;
	}
	
	header .language--header {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.header--container .main-navigation {
		display: none;
	}

	.hamburger--menu {
		display: block;
	}

	.elementor-element.hero--section::before,
	.elementor-element.hero--section.fr-version::before {
		display: none !important;
	}

	.elementor-element.secondary--heading-col {
        width: 100% !important;
    }

	.header--container {
		padding: 0px 10px 0px 10px;
	}
	
	.single-post .site--container {
	    text-align: center;
	}
	
	.single-post .site--container .entry-header .entry-title {
	    font-size: 42px;
	}
	
	.single-post .site--container h2 {
	    font-size: 36px;
	}
	
	.single-post .site--container {
	    padding: 0px 10px;
	}
	
	.single-post .site--container ul {
	    display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
	}
	
	.single-post .site--container ul li {
	    width: fit-content;
	}
}

@media (max-width: 600px) {
	.testimonial--box p {
		font-size: 16px;
	}
}
