.sticky-image {
   position: sticky;
   top: 0px; /* image kitna neeche se stick ho */
}
.step-box {
    background: #F19115;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.step-number {
    font-size: 40px;
    font-weight: bold;
    color: #47297b;
}

.step-box h4,p{
    color: #fff;
}
/* .steps-wrapper {
    margin-top: 475px;
} */


section.setp-section {
    PADDING: 50PX 0PX;
}
section.strugglesec.main-cnt-wat-sec {
    PADDING: 80PX 0PX;
}

section.downform.lazy .dnform.clearfix.text-left {
    background: #422c7b;
    padding: 40px;
    border-radius: 20px;
    margin: 60px 0px;
}

section.downform.lazy .dnform.clearfix.text-left h2 {
    color: #fff ;
}
section.downform.lazy .dnform.clearfix.text-left p{
    color: #fff !important;
}

section.downform.lazy {
    position: relative;
    padding: 0px;
}
section.downform.lazy input::placeholder {
    color: #fff;
}
section.downform.lazy textarea::placeholder {
    color: #fff;
}
section.finesttestimonial:before {
    position: absolute;
    content: "";
    background: #f1911557;
    width: 100%;
    height: 100%;
    top: 0;
}


section.finesttestimonial{
    position: relative;
        margin-top: 50px;
}
section.approach-module.module {
    background: url(../../assets/images/process-book.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 70px !important;
}

section.approach-module.module:before {
    position: absolute;
    content: "";
    background: #0000004f;
    width: 100%;
    height: 100%;
    top: 0;
}
section.approach-module.module h2 {
    color: #000;
}


/* package */
.package-card {
    border-radius: 12px;
    overflow: hidden;
    color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 600px; /* Set height to enable scrollbar */
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.header-content {
    background-color: #000000;
    padding: 20px;
    text-align: center;
}

.header-content h3 {
    color: white;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.header-content .price {
    font-size: 24px;
    color: #f19115;
    margin-top: 10px;
}

.header-content del {
    color: #fff;
    margin-left: 5px;
}

.center-content {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
    background: #f19115;
}

.center-content ul {
    padding-left: 18px;
    list-style-type: disc;
}

.center-content h4 {
    color: #000;
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
}

.footer-content {
    background-color: #000;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer-content h6 {
    color: white;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0px;
}

.footer-content a {
    color: #f19115;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.btn-custom {
    padding: 10px 30px;
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    background: #F19115;
    color: #fff;
    transition: .4s;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 50px;
}
.center-content::-webkit-scrollbar-track {
    background: #000; /* Black background */
    border-radius: 10px;
}

/* Firefox support */
.center-content {
    scrollbar-color: #f19115 black; /* thumb color, track color */
    scrollbar-width: thin;
}



.css-1w5lvgw.e16i86ec1 {
    background: #f19115 !important;
}
path.css-1w8g9rn.eam5rsy0 {
    fill: #422c7b !important; 
}



/*  */
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.comparison-table {
  width: max-content; /* Table expands to fit content */
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}

.comparison-table th,
.comparison-table td {
  border: 2px solid #f19115;
  padding: 8px 12px;
  color: #000;
}

.comparison-table th {
  background-color: #f19115;
  color: white;
  position: sticky;
  top: 0;
  z-index: 2;
}

.comparison-table tr:nth-child(even) td {
  background-color: #f1911575;
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: bold;
}

.comparison-table .check {
  color: #000;
  font-size: 16px;
}

.comparison-table .cross {
  color: red;
  font-size: 16px;
}

.table-container::-webkit-scrollbar {
  height: 8px;
}

.table-container::-webkit-scrollbar-track {
  background: #000;
}

.table-container::-webkit-scrollbar-thumb {
  background-color: yellow;
  border-radius: 4px;
}

.table-container {
  scrollbar-color: yellow black;
  scrollbar-width: thin;
}

.center-content li {
    list-style: circle;
    padding-bottom: 10px;
    line-height: 20px;
}
.pricing-sec table tbody tr td:first-child, .pricing-sec table thead tr th:first-child {
    border-right: 1px solid #f0f0f0;
    width: 50%;
}
div#newUpTable
 {
    width: 100% !important;
}
.comparison-table {
    width: 100% !important;
}
/*  */
        /* wheel  */
        .labor-btn {
    max-width: 100%;
}
.deal-wheel {
  --size: clamp(250px, 80vmin, 380px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(
      hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
      hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
    );
  
  position: relative;
  display: grid;
  grid-gap: calc(var(--size) / 20);
  align-items: center;
  grid-template-areas:
    "spinner"
    "trigger";
  font-family: "Girassol", sans-serif;
  font-size: calc(var(--size) / 21);
  line-height: 1;
  text-transform: lowercase;
  position: relative;
    justify-content: center;
}
.snow {
    position: absolute;
    left: 18px;
    bottom: -6%;
}

.deal-wheel > * {
  grid-area: spinner;
}

.deal-wheel .btn-spin {
    grid-area: trigger;
    justify-self: center;
    text-transform: capitalize;
    padding: 13px 50px;
    margin-top: 12px;
}

.spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner";
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: inset 0 0 0 calc(var(--size) / 40) hsl(0deg 0% 0% / 0.06);
  border: 5px solid #ebdebf;
}

.spinner * {
  grid-area: spinner;
}

.prize {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}

.cap {
  --cap-size: calc(var(--size) / 4);
  position: relative;
  justify-self: center;
  width: var(--cap-size);
  height: var(--cap-size);
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    clip-path: circle(40%);
}

/* Hide select dropdown from SVG import file */
.cap select {
  display: none;
}

.cap svg {
  width: 100%;
}

.ticker {
    position: relative;
    left: calc(var(--size) / -15);
    width: calc(var(--size) / 10);
    height: calc(var(--size) / 20);
    z-index: 1;
    transform-origin: center left;
}

.btn-spin {
  color: hsl(0deg 0% 100%);
  background: var(--lg);
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  padding: 0.9rem 2rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}

.btn-spin:focus {
  outline-offset: 2px;
}

.btn-spin:active {
  transform: translateY(1px);
}

.btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}

/* Spinning animation */
.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
  animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

/* Selected prize animation */
.prize.selected .text {
  color: white;
  animation: selected 800ms ease;
}

@keyframes selected {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }
  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }
  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }
  75% {
    transform: scale(0.98);
  }
  85% {
    transform: scale(1);
  }
}

        /* wheel */
		.copy-right p,
