
.custom-image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%; /* Adjust this value according to your image aspect ratio */
  }

  .slider-before,
  .slider-after {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }

  .slider-after {
    overflow: hidden;
  }

  .slider-handle {
    position: absolute;
    top: 0;
    left: 30%;
    width: 4px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
  }

.slider-handle::before,
.slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: ew-resize;
  transition: all 0.2s ease-out; /* Add transition property */
}

.slider-handle::before {
  left: -24px;
  border-right: 16px solid #fff;
}

.slider-handle::after {
  right: -24px;
  border-left: 16px solid #fff;
}
.before-after-label {
    position: absolute;
    top: 1rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1a202c; /* dark gray */
    border-radius: 9999px;
    z-index: 10;
    pointer-events: none;
    text-transform: uppercase;
  }
  .label-before {
    left: 1rem;
  }
  .label-after {
    right: 1rem;
  }
  .sema-info{
    text-align: center;

}
.sema-info .sema-info-slider .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 404px;
  width: 100%;
  height: 7px;
  background: #51B3FA;
  outline: none;
  margin-bottom: 50px;
}
.sema-info .sema-info-slider .input {
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  width: 154px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 50px;
  color: #000000;
  outline: none;
}
.sema-info .sema-info-slider .tag {

  border-radius: 57px;
  height: 102px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 0 52px;
  min-width: 229px;
}
.sema-info .sema-info-slider .tag .value {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.23077px;
  color: #000;
  margin-left: 28px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 61px;
  /* Set a specific slider handle width */
  height: 61px;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.slider::-moz-range-thumb {
  width: 61px;
  /* Set a specific slider handle width */
  height: 61px;
  /* Slider handle height */
  background: #fff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M5.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3Cpath d='M10.5 0.5V18.5' stroke='%23979797' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide {
    transition-timing-function: ease-in-out !important;
  }

.hero-bg {
    background-color: #f7f0eb;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    position: relative;
    min-height: 600px; /* Ensures enough height to see images */
    box-shadow: 0 -20px 30px -20px rgba(0, 0, 0, 0.3); /* Upward outer shadow */
  }
.hero-bg2{
    background-color: #f7f0eb;
}

  .pen {
    position: absolute;
    transition: transform 1s ease-out, top 1s ease-out, left 1s ease-out;
    max-width: none;
    height: auto;
    z-index: 1;
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }

  .pen.animate {
    opacity: 1;
  }

  .pen-left {
    top: 0%;
    left:0%;
    width: 250px;
    transform: rotate(-10deg);
  }

  .pen-top {
    top: -360px;
    left: 40%;
    transform: translateX(-50%) rotate(100deg);
    width: 220px;
    z-index: 999;
  }

  .pen-right {
    top: 0%;
    right: 10px;
    width: 220px;
    transform: rotate(40deg);
    z-index: 1;
  }

  .pen.animate.pen-left {
    transform: rotate(-20deg);
  }

  .pen.animate.pen-top {
    transform: translateX(-50%) rotate(85deg); /* Lays it horizontal */
  }

  .pen.animate.pen-right {
    transform: rotate(50deg);
  }
  .text_underline{
    text-decoration: underline;
    cursor: pointer;
  }
  #faqs .space-y-4 ol,
  #faqs .space-y-4 ul {
    padding-left: 16px;
  }
  .text_capital {
    text-transform: uppercase;
}
  @media only screen and (max-width: 1214px) {
    .pen-left {
        top: 0%;
        left:0%;
        width: 220px;
        transform: rotate(-10deg);
      }

      .pen-top {
        top: -350px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 200px;
        z-index: 999;
      }

      .pen-right {
        top: 0%;
        right: -50px;
        width: 200px;
        transform: rotate(40deg);
        z-index: 1;
      }
  }
  @media only screen and (max-width: 1179px) {
    .pen-left {
        top: 0%;
        left:-2%;
        width: 190px;
        transform: rotate(-10deg);
      }

      .pen-top {
        top: -350px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 190px;
        z-index: 999;
      }

      .pen-right {
        top: 0%;
        right: -75px;
        width: 190px;
        transform: rotate(40deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 1058px) {
    .pen-left {
        top: 5%;
        left:-5%;
        width: 190px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-10deg);
      }
  }
  @media only screen and (max-width: 980px) {
    .pen-left {
        top: 15%;
        left:-5%;
        width: 190px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-20deg);
      }
      .pen-right {
        top: 5%;
        right: -95px;
        width: 190px;
        transform: rotate(40deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(50deg);
      }
  }
  @media only screen and (max-width: 888px) {
    .pen-left {
        top: 20%;
        left:-5%;
        width: 190px;
        transform: rotate(-40deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-50deg);
      }
      .pen-right {
        top: 10%;
        right: -95px;
        width: 190px;
        transform: rotate(60deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(70deg);
      }
  }
  @media only screen and (max-width: 769px) {
    .pen-top {
        top: -250px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 160px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:0%;
        width: 150px;
        transform: rotate(-40deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-50deg);
      }
      .pen-right {
        top: 15%;
        right: -95px;
        width: 150px;
        transform: rotate(20deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 518px) {
    .pen-top {
        top: -250px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 160px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:-8%;
        width: 150px;
        transform: rotate(-20deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-30deg);
      }

  }
  @media only screen and (max-width: 428px) {
    .pen-top {
        top: -150px;
        left: 40%;
        transform: translateX(-50%) rotate(100deg);
        width: 120px;
        z-index: 999;
      }
    .pen-left {
        top: 25%;
        left:-8%;
        width: 150px;
        transform: rotate(-20deg);
      }
      .pen-right {
        top: 20%;
        right: -125px;
        width: 150px;
        transform: rotate(20deg);
        z-index: 1;
      }
      .pen.animate.pen-right {
        transform: rotate(30deg);
      }
  }
  @media only screen and (max-width: 395px) {
    .pen-left {
        top: 25%;
        left:-20%;
        width: 150px;
        transform: rotate(-10deg);
      }
      .pen.animate.pen-left {
        transform: rotate(-20deg);
      }

  }

  .open .plus-minus-icon::before {
    content: "−";
  }

  .plus-minus-icon::before {
    content: "+";
    display: inline-block;
    transition: transform 0.3s ease;
  }
  #faqs div ul{
    list-style-type: circle;
  }
  #faqs div ol{
    list-style-type: decimal ;
  }


  #app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}
#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	margin: 0
}
#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}
#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}
.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}
.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}
.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}
.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}
.app-load-spinner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #333;
	border-radius: 100%
}
.mobilenav_overlay{
  display: none;
}
@media screen and (max-width:1024px){
  .heading_two{
    font-size: 2rem;
    line-height: 1.2;
  }
  .sema-info .sema-info-slider .tag{
      padding: 0 20px;
  }
  .custom-image-slider{
    height: 100%;
  }
  .heading_one{
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width:767px) {
  .heading_one {
      font-size: 2rem;
  }
  /* Side panel */
  #navMenu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background: #ffffff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 1001;
    transition: right 0.3s ease-in-out;
  }

  /* Show menu */
  #navMenu.active {
    right: 0;
  }

  /* Close button */
  #nav_close {
    align-self: flex-end;
    cursor: pointer;
  }

  /* Overlay */
  .mobilenav_overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }

  .mobilenav_overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #navClose {
      width: 30px;
      height: 30px;
  }
  #navMenu a {
      margin: 0;
  }

}

.blue-color{
    color: #3b82f6;
}
.blue-bg{
    background-color: #3b82f6;
}
.product-bg{
    background: #f7f0eb;
}
