/*

*/

:root {
  --green: #1F3A2E;
  --copper: #8B5E34;
  --sand: #C8B28A;
  --offwhite: #F2EFE8;
  --graphite: #2E2E2E;
  --leaf: #56735F;
  --bronze: #A4713F;
  --white: #FFFFFF;
}

/* Body 
------------------------------------- */
body {
    background: var(--offwhite);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }

img {
  vertical-align: middle;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: bold;
}

h3 {
  color: var(--graphite);
  letter-spacing: 1px;
}

h5 {
  color: var(--copper);
  letter-spacing: 4px;
  padding-top: 22px;
}

.heading {
  color: var(--green);
  font-size: 62px;
}

p {
  color: #5f5a52;
  letter-spacing: 0.9px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 120px;
}

.color-white {
  color: #FFF;
}

.color-white a {
  color: #FC3;
}


/* All Section styles
------------------------------------- */
.section-title {
  border: 4px solid var(--sand);
  background: rgba(255,255,255,0.74);
  padding: 50px;
  position: relative;
  text-align: center;
  margin-bottom: 92px;
}

#about .section-title, #plan .section-title {
  border-color: var(--sand);
  background: rgba(31,58,46,0.82);
}

.panel {
	background-color: rgba(31,58,46,0.92);
	border: 0px;
}

.panel-title {
	color: #FFF;
}

.panel-body p {
	color: #CCC;
}

.medium-icon {
  color: var(--copper);
  font-size: 36px !important;
  font-weight: bold;
}

#work, #about, #team, 
#portfolio, #plan, #contact {
	padding-top: 120px;
	padding-bottom: 100px;
}

#team, #portfolio, #contact {
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 var(--offwhite);
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: var(--copper);
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    background: var(--green);
    border: none;
    margin-bottom: 0;
    text-align: center;
}

.custom-navbar .navbar-brand  {
  border: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  height: auto;
}

.custom-navbar .navbar-brand img {
  display: block;
  max-height: 64px;
  width: auto;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: var(--copper);
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li {
  
}    

.custom-navbar .nav li a {
	display: block;
	padding: 15px 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
 }

.custom-navbar .nav li a:hover {
  background: transparent;
}

.custom-navbar .nav li.header-social-link a {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 5px 2px;
  padding: 0;
  text-align: center;
  width: 32px;
}

.custom-navbar .nav li.header-social-link a:hover {
  color: var(--sand);
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: var(--copper);
    border-color: transparent;
}

@media(min-width:768px) {

    .custom-navbar {
         border-bottom: 1px solid rgba(250,250,250,0.3);
        padding: 16px;
       background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: var(--green);
      border-bottom: 0;
    }
}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: var(--sand);
    }

}


/* BxSlider Section Style
/* ========================================== */
.site-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.site-slider .bxslider img {
  display: block;
  width: 100%;
}

.bx-wrapper img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.bx-wrapper {
  background-color: var(--green);
}

.bx-thumbnail-wrapper {
  background-color: var(--green);
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 200px;
  color: #ffffff;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.slider-caption h2 {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 24px;
}
.slider-caption p {
	font-size: 26px;
}

.slider-whatsapp {
  background: var(--copper);
  border: 2px solid var(--copper);
  color: #ffffff;
  display: inline-block;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-top: 18px;
  padding: 14px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.slider-whatsapp:hover,
.slider-whatsapp:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--green);
  text-decoration: none;
}

#bx-pager a {
  margin: 18px 6px 0 6px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a img {
  outline: 0;
  border: 0;
  width: 96px;
  height: 62px;
  object-fit: cover;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: var(--copper);
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}


/* work section styles
/* ========================================== */
#work .col-md-4 {
  display: block;
  width: 100%;
  border: 4px solid transparent;
  padding: 42px;
  transition: all 0.4s linear;
}

#work .col-md-4:hover {
  border: 4px solid var(--sand);
  background: #ffffff;
}

#work h3 {
  font-size: 16px;
}

#work .col-md-4 hr {
  margin-left: 0;
}


/* about section styles
/* ========================================== */
#about {
  background: url('../images/about-bg.png') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
#about h2 {
  padding-bottom: 20px;
}