.privacy-terms a {
    font-size: 14px !important;
    font-weight: 400;
    font-family: Jost;
    color: #fff;
}
.grass {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.field {
    display: flex;
    gap: 10px;
}
.offer-tag {
    position: relative;
    margin-top: -64px;
}
@media (min-width: 320px) and (max-width: 767px) {
    
    .popup-main-box{
        background: transparent !important;
        
    flex-direction: column;
    }
    .snow , .offer-tag{
        display : none;
    }
    .privacy-terms {
        text-align: center;
        margin: 10px;
    }
    .footer-social-box ul {
        display: flex;
        align-items: center;
        column-gap: 15px;
        transition: 1s;
        padding: 0;
        justify-content: center;
        margin: 10px 0 0;
    }
    .col-sm-12.ftr-lst-cpy {
        flex-wrap: wrap;
        justify-content: center !important;
        display: table !important;
        align-items: center !important;
        margin: auto !important;
    }
}
.col-sm-12.ftr-lst-cpy {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-social-box ul {
    padding: 0 !important;
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: 1s;
}
.copy-right p {
    margin-bottom: 8px !important;
    margin: 0;
}
.privacy-terms a {
    margin: 0 0 0 15px;
}
section.copyright-section {
    padding: 0;
    background-color: #000;
}
.footer-social-box ul li {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: 1s;
}
.footer-social-box ul li i {
    margin: 5px 0 0;
    color: #000;
}
.footer-social-box ul li:hover {
    transform: translateY(-10px);
    background-color: #fff;
    color: #fff;
}
.footer-social-box ul li:hover i {
    color: #000;
}
.popupform-main-new-popup .close-btn {
    right: -7%;
    top: -2%;
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 0;
    background-color: #cf0e0e;
}
.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.control-group input::placeholder {
    color: #9b7171;
}
.control-group textarea::placeholder {
    color: #9b7171;
}
.pop-form-new-popp .submit-btn {
    margin: 10px 0 0 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    width: 100%;
}
.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.popupform-main-new-popup {
    position: fixed;
    background: 0 0 / cover no-repeat #000c;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.pop-form-new-popp.ta-center-new-pop {
    background: center / cover no-repeat #fff;
    width: 500px;
    height: 595px;
    border-radius: 0 23px 23px 0;
    position: relative;
    padding: 20px 25px 25px 25px;
    position: relative;
}
.pop-box-2-new-pop span {
    color: white;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-transform: capitalize;
}
.pop-box-2-new-pop h3 {
    color: #000000;
    line-height: 30px;
    position: relative;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    bottom: 30px;
}
.pop-box-2-new-pop {
    background: 0 0 / cover no-repeat;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    position: relative;
    min-width: 520px;
}
.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}
.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: 700;
}
.pop-form-new-popp.ta-center-new-pop h5 {
    color: #422c7b;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 0 10px 0;
}
.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 42px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}
input {
    outline: 0;
}
.pop-form-new-popp.ta-center-new-pop h3 span {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: black;
}
.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 120px;
    margin: 0 0 15px;
    padding: 10px 10px;
}
.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #422c7b;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    padding: 9px 42px;
    width: auto;
    display: table;
}
.pop-form-new-popp.ta-center-new-pop input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #808080f2;
}
.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #808080f2;
}
.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
}
.popup-main-box {
	background: url(popup-bg.webp) center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 150px 0px;
}
@media (max-width: 1366px) {
    .popupform-main-new-popup{
        top : 6%
    }
    .popup-main-box {
        transform: scale(0.7);
    }
}
@media (min-width: 200px) and (max-width: 767px) {
    .pop-box-2-new-pop span{
        font-size : 11px
    }
    .deal-wheel {
    --size: clamp(250px, 80vmin, 300px);
    justify-content: center;
    z-index: 999;
    top: -238px;
}
    #pop-form-new-popp {
    padding: 0 10px 0 10px;
}
    .pop-form-new-popp.ta-center-new-pop h5 {
    color: #422c7b !important;
    font-size: 20px;
    padding: 0 0 20px 0;
    line-height: 12px;
}
    .pop-form-new-popp.ta-center-new-pop h3 span{
        font-size : 25px
    }
    .pop-box-2-new-pop {
        display: block;
    }
    .pop-form-new-popp.ta-center-new-pop {
        background-repeat: no-repeat;
        background-size: cover;
        width: 80%;
        height: auto;
        margin: 0 10px;
        padding: 120px 0 30px 0;
        border-radius: 23px;
        position: absolute;
        top: 0;
    }
    .pop-form-new-popp .close-btn {
        display: block;
        top: 5px;
        right: 0;
        background: 0 0;
        border: none;
        color: #ff9600;
        position: absolute;
        z-index: 999999;
    }
    .pop-form-new-popp.ta-center-new-pop button {
        background: #cf0e0e;
        z-index: 99;
        position: relative;
    }
    .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0 0 5px;
    }
    .pop-form-new-popp.ta-center-new-pop h3 span,
    .pop-form-new-popp.ta-center-new-pop h5 {
        color: #000;
    }
    
}

.popup-main-box {
    padding: 200px 0px;
}


figure.cap img {
    width: 60px;
}

/* package */


/* thank you page */
section.thankbanner {
    padding: 200px 0px;
    text-align: center;
}

section.thankbanner p {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0px;
    margin-bottom: 20px;
}

section.thankbanner h1 {
    font-size: 35px;
    font-weight: 700;
}
/* thank you page */
.mobile-nav-btn span:after, .mobile-nav-btn span:before {
    background: #f19115;
}

.mobile-nav-btn span {
    background: #f19115;
}

/* Responsive */
@media (max-width: 1366px) {
.popup-main-box {
    padding: 0px 0px;
}


}

@media (max-width: 999px) {
    
.package-card {
    margin-top: 25px !important;
}
.pricing-sec .col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
    flex: unset !important;;
}

.comparison-table th {
    font-size: 12px;
}

.comparison-table tr td {
    font-size: 11px;
}

}


@media (max-width: 767px) {
.comparison-table th {
    font-size: 10px;
    padding: 10px 2px;
}

.pricing-sec thead th:first-child {
    padding-left: 15px;
}

.comparison-table td {
    font-size: 10px;
}


}

ul.footer-nav.info i {
    color: #f19115;
    padding-right: 10px;
}

