/*
Theme Name: Mancala Travel
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

/*Example to import font*/
/*@font-face {
  font-family: "Circular-Std";
  src: url("https://insideweb.be/layout/themes/insideweb/fonts/CircularStd-Black.ttf") format('truetype');
  font-weight: 700;
}*/


@import url("https://use.typekit.net/dia1mts.css");
/*===========================
  COMMON css
===========================*/
:root {
    --font-operetta:"operetta-18", serif;
    --font-freight:"freight-big-pro", serif;
    --font-family: "dm-sans", sans-serif;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #8FC8D3;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --brown:#81351B;
    --orange-dark:#B55219;
    --orange: #EA6125;
    --beige:#BE8957;
    --light-beige:#EDE4DD;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: clamp(45px, 3.1250vw + 35.00px, 80px);;
    line-height: clamp(45px, 3.1250vw + 35.00px, 80px);;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

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

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 10px 46px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.hide{
    display: none;
}


/*======================================
NAVBAR
========================================*/
.navbar {
    background-color: rgba(0, 0, 0, 0.4); /* black with 40% opacity */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000; /* make sure it's above everything */
    transition: background-color 0.3s ease;
}

.navbar-brand{
    max-width: 158px;
    height: auto;
}

.navbar .proposition,
.navbar .menu-button {
    font-size: 15px;
    background-color: transparent !important;
    font-weight: 500;
    color: var(--white);
    border: none!important;
    line-height: 20px;

}

.navbar .proposition{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full-screen-offcanvas {
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100%;
    max-height: 100%;
    background-color: #8cc4d1; /* Or whatever color you want */
    overflow-y: auto;
}

.offcanvas {
    background-color: #93c8d0; /* light blue background like your example */
}

.offcanvas .wp-menu-acc{
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding-top: 2rem;
    flex-wrap: wrap;
}

.offcanvas .wp-menu-acc .nav-link {
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    padding: 0.4rem 0;
    border-radius: 4px;
    transition: color 0.3s ease;
}

/* Dot or bar before the link */
.offcanvas .wp-menu-acc .nav-link::before {

    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Active or hover state */
.offcanvas .wp-menu-acc .nav-link.active,
.offcanvas .wp-menu-acc .nav-link:hover {
    color: var(--orange-dark);
}

.offcanvas .wp-menu-acc .nav-link.active::before,
.offcanvas .wp-menu-acc .nav-link:hover::before {
    background-color: var(--orange-dark);
}


.offcanvas .menu-destinations-itineraires {
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding-top: 2rem;
    flex-wrap: wrap;
}

.offcanvas .menu-column {
    flex: 1 1 200px;
}

.offcanvas .menu-column h3 {
    font-size: 30px;
    font-family: var(--font-freight);
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--white);
}

.offcanvas .destination-list,
.offcanvas .itineraire-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .destination-list li,
.offcanvas .itineraire-list li ul li {
    margin-bottom: 0.5rem;
    padding-left: 0!important;
}

.offcanvas .destination-link,
.offcanvas .itineraire-list a {
    display: inline-block;
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    padding: 0.4rem 0;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.offcanvas .destination-link:hover,
.offcanvas .itineraire-list a:hover {
    color: var(--orange-dark);
}

.offcanvas .itineraire-submenu {
    display: none;
}

.offcanvas .itineraire-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-footer .container{
    border-top:  1px solid var(--white);
    padding-top: 20px;
}

.offcanvas-header .btn-close{
    filter: invert(1) grayscale(100%) brightness(200%) !important;
}

.offcanvas-footer p{
    color: var(--white);
    font-size: 12px;
}

.offcanvas-footer .justify-content-start a{
    color: var(--white);
    font-size: 12px;
    transition: 0.3ms;
}

.offcanvas-footer .justify-content-start a:hover{
    color: var(--orange-dark);
}

.offcanvas-footer .justify-content-end a {
    font-size: 15px;
    color: var(--info);
    background-color: var(--white);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.offcanvas-footer .justify-content-end a:hover{
    border: 1px solid var(--orange-dark);
    background-color: var(--orange-dark);
    color: var(--white);
}


.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28155, 155, 155, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*======================================
HOME CSS
========================================*/

/*Header start*/

.hero-section {
    position: relative;
    width: 100%;
    min-height: 695px; /* or whatever minimum you want */
    overflow: hidden;
}

.hero-section .background-img {
    width: 100%;
    height: auto; /* Important: natural image height */
    object-fit: cover;
    object-position: center center;
    display: block;
    min-height: 695px;
    max-height: 900px;
}

.hero-section .header-social {
    position: absolute;
    bottom: 10%;
    right: -30px;
    transform: rotate(-90deg);
    z-index: 999;
}

.hero-section .header-social .social li{
    margin-left: 10px;
}

.hero-section .header-social .social a {
    font-size: 19px;
    color: var(--black);
    background-color: var(--white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    transform: rotate(90deg);
    margin-top: 5px;
}
.hero-section .header-social .social a:hover {
    color: var(--white);
    background-color: var(--orange-dark);
    border-color: transparent;
}

.hero-section  .hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-section  .hero-title {
    font-family: var(--font-operetta);
    font-weight: 400;
}

.hero-section  .highlight {
    color: var(--white);
    font-weight: 300;
}

.hero-section  .highlight-secondary {
    color: var(--info);
    font-weight: 400;
    font-style: italic;
    font-family: var(--font-freight);
}

.marker-container {
    position: relative;
    display: inline-block;
}

.marker-svg {
    display: none;
    position: absolute;
    left: 57%;
    top: 65%;
    width: 110%;
    height: 2.4em;
    transform: translate(-50%, -54%);
    pointer-events: none;
    z-index: 0; /* SVG sotto testo */
    filter: blur(0.6px) brightness(0.9);
}

.marker-svg-2 {
    top: 102%;
    left: 49%;
    opacity: 0.8;
}

.marker-text {
    position: relative;
    z-index: 1; /* Testo sopra le svg */
    display: inline-block;
    padding: 0 1.2em;
}




/*Header end*/

/*Destinations start*/

#home .destinations {

    position: relative;
    background-color: white;
    padding: 100px 0;
    z-index: 1;
}

#home .destinations::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42%; /* half the height */
    background-color: var(--orange-dark);
    z-index: 0;
}
#home .destinations .section-title{
    padding-bottom: 100px;
}

#home .destinations .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
    margin-bottom: 30px;
}

#home .destinations .section-title p{
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
}

