/** Price Section Css **/
.price-ranges {
    position: relative;
    margin-bottom: 75px;
    margin-top: 23px;
}
.price-slider {
    width: 100%;
    min-height: 13px;
    margin-top: 20px;
    position: relative;
    border: none !important;
    border-radius: 20px !important;
    background: rgba(74, 14, 251, 0.1) !important;
}
.price-slider .price-trail {
    transition: width 0.3s ease-in-out;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(270.04deg, #8639FE 0%, #502298 100%) !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 1;
    padding-right: 4px !important;
}
[data-value="0"] {
    position: absolute;
    left: 0%;
    font-weight: 600;
}
[data-value="1000"] {
    position: absolute;
    left: 17%;
    transform: translatex(-25%);
    font-weight: 600;
}
[data-value="2000"] {
    position: absolute;
    left: 37%;
    transform: translatex(-25%);
    font-weight: 600;
}
[data-value="4000"] {
    position: absolute;
    left: 77%;
    transform: translatex(-25%);
    font-weight: 600;
}
[data-value="3000"]::before {
    transform: translatex(120%);
}
[data-value="3000"] span {
    position: absolute;
    left: 60%;
    transform: translatex(-25%);
    font-weight: 600;
}
[data-value="5000"] {
    position: absolute;
    right: 0%;
    font-weight: 600;
}
[data-value="0"]::before{
    left: 0% !important;
}
[data-value="5000"]::before {
    right: 0% !important;
    left: unset !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
[data-value="1000"]::before, [data-value="2000"]::before, [data-value="3000"]::before, [data-value="4000"]::before, [data-value="5000"]::before {
    left: 59%;
    content: '';
    position: absolute;
    width: 5px;
    height: 13px;
    background: #6D49FF;
    opacity: 0.5;
    top: -36px;
    z-index: -1;
}
.ui-slider-handle {
    transition: left 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 100%;
    width: 29px !important;
    height: 29px !important;
    position: absolute !important;
    top: 50% !important;
    background: url('../img/range-circle.svg') !important;
    background-repeat: no-repeat !important;
    border: none !important;
    outline: none !important;
    transform: translate(-25%, -50%) !important;
    z-index: 1;
    margin-left: 0 !important;
}
.container{
    max-width: 1393px;
    margin: 0 auto;
    padding: 0px 15px;
}
.range span {
    display: block;
    padding-top: 20px;
    color: #2C2C2C;
    font-size: 24px;
    font-weight: 700;
}
.pricingRow {
    display: flex;
}
.budgetColumn {
    width: 70%;
    padding-right: 60px;
}
.calculatorColumn {
    width: 30%;
}
.packTypeWrapper {
    background: linear-gradient(90deg, #6D49FF 0%, #8639FE 70%);
    background-size: cover;
    border-radius: 20px 20px 0 0;
    padding: 5px 44px 10px 30px;
}
.packContent {
    padding: 32px 32px 41px 36px;
    background-color: #F6F6F6;
    border-radius: 0 0 20px 20px;
}
.topText {
    display: flex;
    align-items: center;
    gap: 10px;
}
.resultNumbers {
    display: flex;
    align-items: center;
}
.upToSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #C6BBFF;
}
.resultNumbers .numbers {
    font-size: 35px;
    color: #823CFF;
    font-weight: 700;
}
.pricingWrapper .pricing .price {
    font-size: 35px;
    color: #823CFF;
    font-weight: 700;
    display: block;
}
.totalCredits {
    color: #2C2C2C;
    font-size: 16px;
    display: revert;
}
.orderWrapper a {
    border-radius: 45px;
    background-color: #2005B7;
    border: 1px solid #2005B7;
    /* width: 100%; */
    display: block;
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 6px 24px;
    text-transform: capitalize;
    transition: .2s ease-in-out;
}
.orderWrapper a:hover{
    color: #2005B7;
    background-color: transparent;
}
.packType span {
    font-size: 45px;
    display: block;
    color: #fff;
    font-weight: 700;
}
.pack-description span {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 90%;
}
.upTo {
    color: #2C2C2C;
    font-size: 16px;
    padding-right: 10px;
}
.orderButton {
    padding-top: 30px;
}
.budgetHead
{
    margin-bottom:30px
}
.budgetHead p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
}
.agencyCalculatorWrapper input {
    width: 100%;
}
.resultCards {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 120px;
    gap: 30px;
}
.resultCards > div {
    background-color: #F6F6F6;
    border-radius: 20px;
    border: 1px dashed #5F29B3;
    padding: 12px 20px;
    width: 25%;
}
.tooltiip {
    display: inline;
    position: relative;
}
.resultCards .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2C2C2C;
    font-weight: 500;
}
/* .tooltiip span {
    display: none;
} */
.amount {
    font-size: 24px;
    display: block;
    color: #2C2C2C;
    font-weight: 700;
}
.additionalAmount {
    background-color: #F2F2F2;
    color: #5A27AA;
    font-size: 12px;
    border-radius: 5px;
}
.featuresWrapper .features li::before {
    content: url('../img/check-mark.svg');
    position: absolute;
    margin-left: -30px;
    padding-top: 3px;
}
.featuresWrapper .features {
    list-style: none;
    margin-top: 0;
    font-weight: 600;
    padding-top: 15px;
    color: #2C2C2C;
    padding-left: 30px;
}
.budgetHead
{
    margin-bottom:30px
}
.budgetHead p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2C2C2C;
}
.agencyResultCardsWrapper{
    padding-top: 1px;
}