#about .panel-group .panel, #about .panel {
  border-radius: 0;
}

#about .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

#about .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#about .about-fact {
  margin-top: 82px;
  text-align: center;
  position: relative;
  display: block;
}

#about .border-right {
   border-right: 2px solid rgba(250,250,250,0.8);
}


/* team section styles
/* ========================================== */
#team {
  background: var(--offwhite);
}

#team h3 {
  color: var(--copper);
  font-size: 14px;
  font-weight: bold;
}

#team .team-wrapper .team-des {
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: all 0.4s linear;
  padding: 62px 22px 62px 22px;
  margin-top: 20px;
}

#team .team-wrapper:hover .team-des {
  background: #ffffff;
  bottom: 100px;
}

#team .team-wrapper .social-icon li a {
  font-size: 16px;
}

#team .process-wrapper .team-des {
  min-height: 245px;
}

#team .process-wrapper:hover .team-des {
  bottom: 0;
}

#team .process-wrapper .team-des p {
  color: #727272;
  font-size: 14px;
  line-height: 24px;
}


/* portfolio section styles
/* ========================================== */
#portfolio .col-md-4 {
  padding: 12px;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: rgba(250,250,250,0.6);
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  font-size: 22px;
  float: left;
  position: relative;
  bottom: 16px;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe p.icon-links a {
  float: right;
  font-size: 1.2em;
  padding-right: 18px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  color: var(--green) !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#portfolio .portfolio-bottom  {
  padding-top: 62px;
  position: relative;
  clear: both;
}

#portfolio .portfolio-bottom h2  {
  letter-spacing: 2px;
}

#portfolio .portfolio-bottom .btn {
  background: transparent;
  border: 4px solid var(--green);
  border-radius: 0;
  color: var(--green);
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-bottom .btn:hover {
  background: var(--green);
  color: #ffffff;
  border-color: transparent;
}


/* plan section styles
/* ========================================== */
#plan {
  background: url('../images/plan-bg.png') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

#plan .plan {
  border: 4px solid #ffffff;
  padding: 40px;
  transition: all 0.4s linear;
  margin-bottom: 20px;
}

#plan .plan:hover {
  background: var(--green);
  border-color: var(--sand);
}

#plan .plan-title {
  font-size: 42px;
}

#plan .plan-title, #plan .plan-price {
  padding: 16px;
}

#plan small {
  color: var(--sand);
}

#plan .plan-list li {
  padding: 10px 0 10px 0;
}

#plan .plan-button .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#plan .plan-button .btn:hover {
  background: #ffffff;
  color: var(--copper);
  border-color: transparent;
}


/* contact section styles
/* ========================================== */
#contact .medium-icon {
  color: var(--copper);
  padding-top: 10px;
  padding-right: 10px;
}

#contact .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: var(--copper);
}

#contact input {
  height: 54px;
}

#contact input[type="submit"] {
  background: var(--green);
  border: 4px solid transparent;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 58px;
}

#contact input[type="submit"]:hover {
  background: transparent;
  border-color: var(--green);
  color: var(--green);
}

#contact .contact-whatsapp {
  background: var(--green);
  border: 4px solid transparent;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 58px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

#contact .contact-whatsapp:hover {
  background: transparent;
  border-color: var(--green);
  color: var(--green);
}

#contact .contact-detail {
  background: #ffffff;
  border: 4px solid var(--green);
  position: relative;
  top: 140px;
}

#contact .contact-detail .col-md-6 {
  padding: 82px;
}

#contact .contact-detail .col-md-6:first-child {
  border-right: 4px solid var(--green);
}


/* footer section styles
/* ========================================== */
footer {
  background: var(--offwhite);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

footer h2 {
  border: 4px solid var(--green);
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  color: var(--green);
  font-size: 20px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin: 0 8px 14px 8px;
}

.social-icon li a:hover {
  background: var(--green);
  color: #ffffff;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  margin: 8px 0 18px 0;
}

.footer-links a {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--copper);
  text-decoration: none;
}

.legal-hero {
  background: var(--green);
  padding: 150px 0 70px 0;
  text-align: center;
}

.legal-hero h1 {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 18px;
}