#home .destinations .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
}

#home .destinations .container {
    position: relative;
    z-index: 1; /* bring content above the pseudo background */
}

#home .destinations .destination-block {
    position: relative;
    overflow: hidden;
    height: 430px;
}

#home .destinations .col-6{
    padding: 0!important;
}

#home .destinations .destination-block img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}

#home .destinations .destination-block:hover img {
    transform: scale(1.05);
}

#home .destinations .destination-label {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: start;
    color: white;
    font-size: 65px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 1.75px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    background: rgba(0, 0, 0, 0.2);
    font-family: var(--font-freight);
    padding-top: 20px;
}

#home .destinations .btn-contact {
    background-color: transparent;
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--white);
    transition: 0.3ms;
}

#home .destinations .btn-contact:hover {
    background-color: var(--white);
    color: var(--orange-dark);
}
/*Destinations end*/


/*Suggestions start*/
#home .suggestions{
    margin-top: 60px;
    margin-bottom: 80px;
}
#home .suggestions .section-title{
    margin-bottom: 60px;
    text-align: center;
}

#home .suggestions .section-title p{
    font-size: 15px;
    line-height: 20px;
    color: var(--black);
}


#home .suggestions .trip-boxes .trip-box:nth-child(1) .content-top {
    background-color: var(--orange); /* orange */
    color: var(--white);
}

#home .suggestions .trip-boxes .trip-box .content-top {
    position: relative;
    z-index: 2;
}

#home .suggestions .trip-boxes h3{
    font-size: 40px;
    line-height: 40px;
    font-family: var(--font-freight);
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--white);
}

#home .suggestions .trip-boxes p{
    font-size: 30px;
    font-weight: 400;
    color: var(--white);
}

#home .suggestions .trip-boxes .trip-box .image-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#home .suggestions .trip-boxes .trip-box:nth-child(2) .content-top {
    background-color: var(--info); /* blue */
    color: var(--white);
}

#home .suggestions .content-top .btn{
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    margin-top: 30px;
}

#home .suggestions .content-top .btn:hover{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
}

#home .suggestions .trip-boxes .trip-box:nth-child(3) .content-top {
    background-color: var(--beige);
    color: var(--white);
}

#home .suggestions .image-box img {
    display: block;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1.55;
}
#home .suggestions .btn-contact{
    background-color: var(--orange-dark);
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--white);
    transition: 0.3ms;
}

#home .suggestions .btn-contact:hover {
    background-color: var(--orange);
}
/*Suggestions end*/

/*Testimonials start*/
.testimonials-section {
    background-color: var(--white);
    position: relative;
    overflow: hidden;
}

.testimonials-section .container{
    background-color: var(--info);
    left: -22px;
}

/* Slider Title */
.testimonials-section .testimonial-slider h2 {
    font-size: 40px;
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--white);
}

.testimonials-section p{
    color: var(--black);
}

.testimonials-section .testimonial-slider h3 {
    color: var(--black);
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}

.testimonials-section .testimonial-slider {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-left: max(1rem, calc((100vw - 540px) / 2));
}

/* sm >= 576px */
@media (min-width: 576px) {
    .testimonials-section .testimonial-slider {
        padding-left: calc((100vw - 540px) / 2);
    }
}

/* md >= 768px */
@media (min-width: 768px) {
    .testimonials-section .testimonial-slider {
        padding-left: calc((100vw - 720px) / 2);
    }
}

