.tabWrapper {
  --tab1-bg: #ffb74d;
  --tab2-bg: #64b5f6;
  --tab3-bg: #81c784;
  --tab4-bg: #e57373;
  --tab-radius: 40px;
  --circle-size: 200vmax;
  --circle-duration: 0.8s;

  position: relative;
  color: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
  padding-top: 80px;
  font-family: "SilkSerif";
  /* padding:60px 4vw 100px; */
}

.tab-title {
  max-width: 800px;
  margin: auto;
}

.tab-title h3,
.tab-title p {
  text-align: center;
}

.tabWrapper p {
  font-family: "Alexandria", sans-serif;
  color: black;
}

#ws-body {
  background: #ffffff;
}

.ws-dec {
  position: absolute;
  top: 100px;
  left: 0;
  width: 150px;
}

.wsallsec h1 {
  margin-bottom: 0;
}

.wsallsec p {
  text-align: center;
  font-size: 16px;
}

.tabWrapper .gs-row {
  max-height: 700px;
  overflow-y: auto;
  scrollbar-width: none;
}

html body .ws-title .secblockpading {
  padding-block: 2.2vh;
}

.right-container {
  padding: 0 40px;
}
.right-container h6{
  font-size: 22px;
  font-weight: 600;
  color: #000;
/* font-family: "Alexandria", sans-serif; */
}


.accordion-body h6{
    font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px 0px;
  line-height: 1.2;
}


.tabWrapper .tab-bg-anim {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.tabWrapper .tab-inner {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.tabWrapper .tab-nav {
  border-right: 3px dashed #fdc076;
  padding-right: 0;
}

.tabWrapper .tab-nav .nav-link {
  border-radius: 999px 0 0 999px;
  margin-bottom: 10px;
  color: #000;
  border: none;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.tabWrapper .icon-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  padding: 3px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.tabWrapper .tab-nav .nav-link span.icon-dot img {
  opacity: 0;
}

.tabWrapper .tab-nav .nav-link.active span.icon-dot img {
  opacity: 1;
}

.tabWrapper .tab-nav .nav-link.active {
  color: #ffffff;
  /* background: #fdc076; */
  background: linear-gradient(90deg, rgba(253, 146, 44, 1) 0%, rgba(253, 192, 118, 1) 62%, rgba(253, 146, 44, 1) 100%);
  opacity: 1;
}

.tabWrapper .tab-nav .nav-link.active span.icon-dot {
  /* background: #111827; */
  transform: scale(1.4);
}

.tabWrapper .tab-nav .nav-link:hover:not(.active) {
  background: rgba(255, 255, 255, 0.08);
}

/* Titles */
.tabWrapper .tab-title-sm {
  font-size: 0.85rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.tabWrapper .tab-main-title {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: left;
  font-family: "Alexandria", sans-serif;
}

/* Content area */
.tabWrapper .tab-content-area h3 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #3a2a01;
  text-transform: uppercase;
}

.tabWrapper .tab-content-area p.lead {
  font-size: 16px;
  opacity: 0.95;
  color: #000;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* Tag pill */
.tabWrapper .tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(17, 24, 39, 0.25);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* Gallery */
.tabWrapper .gallery {
  margin-top: 20px;
}

.tabWrapper .gallery .img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(15, 23, 42, 0.9);
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.7);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tabWrapper .gallery .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1);
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.tabWrapper .gallery .img-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
}

.tabWrapper .gallery .img-wrap:hover img {
  transform: scale(1.12);
}

.tabWrapper .gallery .img-caption {
  position: absolute;
  inset: auto 10px 10px 10px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e5e7eb;
  backdrop-filter: blur(10px);
}

/* Badge */
.tabWrapper .badge-soft {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(249, 250, 251, 0.12);
}


/* =================  2 =================== */

#tabWrapper-2 .tab-nav .nav-link {
  border-radius: 30px;
}

#tabWrapper-2 .tab-nav {
  border: none !important;
}

.h-tab {
  margin-bottom: 80px;
}

.test-section {
  margin-top: 100px;
}

#tabWrapper-2 .secblockpading {
  padding-block: 8.2vh;
}

#tabWrapper-2 .testimonial-container {
  max-width: 1600px;
}

#tabWrapper-2 nav{border: 3px dashed #fdc076;border-radius: 50px;max-width: 934px; margin: auto;}
#tabWrapper-2 .tab-nav .nav-link{margin-bottom: 0px;}

@media(max-width:1009px) {
  .right-container {
    display: none;
  }

  .tabWrapper .mobile-accordion {
    display: block !important;
  }

  #tabWrapper-1 .left-container {
    display: none;
  }

}

.tabWrapper .mobile-accordion {
  display: none;
}

/* MOBILE */
@media(max-width:1000px) {
  .tabWrapper {
    padding: 40px 2vw;
  }
#ws-body .hblicon{width: 100px !important;}

}

@media (max-width: 1009px) {
  .lead {
    margin-bottom: 20px;
  }

  br {
    display: none;
  }

  .tabWrapper {
    padding-top: 0;
  }

  .tabWrapper p,
  .wsallsec p {
    font-size: 15px;
  }

  .tabWrapper .tab-inner {
    padding: 24px 18px;
  }

  .test-section .comtitle h2 {
    font-size: 3rem !important;
  }

  .test-section p.parabtn a {

    padding: 8px 18px;
    font-size: 14px;
  }

  .test-section {
    margin-top: 0px;
  }

  .tabWrapper .tab-nav {
    display: none;
  }

  .tabWrapper .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 8px;
  }

  .tabWrapper .accordion-button {
    /* border-radius: 50px; */
    background: linear-gradient(90deg, rgba(253, 146, 44, 1) 0%, rgba(253, 192, 118, 1) 62%, rgba(253, 146, 44, 1) 100%);
    margin-bottom: 10px;
    color: #000000;
    border: 1px solid #fd922c;
    box-shadow: none;
    font-size: 18px;
    padding: 10px 14px;
    font-family: "Alexandria", sans-serif;
  }

  .tabWrapper .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #f9fafb;
  }

  /* .tabWrapper .accordion-button::after {
    filter: invert(1);
  }

  .tabWrapper .accordion-button:not(.collapsed)::after {
    filter: invert(0);
  } */

  .tabWrapper .accordion-body {

    border-radius: 16px;
    margin-top: 8px;
    padding: 16px 14px 16px;
  }

  .tabWrapper .accordion-body h3 {
    font-size: 3rem;
    color: #3a2a01;
  }

  .accordion-item .icon-dot {
    width: 30px;
    height: 30px;
  }


}

/* DESKTOP */
@media (min-width: 768px) {

  /* .tabWrapper .mobile-accordion {
    display: none;
  } */


}