.legal-hero p {
  color: rgba(255,255,255,0.86);
  margin: 0 auto;
  max-width: 760px;
}

.legal-content {
  background: var(--offwhite);
  padding: 70px 0 90px 0;
}

.legal-content article {
  background: #ffffff;
  border: 4px solid var(--sand);
  margin: 0 auto;
  max-width: 900px;
  padding: 48px;
}

.legal-content h2 {
  color: var(--green);
  font-size: 28px;
  margin-top: 34px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: #5f5a52;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.legal-content ul {
  margin-bottom: 24px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--copper);
  font-weight: 700;
}

.cookie-banner {
  align-items: center;
  background: #ffffff;
  border: 3px solid var(--green);
  bottom: 22px;
  box-shadow: 0 16px 42px rgba(0,0,0,0.22);
  display: flex;
  gap: 22px;
  left: 22px;
  max-width: 760px;
  padding: 18px;
  position: fixed;
  right: 22px;
  z-index: 10000;
}

.cookie-banner strong {
  color: var(--green);
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  margin-bottom: 4px;
}

.cookie-banner p {
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 21px;
  margin: 0;
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-banner-actions a {
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-btn {
  border: 2px solid var(--green);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  min-height: 42px;
  padding: 0 16px;
  text-transform: uppercase;
}

.cookie-btn-primary {
  background: var(--green);
  color: #ffffff;
}

.cookie-btn-secondary {
  background: #ffffff;
  color: var(--green);
}

.cookie-banner-hidden {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.22);
  color: #ffffff;
  display: inline-flex;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  min-height: 54px;
  padding: 0 20px;
  position: fixed;
  right: 24px;
  text-decoration: none;
  z-index: 9999;
}

.whatsapp-float .fa {
  font-size: 24px;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  background: var(--green);
  color: #ffffff;
  text-decoration: none;
}


/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1200px) {
  .bx-thumbnail-wrapper {
    display: none;
  }

  .slider-caption {
    bottom: 90px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .custom-navbar {
    background: var(--green);
    border-bottom: 0;
    min-height: 64px;
    padding: 0;
    text-align: left;
  }

  .custom-navbar.top-nav-collapse {
    padding: 0;
  }

  .custom-navbar .container {
    width: 100%;
  }

  .custom-navbar .navbar-header {
    float: none;
  }

  .custom-navbar .navbar-brand {
    padding: 8px 0 8px 15px;
  }

  .custom-navbar .navbar-brand img {
    max-height: 46px;
    max-width: 180px;
  }

  .custom-navbar .navbar-toggle {
    display: block;
    margin-top: 15px;
    margin-right: 15px;
  }

  .custom-navbar .navbar-collapse {
    background: var(--green);
    border-top: 1px solid rgba(255,255,255,0.15);
    box-shadow: none;
    max-height: calc(100vh - 64px);
    overflow-y: auto !important;
  }

  .custom-navbar .navbar-collapse.collapse {
    display: none !important;
  }

  .custom-navbar .navbar-collapse.collapse.in {
    display: block !important;
  }

  .custom-navbar .navbar-collapse.collapsing {
    display: block !important;
  }

  .custom-navbar .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .custom-navbar .navbar-nav > li {
    float: none;
  }

  .custom-navbar .nav li a {
    padding: 12px 15px;
    text-align: center;
  }

  .custom-navbar .nav li.active > a {
    border-bottom: 2px solid transparent !important;
    color: var(--sand);
  }

  .custom-navbar .nav li.header-social-link {
    display: inline-block;
  }

  .custom-navbar .nav li.header-social-link a {
    margin: 5px 2px;
  }

  .site-slider {
    padding-top: 64px;
  }
}

@media (max-width: 980px) {
  .slider-caption {
	  bottom: 60px;
  }
  .slider-caption h2 {
	font-size: 32px;
  }
  .slider-caption p {
	  font-size: 18px;
  }
  .bx-controls-direction {
    right: 30px;
  }
  .bx-controls-direction {
    bottom: -40px;
  }
  .heading {
    font-size: 62px;
  }
  .custom-navbar .navbar-brand  {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
  .custom-navbar {
    min-height: 64px;
    text-align: left;
  }

  .custom-navbar .container {
    width: 100%;
  }

  .custom-navbar .navbar-brand {
    padding: 8px 0 8px 15px;
  }

  .custom-navbar .navbar-brand img {
    max-height: 46px;
    max-width: 180px;
  }

  .custom-navbar .navbar-toggle {
    margin-top: 15px;
    margin-right: 15px;
  }

  .custom-navbar .navbar-collapse {
    background: var(--green);
    border-top: 1px solid rgba(255,255,255,0.15);
    box-shadow: none;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
  }

  .custom-navbar .nav li a {
    padding: 12px 15px;
    text-align: center;
  }

  .custom-navbar .nav li.header-social-link {
    display: inline-block;
  }

        
  .slider-caption {
    background: rgba(31, 58, 46, 0.74);
    border-radius: 16px;
    bottom: auto;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
    left: 50%;
    max-width: calc(100% - 32px);
    padding: 14px 16px;
    top: 92px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
  }
  .slider-caption h2 {
	font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .slider-caption p {
	  font-size: 14px;
	  line-height: 20px;
    margin-bottom: 0;
  }
  .slider-whatsapp {
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 12px;
    padding: 10px 16px;
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  
  #about .mobile-top {
    padding-top: 32px;
  }
  #work .col-md-4 {
    text-align: center;
  }
  #work .col-md-4 hr {
    margin-left: auto;
  }
  .grid figure img {
    margin-bottom: 22px;
  }
  #portfolio .portfolio-bottom {
    position: relative;
    top: 62px;
  }
  #contact .contact-detail {
    border: 0;
  }
  #contact .contact-detail .col-md-6:first-child {
    border-right: 0;
  }
  #contact .contact-detail .col-md-6 {
    padding: 36px 24px;
  }
  #contact .contact-detail {
    top: 40px;
  }
  .whatsapp-float {
    bottom: 16px;
    min-height: 50px;
    padding: 0;
    right: 16px;
    width: 50px;
  }
  .whatsapp-float span {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 64px;
  }

  .site-slider .bxslider img {
    height: 520px;
    object-fit: cover;
  }

  #plan .plan {
    max-width: 100%;
    padding: 30px 22px;
    margin: 54px auto 54px auto;
    width: 360px;
  }
}

