/*
	Theme Name:     Beehive Digital
	Theme URI:      http://beehivedigital.co
	Description:    Beehive digital team wordpress theme
	Version:        1.0.0
	Author:         Beehive Digital Team
	Author URI:     http://beehivedigital.co
	Tags:           Beehive, Digital, HTML5, CSS3

	License:        MIT
	License URI:    http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background-color: white;
  font-family: Roboto;
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0 auto;
  font-weight: 400;
}

.main-title {
  font-size: 100px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media only screen and (max-width: 1285px) {
  .main-title {
    letter-spacing: 1px;
    text-align: center;
    font-size: 90px;
  }
}
@media only screen and (max-width: 881px) {
  .main-title {
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 600px) {
  .main-title {
    font-size: 40px;
  }
}
@media only screen and (max-height: 568px) {
  .main-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 350px) {
  .main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 667px) {
  .main-title {
    font-size: 30px;
  }
}
.sub-title {
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 600px) {
  .sub-title {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
span {
  font-weight: 400;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

ul {
  padding: 0;
}

.in-wrap {
  width: 70%;
  margin: auto;
  max-width: 1280px;
}

@media only screen and (max-width: 881px) {
  .in-wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 881px) {
  .in-wrap {
    width: 80%;
  }
}
.wrap {
  position: relative;
  height: 100%;
}

.bg-2 {
  left: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.bg-3 {
  right: 0px;
  width: 85%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .bg-3 {
    right: 0px;
    width: 100%;
    height: auto;
  }
}
header {
  padding-top: 2em;
  position: absolute;
  width: 100%;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 9;
}
header .in-wrap .logo {
  width: 240px;
}
@media only screen and (max-width: 600px) {
  header .in-wrap .logo {
    display: none;
  }
}
/* Style for landscape mode goes here */
@media screen and (orientation:landscape) {
    header .in-wrap .logo {
    display: none;
	}
	#one .in-wrap .logo {
    max-height: 240px;
    display: none;
	}
}
#one {
  margin: auto;
  position: relative;
  height: 100%;
  height: 100%;
  display: block;
}
#one .bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/bg-one.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 881px) {
  #one .bg {
    background-position: 59%;
  }
}
@media only screen and (max-width: 500px) {
  #one .bg {
    background-position: 52%;
  }
}
#one .bg-2 {
  z-index: 1;
}
#one .in-wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 99;
}
#one .in-wrap .logo {
  width: 240px;
  padding-bottom: 3em;
  display: none;
}
@media only screen and (max-width: 600px) {
  #one .in-wrap .logo {
    width: 240px;
    display: block;
  }
}
@media only screen and (max-height: 568px) {
  #one .in-wrap .logo {
    width: 200px;
  }
}
#one .in-wrap h1 {
  text-align: left;
  margin: 0;
  padding-bottom: 0.2em;
  width: 80%;
}
@media only screen and (max-width: 881px) {
  #one .in-wrap h1 {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #one .in-wrap h1 {
    width: 100%;
  }
}
#one .in-wrap p {
  width: 70%;
  margin: 0;
}
@media only screen and (max-width: 881px) {
  #one .in-wrap p {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #one .in-wrap p {
    width: 90%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #one .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 667px) {
  #one .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
#one .in-wrap .button {
  padding-top: 2em;
  z-index: 99;
  position: relative;
  font-size: 20px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#one .in-wrap .button:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 600px) {
  #one .in-wrap {
    z-index: 2;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 2em;
  }
}

.one-two {
  background-color: #f5c100;
  position: relative;
  z-index: 999;
  mix-blend-mode: multiply;
  padding-bottom: 10em;
  z-index: 1;
}
.one-two .img-trees {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/trees.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  height: 400px;
  mix-blend-mode: multiply;
}

#two {
  margin: auto;
  position: relative;
  background-color: black;
  padding-bottom: 5em;
  padding-top: 5em;
}
#two .bg2 {
  left: 0px;
  bottom: 0;
  position: absolute;
  z-index: 999;
}
#two .in-wrap .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  margin: auto;
  text-align: center;
  grid-gap: 2em;
  width: 100%;
  position: relative;
  text-align: center;
  align-items: baseline;
}
#two .in-wrap .grid .one .in-wrap {
  width: 90%;
}
#two .in-wrap .grid .one .in-wrap .icon {
  width: 100px;
  margin: auto;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .one .in-wrap .icon {
    width: 80px;
    margin: auto;
    padding-bottom: 1.5em;
  }
}
#two .in-wrap .grid .one .in-wrap h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 1em;
}
#two .in-wrap .grid .one .in-wrap .line {
  border: solid 1px #F5C100;
  width: 100px;
  margin: auto;
  border-style: dashed;
}
#two .in-wrap .grid .one .in-wrap p {
  color: white;
  padding-top: 1em;
}
@media only screen and (max-width: 360px) {
  #two .in-wrap .grid .one .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .one {
    padding-bottom: 2em;
  }
}
#two .in-wrap .grid .two .in-wrap {
  width: 90%;
}
#two .in-wrap .grid .two .in-wrap .icon {
  width: 100px;
  margin: auto;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .two .in-wrap .icon {
    width: 80px;
    margin: auto;
    padding-bottom: 1.5em;
  }
}
#two .in-wrap .grid .two .in-wrap h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 1em;
}
#two .in-wrap .grid .two .in-wrap .line {
  border: solid 1px #F5C100;
  width: 100px;
  margin: auto;
  border-style: dashed;
}
#two .in-wrap .grid .two .in-wrap p {
  color: white;
  padding-top: 1em;
}
@media only screen and (max-width: 360px) {
  #two .in-wrap .grid .two .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .two {
    padding-bottom: 2em;
  }
}
#two .in-wrap .grid .three .in-wrap {
  width: 90%;
}
#two .in-wrap .grid .three .in-wrap .icon {
  width: 100px;
  margin: auto;
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .three .in-wrap .icon {
    width: 80px;
    margin: auto;
    padding-bottom: 1.5em;
  }
}
#two .in-wrap .grid .three .in-wrap h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 1em;
}
#two .in-wrap .grid .three .in-wrap .line {
  border: solid 1px #F5C100;
  width: 100px;
  margin: auto;
  border-style: dashed;
}
#two .in-wrap .grid .three .in-wrap p {
  color: white;
  padding-top: 1em;
}
@media only screen and (max-width: 350px) {
  #two .in-wrap .grid .three .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .three .in-wrap p {
    width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  #two .in-wrap .grid .three {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #two .in-wrap .grid {
    display: block;
  }
}

