/* BeTheme-compatible base CSS for akratours.com restoration */
/* Generated from page structure analysis - 2019 snapshot */

/* Reset & Base */
*, *:before, *:after { box-sizing: border-box; }
html { font-size: 62.5%; }
body { 
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}
a { color: #00164d; text-decoration: none; }
a:hover { color: #333; }
img { max-width: 100%; height: auto; vertical-align: top; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
p { margin: 0 0 20px; }
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
  color: #333;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/* Layout */
#Wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.container {
  width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.column { float: left; }
.one { width: 100%; }
.one_half { width: 48%; margin-right: 4%; }
.one_third { width: 30.66%; margin-right: 4%; }
.one_fourth { width: 22%; margin-right: 4%; }
.one_half:last-child, .one_third:last-child, .one_fourth:last-child { margin-right: 0; }
.clearfix:after { content: ''; display: table; clear: both; }
.clear { clear: both; }

/* Header */
#Header { position: relative; z-index: 10; }
#Header_wrapper { position: relative; }
.header_placeholder { height: 0; }

#Top_bar {
  background: #00164d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s;
  height: 60px;
}
#Top_bar .container {
  display: flex;
  align-items: center;
  height: 60px;
}
#Top_bar .column.one {
  display: flex;
  align-items: center;
  width: 100%;
}
.top_bar_left {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Logo */
.logo { flex-shrink: 0; margin-right: 30px; }
.logo a { display: block; }
.logo img { max-height: 50px; width: auto; }
.logo-sticky, .logo-mobile, .logo-mobile-sticky { display: none; }

/* Navigation */
.menu_wrapper { flex: 1; }
nav#menu { display: block; }
#menu-anamenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
#menu-anamenu > li {
  position: relative;
}
#menu-anamenu > li > a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 60px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  white-space: nowrap;
}
#menu-anamenu > li > a:hover,
#menu-anamenu > li.current_page_item > a,
#menu-anamenu > li.current-menu-item > a {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
#menu-anamenu .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: #00164d;
  min-width: 220px;
  z-index: 100;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}
#menu-anamenu li:hover > .sub-menu { display: block; }
#menu-anamenu .sub-menu li a {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
#menu-anamenu .sub-menu li a:hover { background: rgba(255,255,255,0.1); }
.sub-menu .sub-menu { left: 100%; top: 0; }

/* Language switcher */
.wpml-ls-menu-item a {
  display: flex !important;
  align-items: center;
  gap: 5px;
  padding: 0 18px !important;
  height: 60px !important;
  color: #fff !important;
}
.wpml-ls-flag { width: 16px; height: 12px; }

