.accordion-collapse {
  display: none; /* Hide by default */
  transition: max-height 0.3s ease-in-out;
}
.accordion-item.active .accordion-collapse {
  display: block;
  transition: max-height 0.3s ease-in-out;
}

.successBtn{
  background-color:#328073 ;
  color: white ; 
  border-radius: 20px;
  border: none;
}

.successBtn:hover{
  background-color: white;
  color: #328073;
  border: 1px solid #328073;
}
.errorBtn{
  background-color:#e24949;
  color: white;
  border-radius: 20px;
  border: none; 
}
.errorBtn:hover{
  background-color: white;
  color: #e24949;
  border: 1px solid #e24949;
}

#statusErrorsModal .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; 
  border-radius: 10px;
}

/* Ensure icon stays centered */
#statusIcon1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Adjust height to maintain space */
  width: 100%;
}

/* Smooth animation when modal opens */
.icon-animation {
  opacity: 0;
  transform: scale(0.5) rotate(-20deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  margin:0 auto;
}

/* Animate when modal is shown */
.animate-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}



/* sppiner */
img.spinner-border{
  width: 80px;
  height: 80px;
}
/* Loader Spinner Styles */
.loader-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.loader-spinner h5 {
  color: white;
  margin-top: 15px;
}
.modal#statusSuccessModal .modal-content, 
.modal#statusErrorsModal .modal-content {
	border-radius: 30px;
}
.modal#statusSuccessModal .modal-content svg, 
.modal#statusErrorsModal .modal-content svg {
	width: 100px; 
	display: block; 
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path, 
.modal#statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000; 
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle, 
.modal#statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out; 
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line, 
.modal#statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000; 
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards; 
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check, 
.modal#statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100; 
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards; 
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash { 
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash { 
	0% {
		stroke-dashoffset: 1000;}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check { 
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}



  .border-radius1 {
    width: 27.5%; /* Original width for desktop */
  border-radius: 5px;
  }
  .equal-sign {
    width: auto; /* Reset to auto for desktop */
    margin: 0px 30px;
  }
 
  .border-radius1 input[type="number"]::-webkit-inner-spin-button,
  .border-radius1input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.border-radius1 input[type="number"] {
  -moz-appearance: textfield; /* For Firefox */
}
/* Spacing for icons */
.input-group-text img {
  margin-right: 5px;
}
/* Media Query for Desktop View */
@media (max-width: 768px) {

  /* Adjusting borders */
.border-radius1 {
  border-radius: 5px;
  overflow: hidden;
  width: 100%; /* Full width on mobile */
  border: none;
}

/* Spacing for icons */
.input-group-text img {
  margin: 5px;
}

/* Equals Sign Styling */
.equal-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  width: 100%; /* Full width on mobile */
  height: 40px;
  margin-left: 20px;
}
}


.error-message {
  color: red;
  font-size: 14px;
  display: none; /* Initially hidden */
}

.mobile-menu-visible {
  display: none; /* Hide the menu by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}

.mobile-menu-visible.show {
  display: block; /* Show the menu when the class 'show' is added */
}


/* brand */
.brand-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  
}
.brand-slider-container .slider{
  border: 1px solid rgba(255,255,255,.1) ;
  border-right: none;
  border-left: none;
  padding: 15px 0px;
}
.brand-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease; /* Smooth sliding effect */
}

.brand-slider-item {
  flex: 0 0 14.2857%; /* Show 7 items on desktop */
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.brand-slider-item img {
  max-width: 100%;
  height: auto;
}

/* Responsive: Show 2 items on mobile */
@media (max-width: 768px) {
  .brand-slider-item {
    flex: 0 0 50%;
  }
}

/* Responsive: Show 3 items on tablet */
@media (max-width: 1024px) {
  .brand-slider-item {
    flex: 0 0 33.3333%;
  }
}


/* CSS remains mostly the same with minor adjustments */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-wrapper {
  display: flex;
  transition: transform 1s ease-in-out;
  will-change: transform;
}

.slider-item {
  flex: 0 0 20%;
  box-sizing: border-size;
  padding: 10px;
}

@media (max-width: 768px) { 
    .slider-wrapper {
      width: 100vw; /* Set the slider wrapper's width to the full viewport width */
    } 
  .slider-item {
    flex: 0 0 100%;
  }
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.slider-btn:hover {
  background-color: #328073;
  border-color: #328073;
  color: white;
}



 /* TEAM */
 .team-bg{
  max-height: 650px;
 }



       /* Button Styles */
       .buy-coin-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        background-color: transparent; /* Transparent background */
        color: white;
        border: 2px solid white; /* White border */
        border-radius: 30px;
        cursor: pointer;
        transition: all 0.3s ease-in-out; /* Animation for smooth transition */
        outline: none;
        letter-spacing: 2px;
        word-spacing: 2px;
    }

    /* Icon Styles */
    .buy-coin-btn i {
        margin-right: 8px; /* Space between icon and text */
        font-size: 18px; /* Icon size */
    }

    /* Hover effect */
    .buy-coin-btn:hover {
        color: #328073; /* Hover background color */
        background-color: white; /* Text color stays white */
        border-color: #439F8C; /* Change border color on hover */
        transform: scale(1.1); /* Slightly enlarge button on hover */
    }

    /* Focus effect (when clicked or selected) */
    .buy-coin-btn:focus {
        outline: none;
        box-shadow: 0 0 10px rgba(50, 128, 115, 0.5); /* Add subtle glow effect */
    }

    /* Add animation */
    @keyframes button-animation {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.03); /* Grow slightly */
        }
        100% {
            transform: scale(1);
        }
    }

    .buy-coin-btn {
        animation: button-animation 0.8s ease-in-out infinite; /* Apply animation */
    }


    
@media (max-width: 768px) {
     /* Button Styles */
     .buy-coin-btn {
      padding: 10px;
      font-size: 12px;
  }
}