@font-face {
  font-family: "head3";
  src: url(Lato-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "light";
  src: url(OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "regular";
  src: url(OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "bold";
  src: url(OpenSans-Bold.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e4b2d !important;
  font-family: "head3" !important;
  font-weight: 700;
  line-height: 1.2;
}
.navbar-nav {
  padding-left: 50px;
  background: #0c961a;
}
.navigation {
  background: linear-gradient(to right, #437b3b5c 50%, #0c961a 50%);
  transition: 0.2s ease;
}
.navbar .dropdown .dropdown .dropdown-toggle:hover,
.navbar .dropdown-item:hover {
  color: #0c961a;
  background: transparent;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active {
  color: #0c961a !important;
  background-color: #06530e !important;
  border-color: #06530e !important;
}

.btn-primary {
  color: #fff;
  background-color: #0c961a;
}

.hero-slider .slick-dots li.slick-active button {
  background: #0c961a;
}

.feature-icon {
  font-size: 50px;
  color: #0c961a;
  display: inline-block;
}

.btn-outline-primary {
  color: #0c961a;
  background-color: transparent;
  border: 1px solid #06530e;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.active {
  color: #0c961a !important;
  background-color: #06530e !important;
  border-color: #06530e !important;
}

.bg-primary {
  background: #0c961a !important;
}

.btn-light {
  color: #0c961a;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-light::before {
  background-color: #06530e;
}

.play-btn {
  background: #0c961a;
  color: #fff;
}
.play-btn::after {
  background: #0c961a;
}
a:hover {
  color: #06530e;
}

.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #203e22 50%);
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.newsletter-block {
  background-color: #203e22;
}

body,
.text-color,
p {
  color: #49684d;
}
footer div,
footer p {
  color: #5d5d5d;
}
footer a.text-color {
  color: #908e8e;
}
footer a.text-color:hover {
  color: #d7d7d7;
}
.text-primary {
  color: #0c961a !important;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #00fc19;
}
.footer {
  border-color: #434a43 !important;
  padding-top: 145px;
  padding-bottom: 25px;
}
.bg-footer {
  background-color: #0a2e0f;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.card-date {
  background: #39d84c;
}

.logo_top {
  height: 5.4rem;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8ae194;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-sm { 
  padding: 0.4em 1em;
}
.btn { 
  padding: 0.8em 2em;
  border-radius: 0;
}
.section {
  padding-top: 4em;
  padding-bottom: 6em;
}
.newsletter .btn{
  padding: 0.3em 2em;
}
.newsletter-block {
  /* border-top-left-radius: 1em; 
    border-bottom-left-radius: 1em;*/
}

.top-header {
  background-color: #0e150aee;
  /* background-color: #ffffff; */
}
.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #0c961a;
  padding: 0 15px;
  padding-left: 15px;
  padding-left: 5px;
  top: 96px;
  border-radius: 0;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff;
}

#save-sidebar {
  margin-top: 0.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background: #c92929;
  text-align: center;
  color: #fff;
}

.history_select_box {
  background: #c92929;
  color: #fff;
}

/*# sidebar for admin */

.main-content-prefs_holder {
  position: relative;
  z-index: 220000000;
}
.main-content-prefs {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.preferences-trigger {
  position: fixed;
  right: 20px;
  top: 12%;
  transform: translateY(-50%);
  background: #235a10;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 15px #419f3311;
  transition: all 0.3s ease;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.preferences-trigger:hover {
  background: #55aa46;
  transform: translateY(-50%) scale(1.1);
}

.preferences-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1000;
  overflow-y: auto;
}

.preferences-panel.active {
  right: 0;
}

.panel-header {
  background: #f8fafc;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.panel-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 5px;
}

.panel-subtitle {
  color: #64748b;
  font-size: 14px;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #64748b;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.panel-content {
  padding: 20px;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: white;
}

.form-input:focus {
  outline: none;
  border-color: #419f33;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.checkbox {
  width: 18px;
  height: 18px;
  accent-color: #419f33;
}

.checkbox-label {
  font-size: 14px;
  color: #374151;
  cursor: pointer;
}

.range-group {
  margin-top: 8px;
}

.range-input {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #419f33;
  border-radius: 50%;
  cursor: pointer;
}

.range-value {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  margin-top: 5px;
}

.save-btn {
  width: 100%;
  background: #36842b;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 20px;
}

.save-btn:hover {
  background: #419f33;
}

.overlay_prefs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.overlay_prefs.active {
  opacity: 1;
  visibility: visible;
}

.drop-indicator {
  height: 2px;
  background: #4f46e5;
  margin: 5px 0;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.drop-indicator.active {
  opacity: 1;
}

.drag-handle {
  background: #e5e7eb;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6b7280;
  margin-right: 8px;
  transition: background 0.2s ease;
}

.drag-handle:hover {
  background: #d1d5db;
}

.drag-handle:active {
  cursor: grabbing;
}

.div-actions {
  display: flex;
  gap: 4px;
  align-items: center;
}

.div-class {
  font-size: 12px;
  background: #4f46e5;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.remove-btn {
  background: #ef4444;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
} 

.remove-btn:hover {
  background: #dc2626;
}

.add-btn {
  background: #10b981;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
  flex: 1;
  min-width: 120px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #10b981;
  left: -25px;
  top: 5px;
}
 
a {
  color: #489f09;
  text-decoration: none;
  background-color: transparent;
}
a.text-primary:focus, a.text-primary:hover {
  color: #489f09 !important;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #10b981;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
  color: #489f09;
}
.newsletter_hold  {  
  background-image: url('/assets/images/logo.png');
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: right;
  background-size:auto; 
} 
h3, .h3 {
  font-size: 23px;
}

.team-page .team1-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 450px;
}
.team-page .team1-box .image {
  border-radius: 4px;
  overflow: hidden;
}
.team-page .team1-box .image img {
  width: 100%;
  transition: all 0.4s;
}
.team-page .team1-box .heading-area {
  padding: 32px;
  background-color: #ccffd4d6;
  position: absolute;
  bottom: -65px;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 4px 4px;
  transition: all 0.4s;
}
.team-page .team1-box .heading-area .heading1 h4 a {
  display: inline-block;
  font-size: var(--f-fs-font-fs24);
  line-height: var(--f-fs-font-fs24);
  color: var(--vtc-text-heading-text-1);
  font-weight: var(--f-fw-bold);
  margin-bottom: 6px;
  transition: all 0.4s;
}
.team-page .team1-box .heading-area .heading1 h4 a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-main-bg-1);
}
.team-page .team1-box .heading-area .heading1 p {
  color: var(--vtc-text-pera-text-1);
}
.team-page .team1-box .heading-area .icons {
  opacity: 0;
  transition: all 0.4s;
}
.team-page .team1-box .heading-area .icons ul {
  margin-top: 20px;
}
.team-page .team1-box .heading-area .icons ul li {
  display: inline-block;
}
.team-page .team1-box .heading-area .icons ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 124, 1, 0.1568627451);
  margin: 0px 3px;
  color: var(--vtc-text-heading-text-1);
  transition: all 0.4s;
}
.team-page .team1-box .heading-area .icons ul li a:hover {
  background-color: var(--vtc-bg-main-bg-1);
  color: var(--vtc-bg-bg-white);
  transition: all 0.4s;
}
.team-page .team1-box:hover .image img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.team-page .team1-box:hover .heading-area {
  bottom: 0;
  transition: all 0.4s;
}
.team-page .team1-box:hover .heading-area .icons {
  transition: all 0.4s;
  opacity: 1;
}






















/* Responsive Design */
@media (max-width: 768px) {
  .preferences-panel {
    width: 100%;
    right: -100%;
  }

  .preferences-trigger {
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .panel-content {
    padding: 15px;
  }

  .main-content-prefs {
    padding: 20px;
    margin: 10px;
  }
}

   

@media (max-width: 575px) {
  .navigation {
    background: linear-gradient(to right, #0c961a 50%, #0c961a 50%);
    transition: 0.2s ease;
  }
  .navbar-nav {
    padding-left: 0px;
    background: #0c961a;
  }

  h6, .h6 {
    font-size: .7rem;
  }
  h3,
  .h3 {
    font-size: 0.9rem;
  }
  .logo-footer {
    width: 100%;
    text-align: center;
    padding: 2em;
  }
  .logo-footer img {
    height: 14.4rem !important;
  }
}


@media (max-width: 480px) {
  .preferences-trigger {
    bottom: 20px;
    top: auto;
    transform: none;
  }

  .panel-header {
    padding: 15px;
  }

  .panel-title {
    font-size: 18px;
  }
}