/* Mobile menu button */
#mobile_menu_button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-left: auto;
}
.menu-bar { display: block; width: 25px; height: 2px; background: #fff; margin: 5px 0; transition: 0.3s; }

/* Subheader / Page Title */
#Subheader {
  background: #00164d;
  padding: 120px 0 50px;
  text-align: center;
  margin-top: 60px;
}
#Subheader .column { text-align: left; }
#Subheader h1 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  font-weight: 700;
}
.breadcrumbs {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-top: 8px;
}
.breadcrumbs a { color: rgba(255,255,255,0.7); }
.breadcrumbs a:hover { color: #fff; }

/* Content */
#Content {
  position: relative;
  padding: 0;
}
#content { min-height: 400px; }
.post_content {
  padding: 50px 0;
}
.section_wrapper { 
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sidebar */
#Sidebar {
  width: 300px;
  float: right;
  padding: 50px 0 50px 40px;
}
.sidebar_content .widget { margin-bottom: 30px; }
.sidebar_content .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #00164d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Sections */
.section {
  position: relative;
  background: #fff;
}
.section_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Hero / Slider */
.mfn-hero {
  position: relative;
  overflow: hidden;
  background: #00164d;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.mfn-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.mfn-hero h1, .mfn-hero h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
.mfn-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 22, 77, 0.5);
  z-index: 1;
}
.mfn-hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* BeBuilder Sections */
.mfn-builder-bg {
  position: relative;
  overflow: hidden;
}
.mfn-builder-bg-img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Tour Cards */
.tour-card {
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s;
  margin-bottom: 30px;
}
.tour-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
.tour-card .thumbnail { overflow: hidden; }
.tour-card .thumbnail img { 
  width: 100%; 
  height: 220px; 
  object-fit: cover;
  transition: transform 0.3s;
}
.tour-card:hover .thumbnail img { transform: scale(1.05); }
.tour-card .content { padding: 20px; }
.tour-card h3 { font-size: 18px; color: #00164d; }
.tour-card .price { font-size: 20px; font-weight: 700; color: #e74c3c; }

/* Buttons */
.button, .action_button, .btn {
  display: inline-block;
  padding: 12px 28px;
  background: #00164d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #00164d;
  transition: all 0.3s;
  cursor: pointer;
}
.button:hover, .action_button:hover, .btn:hover {
  background: transparent;
  color: #00164d;
}
.button.button_theme { background: #00164d; border-color: #00164d; }
.button.button_theme:hover { background: #002080; border-color: #002080; }

/* Icon boxes */
.icon_box { text-align: center; padding: 30px 20px; }
.icon_box i { font-size: 40px; color: #00164d; margin-bottom: 15px; }
.icon_box h3 { font-size: 18px; color: #333; margin-bottom: 10px; }

/* Call to action */
.call_to_action {
  background: #00164d;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}
.call_to_action h2 { color: #fff; }

/* Contact Form */
.contact_form input, .contact_form textarea, .contact_form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
  transition: border-color 0.3s;
}
.contact_form input:focus, .contact_form textarea:focus {
  border-color: #00164d;
}
.contact_form textarea { height: 150px; resize: vertical; }

/* Footer */
#Footer { background: #001030; color: #aaa; }
.footer_copy { 
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 20px;
  text-align: center;
  font-size: 13px;
}
.footer_copy a { color: #aaa; }
.footer_copy a:hover { color: #fff; }

/* Footer widgets */
.footer_widgets { padding: 50px 20px; }
.footer_widgets .column { color: #aaa; }
.footer_widgets h3, .footer_widgets .widget-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 2px solid #00164d;
  padding-bottom: 10px;
}
.footer_widgets a { color: #aaa; }
.footer_widgets a:hover { color: #fff; }
.footer_widgets p { font-size: 13px; line-height: 1.8; }
.footer_widgets ul li { 
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer_widgets ul li a { font-size: 13px; }

/* Social Icons */
.social { display: flex; gap: 10px; margin-top: 15px; }
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  transition: background 0.3s;
}
.social li a:hover { background: #00164d; }

/* Forms / Quform */
.quform-outer-no-js { display: none; }
.quform-submit-inner input[type="submit"],
.quform-submit-inner button {
  background: #00164d;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.quform-submit-inner input[type="submit"]:hover { background: #002080; }
.quform-element-group { margin-bottom: 20px; }
.quform-field input, .quform-field textarea, .quform-field select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
}

/* Tabs */
.tabs { border-bottom: 2px solid #00164d; margin-bottom: 30px; }
.tabs li { display: inline-block; }
.tabs li a {
  display: block;
  padding: 10px 20px;
  background: #f5f5f5;
  color: #333;
  font-weight: 600;
  border: 1px solid #ddd;
  border-bottom: none;
}
.tabs li.current a, .tabs li.active a {
  background: #00164d;
  color: #fff;
  border-color: #00164d;
}

/* Price box */
.price_box {
  border: 1px solid #e8e8e8;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.price_box .price {
  font-size: 48px;
  font-weight: 700;
  color: #00164d;
  line-height: 1;
}
.price_box .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Milestone / Counter */
.milestone {
  text-align: center;
  padding: 30px 20px;
}
.milestone .number {
  font-size: 48px;
  font-weight: 700;
  color: #00164d;
}
.milestone .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}

/* Testimonials */
.testimonial {
  padding: 30px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.testimonial .text { font-style: italic; margin-bottom: 15px; }
.testimonial .author { font-weight: 700; color: #00164d; }

/* Google Maps */
.map_widget { height: 400px; }
.map_widget iframe { width: 100%; height: 100%; border: 0; }

/* Icon fonts - BeTheme mfn-icons */
@font-face {
  font-family: 'mfn-icons';
  src: url('/wp-content/themes/betheme/fonts/mfn-icons.woff') format('woff'),
       url('/wp-content/themes/betheme/fonts/mfn-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="mfn-icon-"], [class*=" mfn-icon-"] {
  font-family: 'mfn-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
}

/* FontAwesome via CDN fallback */
.fa { font-family: 'Font Awesome 4', FontAwesome, sans-serif; }

/* WordPress */
.wp-block-image { max-width: 100%; }
.aligncenter { text-align: center; margin: 0 auto; }
.alignleft { float: left; margin-right: 20px; margin-bottom: 20px; }
.alignright { float: right; margin-left: 20px; margin-bottom: 20px; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #666; text-align: center; }

/* Screen reader text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Page content wrapper */
.page-content-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px;
}
.with_sidebar_right .page-content-wrap {
  padding-right: 340px;
}

/* Section backgrounds */
.section.dark { background: #00164d; color: #fff; }
.section.dark h1, .section.dark h2, .section.dark h3 { color: #fff; }
.section.grey { background: #f7f7f7; }
.section.parallax { background-attachment: fixed; }

/* Image scaling */
.scale-with-grid { max-width: 100%; height: auto; }

/* BeTheme specific classes */
.text-align-center, .text_align_center { text-align: center; }
.text-align-right { text-align: right; }
.mfn_shortcode { display: block; }
.be_button { display: inline-block; }
.mfn-like { display: none; }

/* Booking plugin styles */
.bsi-booking-form { padding: 20px; background: #f9f9f9; }
.bsi-date-picker { position: relative; }

/* Airport table */
.airport_table { width: 100%; border-collapse: collapse; }
.airport_table tbody tr:nth-child(odd) { background: #f5f9fc; }
.airport_table td { border: 0; padding: 10px; }
.airport_table th { padding: 10px; background: #00164d; color: #fff; text-align: left; }

/* Responsive */
@media only screen and (max-width: 1239px) {
  .container { width: 100%; padding: 0 20px; }
  .section_content { padding: 50px 20px; }
}

@media only screen and (max-width: 991px) {
  #Top_bar .container { flex-wrap: wrap; }
  .menu_wrapper { display: none; }
  #mobile_menu_button { display: flex; }
  .menu_wrapper.open { 
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: #00164d;
    z-index: 999;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  #menu-anamenu { flex-direction: column; }
  #menu-anamenu > li > a { height: 50px; padding: 0 20px; }
  .sub-menu { display: none !important; position: static !important; }
  .sub-menu.open { display: block !important; }
  .header_placeholder { height: 60px; }
  .mfn-hero { min-height: 350px; margin-top: 60px; }
  .mfn-hero h1, .mfn-hero h2 { font-size: 32px; }
}

@media only screen and (max-width: 767px) {
  body { font-size: 15px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  .one_half, .one_third, .one_fourth {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .section_content { padding: 40px 15px; }
  .mfn-hero h1, .mfn-hero h2 { font-size: 26px; }
  #Subheader { padding: 100px 20px 40px; }
  .container { padding: 0 15px; }
  .footer_widgets .column { width: 100%; float: none; }
  .tour-card .thumbnail img { height: 200px; }
  #Top_bar { height: 55px; }
  #Top_bar .container { height: 55px; }
  #menu-anamenu > li > a { height: 45px; }
  .header_placeholder { height: 55px; }
  #Subheader { margin-top: 55px; }
}
