/*
Theme Name: Air Masters Ltd
Author: Akil
Author URI: https://airmasters.co.ke/
Description: New 2026 site
Version: 1.0
*/
/*
Primary Color (Main Green): #2ab162 (Use for buttons, links, and key highlights)
Dark Neutral (Text & Headers): #1a3322 (A very dark forest green-gray for easy-to-read text)
Light Neutral (Backgrounds & Cards): #f4f8f5 (A soft, off-white green tint for clean page sections)
Accent Color (Call to Action): #ff9f1c (A warm amber or gold that pops nicely against green for special deals or sale banners)
*/

html {	height: 100%;}

body {
    background-color: #fefefe;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

body > header > h1 > a {
  color: #ffffff;
  font-weight: 400;
}

.container, .container-lg, .container-md, .container-sm
{
        max-width: 1366px;
}
.container-xl {
    max-width: 1500px;
}
footer {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
footer p{
    font-weight: normal;
    font-size: 18px;
}
a {text-decoration: none;}
hr {border-top: 2px dotted #87B2A4;}
.nav
{
font-family: "Inter", sans-serif;
font-style: normal;
}
/* SITE COLOURS
-------------------------------------------------- */
.green 
{ background: #2ab162;}
.darkgreen 
{background: #1a3322;}
.cream 
{background: #f4f8f5;}
.gold 
{background: #ff9f1c;}

/* SCROLLBAR COLOURS
-------------------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f4f8f5; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2ab162; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1a3322; 
}

.btn-primary
{
    background-color: #1D3C43;
    border-color: #1a3322;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2ab162;
    border-color: #1a3322
}
.btn-secondary
{
    background-color: #2ab162;
    border-color: #1a3322
}

/* HEADINGS AND TEXT SIZES
-------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
	color: #2ab162;
}
h1,.h1 {font-size: 40px;}
h2,.h2 {font-size: 36px;}
h3,.h3 {font-size: 32px;}
h4,.h4 {font-size: 28px;}
h5,.h5 {font-size: 22px;}
h6,.h6 {font-size: 18px;}
p, ul li {font-size: 16px;}
.lead {font-size: 22px;font-weight: 300;}
.text-muted {color: #1a3322 !important;}
.text-green {color: #2ab162;}

header h1
{
    position: relative;
}
header h1:after
{
    content: "";
    position: absolute;
    height: 10px;
    width: 120px;
    border: solid 2px #2ab162;
    border-color: #2ab162 transparent transparent transparent;
    border-radius: 75%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
}
/* NAVIGATION STYLES
-------------------------------------------------- */
.navWrapper
{
  box-shadow: 0px 0px 2px #1D3C43;
}
.nav ul  {
  margin: 35px auto 0 auto;
  display: block;
  padding: 0;
}
.nav ul  li {
  list-style: none;
  display: inline;
  padding: 0 17px;
}
.nav ul li a {
  text-transform: uppercase;
  color: #475c52;
  font-size: 18px;
}
.nav ul li.current_page_item a {
    color: #2ab162;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 5px;
    margin-left: 5px;
}

.taglineWrapper
{
    background: #87B2A4;
    position: relative;
}
.tagline
{
    font-size: 55px;
    font-family: "Caveat", cursive;
    display: flex;
    align-items: center;
    height: 100%;
    vertical-align: middle;
    line-height: normal;
    color: #1D3C43;
}
.taglineWrapper::before{
    content: '';
    width: 100%;
    background: url(/wp-content/uploads/2025/02/background-tagline.png) repeat-x left top;
    position: absolute;
    top: -33px;
    left: 0px;
    z-index: 9;
    height: 40px;
}
.taglineWrapper::after {
    content: '';
    width: 100%;
    background: url(/wp-content/uploads/2025/02/background-tagline.png) repeat-x left bottom;
    position:absolute;
    bottom: -33px;
    z-index: 9;
    left: 0px;
    height: 40px;
}
/* BREADCRUMBS STYLES
-------------------------------------------------- */
.breadcrumb {
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #233b43;
}
.breadcrumb .crumbs a{
    color: #999;
}

/* AMMENITIES STYLES
-------------------------------------------------- */
.ammenities .fa-solid
{
  display: block;
  font-size: 45px;
  color: #87B2A4;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.bx-wrapper img {
    width: 100%;
    height: auto;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #87B2A4;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #CAD2B2;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(/wp-content/themes/bamburibeachvillas/Images/slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/wp-content/themes/bamburibeachvillas/Images/slider/controls.png) no-repeat 0px -32px;
}
.bx-wrapper .bxslider .bx-loading {
    background: url('/wp-content/themes/bamburibeachvillas/Images/slider/bx_loader.gif') center center no-repeat #ffffff;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 50;
}
/* FAQs CONTENT
-------------------------------------------------- */
#faq .card {
    margin-bottom: 30px;
    border: 0;
}
#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #87B2A4;
    color: #222;
    padding: 20px;
}
#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
#faq .card .card-header .btn-header-link.collapsed {
    background: #CAD2B2;
    color: #1D3C43;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#faq .card .collapsing {
    background: #87B2A4;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #87B2A4;
    line-height: 30px;
    color: #222;
}


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.google-map {
     padding-bottom: 35%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  margin: 20px 0 0 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    /*margin-top: 7rem;*/
  }
}

@media only screen and (max-width: 600px)
{
.navWrapper
{
    top: 0px;
}
.navWrapper.sticky
{
    position: fixed;
    top: 0px;
    z-index: 99;
    background: white;
    box-shadow: 0px 0px 10px #1D3C43;
    transition: all 200ms ease;
    width: 100%;
}
.google-map {
    padding-bottom: 50%;
}
}
@media only screen and (max-width: 480px) and (orientation: portrait) {
  /* CSS rules for mobile portrait devices */
.google-map {
    padding-bottom: 65%;
}
}

