
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.wc_section{
    width: 1400px;
    margin: 0 auto;
    font-family: "Mulish", sans-serif;
}
.tabs-wc_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    padding-bottom: 8px;
}

.tab-button {
    background: none;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #000000;
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    outline: none;
}

.tab-button:hover {
    color: #D4AF35;
    background: transparent;
}

.tab-button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.tab-button.active {
    color: #D4AF35;
    background: transparent;
}

.tab-button.active:after {
    background-color: #D4AF35;
}


.content-area {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.background-circles-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 700px;
    z-index: 0;
    opacity: 0.8;
}
.bg-circle {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.bg-circle.outermost {
    width: 650px;
    height: 650px;
    background-color: #d4af3630;
}
.bg-circle.outer {
    width: 500px;
    height: 500px;
    background-color: #d4af3650;
}
.bg-circle.medium {
    width: 350px;
    height: 350px;
    background-color: #d4af3670;
}
.bg-circle.inner {
    width: 200px;
    height: 200px;
    background-color: #d4af3680;
}
.bg-circle.smallest {
    width: 100px;
    height: 100px;
    background-color: #D4AF36;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bg-circle.smallest img {
    max-width: 60%;
    max-height: 60%;
    -o-object-fit: contain;
       object-fit: contain;
}


.tab-content {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 300px;
    position: relative;
    z-index: 2;
}

.tab-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.left-options {
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 700px;
}

.option-item {
    height: 100px;
    width: 100px;
    line-height: 0px;
    border-radius: 50%;
    background-color: #fcfcfc;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    position: absolute;

}
.option-item i {
    font-size: 18px;
}
.option-item svg {
    width: 18px;
}

.option-item.one {
    top: 80px;
    left: 130px;
}

.option-item.one.active .bg-circle.outermost{
    background-color: #D4AF36 !important;
}

.option-item.two {
	top: 150px;
	left: 400px;
}

.option-item.three {
	top: 435px;
	left: 90px;
}
.option-item.four {
    top: 450px;
    left: 400px;
}

.option-item:hover {
    background-color: #D4AF36;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.option-item.active {
    background-color: #D4AF36;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.option-item img {
    width: 30px;
    height: 30px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0);
            filter: brightness(0);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.option-item.active img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.option-item span {
    font-weight: 500;
    display: block;
    line-height: 2;
}

.accordion-wc_section {
    width: 500px;
    z-index: 1;
    position: relative;
}

.accordion-item:last-of-type {
    border-bottom: none;
}

.accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px;
    background-color: #F9F3E3;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-item.active .accordion-header {
    background: #D4AF38;
    color: #fff;
}

.accordion-icon {
    font-size: 30px;
    font-weight: normal;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    line-height: 1;
}

.accordion-item.active .accordion-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.accordion-title p {
	margin-bottom: 5px;
}

.accordion-title h3 {
	margin: 5px 0;
	font-weight: 400;
	font-size: 25px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    -webkit-transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    color: #4B5564;
    line-height: 1.6;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.accordion-content h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #0056b3;
    font-size: 15px;
}

.accordion-content p {
    margin-bottom: 10px;
}

.dynopay-link {
    display: block;
    padding: 20px 25px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    border-top: 1px solid #eee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 16px;
    text-transform: capitalize;
}

.dynopay-link:hover {
    color: #000;
}


@media(max-width: 1440px) {

.tabs-wc_section {
	margin-bottom: 30px;
}
    .wc_section{
        width: 100%;
        margin: 0 auto;
    }
.left-options {
	width: 540px;
	height: 650px;
}
    .accordion-wc_section {
        width: 340px;
    }
    .background-circles-layer {
        width: 550px;
        height: 550px;
    }
    .option-item {
	height: 90px;
	width: 90px;
	padding-top: 30px;
    }
    .option-item span {
        font-size: 15px;
    }
    .option-item.two {
	top: 110px;
	left: 350px;
}
.option-item.three {
	top: 335px;
	left: 90px;
}
.option-item.four {
    top: 350px;
    left: 350px;
}

    .bg-circle.outermost { width: 500px; height: 500px; }
    .bg-circle.outer { width: 400px; height: 400px; }
    .bg-circle.medium { width: 300px; height: 300px; }
    .bg-circle.inner { width: 200px; height: 200px; }
    .bg-circle.smallest { width: 120px; height: 120px; }

}

