.footer-contact-list li a {
    color: #ffffff;
}

.footer-contact-list li a:hover {
    color: #000000;
}
.thankyou-page img {
    width: 100%;
}
.cta-one:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #000000;
    opacity: 0.6;
  } 
.cta-one .inner-box{
    max-width: 720px;
    margin: 0 auto;
  }
.cta-one .inner-box h2{
    line-height: 52px;
    color: #fff;
  } 
.cta-one .inner-box p{
    color: #fff;
    line-height: 26px;
  }
.cta-one .shape .shape-1{
    width: 420px;
    height: 316px;
    left: -100px;
    bottom: -25px;
    background-repeat: no-repeat;
  }
.cta-one .shape .shape-2{
width: 336px;
height: 289px;
background-repeat: no-repeat;
} 
.cta-one .shape .shape-3{
    width: 340px;
    height: 300px;
    right: -100px;
    top: -30px;
    background-repeat: no-repeat;
  }  
  .cta-one .shape .shape-4{
    width: 312px;
    height: 301px;
    background-repeat: no-repeat;
  }
.pricing-one .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: right;
  font-size: 15px;
  padding: 10px 50px 10px 0px;
  line-height: 20px;
  color: #141417;
  font-family: 'Inter', sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}
.pricing-one.pricing-page-1 .tab-btn-box .tab-btns li:before {
    background-color: #982c74 !important;
}
.p_relative {
    position: relative;
}
.centred {
    text-align: center;
}
.mb_60 {
    margin-bottom: 60px;
}
.pricing-one .tab-btn-box .tab-btns li.active-btn:before {
  right: 2px;
}
.b_radius_10 {
    border-radius: 10px;
}
.pricing-one.pricing-page-1 .pricing-block-one .pricing-table .table-header h6 {
    background: transparent;
    text-align: center;
    color: #982c74;
}
.pricing-one .tab-btn-box .tab-btns li:before {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: "";
  right: -38px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-one .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.pricing-block-one.active-block .pricing-table .table-content{
  background: #2d2d31;
}
.pricing-block-one .pricing-table .shape-1{
  width: 193px;
  height: 270px;
  top: -15px;
  right: -30px;
  background-repeat: no-repeat;
  opacity: 0.02;
}
.pricing-block-one .pricing-table .shape-2{
  width: 196px;
  height: 266px;
  background-repeat: no-repeat;
}
.pricing-one .tab-btn-box .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 80px;
  content: "";
  border-radius: 30px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.pricing-one .tab-btn-box .tab-btns li.active-btn:before {
  right: 2px;
}

.pricing-one .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}
.tabs-box .tab.active-tab{
  display:block;  
}
.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.section_tit {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
  }
  .text-center {
    text-align: center;
  }
  .pricing-table {
    transition: all 0.3s ease;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .pricing-table:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  }
  .table-header h2 {
    font-size: 24px;
    font-weight: bold !important;
    color: #982c74;
  }

  .table-header p {
    font-size: 14px;
    color: #7f8c8d;
  }
  
  .list-unstyled li {
    font-size: 16px;
    color: #34495e;
  }
  .tab-btns li {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  .pricing-block-one {
    margin-bottom: 30px;
  } 
  .pricing-block-one.active-block {
    border: 2px solid #982c74;
    background-color: #f2d7d5;
  }
  @media (max-width: 767px) {
    .pricing-table {
      padding: 20px;
    }
  }
  