:root {
  --primary: #88B44E;
  --secondary: #FB9F38;
  --light: #F5F8F2;
  --dark: #252C30;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

.fw-medium {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Montserrat";
}

.fs-4 {
  color: rgb(152, 204, 83);
  font-weight: 700;
}

.display-1 {
  font-size: 3.87rem;
}


.btn {
  transition: .5s;
  font-weight: 600;
  color: #42690e;
  font-size: 16px;
}

.btn-primary,
.btn-outline-primary:hover {
  color: #88B44E;
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: #88B44E;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-square {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50px;
}

.sticky-top {
  top: -150px;
  transition: .5s;
}

.navbar .navbar-brand {
  padding: 0;
  top: 0;
  left: 0;
}

.navbar .navbar-brand img {
  width: 230px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 25px 0;
  color: var(--dark);
  font-weight: 600;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 126px;

  }

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 75px;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(20, 45, 10, 0.72);
  z-index: 1;
}

.carousel-caption .text {
  font-size: 1.1rem;
  font-weight: 500;

}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
}

.carousel-item {
  height: 800px;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--light);
}

.section-title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -13px;
  left: calc(25% - 13px);
  background: var(--dark);
  border: 10px solid #FFFFFF;
  border-radius: 28px;
}

.section-title.text-center::before {
  left: 25%;
}

.section-title.text-center::after {
  left: calc(50% - 13px);
}

.product {
  background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1));
  background-size: auto;
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 65px;
  height: 75px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 28px 30px 30px 38px;
  background: #FFFFFF;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 13px;
  border-left: 40px solid var(--primary);
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.contact .btn-square {
  width: 100px;
  height: 100px;
  border: 20px solid var(--light);
  background: var(--primary);
  border-radius: 50px;
}


.testimonial {
  background: linear-gradient(rgba(20, 45, 10, 0.72), rgba(20, 45, 10, 0.72)), url(../img/steps-background.jpg) center center no-repeat;
  background-size: cover;
}

.testimonial-item {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  background: #FFFFFF;
  border: 5px solid var(--primary);
  padding: 1rem !important;
  height: 230px;
  border-radius: 25px 0 25px 0;
}

.testimonial-item img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 60px;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--primary);
  border-radius: 15px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--dark);
}


.footer {
  color: #B0B9AE;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: #B0B9AE;
}

.copyright {
  background: #252525;
}

.copyright a:hover {
  color: #FFFFFF !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}

.wrapper {
  overflow: hidden;
  max-width: auto;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper .title-text {
  display: flex;
  width: 200%;
}

.wrapper .title {
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  color: black;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.slide-controls label.signup {
  color: #000;
}

.slide-controls .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #386103, #88b44e);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* input[type="radio"] {
  display: none;
} */

#signup:checked~.slider-tab {
  left: 50%;
}

#signup:checked~label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}

#signup:checked~label.login {
  color: #000;
}

#login:checked~label.signup {
  color: #000;
}

#login:checked~label.login {
  cursor: default;
  user-select: none;
}

.wrapper .form-container {
  width: 100%;
  overflow: hidden;
}

.form-container .form-inner {
  display: flex;
  width: 200%;
}

.form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.form-inner form .field input:focus {
  border-color: #88b44e;

}

.form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #b3b3b3;
}

.form-inner form .pass-link {
  margin-top: 5px;
}

.form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #88b44e;
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
  text-decoration: underline;
}

form .btn {
  height: 50px;
  /* width: 100%; */
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #386103, #88b44e, #386103, #88b44e);
  border-radius: 5px;
  transition: all 0.4s ease;
  ;
}

form .btn:hover .btn-layer {
  left: 0;
}

form .btn input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.signup-link {
  color: #000000;
}

p {
  margin-bottom: 0px !important;
  font-weight: 450;
}

