/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: This is Astra Child theme, it is created over Astra theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Home Page Css Satrt */
.switchtozamp_discption{
    margin-bottom: 3rem;
}
.error{
    color: red;
}
.zamp_ts_slide .zamp_ts_review{
    max-width: 100%;
}
.zamp_ts_avatar img{
    max-width: 3.125rem;
    height: 3.125rem;
}
/* Home Page Css End */

/* Pricing Page Start */
/* First Section */
.pricing-hero-banner{
    padding-top: 6.25rem;
    padding-bottom: 4rem;
    background-color: var(--color-bg-600);
}
.pricing-hero-banner .pricing-hero-m-title{
    text-align: center;
    font-weight: 400;
    max-width: 50rem;
    margin: 0 auto 1.875rem auto;
    color: var(--zamp-tx-black);
}
.pricing-hero-banner .pricing-hero-m-dis{
    max-width: 43.75rem;
    margin: 0 auto;
    color: var(--zamp-tx-sex-black);
    font-weight: 500;
    text-align: center;
}
.pricing-hero-boxed-wrapper {
    display: flex;
    gap: 1.25rem;
}
.pricing-hero-content-wrapper{
    margin-bottom: 4.375rem;
}
.pricing-hero-boxed-wrapper .pricing-hero__left {
    flex: 45%;
}
.pricing-hero-boxed-wrapper .pricing-hero__right {
    flex: 55%;
    gap: 1.25rem;
    display: flex;
}
.pricing-hero__image-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 24.875rem;
}
.pricing-hero__image-wrap .pricing-hero__media{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pricing-hro__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pricing-hero__overlay {
    position: absolute;
    inset: 0 0 -1.5625rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.89%, rgba(0, 0, 0, 0.92) 85.05%), linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.pricing-hero__content {
    position: absolute;
    bottom: 2rem;
    left: 1.75rem;
    right: 1.75rem;
}
.pricing-hero__content .pricing-hero__title {
    color: var(--zamp-tx-white);
    font-weight: 500;
    margin: 0 0 .5rem 0;
    font-family: var(--season-mix);
}
.pricing-hero__content .pricing-hero__text {
    color: var(--zamp-tx-white);
    margin: 0 0 0 0;
    font-weight: 400;
    max-width: 28.5625rem;
}
.pricing-hero__card {
    flex: 50%;
    background: #E8E8E2;
    padding: 1.875rem 1.75rem;
}
.pricing-hero__card-inner {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.pricing-hero__icon-wrap {
    width: 3rem;
    height: 3rem;
    background: var(--color-bg-100);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-hero__icon-wrap .pricing-hero__icon{
    line-height: 0;
}
.pricing-hero__icon-wrap img{
    height: 1.5rem;
}
.pricing-hero__card-content .pricing-hero__card-title{
    font-weight: 500;
    font-family: var(--season-mix);
    margin: 0 0 .5rem 0;
    color: var(--zamp-tx-black);
}
.pricing-hero__card-content .pricing-hero__card-dis{
    color: #000000E0;
    font-weight: 400;
    margin: 0;
}

/* Every Plan Section Start */
.every-plan-section{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: var(--color-bg-600);
}
.every-plan-content-wrapper{
    text-align: center;
    margin-bottom: 7.5rem;
}
.every-plan-content-wrapper .every-plan-m-title{
    font-weight: 400;
    margin: 0 auto 1.5rem auto;
    color: var(--zamp-tx-black);
}
.every-plan-content-wrapper .every-plan-dis{
    max-width: 27.625rem;
    margin: 0 auto;
    color: var(--zamp-tx-sex-black);
    font-weight: 500;
}
.every-plan-wrapper-boxes{
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}
.every-plan-iner-box{
    display: flex;
    gap: 6.25rem;
}
.every-plan-content-block{
    flex: 47%;
}
.every-plan-content-block .every-plan-content-block-wrap{
    max-width: 32.1875rem;
}
.every-plan-image-block{
    flex: 53%;
    background-color: #F3F3EF;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.every-plan-image-block img{
    width: 100%;
}
.every-plan-content{
    margin-bottom: 3.5rem;
}
.every-plan-content .every-plan-title{
    font-weight: 500;
}
.every-plan-content-lisitng{
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
.every-plan-content-list-icon-wrap .every-plan-content-list-icon{
    width: 2.625rem;
    height: 2.625rem;
    line-height: 0;
    background: #EFEFE6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.every-plan-content-list-icon-wrap .every-plan-content-list-icon img{
    height: 1.125rem;
    width: auto;
}
.every-plan-content-list{
    display: flex;
    gap: 1.25rem;
}
.every-plan-content-list .every-plan-list-title{
    color: #000000E0;
    font-weight: 500;
    margin-bottom: .3125rem;
}
.every-plan-content-list .every-plan-list-dis{
    font-weight: 400;
    margin: 0;
}
.every-plan-wrapper-boxes .every-plan-iner-box:nth-child(even) {
    flex-direction: row-reverse;
}
/* One Service Section Start */
.one-service-content-wrapper{
    margin-bottom: 2rem;
}
.one-service-content-wrapper .one-service-m-title{
    font-weight: 400;
    max-width: 41rem;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    color: var(--zamp-tx-black);
}
.one-service-content-wrapper .one-service-dis{
    max-width: 36.8125rem;
    margin: 0 auto;
    color: var(--zamp-tx-sex-black);
    font-weight: 500;
    text-align: center;
}
.one-service-section .tabs-nav {
    display: flex;
    padding: .5rem;
    overflow: hidden;
    justify-content: center;
    width: max-content;
    margin: 0 auto 3.25rem auto;
    gap: .75rem;
    background: #EFEFE6;
}
.one-service-section .tabs-nav .tab {
    flex: 0 0 14.5625rem;
    padding: 1.0625rem;
    background: transparent;
    border: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    cursor: pointer;
    font-weight: 500;
    color: #0B0A0A;
    font-family: var(--season-sans);
    transition: background 0.3s, color 0.3s;
    border-radius: 0;
    box-shadow: unset;
}
.one-service-section .tabs-nav .tab.active {
    background: #0B0A0A;
    color: var(--zamp-tx-white);
}
.one-service-section .tabs-content {
    position: relative;
    background: #F4F4F1;
    padding: 1.5rem;
}
.one-service-section .tab-panel {
    display: none;
    animation: fadeSlide 0.4s ease;
}
.one-service-section .tab-panel.active {
    display: block;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(.625rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.one-service-section .zamp_offer_wrapper{
    background-color: var(--color-bg-100);
    margin-top: 1.75rem;
    padding: 1.8125rem 2.5rem;
    background-image: url(/wp-content/uploads/2025/12/Talk-to-our-Sales.svg);
}
.one-service-section .zamp_offer_wrapper .zamp_offer_main_title{
    font-size: 1.75rem;
    line-height: 2.125rem
}
/* Case Study Section Start */
.pricing-c-s-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0B0A0A;
}
.pricing-c-s-section .case-study-s-content-title{
    color: var(--zamp-tx-white);
    font-size: 2.25rem;
}
.pricing-c-s-section .case-study-s-content-dis{
    color: var(--zamp-tx-white);
}
.zamp_logo_pricing_section{
    background-color: var(--color-bg-600);
    padding-top: 12px;
    padding-bottom: 115px;
}
.zamp_testimonials_pricing_section{
    padding: 160px 0;
}
.zamp_testimonials_pricing_section  .zamp_testimonials_content{
    padding-top: 0;
    padding-bottom: 86px;
}
/* Pricing Page End */





/* ================================================================================================================================ */
/* Test Page Start */
.vunet-index{
    padding: 5rem 3.75rem;
}
.vunet-grid {
  display: flex;
  gap: 1.5rem;
      width: 100%;
    max-width: 83.75rem;
    margin: 0 auto;
  flex-wrap: wrap;
}
.vunet-column {
  flex: 1 1 calc(33.333% - 1rem);
  background: #ffffff;
  border-radius: .75rem;
  padding: 1.5rem;
  box-shadow:
    0rem 0rem 0rem .0625rem rgba(17, 24, 39, 0.08),
    0rem .5rem 1.5rem rgba(17, 24, 39, 0.08);
}
.vunet-column h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
}
.vunet-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vunet-links li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}
.vunet-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5625rem;
  width: .375rem;
  height: .375rem;
  background-color: #181818;
  border-radius: 50%;
}
.vunet-box {
  display: block;
  padding: 0 0;
  color: #111827;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}
.vunet-index-h1{
    text-align: center;
    padding: 0 3.75rem;
    margin-bottom: 3.75rem;
}
.vunet-index-h1 h1{
    font-size: 3.75rem;
    line-height: 3.75rem;
}
/* Floating wrapper */
.zamp-floating-wrap {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
}
.zamp-floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c0b267;
  border: .0625rem solid #c0b267;
  color: #ffffff;
  padding: .875rem 1.375rem;
  border-radius: 62.4375rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0rem .5rem 1.5rem rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.zamp-floating-btn:hover {
  transform: translateY(-0.25rem);
  background-color: #fff;
  border: .0625rem solid #181818;
  color: #181818;
}
.zamp-floating-text {
  line-height: 1;
}
/* Test Page End */