/* lg >= 992px */
@media (min-width: 992px) {
    .testimonials-section .testimonial-slider {
        padding-left: calc((100vw - 960px) / 2);
    }
}

/* xl >= 1200px */
@media (min-width: 1200px) {
    .testimonials-section .testimonial-slider {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

/* xxl >= 1400px */
@media (min-width: 1400px) {
    .testimonials-section .testimonial-slider {
        padding-left: calc((100vw - 1320px) / 2);
    }
}


/* Pagination Dots */
.testimonials-section .tiny-dots {
    display: flex;
    gap: 0.4rem;
    margin-top: 1rem;
}

.testimonials-section .tns-nav{
    padding-top: 20px;
}

.testimonials-section .tns-nav button {
    width: 12px;
    height: 12px;
    background-color: var(--black);
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.testimonials-section .tns-nav button.tns-nav-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Ensure image fill without distortion */
.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-1,.img-2{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.img-1,.img-2{

}

.img-3{
    height: 100%;
    object-fit: cover;
}

.img-1{
    padding-bottom: 5px;
}

.img-1,.img-2{
    padding-right: 5px;
    padding-left: 5px;
}


/*Testimonials end*/


/*Insta start*/

.insta-feed{
    padding-top: 80px;
    padding-bottom: 100px;
}

.insta-feed .section-title{
    margin-bottom: 50px;
    text-align: center;
}

.insta-feed .section-title h2{
    font-size: 40px;
    line-height: 40px;
    color: var(--orange-dark);
    font-weight: 400;
}

#sb_instagram .sbi_follow_btn a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.08em;
    padding: 10px 46px;
    border: 1px solid transparent;
    border-radius: 50px;
    margin-top: 50px;
}

/*Insta end*/


/*===================
SINGLE DESTINATION
==================*/

/*About start*/
#single-destination .about-area{
    padding-top: 100px;
    padding-bottom: 50px;
}

#single-destination .about-area .section-title{
    padding-bottom: 100px;
}

#single-destination .about-area .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
    margin-bottom: 30px;
}

#single-destination .about-area .section-title p{
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
}

#single-destination .about-area .bg-beige{
    background-color: var(--light-beige);
}

#single-destination .about-area .nav-tabs{
    border-bottom: none!important;
}

#single-destination .about-area .nav-tabs .nav-link {
    position: relative;
    padding-left: 3px!important;
    padding-right: 3px !important;
    border: none!important;
    color: var(--orange);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 10px 40px 10px !important;
}

#single-destination .about-area .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; /* thickness of the underline */
    background-color: var(--orange);
    transform: translateY(8px); /* space between text and line */
}

#single-destination .about-area .nav-tabs .nav-link.active{
    color: var(--orange-dark);
}

#single-destination .about-area .nav-tabs .nav-link.active::after {
    background-color: var(--orange-dark);
}

#single-destination .about-area .tab-content {
    min-height: 400px;
    display: flex;
    align-items: center;
}

#single-destination .about-area .tab-content .tab-pane {
    color: var(--black);
}

#single-destination .about-area .tab-content .tab-pane p{
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*About end*/

/*Itineraire start*/
#single-destination .suggestions{
    margin-top: 60px;
    margin-bottom: 100px;
}
#single-destination .suggestions .section-title{
    margin-bottom: 60px;
    text-align: center;
}

#single-destination .suggestions .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
}


#single-destination .suggestions .trip-boxes .trip-box:nth-child(1) .content-top {
    background-color: var(--orange); /* orange */
    color: var(--white);
}

#single-destination .suggestions .trip-boxes .trip-box .content-top {
    position: relative;
    z-index: 2;
}

#single-destination .suggestions .trip-boxes h3{
    font-size: 40px;
    line-height: 40px;
    font-family: var(--font-freight);
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--white);
}

#single-destination .suggestions .trip-boxes p{
    font-size: 30px;
    font-weight: 400;
    color: var(--white);
}

#single-destination .suggestions .trip-boxes .trip-box .image-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#single-destination .suggestions .trip-boxes .trip-box:nth-child(2) .content-top {
    background-color: var(--info); /* blue */
    color: var(--white);
}

#single-destination .suggestions .content-top .btn{
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    margin-top: 30px;
}

#single-destination .suggestions .content-top .btn:hover{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
}

#single-destination .suggestions .trip-boxes .trip-box:nth-child(3) .content-top {
    background-color: var(--beige);
    color: var(--white);
}

#single-destination .suggestions .image-box img {
    display: block;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1.55;
}

/*Itineraire end*/


/*Slider start */
.slider-one{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--info);
}

.slider-one h2{
    font-size: 44px;
    font-weight: 400;
    color: var(--white);
    line-height: 55px;
}

.slider-one .bd-example .carousel .carousel-inner {
    background-color: var(--info);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 300px 0 150px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 200px 0;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 150px 0;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--info);
    opacity: 0.8;
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        height: unset!important;
        min-height: 600px;
    }
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        bottom: 0%!important;
        top: unset!important;

    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 25px;
    font-weight: 400;
    color: var(--white);
    line-height: 25px;
}