i {
  color: #88B44E;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .carousel-item {
    height: 1200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item {
    height: 1200px;
  }

  .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.features .nav-tabs {
  border: 0;
  background-color: #c9c9c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 6px;
  width: auto;
}

.features .nav-item {
  margin: 0;
  padding: 0 5px 0 0;
}

.features .nav-item:last-child {
  padding-right: 0;
}

.features .nav-link {
  background-color: none;
  color: #000;
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  margin: 0;
}

@media (max-width: 468px) {
  .features .nav-link {
    padding: 8px 20px;
  }
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 550;
  margin: 0;
}


.features .nav-link.active {
  background-color: #88B44E;
  border-color: #386103;
}

.features .nav-link.active h4 {
  color: #FFFFFF;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: #1f1f1f;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

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

.table {
  border-color: #88B44E;
  font-weight: 500;
}

.counsel {
  text-align: right;
}

@media (max-width: 768px) {
  .counsel {
    text-align: center;
  }

  .counsel img {
    margin-top: 0px !important;
  }

  .march {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counsel {
    text-align: center;
  }

  .counsel img {
    margin-top: 0px !important;
  }

  .march {
    padding-top: 30px;
  }
}

.box {
  border: 1px solid #88b44e;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
}

.dropdown-item {
  font-weight: 530;
  font-size: 17px;
  margin-top: 5px;
}

/********* Dates *************/
/* ==========================================
   Event Card Grid Theme - Green (#88B44E)
========================================== */

/* Main Card */
.event-row {
    background: #cae6a9;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #D7E7C1;
    box-shadow: 0 6px 14px rgba(0,0,0,.06);
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

/* Hover Effect */
.event-row:hover {
    background: #a6d174;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(136,180,78,.45);
}

/* Event Text */
.event-info h5 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #2f3d1f;
}

/* Change text color on hover */
.event-row:hover .event-info h5 {
    color: #ffffff;
}

/* Date Box Wrapper */
.date-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,.08);
    min-width: 115px;
}

/* Left Date Part */
.date-left {
    background: #88B44E;
    color: #ffffff;
    padding: 8px 12px;
    text-align: center;
}

/* Slight Darker on Hover */
.event-row:hover .date-left {
    background: #6FA23F;
}

/* Date Number */
.date-left h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

/* Month Text */
.date-left span {
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    font-weight:500; 
}

/* Right Date Part */
.date-right {
    padding: 8px 10px;
    text-align: center;
    background: #ffffff;
}

/* Year */
.date-right .year {
    font-size: 13px;
    font-weight: 600;
    color: #2f3d1f;
}

/* Day */
.date-right .day {
    font-size: 11px;
    color: #6b7d4f;
}

/* Light Green on Hover */
.event-row:hover .date-right {
    background: #E9F3DD;
}

/* ==========================================
   Mobile Responsive
========================================== */

@media (max-width: 576px) {

    .event-row {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .date-box {
        justify-content: center;
    }

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 1000px;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}
 
.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
 
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--header-background), transparent 33%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
 
.hero .container {
  position: relative;
  z-index: 3;
}
 
.hero h1 {
  margin: 0 0 5px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  font-family: "montserrat";
  color: white;
  text-align: left;
}
 
.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}
 
.hero p {
  color: white;
  margin: 5px 0 30px 0;
  font-size: 30px;
  font-weight: 800;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 32, 53, 0.65); /* 🔥 overlay color */
  z-index: 2;
}
 
.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
 
.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
 
.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}
 
.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
 
.hero .btn-watch-video:hover {
  color: var(--accent-color);
}
 
.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
 
.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
 
@media (max-width: 640px) {
  .hero {
  width: 100%;
  height: 1300px;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}
  .hero h1 {
    padding-top: 55px;
    font-size: 28px;
    line-height: 36px;
  }
 
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 
  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}
.btn-get-started {
  display: inline-block;
  background-color: #007bff !important;   /* blue */
  color: #ffffff !important;              /* white text */
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}
 
/* Hover effect */
.btn-get-started:hover {
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #007bff;
}
 