@media (max-width: 502px) {
  .slider-caption h2 {
    font-size: 21px;
    line-height: 1.18;
  }

  .slider-caption p {
    font-size: 13px;
    line-height: 18px;
  }

  #plan .plan {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }

  .site-slider .bxslider img {
    height: 480px;
  }

  .slider-caption {
    max-width: calc(100% - 24px);
    padding: 12px 14px;
    top: 78px;
    transform: translateX(-50%);
    width: calc(100% - 24px);
  }

  .slider-caption h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .slider-caption p {
    font-size: 12px;
    line-height: 17px;
  }

  .slider-whatsapp {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
  }

  figure.effect-zoe h2 {
    font-size: 16px;
  }

  figure.effect-zoe figcaption {
    height: auto;
    min-height: 3.75em;
  }

  footer h2 {
    display: block;
    font-size: 22px;
    padding: 12px 18px;
  }

  .legal-hero {
    padding: 110px 20px 46px 20px;
  }

  .legal-hero h1 {
    font-size: 34px;
  }

  .legal-content {
    padding: 34px 16px 64px 16px;
  }

  .legal-content article {
    padding: 28px 20px;
  }

  .cookie-banner {
    align-items: stretch;
    bottom: 12px;
    flex-direction: column;
    gap: 14px;
    left: 12px;
    padding: 16px;
    right: 12px;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
  h5 {
    font-size: 11px;
  }

  .custom-navbar .navbar-brand img {
    max-width: 150px;
  }

  .site-slider .bxslider img {
    height: 440px;
  }

  .slider-caption {
    top: 68px;
  }

  .slider-caption h2 {
    font-size: 16px;
  }

  .slider-caption p {
    font-size: 11px;
    line-height: 16px;
  }

  .slider-whatsapp {
    font-size: 10px;
    padding: 8px 12px;
  }
}

.footer-logo {
  display: block;
  margin: 0 auto 28px auto;
  max-width: 180px;
}