#three {
  margin: auto;
  position: relative;
  height: 100%;
  height: 100%;
}
#three .bg-3 {
  transform: rotate(180deg);
  z-index: 1;
}
#three .bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/bg-last.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 600px) {
  #three .bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/bg-last.svg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 40%;
  }
}
#three .in-wrap {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}
#three .in-wrap h1 {
  text-align: left;
  margin: 0;
  padding-bottom: 0.2em;
  width: 80%;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 881px) {
  #three .in-wrap h1 {
    width: 90%;
  }
}
#three .in-wrap p {
  width: 70%;
  margin: 0;
}
@media only screen and (max-width: 360px) {
  #three .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  #three .in-wrap p {
    width: 90%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #three .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px) and (max-height: 667px) {
  #three .in-wrap p {
    width: 100%;
    font-size: 13px;
  }
}
#three .in-wrap form {
  padding: 0;
  width: 65%;
  position: relative;
  padding-top: 2em;
}
#three .in-wrap form input {
  width: 49.2%;
  font-size: 16px;
  height: 2.5em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 1em;
  color: black;
  font-family: Roboto;
  vertical-align: top;
  float: left;
  margin-bottom: 1.5%;
  margin-right: 1.5%;
  border-radius: 0;
}
#three .in-wrap form #email {
  margin-right: 0em;
}
#three .in-wrap form #Subject {
  margin-right: 0em;
}
#three .in-wrap form #other {
  margin-right: 0em;
}
#three .in-wrap form input[type=text] {
  background-color: transparent;
  border: 1px;
  box-shadow: none;
  cursor: default;
  border: solid 2px black;
  font-family: Roboto;
}
#three .in-wrap form textarea {
  width: 100%;
  font-size: 16px;
  height: 8em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 1em;
  color: black;
  border: none;
  background: transparent;
  border: solid 2px black;
  border-radius: 0;
  font-family: Roboto;
}
#three .in-wrap form textarea[type=text] {
  background-color: transparent;
  border: 1px;
  box-shadow: none;
  cursor: default;
  font-family: Roboto;
}
#three .in-wrap form #submit {
  background-color: #F5C100;
  color: black;
  border: none;
  height: 3em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  width: 40%;
  margin: 0;
  margin-top: 0.5em;
  border-radius: 0;
  font-family: Roboto;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 881px) {
  #three .in-wrap form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  #three .in-wrap form {
    width: 100%;
  }
}
#three .in-wrap .thankyou {
  width: 100%;
  font-size: 20px;
  color: black;
  font-weight: 400;
  display: none;
  position: relative;
  padding-top: 2em;
}
#three .in-wrap .thankyou span {
  font-weight: 100;
  font-size: 16px;
}
#three .footer {
  width: 70%;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  padding-bottom: 3em;
}
#three .footer .left {
  float: left;
}
#three .footer .left a {
  color: black;
  display: inline-block;
  margin-right: 0.5em;
}
#three .footer .right {
  float: right;
}
@media only screen and (max-width: 881px) {
  #three .footer .right {
    float: none;
    width: 100%;
  }
  #three .footer .right a {
    color: black;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 881px) {
  #three .footer .left {
    float: none;
    width: 100%;
    padding-bottom: 0.5em;
  }
  #three .footer .left a {
    color: black;
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 881px) {
  #three .footer {
    width: 80%;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 600px) {
  #three .footer {
    position: relative;
  }
}

/*# sourceMappingURL=styles.css.map */

/* ====================================
   HAMBURGER MENU STYLES
   Add this to your theme's style.css or custom CSS
   ==================================== */

/* Hamburger Container - positioned on the right */
.hamburger-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* Hamburger Button */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    background: #FFC107; /* Yellow to match your branding */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.hamburger-menu:hover {
    background: #FFD54F;
    transform: scale(1.05);
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animate hamburger to X when menu is open */
.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Slide-out Menu Panel */
.slide-menu {
    position: fixed;
    top: 0;
    right: -350px; /* Hidden off-screen initially */
    width: 350px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease;
    z-index: 10000;
    overflow-y: auto;
}

.slide-menu.open {
    right: 0; /* Slide in from right */
}

/* Close Button */
.close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.close-menu:hover {
    color: #FFC107;
}

/* Menu Items */
.menu-items {
    list-style: none;
    padding: 80px 30px 30px;
    margin: 0;
}

.menu-items li {
    margin-bottom: 10px;
}

.menu-items a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.menu-items a:hover {
    background: #f5f5f5;
    border-left-color: #FFC107;
    padding-left: 30px;
}

/* Overlay - darkens background when menu is open */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive - adjust for mobile */
@media (max-width: 768px) {
    .slide-menu {
        width: 280px;
        right: -280px;
    }
    
    .hamburger-container {
        top: 15px;
        right: 15px;
    }
    
    .menu-items a {
        font-size: 16px;
    }
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

