*,
*:after,
*:before {
  box-sizing: inherit;
}
*{
  margin: 0px;
  padding: 0px;
}
html {
  box-sizing: border-box;
  font-size: 80%;
  background-color: #FFF9EF;
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* Modern offset for sticky headers */
  overflow-x: hidden; /* Prevent horizontal shake */
}

/* Specific section offsets for anchor links */
[id] {
  scroll-margin-top: 100px;
}

body {
  font-family: 'Fredoka', sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  overflow-x: hidden; /* Prevent horizontal shake */
}

  .intro {
    margin-top: 20%;
    max-width: 45% !important;
    margin-left: calc(5% + 5rem); /* Shifted right by an extra 50px */
    margin-bottom: 8% !important;
    position: relative;
    z-index: 30;
  }

  .rhino
  {
    display: block;
    flex: 1 1 auto;
    background-image: url("../images/ard.svg") ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: 400px;
    margin-top: 15%;
    position: relative;
    z-index: 10; 
    pointer-events: none; 
    transform: scale(1.75) translate(-15%, 20%); 
    transform-origin: center left; 
    /* Shifted mask transition forward to 60% */
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0,0,0,0) 95%);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0,0,0,0) 95%);
  }

  .intro h1 {
    color: #353535;
    font-family: 'Londrina Solid', cursive;
    font-size: 4.2rem; /* Significantly reduced from 6.2rem */
    line-height: 1.0;
    margin-bottom: 1.8rem;
    letter-spacing: -0.01rem;
  }

  .intro h1 b {
    color: #92a666;
    display: block;
    font-size: 5.2rem; /* Significantly reduced from 7.2rem */
    margin-top: 0.2rem;
  }

  .intro h2 {
    color: #EFB97D;
    font-family: 'Londrina Solid', cursive;
    font-size: 2.2rem; /* Significantly reduced from 3.1rem */
    line-height: 1.2;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05rem;
    font-weight: 400;
  }

  .intro p {
    font-size: 1.7rem; /* Significantly reduced from 1.95rem */
    line-height: 1.6;
    margin-bottom: 3.5rem;
    color: #555;
    max-width: 90%;
  }
  .navigation {
    background: #353535;
    backdrop-filter: blur(10px);
    display: block;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 1.5rem 0;
    width: 100%;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 1px solid rgba(146, 166, 102, 0.2);
  }

  /* Scrolled State: The 'Floating Pill' look */
  .navigation.navigation-scrolled {
    background: rgba(30, 30, 30, 0.9); /* Darker glass for contrast */
    backdrop-filter: blur(15px);
    padding: 1rem 0;
    margin-top: 1rem;
    max-width: 75%; /* Reduced from 85% for a very compact feel */
    left: 12.5%; /* Centered based on 75% width */
    border-radius: 12px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }

  .navigation .title {
    color: #92a666; /* Light green for visibility on dark bg */
    font-family: 'Londrina Solid', cursive;
    font-size: 2.4rem;
    margin-left: 1rem;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .navigation.navigation-scrolled .title {
    color: #92a666; /* Consistent green */
    font-size: 2rem;
  }

  .navigation .navigation-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF9EF; /* Light text for dark background */
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: inline-block;
  }

  .navigation.navigation-scrolled .navigation-link {
    color: #FFF9EF; 
    font-size: 1.5rem;
  }

  /* Adjust Popover for the floating state */
  .navigation.navigation-scrolled .popover {
    top: 110%;
    background: rgba(30, 30, 30, 0.95);
    border-color: rgba(146, 166, 102, 0.5);
  }
  
  .navigation.navigation-scrolled .popover .popover-link {
    color: #FFF9EF;
    border-bottom-color: rgba(255,255,255,0.1);
  }

  .navigation .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .navigation .title {
    color: #92a666;
    font-family: 'Londrina Solid', cursive;
    font-size: 2.4rem;
    margin-left: 1rem;
    vertical-align: middle;
    display: inline-block;
  }

  .navigation .navigation-list {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .navigation .navigation-item {
    margin-bottom: 0;
    margin-left: 3rem;
    position: relative;
  }

  .navigation .navigation-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF9EF;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    display: inline-block;
  }

  .navigation .navigation-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #92a666;
    transition: width 0.3s ease;
  }

  .navigation .navigation-link:hover::after {
    width: 100%;
  }

  .navigation .navigation-link:hover {
    color: #92a666;
  }

  .popover {
    z-index: 110;
  }

  /* Wow Full-Screen Mobile Menu */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 53, 53, 0.98);
    backdrop-filter: blur(15px);
    z-index: 150;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .menu.open {
    opacity: 1;
    visibility: visible;
  }

  .menu-con {
    background: transparent !important;
    margin: 1.5rem 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
  }

  .menu.open .menu-con {
    opacity: 1;
    transform: translateY(0);
  }

  /* Staggered link animations */
  .menu.open .menu-con:nth-child(1) { transition-delay: 0.1s; }
  .menu.open .menu-con:nth-child(2) { transition-delay: 0.2s; }
  .menu.open .menu-con:nth-child(3) { transition-delay: 0.3s; }
  .menu.open .menu-con:nth-child(4) { transition-delay: 0.4s; }
  .menu.open .menu-con:nth-child(5) { transition-delay: 0.5s; }
  .menu.open .menu-con:nth-child(6) { transition-delay: 0.6s; }

  .menu-con a {
    font-family: 'Londrina Solid', cursive;
    font-size: 4rem;
    color: #FFF9EF;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .menu-con a:hover {
    color: #92a666;
  }

  /* Mobile Submenu Styling */
  .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border-radius: 8px;
  }

  .mobile-submenu.active {
    max-height: 300px;
    margin-top: 1rem;
    padding: 1rem 0;
  }

  .mobile-submenu a {
    font-size: 2.5rem !important;
    margin: 0.5rem 0;
    opacity: 0.8;
  }

  .mobile-submenu a:hover {
    opacity: 1;
  }

  /* Modern Hamburger Icon */
  .menu-icon {
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .menu-bar {
    width: 30px;
    height: 3px;
    background: #92a666;
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
  }

  .menu-icon.hover .menu-bar:nth-child(1) { transform: rotate(45deg); }
  .menu-icon.hover .menu-bar:nth-child(2) { opacity: 0; transform: translateX(20px); }
  .menu-icon.hover .menu-bar:nth-child(3) { transform: rotate(-45deg); }
  .navigation .navigation-item:hover .popover {
    visibility: visible;
    opacity: 1;
    top: 160%; /* Slightly closer to be safe */
    transition-delay: 0s;
  }

  .popover{
    background:#FFF9EF;
    border:.1rem solid #92a666;
    border-radius:.5rem;
    visibility: hidden;
    opacity: 0;
    filter:drop-shadow(0 0 .5rem rgba(0,0,0,.1));
    left:50%;
    min-width:12rem;
    position:absolute;
    top:180%; 
    transform:translateX(-50%);
    z-index: 110;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, top 0.3s ease; /* Ghosting effect */
  }

  /* Robust Hover Bridge */
  .popover::before {
    content: "";
    position: absolute;
    top: -40px; 
    left: -20px;
    right: -20px;
    height: 60px;
    background: transparent;
  }

  .popover:after,.popover:before {
    border:solid transparent;
    border-color:transparent;
    border-width:.7rem;
    content:" ";
    height:0;
    left:50%;
    pointer-events:none;
    position:absolute;
    right:1.7rem;
    top:0;
    width:0
  }

  .popover:after {
    border-bottom-color:#92a666;
    transform:translate(-50%,-100%)
  }

  .popover:before {
    border-bottom-color:#92a666;
    transform:translate(-50%,-102%)
  }

  .popover .popover-list {
    list-style:none;
    margin:0;
    padding:0
  }

  .popover .popover-item {
    margin:0;
    padding:0
  }

  .popover .popover-item:first-child .popover-link {
    border-radius:.4rem .4rem 0 0
  }

  .popover .popover-item:last-child .popover-link {
    border-bottom-width:0;
    border-radius:0 0 .4rem .4rem
  }

  .popover .popover-link {
    border-bottom:.1rem solid #92a666;
    color:#353535;
    display:block;
    padding:.5rem 2rem;
    position:relative;
    text-align:center;
    text-decoration:none;
    font-size: 1.4rem; /* Keeping the font size you liked */
  }

  .popover .popover-link:hover {
    background:#92a666;
    border-bottom-color:#92a666;
    color:#fff
  }
  
  .popover .popover-link:hover {
    background: #92a666;
    color: #fff;
  }

}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #92a666;
  border: 0.1rem solid #92a666;
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #92a666;
  border-color: #92a666;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #92a666;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #92a666;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #92a666;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #92a666;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #9b4dca;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem .7rem;
  width: 100%;
}

