@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Leckerli+One|Roboto:400,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fafafa;
  background-size: cover;
  color: #45454E;
  font: 400 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: 'Leckerli One', cursive;
  color: #6DB743 !important; }
  h1 span {
    display: block;
    font-size: 120px;
    line-height: 110px; }
  h1.sm {
    font-size: 38px;
    line-height: 48px; }
    h1.sm span {
      font-size: 96px;
      line-height: 84px; }

@media (max-width: 767px) {
  h1, h1.sm {
    font-size: 38px;
    line-height: 50px; }
    h1 span, h1.sm span {
      font-size: 70px;
      line-height: 80px; } }

h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  color: #6DB743 !important; }

h3 {
  font-size: 24px;
  line-height: 54px;
  font-weight: 300;
  text-align: center;
  color: #6DB743 !important;
  vertical-align: baseline; }
  h3 span {
    display: inline-block;
    font-size: 60px;
    line-height: 54px;
    vertical-align: baseline; 
    color: #6DB743 !important;
    }
  @media (max-width: 479px) {
    h3 span {
      font-size: 50px; } }
  h3 .mid {
    font-size: 36px;
    line-height: 40px; }

h4 {
  font-size: 24px;
  line-height: 34px;
  color: #6DB743 !important; }

h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #6DB743 !important; }
  h5 span {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase; 
    color: #6DB743 !important;
    }

h6 {
  color: #6DB743 !important; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #d4d4d4; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 100vh;
  position: relative; }
  .page.bg1,
  .page.bg2 {
    background: #fafafa; }
    @media (min-width: 2000px) {
      .page.bg1 {
        background-size: contain; } }
    @media (min-width: 3000px) {
      .page.bg1 {
        background-position: 0 -450px; } }
    @media (min-width: 2000px) {
      .page.bg2 {
        background-size: contain; } }
    @media (min-width: 2500px) {
      .page.bg2 {
        background-position: 0 -100px; } }
    @media (min-width: 3000px) {
      .page.bg2 {
        background-position: 0 -200px; } }
    @media (min-width: 3500px) {
      .page.bg2 {
        background-position: 0 -300px; } }
  .lt-ie9 .page {
    min-width: 1200px; }

section {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 30px; }

h2.mg + * {
  margin-top: 25px; }

h2.mg2 + * {
  margin-top: 20px; }

h3 + * {
  margin-top: 10px; }

h4 + * {
  margin-top: 25px; }

h5 + * {
  margin-top: 30px; }

h6 + * {
  margin-top: 23px; }

h2 + h6 {
  margin-top: 27px; }

p + h6 {
  margin-top: 37px; }

* + .btn {
  margin-top: 40px; }

* + .btn2 {
  margin-top: 25px; }

main img + * {
  margin-top: 35px; }

.row + .row {
  margin-top: 30px; }

.row.mg4 {
  margin-top: 40px; }

* + .list1 {
  margin-top: 23px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand .logo {
    position: relative;
    top: 13px; }
  .brand .sm .logo {
    top: 10px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #363636; }

/*==================     Icons     ======================*/
.fl-bigmug-line {
  font-size: 36px;
  line-height: 36px;
  color: #363636; }
  .fl-bigmug-line + * {
    margin-top: 20px; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #6DB743;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  font-weight: 500;
}

.btn:hover {
  background-color: #5a9838;
  color: #fff;
  text-decoration: none;
}

.btn2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #6DB743;
  border: 1px solid #6DB743;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  margin-top: 25px;
}

.btn2:hover {
  background-color: #6DB743;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn, .btn2, .btn3 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .hero-section .btn, .hero-section .btn2 {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

/*==================      Address      ======================*/
.addr {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px; }

/*==================      Lists      ======================*/
.list1 li {
  position: relative;
  padding-left: 12px; }
  .list1 li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
    font-size: 14px; }
  .list1 li + li {
    margin-top: 10px; }
.list1 a:hover {
  color: #595959; }

/*==================      Blockquote      ======================*/
.quote-text {
  padding: 10px 0; }
  .quote-text:before, .quote-text:after {
    display: inline-block;
    height: 20px;
    font-size: 60px;
    line-height: 45px;
    font-weight: 300;
    color: #363636;
    vertical-align: top; }
  .quote-text:before {
    content: '“';
    margin-right: 5px; }
  .quote-text:after {
    content: '”';
    margin-left: 5px;
    line-height: 60px; }
  .quote-text + * {
    margin-top: 20px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 19px; }
      @media (max-width: 979px) and (min-width: 768px) {
        .sf-menu > li + li {
          margin-left: 4px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 16px 25px;
  border: 2px solid transparent;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li > a {
      padding: 16px 15px;
      font-size: 16px; } }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  border: 2px solid #6DB743;
  background: rgba(109, 183, 67, 0.1);
  transform: translateY(-2px); }
.sf-menu > li.active > a {
  border: 2px solid #6DB743;
  background: #6DB743;
  color: #fff; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #363636;
  border-radius: 15px;
  background: #FFF;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }
  .sf-menu ul > li > a {
    color: #363636;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #6DB743;
    padding-left: 10px; }
  .sf-menu ul > li + li {
    margin-top: 5px; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  margin-left: 20px;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #363636; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #6DB743; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }

/* Enhanced Stuck Menu with Scroll Effect */
.isStuck {
  background: rgba(54, 54, 54, 0.98);
  backdrop-filter: blur(15px);
  z-index: 999;
  border-bottom: 1px solid #6DB743;
  padding: 8px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  transform: translateY(0);
  transition: all 0.3s ease; }

.isStuck .sf-menu > li > a {
  padding: 12px 20px;
  font-size: 16px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    color: #363636 !important; }
    .rd-mobilemenu_ul a.active {
      background: #6DB743;
      color: #fff !important; }
    .rd-mobilemenu_ul a:hover {
      background: #6DB743;
      color: #FFF !important; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px;
    color: #555 !important; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
    color: #555 !important; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #363636;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: #d1d1d1;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #363636;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    color: #45454E;
    text-align: center; }
    .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6 {
      color: #45454E; }
    .parallax_cnt .row + .row {
      margin-top: 190px; }
  .parallax_5 {
    padding: 190px 0; }
  .parallax_4 {
    padding: 210px 0 180px; }
  .parallax_3 {
    padding: 220px 0 190px; }
  .parallax_2 {
    padding: 210px 0 190px; }
  .parallax_1 {
    padding: 210px 0 180px; }

/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center; }
  .resp-tabs-list li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 45px;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
    color: #363636; }
    .resp-tabs-list li + li {
      margin-left: 37px; }
    .resp-tabs-list li:hover:before, .resp-tabs-list li.resp-tab-active:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -9px;
      bottom: -10px;
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #d1d1d1;
      background: #fff;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.resp-accordion {
  display: none;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #363636; }
  .resp-accordion:hover, .resp-accordion.resp-tab-active {
    color: #d4d4d4; }

.resp-tab-content {
  display: none;
  border: 1px solid #d1d1d1;
  padding: 30px 59px 35px; }
  @media (max-width: 479px) {
    .resp-tab-content {
      padding: 30px; } }

.resp-tab-content-active {
  display: block; }

@media (max-width: 767px) {
  .resp-accordion {
    display: block; }

  .resp-tabs-list {
    display: none; } }
.resp-tabs-container {
  margin-top: -1px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0; 
}

header.main-header {
  padding-bottom: 0;
  position: relative;
}

/* Sticky Navigation */
.stuck_container {
  background: rgba(54, 54, 54, 0.95);
  backdrop-filter: blur(10px);
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding: 10px 0;
  position: relative;
  z-index: 1000;
}

/* Header Hero Section */
.header-hero-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: white;
}

/* Homepage Header with bg1 */
.header-hero-home {
  background-image: url(/public/images/web/bg1.png);
  min-height: 600px;
}

/* Other Pages Header with bg2 */
.header-hero-page {
  background-image: url(/public/images/web/bg2.png);
  min-height: 350px;
}

/* Header Overlay for better text readability */
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(54, 54, 54, 0.4) 100%
  );
  z-index: 1;
}

/* Header Content */
.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 0;
}

.brand-wrapper {
  margin-bottom: 30px;
}

.brand_name {
  margin: 0;
  padding: 0;
}

.brand_name a {
  display: inline-block;
  text-decoration: none;
}

.logo {
  max-height: 150px;
  width: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.logo:hover {
  transform: scale(1.05);
}

/* Homepage specific logo size */
.header-hero-home .logo {
  max-height: 200px;
}

/* Header Tagline (Homepage only) */
.header-tagline {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.header-tagline h2 {
  color: white !important;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.header-tagline p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

/* Responsive Header Styles */
@media (max-width: 1200px) {
  .header-hero-section {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .header-hero-home {
    min-height: 500px;
  }
  
  .header-hero-page {
    min-height: 300px;
  }
  
  .header-content {
    padding: 30px 0;
  }
  
  .logo {
    max-height: 120px;
  }
  
  .header-hero-home .logo {
    max-height: 150px;
  }
  
  .header-tagline h2 {
    font-size: 2rem;
  }
  
  .header-tagline p {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .header-hero-home {
    min-height: 400px;
  }
  
  .header-hero-page {
    min-height: 250px;
  }
  
  .header-content {
    padding: 20px 0;
  }
  
  .logo {
    max-height: 100px;
  }
  
  .header-hero-home .logo {
    max-height: 120px;
  }
  
  .header-tagline h2 {
    font-size: 1.5rem;
  }
  
  .header-tagline p {
    font-size: 1rem;
  }
}

/* Updated Page Background Styles */
.page {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

/* Remove the background from page since we're using it in header */
.page.bg1,
.page.bg2 {
  background: #fafafa;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  position: relative;
  display: block; }

.tc {
  text-align: center; }

.lg {
  letter-spacing: 4px; }
  @media (max-width: 767px) {
    .lg {
      letter-spacing: 2px;
      font-size: 35px; } }

.text1 {
  color: #363636; }
  .text1 + * {
    margin-top: 23px; }

time {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  color: #c7c7c7; }
  time + * {
    margin-top: 20px; }

.policy-link {
  color: #363636; }
  * + .policy-link {
    margin-top: 20px; }

svg + .container {
  position: relative;
  z-index: 6; }

.triangle-down {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  margin-top: -1px; }
  .triangle-down path {
    fill: #fff; }

.triangle-up {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 5;
  margin-bottom: -1px; }
  .triangle-up path {
    fill: #fff; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 35px;
  padding-bottom: 15px; }

.well2 {
  padding-bottom: 20px; }

.well3 {
  padding-bottom: 190px; }

.well4 {
  padding-bottom: 75px; }

.well5 {
  padding-bottom: 160px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fafafa;
  text-align: center;
  padding-bottom: 160px;
  position: relative; }
  footer .brand_name {
    color: #e1e1e1; }
  footer .copy {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d8d8d8; }
    * + footer .copy {
      margin-top: 15px; }
  footer svg {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 5;
    margin-bottom: -1px; }
    footer svg path {
      fill: #fafafa; }
  footer .container {
    top: -40px; }
  footer.under {
    z-index: 11; }

/* Footer Logo Background */
footer img {
  background: rgba(255, 255, 255, 1);
  padding: 10px 15px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Hero Section */
.hero-section {
  padding: 80px 0;
  background-color: #f5f8f2;
  position: relative;
  border-bottom: 1px solid rgba(109, 183, 67, 0.2);
}

.hero-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(109, 183, 67, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  color: #333;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: none;
}

.hero-section h3 {
  color: #6DB743;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.5rem;
}

.hero-section p {
  color: #555;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section h3 {
    font-size: 1.2rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* Intro Section Styles */
.intro-section {
  padding: 60px 0;
  background-color: #fff;
}

.intro-section h2 {
  color: #6DB743;
  text-align: left;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.intro-section h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #6DB743;
}

.intro-section img {
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
}

@media (max-width: 768px) {
  .intro-section .row {
    flex-direction: column-reverse;
  }
  
  .intro-section .col-md-6 {
    margin-bottom: 20px;
  }
  
  .intro-section h2 {
    margin-top: 20px;
    text-align: center;
  }
  
  .intro-section h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Cottage Card Styles */
.cottage-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cottage-card:hover {
  transform: translateY(-5px);
}

.cottage-card img {
  border-radius: 8px;
  margin-bottom: 15px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.cottage-card h4 {
  margin-bottom: 10px;
  text-align: center;
  color: #6DB743;
}

.cottage-card p {
  flex-grow: 1;
}

.cottage-card .list1 {
  margin-bottom: 15px;
}

.cottage-card .btn3 {
  display: block;
  text-align: center;
  margin-top: auto;
  background-color: #6DB743;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cottage-card .btn3:hover {
  background-color: #5a9838;
  text-decoration: none;
}

@media (max-width: 768px) {
  .cottage-card {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

/* Section Titles */
section h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

section h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #6DB743;
}

.cottages-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Amenity Box Styles */
.amenities-section {
  padding: 60px 0;
  background-color: #f5f8f2;
  border-top: 1px solid rgba(109, 183, 67, 0.2);
  border-bottom: 1px solid rgba(109, 183, 67, 0.2);
}

.amenity-box {
  padding: 25px 15px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  height: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
}

.amenity-box:hover {
  transform: translateY(-5px);
}

.amenity-box h5 {
  color: #6DB743;
  margin: 15px 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .amenities-section .col-md-3 {
    margin-bottom: 15px;
  }
  
  .amenity-box {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

/* Map Container Styles */
.map-container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

/* Quote Styles */
.quote-text {
  background: #f9f9f9;
  border-left: 4px solid #6DB743;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  height: 100%;
}

.quote-text:before {
  content: '"';
  font-size: 60px;
  color: #6DB743;
  position: relative;
  line-height: 0;
  top: 15px;
}

@media (max-width: 768px) {
  .testimonials-section .col-md-6:first-child {
    margin-bottom: 20px;
  }
}

/* CTA Section Styles */
.cta-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/public/other/images/cta-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
}

.cta-section h3, .cta-section p {
  color: #fff !important;
}

@media (max-width: 768px) {
  .cta-section {
    padding: 40px 0;
  }
  
  .cta-section h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

/* Button Responsive Styles */
@media (max-width: 768px) {
  .btn, .btn2, .btn3 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .hero-section .btn, .hero-section .btn2 {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

/* Spacing Responsiveness */
@media (max-width: 768px) {
  .well1, .well2, .well3, .well4, .well5 {
    padding: 40px 0;
  }
  
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/* Cottage Gallery Styles */
.cottage-gallery img {
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cottage-detail {
  padding: 60px 0;
}

.cottage-detail:nth-child(even) {
  background-color: #f9f9f9;
}

/* Season & Rate Card Styles */
.season-box {
  background: #f9f9f9;
  border-left: 4px solid #6DB743;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.rate-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.rate-card:hover {
  transform: translateY(-10px);
}

.rate-card h4 {
  text-align: center;
  padding: 15px;
  margin: 0;
  background: #6DB743;
  color: #fff !important;
}

.rate-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.rate-details {
  padding: 20px;
}

.rate-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.rate-price {
  font-weight: bold;
  color: #6DB743;
}

.rate-note {
  padding-top: 10px;
  font-size: 0.9em;
  color: #666;
}

.btn-block {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

/* Form Styles */
.booking-form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.booking-form label {
  font-weight: 500;
}

/* FAQ Styles */
.faq-item {
  margin-bottom: 25px;
}

.faq-item h5 {
  border-bottom: 2px solid #6DB743;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* Contact Page Styles */
.contact-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 25px;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  margin-bottom: 20px;
}

.contact-item i {
  font-size: 24px;
  margin-right: 15px;
  margin-top: 4px;
}

.contact-item h5 {
  margin-bottom: 5px;
}

.contact-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 25px;
}

.social-links {
  margin-top: 25px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #6DB743;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #5aa036;
  transform: translateY(-3px);
}

.direction-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 25px;
  height: 100%;
}

.direction-card h5 {
  margin-bottom: 15px;
}

.direction-card i {
  margin-right: 10px;
}

/* Tarifs & Reservations Section Styles */
.tarifs-info {
  padding: 60px 0 40px;
}

@media (max-width: 768px) {
  .tarifs-info {
    padding: 40px 0 30px;
  }
}

/* ========================================================
                 COMPREHENSIVE FOOTER STYLES
========================================================= */

/* Main Footer Container */
footer.footer {
  background: #000000;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

footer.footer .coordonnees {
  padding: 50px 0 30px;
}

/* Footer Section Headings */
footer.footer .heading-section {
  color: #6DB743 !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Logo Section */
footer.footer .col-md-2 {
  text-align: center;
  margin-bottom: 30px;
}

footer.footer .col-md-2 img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  filter: brightness(0.9);
  transition: all 0.3s ease;
}

footer.footer .col-md-2 img:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

/* Contact Information Section */
footer.footer .col-md-3 p {
  margin-bottom: 8px;
  color: #cccccc;
  line-height: 1.4;
}

footer.footer .col-md-3 .tel {
  margin-top: 15px;
}

footer.footer .col-md-3 .tel a,
footer.footer .col-md-3 a[href^="mailto:"] {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer.footer .col-md-3 .tel a:hover,
footer.footer .col-md-3 a[href^="mailto:"]:hover {
  color: #6DB743;
}

footer.footer .col-md-3 .icon {
  margin-right: 8px;
  color: #6DB743;
  font-size: 14px;
}

/* Font Awesome icon alignment fixes for text content */
footer.footer .col-md-3 .fas,
footer.footer .col-md-3 .fab {
  vertical-align: baseline;
  line-height: 1;
  margin-right: 8px;
  color: #6DB743;
  font-size: 14px;
  position: relative;
  top: -1px; /* Fine-tune vertical alignment */
}

/* Newsletter Section */
footer.footer .col-md-3.hidden-xs p {
  color: #cccccc;
  margin-bottom: 20px;
  line-height: 1.5;
}

footer.footer .newsletter-form .form-group {
  margin-bottom: 15px;
}

footer.footer .newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
}

footer.footer .newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

footer.footer .newsletter-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #6DB743;
  outline: none;
  box-shadow: 0 0 0 2px rgba(109, 183, 67, 0.2);
}

footer.footer .newsletter-form .btn-primary {
  background: #6DB743;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

footer.footer .newsletter-form .btn-primary:hover {
  background: #5a9838;
  transform: translateY(-1px);
}

/* Social Media & Links Section */
footer.footer .social-links {
  margin-bottom: 25px;
}

footer.footer .btn-facebook {
  background: #3b5998;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

footer.footer .btn-facebook:hover {
  background: #2d4373;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

footer.footer .btn-facebook .icon {
  margin-right: 8px;
}

footer.footer .btn-facebook .fab {
  margin-right: 8px;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}

footer.footer .footer-links {
  margin-top: 20px;
}

footer.footer .footer-link {
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
}

footer.footer .footer-link:hover {
  color: #6DB743;
  text-decoration: none;
}

/* Mobile Contact Buttons */
footer.footer .btn-mobile {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  margin-top: 30px;
}

footer.footer .mobile-contact-btn {
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  margin: 0 5px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .mobile-contact-btn:hover {
  background: rgba(109, 183, 67, 0.2);
  border-color: #6DB743;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

footer.footer .mobile-contact-btn .contact-icon {
  font-size: 24px;
  margin-bottom: 8px;
  color: #6DB743;
}

footer.footer .mobile-contact-btn .fas {
  font-size: 24px;
  margin-bottom: 8px;
  color: #6DB743;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0;
  display: block;
}

footer.footer .mobile-contact-btn span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Footer Navigation */
footer.footer .sitemap-footer {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer.footer .footer-nav {
  text-align: center;
}

footer.footer .footer-nav a {
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
  margin: 0 15px;
  transition: color 0.3s ease;
  display: inline-block;
  padding: 5px 0;
}

footer.footer .footer-nav a:hover {
  color: #6DB743;
  text-decoration: none;
}

/* Footer Credits */
footer.footer .footer-credits {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

footer.footer .footer-credits .copy {
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer.footer .footer-credits .author {
  color: #999999;
  font-size: 12px;
  margin-bottom: 0;
}

footer.footer .footer-credits .author a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer.footer .footer-credits .author a:hover {
  color: #6DB743;
  text-decoration: none;
}

/* Responsive Footer Styles */
@media (max-width: 991px) {
  footer.footer .col-md-2,
  footer.footer .col-md-3,
  footer.footer .col-md-4 {
    margin-bottom: 40px;
    text-align: center;
  }
  
  footer.footer .footer-nav a {
    display: block;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  footer.footer .coordonnees {
    padding: 40px 0 20px;
  }
  
  footer.footer .col-md-2,
  footer.footer .col-md-3,
  footer.footer .col-md-4 {
    margin-bottom: 30px;
  }
  
  footer.footer .heading-section {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  footer.footer .btn-mobile {
    display: block !important;
  }
  
  footer.footer .mobile-contact-btn {
    margin-bottom: 10px;
  }
  
  footer.footer .sitemap-footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  footer.footer .footer-credits {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  footer.footer .footer-credits .copy,
  footer.footer .footer-credits .author {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  footer.footer .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  footer.footer .mobile-contact-btn {
    margin: 0;
    font-size: 11px;
  }
  
  footer.footer .mobile-contact-btn .contact-icon {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  footer.footer .mobile-contact-btn span {
    font-size: 10px;
  }
}

/* Hide mobile buttons on larger screens */
@media (min-width: 768px) {
  footer.footer .btn-mobile {
    display: none !important;
  }
}

/* Show mobile buttons only on small screens */
@media (max-width: 767px) {
  footer.footer .d-block.d-sm-none {
    display: block !important;
  }
  
  footer.footer .visible-xs {
    display: block !important;
  }
}

/* Newsletter optin plugin integration */
footer.footer .optin-form {
  background: transparent;
}

footer.footer .optin-form input[type="email"] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
}

footer.footer .optin-form input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #6DB743;
  outline: none;
}

footer.footer .optin-form button,
footer.footer .optin-form input[type="submit"] {
  background: #6DB743;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}

footer.footer .optin-form button:hover,
footer.footer .optin-form input[type="submit"]:hover {
  background: #5a9838;
  transform: translateY(-1px);
}