/* Tooltips start  */


.tooltips {
  position: relative;
  display: inline;
}

.tooltips span {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    position: absolute;
    color: #FFFFFF;
    background: #000000;
    padding:5px 10px;
    width:190px;
    border-radius: 10px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    margin-left: -95px !important;
}

.tooltips > span img{max-width:140px;}



.tooltips[tooltip-position="bottom"] span{
  /* -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg); */
}



.tooltips span:after {
  content: '';
  position: absolute;
  width: 0; height: 0;
}


.tooltips[tooltip-position="bottom"] span:after{
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  /* -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); */
  filter: alpha(opacity=100);
}


.tooltips[tooltip-position="bottom"]:hover span{
  top: 30px;
  left: 50%;
  margin-left: -95px;
}

.tooltips[tooltip-type="primary"] > span {
  background-color:#2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after{
  border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"] > span:after{
  border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"] > span:after{
  border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"] > span {
  background-color:#27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"] > span:after{
  border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"] > span:after{
  border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"] > span:after{
  border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"] > span {
  background-color:#f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"] > span:after{
  border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"] > span:after{
  border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"] > span:after{
  border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"] > span {
  background-color:#c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"] > span:after{
  border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"] > span:after{
  border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"] > span:after{
  border-right: 8px solid #c0392b;
}
/* Pricing end */


/* Popup start */

#site_popup.site_modal_show { 
    display: block;
}

.site_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: none;
    z-index: 10;

}

.site_modal_content {
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 100%;
    padding: 20px;
}




.site_modal_content_inner
{
    position: relative;
    max-width: 600px;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border:dashed 2px #674BFF;
    text-align: center;
    padding: 40px 30px;
}

.site_modal_content_title
{
    font-weight: 700;
    background: linear-gradient(90deg, #8639fe 0, #502298 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Popup end */

@media (max-width: 1166px) {
    .range span{
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    
    .tooltips[tooltip-position="bottom"]:hover span{
        margin-left: -190px !important;
    }
	
	.pricingRow {
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
    }
	
	.budgetColumn {
    width: 100%;
    padding-right: 0px;
		
}
	
	.calculatorColumn {
    width: 100%;
		margin-bottom:20px;
}

    .range span
	{
		font-size:16px;
	}
}

@media (max-width: 800px) {
	
	.packType span {
        font-size: 35px;
    }
	
	.pricingWrapper .pricing .price {
        font-size: 35px;
	}
	
	.range span {
        font-size: 12px;
    }
	
	.resultCards .text
	{
		font-size:12px;
	}
	
	 .resultCards {
        flex-wrap: wrap;
		 gap: 0px;
		 
    }

    .resultCards > div {
        width: 49%;
        margin-bottom: 10px; /* Optional: Adds some space between rows */
		
		
    }
	
}

@media (max-width: 767px) {

	.pack-description span{
        font-size: 16px;
    }
  
    
}
@media (max-width: 470px) {
    .range span{
        font-size: 10px;
        /* text-indent: -60%; */
    }

    .tooltips span
    {
        width: 150px;
    }
    .tooltips[tooltip-position="bottom"]:hover span {
        top: 30px;
        left: auto;
        margin-left: 0px;
        right: -15px;
    }

    .tooltips[tooltip-position="bottom"] span:after {
        left: auto;
        margin-left: -8px;
        right: 12px;
    }

}

/* Dev Work Start Pricing */

.budget-data {
    display: none !important;
}