input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='email']:focus,
input[type='month']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #92a666;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%239b4dca" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.container {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 2.5rem;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-60 {
  margin-left: 60%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  align-self: flex-start;
}

.row .column .column-bottom {
  align-self: flex-end;
}

.row .column .column-center {
  align-self: center;
}

@media (min-width: 48rem) {
  .row {
    flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
}

a {
  color: #FFF9EF;
  text-decoration: none;
}

a:focus, a:hover {
  color: #92a666;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

table {
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td,
th {
  border-bottom: 0.1rem solid #92a666;
  padding: 1.2rem 1.5rem;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

@media (max-width: 40rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h1 {
  color: #92a666;
  font-family: 'Londrina Solid', cursive;
  font-size: 4.0rem;
  line-height: 1.1;
  letter-spacing: 0.05rem;
}

h2 {
  color: #005533;
  font-family: 'Londrina Solid', cursive;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  letter-spacing: 0.03rem;
}

h3 {
  font-family: 'Londrina Solid', cursive;
  font-size: 2.2rem;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #92a666;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

/* New Modern Card System */
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(146, 166, 102, 0.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(146, 166, 102, 0.15);
  border-color: #92a666;
}

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

.feature-card p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  flex-grow: 1;
}

/* Section Styling */
.section-alt {
  background: #FDF4E3;
  padding: 8rem 0;
  margin: 4rem 0;
  border-radius: 40px;
}

.section-padding {
  padding: 6rem 0;
}

/* Styled Lists */
.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #92a666;
  font-weight: bold;
  background: rgba(146, 166, 102, 0.1);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

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

.mb-4 { margin-bottom: 4rem; }
.mt-4 { margin-top: 4rem; }

/* Scroll Reveal Classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Shorter Card Variant */
.card-short {
  padding: 2rem !important;
}

.card-short h2 {
  font-size: 2.2rem !important;
  margin-bottom: 1rem !important;
}

.card-short img {
  height: 150px !important;
  margin-bottom: 1.5rem !important;
}

/* Tactile Button Refinement */
.button, button {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 4px 0 #6d7d4c; /* Added bottom depth */
  position: relative;
  top: 0;
}

.button:hover, button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #6d7d4c;
}

.button:active, button:active {
  transform: translateY(2px);
  box-shadow: 0 0 0 #6d7d4c;
}

/* Typographic Highlights */
.highlight {
  color: #E29E4B; /* Inspired by your logo's tan/orange */
  font-weight: 600;
}

.feature-card {
  border: 1px solid rgba(146, 166, 102, 0.05);
  background: linear-gradient(145deg, #ffffff, #f9fdf5); /* Subtle gradient for depth */
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.footer h3 {
  color: #FFF9EF;
  margin-bottom: 2rem;
}

.footer .feature-list li::before {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF9EF;
}

.whatsapp-hero {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0 2.5rem !important;
  height: 5rem !important;
  line-height: normal !important;
  font-size: 1.4rem !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  border: 2px solid #92a666 !important;
  color: #92a666 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.whatsapp-hero:hover {
  background-color: #92a666 !important;
  color: #fff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(146, 166, 102, 0.2) !important;
}

.whatsapp-hero:active {
  transform: translateY(1px) !important;
  box-shadow: none !important;
}

.whatsapp-hero svg {
  margin-bottom: 0 !important;
  flex-shrink: 0;
}

.button-outline {
  transition: all 0.3s ease;
}

.button-outline:hover {
  background-color: #92a666 !important;
  color: #fff !important;
  border-color: #92a666 !important;
}

.green {
  background-color: #92a666;
  min-height: 300px; /* Ensures a substantial footer size */
}
.sections{
  position: relative;
  width: 100%;
  height: 17vh;
  background: #FFF9EF;
  overflow: hidden;
}
.sections .air{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/wave.png");
  background-size: 800px 100px
}
.sections .air.air1{
  animation: wave 25s linear infinite;
  z-index: 1000;
  opacity: 1;
  animation-delay: 0s;
  bottom: 0;
}
.sections .air.air2{
  animation: wave2 50s linear infinite;
  z-index: 999;
  opacity: 0.5;
  animation-delay: -5s;
  bottom: 10px;
}
@keyframes wave{
  0%{
    background-position-x: 0px;
  }
  100%{
    background-position-x: 1600px;
  }
}
@keyframes wave2{
  0%{
    background-position-x: 0px;
  }
  100%{
    background-position-x: -1600px;
  }
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  overflow: hidden;
  z-index: -1;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 10px;
  height: 10px;
  background: rgba(146, 166, 102, 0.5);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1){
  left: 25%;
  width: 15px;
  height: 15px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  animation-delay: 0s;
}

.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 25px;
  height: 25px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 15px;
  height: 15px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 10px;
  height: 10px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 15px;
  height: 15px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 15px;
  height: 15px;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;

  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0%{
    transform: translateY(-1500px) rotate(0deg);
    opacity: 1;
  }
  100%{
    transform: translateY(0) rotate(0deg);
    opacity: 0.1;
  }
}

.menu-con {
  display: none;
  min-width:100%
}
.menu-icon {width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  margin: 10px 15px;
  transform:scale(0.8);
  padding: 0;
  cursor: pointer;
  z-index:20
}
.menu-bar {
  display: none;
  width: 50px;
  height: 5px;
  background:#92a666;
  position: absolute;
  transition: all 0.3s;}
  .menu-bar1 {
    margin-top: 9px
  }
  .menu-bar2 {
    margin-top: 23px
  }
  .menu-bar3 {
    margin-top: 37px
  }
  .menu-icon.hover .menu-bar1 {
    -webkit-transform: rotate(45deg) scaleX(0.7);
    margin-top: 22px;
  }
  .menu-icon.hover .menu-bar2 {
    opacity: 0
  }
  .menu-icon.hover .menu-bar3 {
    -webkit-transform: rotate(-45deg) scaleX(0.7);
    margin-top: 22px;
  }

  .menu {
    display:none;
  }
  .menu-con {
    display: none;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    flex-grow: 1;
    display: -webkit-flex;
    -webkit-justify-content:space-around;
    position:relative;
    top:-100%;
    transition:all 0.5s
  }
  .menu-con p:before {
    display: block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    opacity: 1;
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-con:hover p:before {
    background: rgba(0,0,0,0.2)
  }

  @media only screen and (max-width: 767px) {

    .wrapper>.container {
      padding-bottom:2rem;
      padding-top: 3rem;
    }

    .rhino
    {
      background-image: url("../images/ard.svg") ;
      background-repeat: no-repeat;
      height: 400px;
    }

    .navigation
    {
      background:#353535;
      padding: 10px;
    }

    .title {
      color: #92a666;
      font-family: 'Londrina Solid', cursive;
      font-size: 2rem;
      display:inline;
      line-height: 2.4rem;
      vertical-align: bottom;
    }
    .menu-bar
    {
     display:block;
   }
   .menu-icon{
     display:block;
   }
   .menu{
    display:block;
    position:fixed;
    top:0;
    right:0;
    width: 45%;
    height: 100%;
    z-index: 150;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: auto;
  }
  .menu-con p {
    -webkit-align-self:center;
    color:#FFF9EF;
    font-size:25px;
  }

  .menu-con {

  }

  .navigation-list {
    display: none;
  }

}