.slider-one .btn{
    background-color: var(--orange-dark);
    color: var(--white);
    border: 1px solid var(--orange-dark);
    transition: 0.3ms;
}

.slider-one .btn:hover{
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
    transition: 0.3ms;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .text{
    color: var(--black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 35px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 20px 0;
    font-style: italic;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .author{
    font-weight: 500;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background-color: var(--white);
    color: var(--primary);
    border: 1px solid transparent;
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--white);
    color: var(--white);
}
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover {
    border-color: transparent;
    background-color: var(--white);
    color: var(--primary);
}
.slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 1px solid var(--white);
    font-size: 20px;
    color: var(--white);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-control-prev:hover, .slider-one .bd-example .carousel .carousel-control-next:hover {
    background-color: var(--white);
    color: var(--info-dark);
    border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-prev, .slider-one .bd-example .carousel .carousel-control-next {
        left: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.slider-one .bd-example .carousel .carousel-control-next {
    right: 30px;
    left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}
.slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 30px;
    }
}


.slider-one .bd-example .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--black);
    border-radius: 50px;
    border: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slider-one .bd-example .carousel .carousel-indicators li.active {
    width: 20px;
    background-color: var(--black);
    border-radius: 5px;
}
.slider-one .bd-example .carousel .carousel-indicators li:hover {
    opacity: 1;
}

/*Slider end*/

/*===================
SINGLE ITINERAIRE
==================*/

/*Header start*/
#single-itineraire .header{
    background-color: var(--info);
    padding-top: 120px;
    padding-bottom: 100px;
}

#single-itineraire .header .breadcrumb-menu {
    color: var(--white);
}

#single-itineraire .header .breadcrumb-menu a{
    margin-bottom: 30px;
    color: var(--white);
    margin-right: 5px;
    transition: 0.3ms;
}

#single-itineraire .header .breadcrumb-menu a:hover{
    color: var(--brown);
}

#single-itineraire .header .breadcrumb-menu .itin-title {
    color: var(--brown);
    margin-left: 5px;
}
#single-itineraire .header .breadcrumb-menu .dest-link {
    margin-left: 5px;
}

#single-itineraire .header .tit-pays{
    font-family: var(--font-operetta);
    font-weight: 200;
    color: var(--white);
    font-size: 80px;
    line-height: 70px;
}

#single-itineraire .header h1{
    font-family: var(--font-freight);
    font-weight: 400;
    color: var(--brown);
    line-height: 40px;
    font-size: 40px;
    max-width: 270px;
}

#single-itineraire .header p{
    color: var(--black);
}
/*Header end*/


/*Info pratique start*/
.info-pratique h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.info-pratique h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-pratique li{
    margin-bottom: 30px;
}

.info-pratique .duree{
    height: 100%;
    background-color: var(--orange-dark);
    padding: 4rem;
    padding-right: max(1rem, calc((100vw - 540px) / 2));
}

.info-pratique .duree li{
    border-bottom: 1px solid var(--white);
    padding-bottom: 30px;
}

/* sm >= 576px */
@media (min-width: 576px) {
    .info-pratique .duree {
        padding-right: calc((100vw - 540px) / 2);
    }
}

/* md >= 768px */
@media (min-width: 768px) {
    .info-pratique .duree {
        padding-right: calc((100vw - 720px) / 2);
    }
}

/* lg >= 992px */
@media (min-width: 992px) {
    .info-pratique .duree {
        padding-right: calc((100vw - 960px) / 2);
    }
}

/* xl >= 1200px */
@media (min-width: 1200px) {
    .info-pratique .duree {
        padding-right: calc((100vw - 1140px) / 2);
    }
}

/* xxl >= 1400px */
@media (min-width: 1400px) {
    .info-pratique .duree {
        padding-right: calc((100vw - 1320px) / 2);
    }
}

.info-pratique .jour h2{
    color: var(--brown);
}

.info-pratique .jour h3{
    color: var(--orange-dark);
}

.info-pratique .jour p{
    color: var(--black);
}


.info-pratique .jour{
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
    padding-left: max(1rem, calc((100vw - 540px) / 2));
}

/* sm >= 576px */
@media (min-width: 576px) {
    .info-pratique .jour {
        padding-left: calc((100vw - 540px) / 2);
    }
}

/* md >= 768px */
@media (min-width: 768px) {
    .info-pratique .jour {
        padding-left: calc((100vw - 720px) / 2);
    }
}

/* lg >= 992px */
@media (min-width: 992px) {
    .info-pratique .jour {
        padding-left: calc((100vw - 960px) / 2);
    }
}

