/* Global Styles */


/* Container */
.PricingSection-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
  padding-top: 60px;
  padding-bottom: 50px;
  
  /* max-width: 1800px;
  width: 98%;
  margin: 0 auto; */
}
.PricingSection-container-two{
    max-width: 1450px;
  margin: 0 auto;
  padding: 0px 24px;
   padding-top: 50px;
  padding-bottom: 5px;
}

/* Header Section */
.PricingSection-header-section {
  text-align: left;
  margin-bottom: 80px;
  font-family: 'Acumin Pro Semi Bold';
  font-size: clamp(1.75rem, 2.2rem, 2.2rem);
 line-height: 1.1;
}

.PricingSection-main-heading {
 
  color: #0EA5E9;
  margin-bottom: 0px;
  letter-spacing: -0.5px;
}

.PricingSection-sub-heading {

  color: #1F2937;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.PricingSection-description {
      font-size: clamp(1.2rem, 2vw, 1.1rem);
      font-family: "Acumin Pro Medium";
  
  color: #939598;
  max-width: 900px;
  line-height: 1.7;
}

/* Pricing Rows */
.PricingSection-pricing-row {
    width: 90%;
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  padding-left: 9rem;
  gap: 6rem;
}
.PricingSection-pricing-row-two {
    width: 100%;

  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.PricingSection-row-with-image {
  justify-content: flex-start;
}

/* UPDATED: Border line for section 2 - Now responsive and aligned properly */
.borderline-leftside {
  max-width: 1450px;
  padding: 0 110px;
  margin-bottom: 10px;
  margin: 0 auto;
}

.borderline-leftside-child {
  border-top: 1px solid gray;
  width: 60.5%;
  margin-left: 24rem;
}

/* @media (max-width: 1650px) {
  .borderline-leftside-child {
    width: 60.5%;
  }
}

@media (max-width: 1200px) {
  .borderline-leftside-child {
    width: 55%;
  }
} */

@media (max-width: 968px) {
  .borderline-leftside-child {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .borderline-leftside-child {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .borderline-leftside-child {
    width: 100%;
    margin-left: 0;
  }
}

/* ................................card2 parent */
.cardtwo-right-card-para{
    width: 60%;
    /* margin-bottom: 100px; */
    display: flex;
    justify-content: center;
    padding-left: 9.8rem;
    gap: 5rem;
}

/* Card Wrapper - for positioning badges outside */
.PricingSection-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
  padding-top: 24px;
}

/* Step Number - positioned on left corner outside card */
.PricingSection-step-number {
position: absolute;
    top: 0;
    left: -24px;
    width: 43px;
    height: 43px;
      padding-bottom: 8px;
    padding-top: 4px;
    background: #0992c0;
    color: white;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    font-family: 'Acumin Pro Semi Bold';
    /* box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.3); */
    z-index: 10;
}

/* Badge - positioned on right corner outside card */
.PricingSection-badge {
  position: absolute;
  top: 0;
  right: -30px;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Acumin Pro Bold';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

.PricingSection-badge-gratuit {
  background: #e64a25;
  color: white;
  /* box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3); */
}

.PricingSection-badge-price {
  background: #e64a25;
  color: white;
  /* box-shadow: 0 2px 4px rgba(249, 115, 22, 0.3); */
}

/* Text Content - Right side of cards */
.PricingSection-text-content {
display: flex;
align-items: center;
width: 100%;
height: auto;
}
.card1pricing-content{
 width: 100%;
  flex-shrink: 0;
  /* max-width: 350px; */
  display: flex;
  flex-direction: column;
  
 
}
.PricingSection-side-title {
  font-size: 24px;
  color: #1F2937;
  margin-bottom: 8px;
}

.PricingSection-side-text {
    font-family: 'Acumin Pro Medium';
    font-size: clamp(1.2rem, 2vw, 1.2rem);
  color: #231f20;
  line-height: 1.6;
}

/* Left Image */
.PricingSection-left-image {
  flex-shrink: 0;
  width: 280px;
}

.PricingSection-illustration {
  width: 100%;
  height: auto;
}

/* Pricing Card */
.PricingSection-pricing-card {
  background: #ffffff;
  
  box-shadow: 0 4px 6px 4px rgba(0.1, 0.1, 0.1, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 32px 8px;
  padding-top: 32px ;
  padding-bottom: 10px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.PricingSection-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Card Content */
.PricingSection-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.PricingSection-icon-wrapper {
  width: 110px;
  height: 120px;
  margin-bottom: 24px;
  margin-top: 30px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PricingSection-icon-wrapper-orange {
  margin-bottom: 24px;
}

.PricingSection-calendar-icon,
.PricingSection-megaphone-icon {
  width: 100%;
  /* height: 100%; */
}

.PricingSection-card-title {
    font-size: clamp(1rem, 1.21rem, 1.21rem);

    font-family: 'Acumin Pro Bold';
  /* font-size: 20px; */
  color: #1F2937;
  margin-bottom: 20px;
}

.PricingSection-card-description {
  margin-bottom: 32px;
}

.PricingSection-card-description p {
  font-size: 16px;
  color: #4B5563;
  line-height: 1.6;
  margin-bottom: 4px;
}
.two-left-para-lines{
    margin-top: 5.5rem;
}
.two-left-para-lines-two{
    margin-top: 6.2rem;
  
}
/* Button */
.PricingSection-btn {
    margin-top: 55px;
  padding:0px 25px;
  padding-top:  7px;
  padding-bottom:  3px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Acumin Pro Bold";
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.PricingSection-btn-two{
     margin-top: 65px;
     margin-right: 16px;
  padding:0px 25px;
  padding-top:  7px;
  padding-bottom:  3px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Acumin Pro Bold";
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.PARTI-card1-btn {
    text-align: end;
}
.PricingSection-btn-primary {
  background: #0992c0;
  color: white;
 
}

.PricingSection-btn-primary:hover {
  background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
  box-shadow: 0 10px 15px -3px rgba(14, 165, 233, 0.4);
  transform: translateY(-2px);
}

.PricingSection-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.3);
}

/*################################################################################# Responsive Design#############################################################################  */
@media (max-width: 968px) {
  .PricingSection-container {
    padding: 40px 40px;
  }
.PricingSection-header-section {
   
    margin-bottom: 20px;
   
}

  /* .PricingSection-pricing-row {
    
  } */

  .PricingSection-row-with-image {
    flex-direction: column;
    align-items: center;
  }

  .PricingSection-left-image {
    width: 220px;
    margin: 0 auto;
  }
  .PricingSection-side-title {
    font-size: 20px;
  }

  .PricingSection-side-text {
    font-size: 16px;
  }
  .PricingSection-pricing-row {
   
    padding-top: 3rem;
    
    padding-left: 6rem;
    gap: 4rem;
}
}
@media (max-width: 752px) {
.PricingSection-pricing-row {
   width: 100%;
    padding-top: 3rem;
    
    padding-left: 2rem;
    gap: 2rem;
}
}
@media(max-width: 1424px){
  .cardtwo-right-card-para {
    width: 61%;
  }
}
@media(max-width: 1401px){
  .cardtwo-right-card-para {
    width: 62%;
    padding-left: 7rem;

  }
}
@media(max-width: 1379px){
  .cardtwo-right-card-para {
    width: 63%;
  }
}
@media(max-width: 1358px){
  .cardtwo-right-card-para {
    width: 64%;
  }
}
@media(max-width: 1338px){
  .cardtwo-right-card-para {
    width: 65%;
  }
}
@media(max-width: 1318px){
  .cardtwo-right-card-para {
    width: 66%;
  }
}
@media(max-width: 1232px){
  .cardtwo-right-card-para {
    padding-left: 3rem;

  }
}
@media(max-width: 1134px){
  .PricingSection-pricing-row-two {
   
   gap: 20px;
  }
      .cardtwo-right-card-para {
        padding-left: 2rem;
            gap: 3rem;
      }
      
}
/* Default: visible on desktop (above 1024px) */
.PricingSection-left-image {
  display: block;
}

/* Hide on screens 1024px and below */
@media (max-width: 1024px) {
  .PricingSection-left-image {
    display: none;
  }
  .PricingSection-container-two {
    padding-bottom: 7rem;
  }
      .cardtwo-right-card-para {
  gap: 6rem;
  width: 90%;
   padding-left: 9rem;
      }
}
@media (max-width: 968px) {
    .cardtwo-right-card-para{
        
        padding-left: 5rem;
        gap: 4rem;
    }
  }
  @media (max-width: 752px) {
   .cardtwo-right-card-para{
        width: 100%;
 
        padding-left: 3rem;
        gap: 2rem;
    }
  }


/* .................................................................... section 3 .........................................................................................*/
.pricesection-visibility-section {
  padding: 0px 40px;
  padding-top: 0;
  padding-bottom: 80px;
  background-color: #ffffff;
  margin-top: -3.5%;
}

.pricesection-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading with top border */
.pricesection-heading-wrapper {
 display: flex;
 justify-content: end;
  margin-bottom: 60px;
  position: relative;
  padding-top: 40px;
}

.pricesection-heading-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
      left: 61.5%;
    transform: translateX(-50%);
    width: 60.5%;
   
  height: 1px;
  background-color: gray;
}
.pricesection-two-wrapper-container-two{
  margin-right: 13rem;
}

.pricesection-main-heading {
  font-family: 'Acumin Pro Semi Bold';
  /* font-family: 'Acumin Pro* Semibold'; */
  font-size: clamp(1.25rem, 3vw, 2.36rem);
  color: #231f20;
  line-height: 1.4;
  margin: 0;
  padding-right: 7.4rem;
}

/* Cards Container */
.pricesection-cards-row {
  display: flex;
  gap: 40px;
  justify-content: space-around
  ;
  flex-wrap: wrap;
}

/* Card Wrapper - Contains number badge, card, paragraph and button */
.pricesection-card-wrapper {
  position: relative; /* Important: ensures the badge positions relative to the card */
  width: 100%;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Card Number Badge - Outside card, on top-left corner */
.pricesection-card-number {
  padding-bottom: 6px;
 
    padding-top: 4px;
  position: absolute;
   top: -18px;           /* closer to card corner */
  left: 64px;          /* closer to card corner */
     width: 43px;
    height: 43px;
    
  background: #0992c0;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-family: 'Acumin Pro Semi Bold';
  z-index: 5;
  
}

/* Individual Card - Contains only icon and heading */
.pricesection-card {
    position: relative;
  background: #ffffff;
  box-shadow: 0 4px 6px 4px rgba(0.1, 0.1, 0.1, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
 padding: 0px 8px;
    padding-top: 32px;
    padding-bottom: 10px;

  width: 100%;
  max-width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
     
}

.pricesection-card-wrapper:hover .pricesection-card {
   transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

/* Card Content */
.pricesection-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Icon Wrapper */
.pricesection-icon-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.pricesection-card-icon {
      margin-bottom: 24px;
    margin-top: 30px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Card Title */
.pricesection-card-title {
  font-size: clamp(1rem, 1.21rem, 1.21rem);
    font-family: 'Acumin Pro Bold';
    padding-top: 10px;
    color: #1F2937;
    margin-bottom: 20px; 
}

/* Card Description - Outside card, below card */
.pricesection-card-description {
      font-family: 'Acumin Pro Medium';
    font-size: clamp(1.2rem, 2vw, 1.2rem);
    color: #231f20;
    line-height: 1.4;
     margin: 28px 0 28px 0;
  text-align: center;
  width: 100%;

}

/* Card Button - Outside card, below description */
.pricesection-card-button {

 

    padding: 0px 30px;
    padding-top: 7px;
    padding-bottom: 3px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Acumin Pro Bold";
    cursor: pointer;
    transition: all 0.3s 
ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;

  /* padding: 14px 32px;
  border: none;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  line-height: 1.4; */
}
.card2-price-btn{
  display: flex;
  justify-content: center;
}

.pricesection-card-button-primary {
     background: #0992c0;
    color: white;
}

.pricesection-card-button-primary:hover {
  background-color: #1789ad;
  transform: scale(1.05);
}

.pricesection-card-button-secondary {
  background-color: #1a9fc6;
  color: #ffffff;
}

.pricesection-card-button-secondary:hover {
  background-color: #1789ad;
  transform: scale(1.05);
}

/*................................................................................... Responsive Design */
 @media (max-width: 1080px){
.pricesection-two-wrapper-container-two { 
    margin-right: 5rem;
}
.pricesection-cards-row {
  
    gap: 20px;
}
 }
  @media (max-width: 917px){
.pricesection-two-wrapper-container-two { 
    margin-right: 0rem;
}
.pricesection-cards-row {
  
    gap: 15px;
}
 
 .pricesection-main-heading {
  
     padding-right:3rem;
 }
  }
  @media (max-width: 917px){
  .pricesection-card-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .pricesection-card-wrapper-container-one{
    width: 100%;
    padding-left: 6.6rem;
  }
  .pricesection-two-wrapper-container-two{
    width: 100%;
    padding-left: 6.6rem;
    padding-top: 50px;
  }
  .price-section-main-main{
width: 100%;
  }
    
    
  
  .pricesection-card-number {
    position: absolute;
    top: -18px;
    left: -17px;
    

  }
}
@media (max-width:752px){
    .pricesection-card-wrapper-container-one{
   
    padding-left: 2rem;
  }
  .pricesection-two-wrapper-container-two{
  
    padding-left: 2rem;
 
  }
}
/* ....................................... */
@media (max-width:600px){
.PricingSection-pricing-row {
    flex-direction: column;
    display: flex;
    justify-content: center;
        padding-left: 0rem;
   
}
.two-left-para-lines {
    margin-top: 0.5rem;
}
.PARTI-card1-btn {
    text-align: center;
}
.two-left-para-lines{
  text-align: center;
}
.PricingSection-btn {
    margin-top: 10px;
}
    
    .PricingSection-card-wrapper {
 
    margin: auto;
    }
    /* 2 */
    .cardtwo-right-card-para {
  
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding-left: 0rem;
   
}
.two-left-para-lines-two{
   margin-top: 0.5rem;
}
.PricingSection-side-text{
  text-align: center;
}
.PricingSection-btn-two {
  margin-top: 10px;
}
.PricingSection-container {
        padding: 40px 24px;
    }
/* 3 */
    .pricesection-main-heading {
        padding-right: 0rem;
       text-align: center;
       
    }
    .pricesection-card-wrapper {
     
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
        .pricesection-card-wrapper-container-one {
        padding-left: 0rem;
        }
        .pricesection-two-wrapper-container-two {
        padding-left: 0rem;
    }

   .pricesection-card-number {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -100px; /* Half of card width (200px / 2) */
        width: 43px;
        height: 43px;
        
        background: #0992c0;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 33px;
        font-family: 'Acumin Pro Semi Bold';
        z-index: 5;
    }
    .pricesection-visibility-section {
    padding: 0px 24px;
    }
    .pricesection-heading-wrapper {
    display: flex;
    justify-content: center;
  
    
}
.pricesection-heading-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 47.5%;
}
.pricesection-card-description {
    margin: 18px 0 10px 
}

}
.borderline-leftside {
    display: block !important;   /* ya flex / grid, jo aap chahen */
  }
   .pricesection-heading-wrapper::before {
    display: block !important;   /* ya flex / grid, jo aap chahen */
  }

@media  (max-width: 676px) {

                    .borderline-leftside {
    display: none !important;
  }
  .pricesection-heading-wrapper::before{
    display: none !important;
  }
  
  .PricingSection-container-two {
        padding-bottom: 40px !important;
        padding-top: 20px;
    }
        .PricingSection-pricing-row {
        width: 100%;
        padding-top: 40px;
        }
        .pricesection-heading-wrapper {
    padding-top: 20px;
        }
        .pricecard-need-somespace{
          margin-bottom: 40px;
        }
}
