/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/




.contact-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card-container {
  /* flex: 1; */
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card {
  padding: 20px;
  border-radius: 15px 15px 0 0;
  box-shadow: 10px 1px 10px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  width: 100%;
}

.label {
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.card i.fas.fa-phone {
    transform: rotate(90deg);
}

.card a {
    color: #1a1a1a;
}

/* Custom Colors */
.monaco .label {
  background: #2f3e51;
}
.monaco i {
    margin-right: 8px;
    color: #2f3e51;
}

.marseille .label {
  background: #2c5faf;
}
.marseille i {
    margin-right: 8px;
    color: #2c5faf;
}

.ajaccio .label {
  background: #e6782e;
}
.ajaccio i {
    margin-right: 8px;
    color: #e6782e;
}





/* ==============================
   HEADER & MENU STYLES
============================== */
#Top_bar .menu > li > a:not(.menu-toggle):after {
    height: 5px;
}
#Top_bar .menu li ul li {
    width: 250px;
}
#Top_bar .menu li ul li a {
    padding: 15px 20px;
}
#Top_bar.is-sticky {
    padding: 10px 0;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
	padding: 20px 0;
}
#Top_bar .menu li ul {
    top: 98%;
}
/* ==============================
   CONTENT STYLES
============================== */
#Content {
    padding-top: 0px;
}

/* Zoom Box Styles */
.zoom_box ul {
    text-align: left;
    padding-left: 35px;
    list-style: disc;
}
.zoom_box ul li {
    margin-bottom: 35px !important;
}

/* Section Shape Overlay */
.cls-section-shape:after {
    content: "";
    background-image: linear-gradient(0deg, #ffffff, rgb(255 255 255 / 95%), rgb(255 255 255 / 40%), transparent);
    height: 280px;
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0;
}

/* ==============================
   FOOTER STYLES
============================== */
#Footer .widgets_wrapper .mcb-column-inner {
    margin-bottom: 0;
    margin: 0 25px;
}
#Footer i.fas.fa-phone {
    transform: rotate(90deg);
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* ==============================
   DARK MODE STYLES
============================== */
.dark a {
    color: #fff;
}

/* ==============================
   RESPONSIVE STYLES
============================== */
@media (min-width: 768px) {
    .cls-flip .zoom_box, .flip-right .zoom_box {
        transition: all 0.5s ease;
    }
    .cls-flip .zoom_box {
        box-shadow: -40px -40px 0 0 #2d4975;
    }
    .flip-right .zoom_box {
        box-shadow: 40px -40px 0 0 #2d4975;
    }
    .cls-flip .zoom_box:hover {
        box-shadow: -40px 40px 0 0 #2d4975;
    }
    .flip-right .zoom_box:hover {
        box-shadow: 40px 40px 0 0 #2d4975;
    }
    
    /* Footer Layout Adjustments */
    #Footer .widgets_wrapper .column:nth-child(2) {
        width: 20%;
    }
    #Footer .widgets_wrapper .column:nth-child(3) {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .cls-section-shape:after {
        background-image: linear-gradient(0deg, #ffffff, rgb(255 255 255 / 100%), rgb(255 255 255 / 40%), transparent);
        height: 200px;
    }
    #Footer.full-width .container {
        padding: 0px !important;
    }
    #Footer .widgets_wrapper {
        padding: 40px 10%;
    }
    .tr-menu.header-stack #Top_bar:not(.is-sticky) {
        top: 0 !important;
        background-color: transparent !important;
        position: absolute !important;
    }
    .header-stack.header-center #Top_bar #menu {
        display: inline-block !important;
        background-color: transparent;
    }
}

@media (max-width: 1240px) and (min-width: 767px) {
    #Top_bar .menu > li > a span:not(.description) {
        padding: 0 10px;
    }
    #Top_bar.is-sticky .menu > li > a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #Top_bar.is-sticky .menu > li > a {
        font-size: 13px;
    }
    #Top_bar .menu > li > a span:not(.description) {
        padding: 0 8px;
    }
    #Header .container {
        max-width: 100%;
    }
}






@font-face {
    font-family: 'Arial Black';
    src: url('https://cruise.serverweb-prod.com/wp-content/uploads/2025/04/arial_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.fontarial h2 {
	   font-family: 'Arial Black' !important;
}

.fontarial h1 {
font-family: 'Arial Black' !important;
    font-size: 40px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0px;
}