/* xl >= 1200px */
@media (min-width: 1200px) {
    .info-pratique .jour {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

/* xxl >= 1400px */
@media (min-width: 1400px) {
    .info-pratique .jour {
        padding-left: calc((100vw - 1320px) / 2);
    }
}


.info-pratique .duree h2{
    color: var(--white);
}

.info-pratique .duree h3{
    color: var(--white);
}

.info-pratique .duree p{
    color: var(--white);
}

.info-pratique .btn-contact {
    background-color: transparent;
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--white);
    transition: 0.3ms;
}

.info-pratique .btn-contact:hover {
    background-color: var(--white);
    color: var(--orange-dark);
}

.info-pratique .raccomandation p{
    color: var(--orange-dark);
    margin-top: 10px;
}
/*Info pratique end*/


/*Gallery start*/

.safari-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 0.5rem;
    margin: 0 auto;
}

.safari-grid-item {
    position: relative;
    overflow: hidden;
}

.safari-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.safari-grid-item:hover img {
    transform: scale(1.1);
}

/* Grid Layout */
.item-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.item-2, .item-3 {
    grid-column: span 1;
    grid-row: span 1;
}

.item-4 {
    grid-column: span 1;
    grid-row: span 2;
}

.item-5, .item-6, .item-7, .item-8 {
    grid-column: span 1;
    grid-row: span 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    .safari-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .safari-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .item-1 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .item-4 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 576px) {
    .safari-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    .safari-grid-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}
/*Gallery end*/

/*===================
TEMOIGNAGES
==================*/

/*Listing start*/
#temoignages .temoignages{
    padding-top: 100px;
    padding-bottom: 100px;
}
#temoignages .temoignages .shadow-sm{
    box-shadow: 4px 4px 10px var(--orange) !important;
}

#temoignages .temoignages h1,
#temoignages .temoignages h3,
#temoignages .temoignages h4,
#temoignages .temoignages h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
    margin-top: 10px;
    margin-bottom: 20px;
}

#temoignages .temoignages p{
    color: var(--black);
}

#temoignages .temoignages a{
    color: var(--brown);
}

#temoignages .temoignages a:hover{
    color: var(--orange-dark);
}

/*Listing end*/

/*===================
MENTIONS
==================*/
#mentions{
    padding-bottom: 100px;
}


#mentions .firstSection{
    padding-top: 150px;
    padding-bottom: 50px;
}

#mentions .firstSection h1{
    font-family: var(--font-operetta);
    font-weight: 200;
    color: var(--orange-dark);
    font-size: 80px;
    line-height: 70px;
}

#mentions h2,
#mentions h3,
#mentions h4,
#mentions h5,
#mentions h6 {
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--orange-dark);
}

#mentions h2 { font-size: 1.75rem; }
#mentions h3 { font-size: 1.5rem; }
#mentions h4 { font-size: 1.25rem; }
#mentions h5 { font-size: 1.1rem; }
#mentions h6 { font-size: 1rem; }

#mentions p {
    margin-bottom: 1rem;
}

#mentions ul,
#mentions ol {
    margin: 1rem 0 1rem 1.5rem;
    padding-left: 1rem;
    list-style: unset!important;
}

#mentions ul li,
#mentions ol li {
    margin-bottom: 0.5rem;
    list-style: unset!important;
}

#mentions a {
    color: var(--brown);
    text-decoration: underline;
}

#mentions a:hover {
    color: var(--orange-dark);
    text-decoration: none;
}

#mentions strong {
    font-weight: bold;
}

#mentions em {
    font-style: italic;
}

#mentions blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    color: #555;
    margin: 1.5rem 0;
    font-style: italic;
    background-color: #f9f9f9;
}

#mentions code {
    background: #f4f4f4;
    padding: 0.2rem 0.4rem;
    font-family: monospace;
    font-size: 0.95rem;
    border-radius: 4px;
}

#mentions table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

#mentions table th,
#mentions table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: left;
}

#mentions table th {
    background-color: #f3f3f3;
    font-weight: bold;
}

#mentions img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

#mentions hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2rem 0;
}



/*===================
BLOGS
==================*/

/*Listing start*/
#blogs .temoignages{
    padding-top: 100px;
    padding-bottom: 150px;
}

#blogs .temoignages .shadow-sm{
    box-shadow: 4px 4px 10px var(--orange) !important;
    margin-top: 50px;
}


#blogs .temoignages h1,
#blogs .temoignages h3,
#blogs .temoignages h4,
#blogs .temoignages h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
    margin-top: 10px;
    margin-bottom: 20px;
}

#blogs .temoignages p{
    color: var(--black);
}

#blogs .temoignages a{
    color: var(--brown);
}

#blogs .temoignages a:hover{
    color: var(--orange-dark);
}

#blogs .temoignages .img-fluid{
    aspect-ratio: 1;
    object-fit: cover;
}

#blogs .temoignages .btn{
    background-color: var(--orange-dark);
    color: var(--white);
    border: 1px solid var(--orange-dark);
    transition: 0.3ms;
}

