
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/madu-asli.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/

.cart-container {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    }
  
    .empty-cart-message {
        text-align: center;
        font-size: 1.2rem;
        color: #e5873a;
        margin: 20px 0;
    }
    .checkout-info {
        display: flex;
        align-items: center; /* Vertically align items */
        margin-bottom: 20px;
    }
  
    .checkout-image {
        max-width: 5%; /* Limit the image size */
        height: auto; /* Maintain aspect ratio */
        margin-right: 10px; /* Space between image and text */
    }
  
    .checkout-text {
        font-family: "Caveat Brush", cursive;
        font-size: 1.2rem; /* Adjust font size to match the image size */
        margin: 0; /* Remove default margin */
    }
    
    .cart-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
  
    .cart-item {
        display: flex;
        align-items: center;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        gap: 20px;
    }
  
    .cart-item-select {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
  
    .cart-item-checkbox {
        width: auto;
        height: auto;
    }
    .seller-info {
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 10px; /* Space between image and text */
    }
  
    .seller-image {
        max-width: 3%; /* Adjusted for a consistent look on different screens */
        border-radius: 50%; /* Makes the image rounded */
        height: auto; /* Maintains aspect ratio */
        display: inline-block; /* Ensures proper formatting */
    }
    .cart-item-image img {
        max-width: 100px;
        border-radius: 8px;
    }
  
    .cart-item-details {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-grow: 1;
    }
  
    .details-bottom {
        display: flex;
        align-items: center;
        gap: 15px;
    }
  
    .product-name a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
    }
  
    .product-name a:hover {
        color: #e5873a;
    }
  
    .price, .subtotal {
        font-weight: bold;
        color: #e5873a;
        margin: 0;
    }
  
    .cart-item-totals {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
  
    .quantity-controls {
        display: flex;
        align-items: center;
        gap: 5px;
    }
  
    .qty-val {
        font-size: 1rem;
        padding: 0 10px;
    }
    .cart-summary {
        font-weight: 600;
        text-transform: uppercase;
        
    }
  
    .cart-action {
        margin-top: 20px;
    }
  
    #checkout-button {
        background-color: #F3C623;
        border: none;
        color: black;
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s;
    }
  
    #checkout-button:hover {
        background-color: #a84f0e;
    }
  
    .delete-item-button {
        background-color: transparent;
        border: none;
        color: #e5873a;
        cursor: pointer;
        transition: color 0.3s;
    }
  
    .delete-item-button:hover {
        color: #ffffff;
    }
  
    .qty-down, .qty-up {
        color: #e5873a;
        cursor: pointer;
        transition: color 0.3s;
    }
  
    .qty-down:hover, .qty-up:hover {
        color: #92d7ff;
    }
  
    /* Mobile styles */
    @media (max-width: 768px) {
        .cart-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .checkout-info {
      flex-direction: row; /* Align items horizontally on mobile */
      align-items: center; /* Vertically align items */
      justify-content: center; /* Center items horizontally */
      gap: 10px; /* Add space between image and text */
  }
  
  .checkout-image {
      max-width: 15%; /* Adjust size for mobile screens */
  }
  
  .checkout-text {
      font-size: 1rem; /* Adjust font size */
  }
    .cart-item-image img {
        max-width: 100%;
        height: auto;
    }
  
    .details-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
  
    .cart-item-select {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
  
    .cart-item-checkbox {
        margin-right: 10px;
    }
  
    .seller-info {
        font-size: 0.9rem;
    }
  
    .seller-image {
        max-width: 10%;
        margin-right: 10px;
    }
  
    .checkout-info {
        flex-direction: column;
        align-items: flex-start;
    }
  
    .checkout-image {
        max-width: 15%;
    }
  
    .checkout-text {
        font-size: 1rem;
    }
  
    .cart-item-totals {
        align-items: flex-start;
        text-align: left;
    }
  
    .cart-action {
        margin-top: 15px;
    }
  }
  /* show product

         /* Container for each variant */
         .variant-item {
            display: inline-block;
            margin: 10px;
            position: relative;
        }

        .variant-item input[type="radio"] {
            display: none;
            /* Hide default radio button */
        }

        /* Custom styling for the label */
        .variant-label {
            display: block;
            padding: 10px 20px;
            background-color: #fffbee;
            /* Honey-like background */
            border: 2px solid transparent;
            border-radius: 30px;
            color: #e5873a;
            /* Primary honey color */
            font-weight: bold;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        /* Hover effect */
        .variant-label:hover {
            background-color: #e5873a;
            color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        /* Checked state styling */
        .variant-selector:checked+.variant-label {
            background-color: #f5a623;
            /* Darker honey color */
            color: #fff;
            border: 2px solid #e5873a;
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        }

        /* Add a subtle honeycomb pattern for fun */
        .variant-item::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            width: 100%;
            height: 100%;
            background-image: url('https://www.transparenttextures.com/patterns/hexellence.png');
            opacity: 0.05;
            z-index: -1;
        }

        .hover-price {
            position: absolute;
            padding: 5px 10px;
            background-color: #f8f9fa;
            border: 1px solid #ddd;
            border-radius: 4px;
            display: none;
            z-index: 1000;
            font-size: 14px;
            color: #333;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        }


        .slider-nav-thumbnails {
            overflow-x: auto;
            white-space: nowrap;
        }

        .slider-nav-thumbnails .thumbnail {
            display: inline-block;
        }

        .slider-nav-thumbnails .thumbnail img {
            border: 2px solid transparent;
            transition: border 0.3s;
        }

        .slider-nav-thumbnails .thumbnail img.active {
            border: 2px solid #007bff;
            /* Warna border saat aktif */
        }
/* General styling for the quantity input group */
.detail-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    padding: 8px;
    border: none; /* Hapus border untuk tampilan bersih */
    border-radius: 30px;
    background: linear-gradient(135deg, #f5a623, #f76b1c); /* Gradien warna trendy */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.detail-qty:hover {
    background: linear-gradient(135deg, #f76b1c, #e5873a); /* Warna gradien berubah saat hover */
    transform: scale(1.05); /* Sedikit zoom saat hover */
}

/* Styling for the quantity value */
.qty-val {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    flex-grow: 1;
    text-align: center;
    background-color: transparent; /* Buat transparan untuk tampilan minimalis */
    padding: 5px;
    border-radius: 20px;
}

/* Buttons styling (up and down) */
.qty-down, .qty-up {
    background-color: #fff;
    color: #f76b1c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.qty-down:hover, .qty-up:hover {
    background-color: #f76b1c; /* Tombol berubah warna saat hover */
    color: #fff;
    transform: scale(1.1); /* Sedikit zoom saat hover */
}

.qty-down:active, .qty-up:active {
    background-color: #e06d15;
    transform: scale(0.95); /* Efek ketika diklik */
}

/* Icon size */
.qty-down i, .qty-up i {
    font-size: 18px; /* Ukuran ikon lebih besar untuk tampilan lebih menarik */
}

/* Responsive behavior */
@media (max-width: 576px) {
    .detail-qty {
        width: 110px;
        padding: 6px;
    }

    .qty-val {
        font-size: 16px;
    }

    .qty-down, .qty-up {
        width: 35px;
        height: 35px;
    }
}
/* Cart animation container */
.cart-animation {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #fffbee; /* Warna latar belakang seperti madu */
  color: #e5873a;
  padding: 20px;
  border-radius: 15px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: cartEnter 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  overflow: hidden;
  text-align: center;
}

/* Styling for the bee image */
.bee-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -20px;
  animation: beeFly 1.2s ease-out forwards;
}

/* Text Styling */
.cart-animation p {
  font-weight: bold;
  margin-top: 10px;
  animation: textFadeIn 0.5s ease-in forwards 0.3s;
}

/* Cart enter animation */
@keyframes cartEnter {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  70% {
    transform: translate(-50%, -50%) scale(1.2);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* Bee flying animation */
@keyframes beeFly {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) rotate(15deg) scale(1.2);
    opacity: 1;
  }

  100% {
    transform: translate(50px, 50px) rotate(30deg) scale(1);
    opacity: 1;
  }
}

/* Text fade-in animation */
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Ensure responsiveness */
@media (max-width: 576px) {
  .cart-animation {
    padding: 15px;
    font-size: 16px;
  }

  .bee-icon {
    width: 30px;
    height: 30px;
  }
}
/* login */
/* General Styles */

  
  /* Wrapper Styling */
  .wrapper {
    width: 700px;
    margin-top: 165px;
    /* padding-top: 80px; */
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  }
  
  .wrapper .title{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    color: #fff;
    user-select: none;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(135deg, #e5873a, #d06c24);
  }
  .wrapper form{
    padding: 10px 30px 50px 30px;
   
  }
  
  .wrapper form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  
  .wrapper form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5873a;
    border-radius: 25px;
    transition: all 0.3s ease;
  }
  
  .wrapper form .field input:focus,
  form .field input:valid {
    border-color: #d06c24;
  }
  
  /* Label Animation */
  .wrapper form .field label {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  
  form .field input:focus ~ label,
  form .field input:valid ~ label {
    top: 0%;
    font-size: 14px;
    color: #e5873a;
    background: #fff;
    padding: 0 5px;
  }
  
  /* Submit Button */
  form .field input[type="submit"] {
    color: #fff;
    border: none;
    margin-top: -10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(135deg, #e5873a, #d06c24);
    transition: all 0.3s ease;
    border-radius: 25px;
  }
  
  form .field input[type="submit"]:hover {
    background: #d06c24;
  }
  
  /* Responsive Design */
  @media (max-width: 576px) {
    .wrapper {
      padding: 10px;
    }
    .wrapper .title {
      font-size: 25px;
    }
    .wrapper form .field input {
      font-size: 14px;
    }
  }
  
  /* cust profile */

  /* General Styles */

/* Dashboard Menu */
.dashboard-menu {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.dashboard-menu ul.nav {
    padding-left: 0;
    list-style: none;
}

.dashboard-menu .nav-link {
    color: #575149;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    transition: background-color 0.2s, color 0.2s;
}

.dashboard-menu .nav-link:hover,
.dashboard-menu .nav-link.active {
    background-color: #e5873a;
    color: #fff;
}

/* Card Styling */
.card {
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.card-header {
  
    border-bottom: 1px solid #eee;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-header h5 {
    margin: 0;
    font-weight: 700;
    color: #333;
}

.card-body {
    background: transparent;
    padding: 30px;
}

.card-body h3 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Avatar and Profile Image */
.about-avatar {
    text-align: center;
    margin-bottom: 20px;
}

.about-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #e5873a;
    object-fit: cover;
}

.about-avatar label {
    position: relative;
    bottom: 50px;
    cursor: pointer;
    background-color: #e5873a;
    border-radius: 50%;
    padding: 10px;
    color: white;
    display: inline-block;
}

.about-avatar input {
    display: none;
}

/* Tab Content Styling */
.tab-content {
    margin-top: 30px;
}

.tab-content h6 {
    font-weight: 600;
    color: #555;
}

/* Counters */
.counter .count {
    font-size: 24px;
    font-weight: 700;
    color: #e5873a;
}

.counter p {
    font-size: 14px;
    color: #666;
}

/* Button Styling */
/* .btn {
    background-color: #e5873a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #d06c24;
} */

/* Responsive Design */
@media (max-width: 768px) {
    .page-header {
        padding: 20px 0;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .tab-content {
        padding: 20px;
    }

    .dashboard-menu {
        padding: 15px;
    }
    /* Responsive Design */
@media (max-width: 768px) {

    /* Dashboard Menu Styling */
    .dashboard-menu {
        padding: 10px;
        margin-bottom: 15px;
    }

    .dashboard-menu ul.nav {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-menu .nav-link {
        padding: 10px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 8px;
    }

    /* Avatar Circle */
    .about-avatar img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px solid #e5873a;
    }

    .about-avatar label {
        bottom: 35px;
        padding: 8px;
    }

    /* Tab Content */
    .tab-content {
        padding: 15px;
    }

    /* Button */
    .count-data {
        display: block; /* Agar konten menjadi vertikal pada layar kecil */
        text-align: left; /* Mengatur teks agar rata kiri */
    }

    .count-data h6 {
        margin-bottom: 10px; /* Memberi jarak antar elemen pada versi mobile */
    }
}
}
/* Menyusun ulang wrapper utama */
.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

/* Responsif untuk lebar layar kecil */
@media (max-width: 768px) {
    .formbold-form-wrapper {
        padding: 20px;
        width: 90%;
    }

    .formbold-input-flex {
        flex-direction: column;
    }

    .variant-input-container .variant-input {
        flex: 1 1 100%;
    }
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Input dan label */
.formbold-form-input {
    width: 100%;
    padding: 13px 22px;
    border: 1px solid #dde3ec;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    background: #ffffff;
    outline: none;
    resize: none;
}

.formbold-form-label {
    font-weight: 500;
    color: #07074D;
    margin-bottom: 8px;
    font-size: 14px;
}

#file-upload {
    display: none;
}

/* Custom file upload button */
.custom-file-upload {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    background-color: #e5873a;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

/* Hover dan Fokus */
.custom-file-upload:hover {
    background-color: #d17427;
}

/* File preview container */
#file-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* Gambar preview */
#file-preview img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 2px solid #e5873a;
    object-fit: cover;
}

/* Kontainer input varian */
.variant-input-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

/* Tombol submit */
.formbold-btn {
    text-align: center;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    background-color: #f5a623;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    margin-top: 15px;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

/* Responsif tambahan untuk layar sangat kecil */
@media (max-width: 480px) {
    .formbold-form-wrapper {
        padding: 16px;
    }

    .custom-file-upload {
        padding: 10px;
        font-size: 14px;
    }

    .formbold-form-label {
        font-size: 12px;
    }

    .formbold-btn {
        padding: 10px;
        font-size: 14px;
    }
}