@media (max-width: 1024px) {

    .wc_section{
        width: 100%;
        margin: 0 auto;
    }
    .tabs-wc_section {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tabs-wc_section {
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

.left-options {
	width: 540px;
	height: 550px;
}
    .accordion-wc_section {
        width: 400px;
    }
    .background-circles-layer {
        width: 550px;
        height: 550px;
    }
    .option-item {
	height: 90px;
	width: 90px;
	padding-top: 30px;
    }
    .option-item span {
        font-size: 15px;
    }
    .option-item.two {
	top: 110px;
	left: 350px;
}
.option-item.three {
	top: 335px;
	left: 90px;
}
.option-item.four {
    top: 350px;
    left: 350px;
}

    .bg-circle.outermost { width: 500px; height: 500px; }
    .bg-circle.outer { width: 400px; height: 400px; }
    .bg-circle.medium { width: 300px; height: 300px; }
    .bg-circle.inner { width: 200px; height: 200px; }
    .bg-circle.smallest { width: 120px; height: 120px; }
}

@media (max-width: 767px) {

    .wc_section{
        width: 100%;
        margin: 0 auto;
    }
.tabs-wc_section {
	margin-bottom: 30px;
}

.left-options {
	width: 400px;
	height: 430px;
}
    .accordion-wc_section {
        width: 400px;
    }
    .background-circles-layer {
        width: 400px;
        height: 400px;
    }
    .option-item {
	height: 80px;
	width: 80px;
	padding-top: 20px;
    }
    .option-item span {
        font-size: 14px;
    }
    .option-item.one {
	top: 40px;
	left: 80px;
}
.option-item.two {
	top: 50px;
	left: 250px;
}
.option-item.three {
	top: 250px;
	left: 60px;
}
.option-item.four {
	top: 220px;
	left: 270px;
}

    .bg-circle.outermost { width: 325px; height: 325px; }
    .bg-circle.outer { width: 400px; height: 400px; }
    .bg-circle.medium { width: 250px; height: 250px; }
    .bg-circle.inner { width: 175px; height: 175px; }
    .bg-circle.smallest { width: 100px; height: 100px; }
}

@media (max-width: 450px) {
      .option-item.one {
	top: 30px;
	left: 50px;
}
.option-item.two {
	top: 50px;
	left: 250px;
}
.option-item.three {
	top: 250px;
	left: 50px;
}
.option-item.four {
	top: 220px;
	left: 250px;
}
.background-circles-layer {
	width: 350px;
	height: 350px;
}
.left-options {
	width: 400px;
	height: 400px;
}
.tab-content.active {
	gap: 5px;
}
.bg-circle.outermost {
	width: 250px;
	height: 250px;
}
.bg-circle.outer {
	width: 325px;
	height: 325px;
}
.bg-circle.medium {
	width: 185px;
	height: 185px;
}
.bg-circle.inner {
	width: 125px;
	height: 125px;
}
    .bg-circle.smallest { width: 65px; height: 65px; }

}


/* ===============
advance feature section 
=============== */
.wc_feature_section{
  font-family: "Mulish", sans-serif;
}

/* Radial reveal animation */
@-webkit-keyframes radialReveal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes radialReveal {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes radialHide {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes radialHide {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Pill-shaped trigger styling */
.interactive-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
}


.interactive-trigger {
	background: #EFDFAD;
	color: #000;
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	font-size: 35px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 1.2;
  margin-bottom: 10px;
}

.para {
  font-weight: 300;
  font-size: 35px;
  line-height: 2;
}

/* Hover effect */
.interactive-trigger:hover {
  background: #D4AF36;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  color: #fff;
}

/* Tooltip-style expanded details */
.expanded-details {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #D4AF36;
    color: #fff;
    padding: 20px;
    border-radius: 35px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 100;
    display: none;
    margin-top: 0px;
    line-height: 1.4;
    -webkit-animation: radialReveal 0.6s ease-out forwards;
            animation: radialReveal 0.6s ease-out forwards;
}

.expanded-details.hiding {
  -webkit-animation: radialHide 0.5s ease-out forwards;
          animation: radialHide 0.5s ease-out forwards;
  display: block;
}

.expanded-details span {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 30px;
	color: #fff;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
	gap: 12px;
	font-weight: 400;
}

.expanded-details p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
}

.expanded-details a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
}

.close-btn {
  position: absolute;
  top: 2px;
  right: 25px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}
.close-btn:hover {
  color: #fff;
  background-color: transparent;
}
.close-btn:focus {
  color: #fff;
  background-color: transparent;
}
.feature-content {
	margin-bottom: 15px;
}
.icon {
  font-size: 35px;
}
.icon i{
  font-size: 35px;
}
.icon svg {
  width: 35px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .interactive-trigger {
    font-size: 30px;
    padding: 12px 20px;
  }
  .para {
    font-size: 30px;
  }
  .expanded-details h3 {
    font-size: 24px;
  }
  .expanded-details p,
  .expanded-details a {
    font-size: 16px;
  }
.icon {
  font-size: 30px;
}
.icon i{
  font-size: 30px;
}
.icon svg {
  width: 30px;
}
.expanded-details span {
	font-size: 28px;

}
}

@media (max-width: 767px) {
  /* Mobile-specific popup styles */
  .expanded-details {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: none;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 20px;
    padding: 20px;
    margin-top: 0;
    -webkit-animation: mobileReveal 0.3s ease-out forwards;
            animation: mobileReveal 0.3s ease-out forwards;
  }
  
  @-webkit-keyframes mobileReveal {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
    }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  
  @keyframes mobileReveal {
    0% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
    }
    100% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  
  .expanded-details.hiding {
    -webkit-animation: mobileHide 0.3s ease-out forwards;
            animation: mobileHide 0.3s ease-out forwards;
  }
  
  @-webkit-keyframes mobileHide {
    0% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
    }
  }
  
  @keyframes mobileHide {
    0% {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%);
    }
  }
  
  .interactive-trigger {
    font-size: 22px;
    padding: 10px 16px;
  }
  .para {
    font-size: 22px;
  }
  .expanded-details span {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .expanded-details p,
  .expanded-details a {
    font-size: 16px;
  }
  .icon {
    font-size: 22px;
  }
  .icon i{
    font-size: 22px;
  }
  .icon svg {
    width: 22px;
  }
  .close-btn {
    font-size: 24px;
    top: 10px;
    right: 15px;
  }
}




/* ===============
advance slider section 
=============== */

/* WC Slider Tabs Container */
.wc-slider-tabs-container {
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
}
/* WC Slider Tabs Wrapper */
.wc-slider-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wc-slider-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

/* WC Slider Tabs */
.wc-slider-tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 60px;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 10px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.wc-slider-tab h2 {
	cursor: pointer;
	color: #F9F4E3;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 150px;
	margin: 0;
	font-weight: 300;
}

.wc-slider-tab.wc-slider-tab-active h2{
    color: #D4AF38;
}

/* WC Slider Wrapper */
.wc-slider-wrapper {
    position: relative;
    width: 100%;
}

/* WC Slider (Swiper) */
.wc-slider {
    width: 100%;
    overflow: hidden;
}

.wc-slider .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}