#blogs .temoignages .btn:hover{
    background-color: var(--white);
    color: var(--orange-dark);
    border: 1px solid var(--orange-dark);
}

/*Listing end*/

/*===================
SINGLE BLOG POST
==================*/


/*Header start*/

#single-blog-post .header{
    background-color: var(--info);
    padding-top: 120px;
    padding-bottom: 100px;
}

#single-blog-post .header .breadcrumb-menu {
    color: var(--white);
}

#single-blog-post .header .breadcrumb-menu a{
    margin-bottom: 30px;
    color: var(--white);
    margin-right: 5px;
    transition: 0.3ms;
}

#single-blog-post .header .breadcrumb-menu{
    margin-bottom: 30px;
}

#single-blog-post .header .breadcrumb-menu .itin-title {
    color: var(--brown);
    margin-left: 5px;
}
#single-blog-post .header .breadcrumb-menu .dest-link {
    margin-left: 5px;
}

#single-blog-post .header .tit-pays{
    font-family: var(--font-operetta);
    font-weight: 200;
    color: var(--white);
    font-size: 80px;
    line-height: 70px;
}

#single-blog-post .header h1{
    font-family: var(--font-operetta);
    font-weight: 200;
    color: var(--white);
    font-size: 80px;
    line-height: 70px;
}

#single-blog-post .header h2{
    font-family: var(--font-family)!Important;
    font-weight: 400;
    color: var(--brown);
    line-height: 20px;
    font-size: 20px;
    margin-top: 10px;
}

#single-blog-post .header p{
    color: var(--black);
}
/*Header end*/

/*Info start*/

#single-blog-post .info-pratique img{
    aspect-ratio: 1;
    width: 100%;
    margin-top: 15px;
    object-fit: cover;
}

#single-blog-post .info-pratique .jour ul{
    list-style: unset!important;
    padding-left: 2rem!important;
}

#single-blog-post .info-pratique .jour a{
    color: var(--orange-dark);
    transition: 0.3ms;
}

#single-blog-post .info-pratique .jour a:hover{
    color: var(--brown);
}

/*Info end*/



/* Slider start */
#single-blog-post .slider-three {
    background-color: var(--info);
    padding-top: 112px;
    padding-bottom: 130px;
}
#single-blog-post .slider-three .section-title h2 {
    color: var(--brown);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}
#single-blog-post .slider-three .text {
    color: var(--black);
    margin-top: 10px;
    font-weight: 600;
}
#single-blog-post .slider-three .slider-items-wrapper {
    position: relative;
}
#single-blog-post .slider-three .slider-items-wrapper .tns-nav {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
#single-blog-post .slider-three .slider-items-wrapper .tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--orange-dark);
    opacity: 0.5;
    border: 0;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#single-blog-post .slider-three .slider-items-wrapper .tns-nav button.tns-nav-active {
    width: 20px;
    opacity: 1;
}
#single-blog-post .slider-three .single-items-one {
    margin-top: 40px;
}
#single-blog-post .slider-three .single-items-one img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#single-blog-post .slider-three .tns-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 99;
    pointer-events: none;
}

#single-blog-post .slider-three .tns-controls button {
    pointer-events: all;
    background: var(--white);
    color: var(--orange-dark);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
}

#single-blog-post .slider-three .slider-title {
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    margin-top: 10px;
    display: block;
    color: var(--orange-dark);
}

/* Slider end */

/*===================
DESTINATIONS PAGE
==================*/

#destinations .section-title{
    margin-bottom: 100px;
    text-align: center;
}

#destinations .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
    margin-bottom: 30px;
}

#destinations .section-title p{
    font-weight: 400;
    font-size: 15px;
    color: var(--black);
    line-height: 20px;
}

#destinations .destinations-container{
    padding-top: 100px;
    padding-bottom: 150px;
}

#destinations .destination-card {
    height: 400px;
}

#destinations .destination-card img {
    transition: transform 0.3s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    filter: brightness(0.7);
}

#destinations .destination-card .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(234, 97, 37, 0); /* Transparent initially */
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

#destinations .destination-card:hover .overlay {
    background-color: rgba(234, 97, 37, 0.8);
}

#destinations .preview-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 2.75rem;
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--font-freight);
    line-height: 2.75rem;
    transform: rotate(180deg);
}

#destinations .btn-round {
    margin-left: 10px;
    align-self: flex-start;
    background: var(--white);
    border-radius: 50%;
    padding: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--orange);
    transition: background 0.3s ease, transform 0.3s ease;
}

#destinations .btn-round:hover {
    transform: scale(1.1);
    background: var(--white);
}



/*===================
ITINERAIRES PAGE
==================*/

/*Suggestions start*/
#Itineraires .suggestions{
    margin-top: 60px;
    margin-bottom: 80px;
}
#Itineraires .suggestions .section-title{
    margin-bottom: 60px;
    text-align: center;
}

#Itineraires .suggestions .section-title h2{
    font-weight: 400;
    font-size: 40px;
    color: var(--orange-dark);
}


