/* Babun Theme CSS - Scoped to avoid conflicts */
@import url("https://fonts.googleapis.com/css2?family=Satoshi:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Clash+Display:wght@300;400;500;600;700;800;900&display=swap");

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #19352D;
  border-radius: 0;
}

/* Body styles - preserving existing functionality */
body.babun-theme {
  font-family: "Satoshi", sans-serif;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.main-page-wrapper {
  overflow-x: hidden;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 500;
  color: #19352D;
}

.h1, h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2, h2 {
  font-size: 64px;
  line-height: 1.1em;
}

.h4, h4 {
  font-size: 24px;
}

p {
  line-height: 1.7em;
}

.text-xl {
  font-size: 28px;
  line-height: 1.5em;
}

.text-lg {
  font-size: 24px;
  line-height: 1.583em;
}

.text-md {
  font-size: 22px;
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

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

.fw-500 {
  font-weight: 500;
}

.border-30 {
  border-radius: 30px;
}

.border-40 {
  border-radius: 40px;
}

.border-100 {
  border-radius: 100px;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.light-bg {
  background-color: #EDF1EE;
}

.light-bg-deep {
  background-color: #EBF3EE;
}

.font-magnita {
  font-family: "Magnita", serif;
}

.light-bg-page-wrapper {
  background: #EDF8EB;
}

.color-deep {
  color: #1F5E59;
}

.box-layout {
  margin: 30px;
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.tran4s {
  transition: all 0.4s ease-in-out;
}

.tran5s {
  transition: all 0.5s ease-in-out;
}

.tran6s {
  transition: all 0.6s ease-in-out;
}

/* Buttons */
.btn-one {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #CFFF45;
  transition: all 0.3s ease-in-out 0s;
}

.btn-one:hover {
  background-color: #29594B;
  color: #fff;
}

.btn-four {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #29594B;
  transition: all 0.3s ease-in-out 0s;
}

.btn-four:hover {
  background-color: #CFFF45;
  color: #000;
}

/* Card Styles - Babun specific */
.babun-card-style-fifteen {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}

.babun-card-style-fifteen .media {
  position: relative;
}

.babun-card-style-fifteen .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.babun-card-style-fifteen .round-btn {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  border: none;
}

.babun-card-style-fifteen .round-btn:hover {
  background: #CFFF45;
  color: #19352D;
}

.babun-card-style-fifteen:hover .media::before, 
.babun-card-style-fifteen:hover .round-btn {
  opacity: 1;
}

.babun-card-style-fifteen h4 {
  font-size: 22px;
  color: #19352D;
  margin: 20px 0 10px;
}

.babun-card-style-fifteen p {
  color: #B6B6B6;
  margin: 0;
  padding: 0 20px;
}

/* Feedback Section Six */
.feedback-section-six {
  z-index: 1;
  position: relative;
}

.feedback-section-six .icon-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.feedback-section-six .icon-container:before, 
.feedback-section-six .icon-container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}

.feedback-section-six .icon-container:after {
  left: auto;
  right: 0;
}

.feedback-section-six .icon-container .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.feedback-block-seven blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
  margin: 0;
}

.feedback-block-seven .name {
  font-size: 22px;
  color: #19352D;
  font-weight: 500;
}

/* FAQ Section Two */
.faq-section-two {
  z-index: 1;
  position: relative;
}

.faq-section-two .section-btn {
  position: absolute;
  right: 0;
  top: 13px;
}

.faq-section-two .shape_01 {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-two .shape_02 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

/* Accordion Style Two */
.accordion-style-two .accordion-item {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
  margin-bottom: 10px;
}

.accordion-style-two .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #AEA78F;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
  border: none;
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}

.accordion-style-two .accordion-item .accordion-button:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.accordion-style-two .accordion-item .accordion-body {
  padding: 20px 50px 55px;
}

.accordion-style-two .accordion-item .accordion-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}

.accordion-style-two .accordion-item .accordion-body ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}

.accordion-style-two .accordion-item .accordion-body ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}

.accordion-style-two .accordion-item .accordion-body .media-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}

.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon:hover {
  background: #CFFF45;
}

.accordion-style-two .accordion-item:nth-child(1) {
  border-radius: 40px 40px 0 0;
}

.accordion-style-two .accordion-item:nth-child(2) {
  background: #FFFAEB;
}

.accordion-style-two .accordion-item:nth-child(2) .accordion-button {
  background: #FBF4DC;
}

.accordion-style-two .accordion-item:nth-child(2) .accordion-body {
  background: #FBF4DC;
}

.accordion-style-two .accordion-item:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}

.accordion-style-two .accordion-item:nth-child(3) .accordion-button {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-two .accordion-item:nth-child(3) .accordion-body {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

/* Animations */
@keyframes rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes jumpTwo {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes jumpThree {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Feedback Navigation */
.feedback-prev, .feedback-next {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  color: #19352D;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.feedback-prev {
  left: -25px;
}

.feedback-next {
  right: -25px;
}

.feedback-prev:hover, .feedback-next:hover {
  background: #DC2626;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.feedback-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: 2px solid #DC2626;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0 4px;
}

.feedback-dot.active {
  background: #DC2626;
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1199px) {
  .h1, h1 {
    font-size: 68px;
  }
  
  .h2, h2 {
    font-size: 50px;
  }
  
  .feedback-block-seven blockquote {
    font-size: 36px;
  }
  
  .accordion-style-two .accordion-item .accordion-button {
    font-size: 24px;
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 52px;
  }
  
  .h2, h2 {
    font-size: 42px;
  }
  
  .feedback-block-seven blockquote {
    font-size: 28px;
  }
  
  .accordion-style-two .accordion-item .accordion-button {
    font-size: 20px;
    padding: 18px 25px;
  }
  
  .accordion-style-two .accordion-item .accordion-body {
    padding: 15px 25px 35px;
  }
}

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 42px;
  }
  
  .h2, h2 {
    font-size: 36px;
  }
  
  .feedback-block-seven blockquote {
    font-size: 22px;
  }
  
  .accordion-style-two .accordion-item .accordion-button {
    font-size: 18px;
    padding: 15px 20px;
  }
  
  .card-style-fifteen h4 {
    font-size: 18px;
  }
}