/* WC Slider Slide */
.wc-slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    box-sizing: border-box;
}

.wc-slider-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 300px;
    max-width: 50%;
}

.wc-slider-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wc-slider-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 300px;
    max-width: 50%;
    text-align: left;
}

.wc-slider-title {
	font-size: 32px;
	color: #D4AF38;
	margin-bottom: 18px;
	font-weight: 400;
}

.wc-slider-text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 25px;
}

.wc-slider-link {
    display: inline-block;
    color: #D4AF38;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wc-slider-link:hover {
    color: #c99f17;
}

/* WC Slider Navigation Buttons */
.wc-slider-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
}

.wc-slider-prev,
.wc-slider-next {
    border: 1px solid #D4AF38;
    background: none;
    color: #D4AF38;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wc-slider-prev:hover,
.wc-slider-next:hover {
    background: #D4AF38;
    color: white;
}

/* Responsive Styles */
@media (max-width: 1024px) {
.wc-slider-tab h2 {
	font-size: 120px;
	gap: 40px;
}
  .wc-slider-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
      .wc-slider-tabs-wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}

@media (max-width: 768px) {
    .wc-slider-tab h2{
        font-size: 90px;
        gap: 30px;
    }
    .wc-slider-slide {
    gap: 10px;
}
    .wc-slider-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wc-slider-text {
	margin-bottom: 20px;
}
    .wc-slider-tabs-wrapper {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
    .wc-slider-image,
    .wc-slider-content {
        max-width: 100%;
        min-width: 100%;
    }
}