#Itineraires .suggestions .trip-boxes .trip-box:nth-child(1) .content-top {
    background-color: var(--orange); /* orange */
    color: var(--white);
}

#Itineraires .suggestions .trip-boxes .trip-box .content-top {
    position: relative;
    z-index: 2;
}

#Itineraires .suggestions .trip-boxes h3{
    font-size: 40px;
    line-height: 40px;
    font-family: var(--font-freight);
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--white);
}

#Itineraires .suggestions .trip-boxes p{
    font-size: 30px;
    font-weight: 400;
    color: var(--white);
}

#Itineraires .suggestions .trip-boxes .trip-box .image-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


#Itineraires .suggestions .trip-boxes .trip-box:nth-child(2) .content-top {
    background-color: var(--info); /* blue */
    color: var(--white);
}

#Itineraires .suggestions .content-top .btn{
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    margin-top: 30px;
}

#Itineraires .suggestions .content-top .btn:hover{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
}

#Itineraires .suggestions .trip-boxes .trip-box:nth-child(3) .content-top {
    background-color: var(--beige);
    color: var(--white);
}

#Itineraires .suggestions .image-box img {
    display: block;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1.55;
}
#Itineraires .suggestions .btn-contact{
    background-color: var(--orange-dark);
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--white);
    transition: 0.3ms;
}

#Itineraires .suggestions .btn-contact:hover {
    background-color: var(--orange);
}
/*Suggestions end*/

/*===================
ABOUT
==================*/

/*About-info start*/
#about .about-info{
    padding-top: 100px;
    padding-bottom: 100px;
}

#about .about-info .section-history{
    padding-bottom: 50px;
}

#about .about-info .section-personal{
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .about-info .section-history .content{
    padding-top: 50px;
}

#about .about-info .section-personal .image img{
    padding-top: 50px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-personal > .col-md-6:nth-child(1) .image {
    padding-right: 2rem;
}

.section-personal > .col-md-6:nth-child(2) .image {
    padding-left: 2rem;
}


#about .about-info h2,
#about .about-info h3{
    color: var(--orange-dark);
    font-size: 40px;
    font-weight: 400;
}

#about .about-info h3{
    padding-top: 50px;
    margin-bottom: 50px;
}

#about .about-info p{
    color: var(--black);
}

/*About-info end*/

/*===================
GALLERY
==================*/

/*Header start*/
#gallery .header{
    background-color: var(--info);
    padding-top: 120px;
    padding-bottom: 100px;
}


#gallery .header .tit-pays{
    font-family: var(--font-operetta);
    font-weight: 200;
    color: var(--white);
    font-size: 80px;
    line-height: 70px;
}

#gallery .header .right h2{
    font-family: var(--font-freight);
    font-weight: 400;
    color: var(--brown);
    line-height: 40px;
    font-size: 40px;
    max-width: 270px;
}

#gallery .header p{
    color: var(--black);
}
/*Header end*/

#gallery .gallery-area img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*===================
CONTACT
==================*/

#contact-page .hero-container {
    position: relative;
}

#contact-page .hero-container h1{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    color: var(--white);
    font-family: var(--font-freight);
}

#contact-page .hero-container p{
    color: var(--white);
}


#contact-page .hero-row {
    height: 100%;
}

#contact-page .image-section {
    padding: 0;
}

#contact-page .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contact-page .cta-section {
    background-color: var(--orange-dark);
    color: var(--white);
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#contact-page .form-container {
    position: relative;
    margin-top: -150px;
    z-index: 10;
}

#contact-page .form-section {
    background-color: var(--info);
    padding: 4rem 6rem;
    color: var(--dark-2);
    border-radius: 0;
}

#contact-page .form-section h2 {
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 300;
}

#contact-page .form-control {
    background-color: transparent!important;
    border: none;
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    padding-left: 0;
    color: var(--brown);
}

#contact-page .form-control:focus,
#contact-page .form-control:active{
    background-color: transparent!important;
}

.form-control:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
}

#contact-page .form-control::placeholder {
    color: var(--brown);
}

#contact-page .btn-submit {
    background-color: var(--brown);
    color: var(--white);
    border: none;
    padding: 0.5rem 2.5rem;
    border-radius: 1.5rem;
    margin-top: 1rem;
}

.btn-submit:hover {
    background-color: var(--orange-dark);
    color: var(--white);
}

#contact-page .form-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    color: var(--brown);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    padding-left: 0;
}

#contact-page .form-select:focus {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
}

#contact-page textarea.form-control {
    resize: none;
}

@media (max-width: 991px) {
    #contact-page .form-container {
        margin-top: 0;
    }

    #contact-page .cta-section {
        padding-bottom: 3rem;
    }
}

