:root {
  --base-color : #09500e;
}

#navSearch{
  display: none;
}

.header_social_icon{
	width: 100%;
  display: flex;
  justify-content: center;
}

.call_top_text{
  font-size: 14px;
  font-weight: 500;
}

.call_text_main{
  padding: 5px 0px;
}
.navbar-brand img{
	width: 100px;
  background: #ffffff;
  border-radius: 8px;
  padding: 2px 5px;
}

.navbar-brand span{
 font-weight: 700;
 letter-spacing: 1px;
 font-size: 18px;
 color: #FFFFFF;
 text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link{
  font-size: 14px;
}

.number_text {
  width: 100px;
  height: 100px;
  font-size: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 170px;
  color: var(--base-color);
  font-weight: bold;
  padding-top: 0px;
  margin-bottom: 20px;
  line-height: 100px;
}

.banner_taital_main{
  padding-top: 36px;
}

.banner_section .banner_img, .banner_section .banner_img img{
  height: auto;
}

.column-center{
	display: flex;
  flex-direction: column;
  align-items: center;
}

.project_taital{
	width: 75%;
  padding: 0px;
}

.client-carousel .client_taital_box {
 background-color: #fff;
 border-radius: 10px;
 box-shadow: 0 4px 15px rgba(0,0,0,0.1);
 padding: 25px;
 min-height: 150px;
}
.client_taital_box{
  border: 2px solid var(--base-color);
}
.moark_text {
 font-weight: 600;
 margin-top: 10px;
 color: #222;
}
.customer_text {
 color: #888;
 font-size: 13px;
}
.slick-prev-custom, .slick-next-custom {
 position: absolute;
 top: 45%;
 transform: translateY(-50%);
 background-color: #ffffff;
 border: none;
 border-radius: 50%;
 width: 45px;
 height: 45px;
 box-shadow: 0 2px 10px rgba(0,0,0,0.2);
 cursor: pointer;
 transition: 0.3s;
 z-index: 10;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}
.slick-prev-custom:hover, .slick-next-custom:hover {
 background-color: #f6f6f6;
}
.slick-prev-custom {
 left: -60px;
}
.slick-next-custom {
 right: -60px;
}
.slick-prev-custom i, .slick-next-custom i {
 font-size: 20px;
 color: #333;
}

.team-carousel {
  min-height: 200px;
}
.team-item {
  outline: none;
}
.team_taital {
  font-weight: 700;
  color: #222;
  font-size: 40px;
}
.team_text {
  color: #777;
  margin: 0 auto 40px;
}
.team_img {
  width: 160px !important;
  height: 160px !important;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff),
  linear-gradient(135deg, #1de323, #000, #c0c0c0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.team_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team_name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.team_position {
  color: #777;
  font-size: 14px;
  margin-top: 4px;
}

.slick-prev-team, .slick-next-team {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-prev-team i, .slick-next-team i {
  font-size: 20px;
  color: #333;
}

.slick-prev-team { left: -60px; }
.slick-next-team { right: -60px; }

.slick-prev-team:hover, .slick-next-team:hover {
 background-color: #f6f6f6;
}

.contact_section {
  background: #f8f9fa;
  padding: 80px 0;
}
.contact_taital {
  font-weight: 700;
  color: #222;
}
.contact_subtext {
  color: #777;
  max-width: 600px;
  margin: 0 auto;
}
.contact_map iframe {
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.contact_info {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.contact_icons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact_icon {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.contact_icon i {
  font-size: 16px;
  color: #048f42;
  margin-right: 8px;
}
.contact_icon:hover {
  color: #007bff;
}
.contact_form .form-control {
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
}
.contact_form .btn-primary {
  background: #007bff;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.contact_form .btn-primary:hover {
  background: #0056b3;
}

.header_section{
  background-color: var(--base-color);
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

.header_section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#banner_slider a.carousel-control-next{
  background-color: #09500e96;
  top: 105px;
}
#banner_slider a.carousel-control-prev{
  background-color: #1d1d1dcf;
  top: 150px;
}

.call_text{
  text-align: left;
}

.call_text a{
  padding: 0px;
}

.call_text a, .header_social_icon li a{
  color:  var(--base-color);
}

.about_section{
  background: linear-gradient(90deg, #000000, #e52929, #c0c0c0);
}

.readmore_bt a{
  color: #272727;
  background-color: #ffffff;
  border-radius: 80px;
}

.readmore_bt a:hover{
  color: #ffffff;
  background-color: #272727;
}

.color_bt{
  width: 100%;
  height: 100%;
}

.color_bt a{
  background-color: #272727;
  border-radius: 8px;
  padding: 18px;
  font-size: 16px;
}

.color_bt a:hover{
  background-color: #f8180d;
}

.color_bt.active a {
  background-color: #f8180d;
}

.color_bt.active a:hover {
  background-color: #272727;
}

.read_bt a{
  background-color: transparent;
  border: 2px solid var(--base-color);
  color: #272727;
  border-radius: 80px;
}

.read_bt a:hover{
  background-color: transparent;
  border: 2px solid #272727;
  color: var(--base-color);
}

.layout_padding{
  padding-top: 60px;
}


.banner_section{
  padding: 0px;
  background: #09813929;
}

.banner_section .container{
  width: 100%;
  max-width: 100%;
}

#banner_slider{
  padding-left: 5rem !important;
  padding-right: 1rem !important;
}

#banner_slider a.carousel-control-prev{
  left: 0;
}

#banner_slider a.carousel-control-next{
  left: 0;
}

.banner_taital{
  line-height: normal;
  font-size: 24px;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #403f3f;
}

.btn_main {
  padding-top: 10px;
}
.box-image{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

}
.box-image img{
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 98%;
  object-fit: cover;
}

.blog_img{
  height: 250px;
  background: #000000 !important;
  border-radius: 4px;
}

.safety_text{
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.ipsum_text{
  font-size: 14px;
}

.read_bt1 a{
  border-radius: 8px;
}

.date_text{
  background-color: var(--base-color);
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  width: auto;
}

.circle-gradient {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.circle-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 8px;
  background: linear-gradient(135deg, #29e549, #000000, #c0c0c0);
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.circle-gradient img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.moark_text{
  font-size: 18px;
}
.client_text{
  font-size: 14px;
}

.contact_address{
  font-size: 14px;
}

.footer_section{
  background-color: #09813929;
  padding-bottom: 10px !important;
}

.copyright_section{
  background-color: var(--base-color);
  font-size: 14px;
}
.copyright_text{
  font-size: 13px;
  letter-spacing: 1px;
}

.footeer_logo img{
  height: 100px;
}

.lorem_text{
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.footer_taital{
  font-size: 18px;
}

.footer_menu li{
  font-size: 14px;
}

.contact_bt{
  width: auto;
}

.contact_bt a{
  border-radius: 8px;
  background-color: var(--base-color);
  font-size: 14px;
  letter-spacing: .5px;
}

.footer_social_icon ul{
  display: inline-flex;
}
.footer_social_icon ul li{
  padding: 5px 10px;
}
.footer_social_icon ul li a{
  color: var(--base-color);
  font-size: 20px;
}

.about_section.detail{
  background: #f8f9fa;
}
.about_text.detail{
  color: #272727;
  font-size: 15px;
}

.card-visimisi{
  border: 2px solid var(--base-color);
  border-radius: 8px;
}

.card-visimisi .text{
  color: #272727;
  font-size: 15px;
}

.faq-section {
  background: linear-gradient(135deg, #000000, #e52929, #c0c0c0);
  color: #fff;
  padding: 60px 20px;
  border-radius: 12px;
}

.faq-section .card {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.faq-section .card-header {
  background: transparent;
  border: none;
}

.faq-section .btn-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.faq-section .btn-link:hover {
  color: #e52929;
  text-decoration: none;
}

.faq-section .btn-link.collapsed i {
  transform: rotate(0deg);
  color: #c0c0c0;
}

.faq-section .btn-link i {
  transition: all 0.3s ease;
  transform: rotate(180deg);
  color: #e52929;
}

.faq-section .card-body {
  background: #1a1a1a;
  color: #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.accordion-title{
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  text-wrap: auto;
  text-align: left;
}

#banner_slider .carousel-control-next, #banner_slider .carousel-control-prev{
  width: 50px;
  height: 45px;
}
#banner_slider .carousel-control-next:focus, #banner_slider .carousel-control-next:hover, #banner_slider .carousel-control-prev:focus, #banner_slider .carousel-control-prev:hover{
  background-color: var(--base-color);
}

#backToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #169920bf;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: background 0.3s;
}

#backToTop:hover {
  background-color: #00c13b;
}

#backToTop i {
  font-size: 18px;
}
.content_title{
  font-size: 28px;
  text-transform: uppercase;
}

.content_text{
  font-size: 15px;
  margin: 0px;
  margin-bottom: 20px;
}

.normal_text{
  color: #242424;
}
.product_title{
  font-size: 14px;
}
.product_text{
  font-size: 13px;
  line-height: normal;
}

.btn-buy{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-buy i{
  font-size: 18px;
}
.btn-buy span{
  font-size: 14px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #d7ffe0;
}

.bottom-tagline{
  font-size: 15px;
  color: #242424;
  font-weight: 600;
  text-align: justify;
}
.bottom-desc{
  font-size: 13px;
  color: #242424;
  text-align: justify;
}
.bottom-keyword{
  font-size: 12px;
  text-align: justify;
}
.about-tagline{
  font-size: 15px;
  color: #242424;
  font-weight: 600;
}
.about-desc{
  font-size: 14px;
  color: #242424;
  text-align: justify;
}

.about-logo{
  width: 200px;
}

.card-load{
  height: 250px;
  background: #d4f9e1;
  border-radius: 8px;
}

.btn_more_ebook{
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  border:2px solid var(--base-color);
  border-radius: 18px;
  color: var(--base-color) !important;
}

.product-title-ebook{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-text-ebook{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#term-privacy p{
  padding: 0px;
  margin: 0px;
  margin-left: 1rem;
  margin-bottom: 1rem;
  color: #242424;
  font-size: 14px;
}

#term-privacy ul, #term-privacy ol{
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #242424;
  font-size: 14px;
}

#term-privacy h1{
  font-size: 18px;
  font-weight: 600;
}

#term-privacy h2{
  font-size: 16px;
  font-weight: 500;
  padding: 0px;
}

.term_privacy_text{
  font-size: 11px;
  letter-spacing: .5px;
}

.search-box {
  max-width: 100%;
  margin: 0 auto;
}

.search-box .input-group {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.search-box .input-group:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.search-box input.form-control {
  border: none;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 0;
}

.search-box input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.search-box .input-group-text {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 0 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 14px;
}

.search-box .input-group-text:hover {
  background-color: #218838;
}