/* ===== Buttons Css ===== */
.error-text .button .primary-btn {
    background-color: var(--orange-dark);
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--orange-dark);
    transition: 0.3ms;
    border-radius: 50px;
}
.error-text .button .active.primary-btn, .error-text .button .primary-btn:hover, .error-text .button .primary-btn:focus {
    background-color: var(--white);
    color: var(--orange);
    margin-top: 40px;
    border: 1px solid var(--orange);
}
.error-text .button .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*=====================
404
======================*/
.error-two {
    background-color: var(--white);
    min-height: 500px;
    height: 100vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 767px) {
    .error-two {
        height: auto;
        padding: 50px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error-two {
        height: auto;
        padding: 60px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-two {
        height: auto;
        padding: 80px 0;
    }
}
.error-two .d-table {
    width: 100%;
    height: 100%;
}
.error-two .d-table {
    display: table !important;
}
.error-two .d-table-cell {
    vertical-align: middle;
}
.error-two .d-table-cell {
    display: table-cell !important;
}

.error-image img {
    width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-image img {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .error-text {
        text-align: center;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-text {
        text-align: center;
        margin-top: 40px;
    }
}
.error-text h3 {
    color: var(--orange-dark);
    display: block;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .error-text h3 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-text h3 {
        font-size: 60px;
    }
}
.error-text .text {
    text-transform: capitalize;
    color: var(--dark-3);
    font-weight: 500;
    color: var(--dark-2);
}
.error-text p {
    margin-bottom: 8px;
}
.error-text .button {
    margin-top: 30px;
}

/*===================
FOOTER
==================*/
.footer-two {
    background-color: var(--white);
}
.footer-two .f-about {
    margin-top: 30px;
}
.footer-two .f-about img{
    filter: brightness(0);
    max-width: 110px;
}
.footer-two .f-about .text {
    margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .footer-two .f-about {
        padding-right: 200px;
    }
}

.footer-two .insurance{
    width: 100px;
    height: auto;
    padding: 10px;
}

.footer-two .partners{
    color:  var(--orange);
}

.footer-two .footer-widget {
    padding-top: 50px;
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-two .footer-widget {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .footer-two .footer-widget {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
.footer-two .footer-support {
    padding-top: 21px;
}
.footer-two .btn-contact{
    background-color: var(--orange-dark);
    color: var(--white);
    margin-top: 40px;
    border: 1px solid var(--orange-dark);
    transition: 0.3ms;
}
.footer-two .btn-contact:hover{
    background-color: var(--white);
    color: var(--orange-dark);
    margin-top: 40px;
    border: 1px solid var(--orange-dark);
}
.footer-two .footer-support span {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 500;
    margin-top: 9px;
    display: block;
}
@media (max-width: 767px) {
    .footer-two .footer-support span {
        display: block;
    }
}
.footer-two .social {
    padding-left: 40px;
}
.footer-two .social li {
    display: block;
    margin-right: 15px;
}
.footer-two .social li:last-child {
    margin-right: 0;
}
.footer-two .social a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--orange-dark);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    margin-top: 5px;
}

.footer-two .social a:hover {
    color: var(--orange-dark);
    background-color: var(--white);
    border-color: transparent;
}

.footer-two .footer-link {
    margin-top: 32px;
}
.footer-two .footer-link ul {
    margin-top: 8px;
}
.footer-two .footer-link ul a {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    color: var(--black);
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
    .footer-two .footer-link ul a {
        margin-top: 12px;
    }
}
.footer-two .footer-link ul a:hover {
    color: var(--orange-dark);
}
.footer-two .copyright {
    padding-bottom: 5px;
    padding-top: 13px;
}
.footer-two .copyright a{
    color: var(--orange);
}
.footer-two .copyright a:hover{
    color: var(--orange-dark);
}
.footer-two .copyright .text {
    color: var(--black);
    margin-top: 2px;
    font-size: 12px;
}


@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1200px){

    #testimonials .bg-blue{
        width: 100%!important;
        padding: 0!important;
    }
    #testimonials .bg-blue .container.position-absolute{
        position: relative!important;
        width: 100%!important;
        padding: 0!important;
        max-width: unset!important;
    }

    .testimonials-section .container {
        left: unset!important;
    }
}
@media only screen and (max-width: 992px){ 

}
@media only screen and (max-width: 768px) {

    #contact-page .form-container{
        padding: 0!important;
    }

    #contact-page .form-section {
        background-color: var(--info);
        padding: 2rem 0.8rem;
        color: var(--dark-2);
        border-radius: 0;
    }

    #contact-page .cta-section {
        padding: 3rem;
    }

    .section-personal > .col-md-6:nth-child(1) .image {
        padding-right: 0;
    }

    .section-personal > .col-md-6:nth-child(2) .image {
        padding-left: 0;
    }
    .offcanvas .menu-column{
        display: none;
    }

    .offcanvas .wp-menu-acc{
        justify-content: left;
        align-items: start;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }
}
@media only screen and (max-width: 576px) {
    .footer-two .footer-link{
        text-align: center;
        justify-content: center;
    }
    .footer-two .f-about{
        justify-content: center;
    }
}