
 #pricing-33 {
        padding: 0 1em;
       background-color: #030a14;
        z-index: 1;
        padding: var(--sectionPadding)
       
    }

      /* Base styles scoped under .pricing-plans */










  
 #pricing-33 {
        padding: 0 1em;
        background-color: #060a13;
        position: relative;
        
        z-index: 1;
        padding: var(--sectionPadding)
    }

      /* Base styles scoped under .pricing-plans */




#pricing-33 > div > span {

  text-align: left;
}





#pricing-33 .cs-title3 {
  
  font-family: 'oswald';
   font-size: clamp(2.125rem, 6.4vw, 3.8125rem);
text-transform: uppercase;

        font-weight: 900;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
        margin: 0 auto 1rem;
        color: white;
        position: relative;
        font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);;
}



  #pricing-33 .cs-text3 {
    text-align: left;
    color: #fff;
    font-family: 'source sans 3';
     font-size: 1rem;
      max-width: auto;
        width: 100%;
  z-index: 22;
  max-width: 48.125rem; /* MATCHING YOUR .cs-flex-group width */
 
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  }














  #pricing-33 .pricing-plans .outer-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px;
	
  }
 #pricing-33  .pricing-plans .pricing-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
  }
  #pricing-33  .pricing-plans .pricing-card {
    background-color: #03090e;
    border-radius: 12px;
    padding: 40px;
    flex: 1 1 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  }
   #pricing-33    .pricing-plans .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.1);
  }
    #pricing-33  .pricing-plans .pricing-card.highlighted {
    background-color: #000;
    border: 1px solid #fff;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
  }
 #pricing-33  .pricing-plans .pricing-card-title {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
	  font-family: 'Oswald';
  }
 #pricing-33  .pricing-plans .features {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'source sans 3';
    color: white;
  }
 #pricing-33  .pricing-plans .feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    color: inherit;
  
    font-size: 16px;
    font-family: 'Source Sans 3', sans-serif;
  }
 #pricing-33  .pricing-plans .check,
  .pricing-plans .cross {
    width: 24px;
    text-align: center;
    color: inherit;
    font-family: 'oswald';
    color: white;
  }
 #pricing-33   .pricing-plans .check {
    font-size: 20px;
  }
  .pricing-plans .cross {
    font-size: 24px;
  }
 #pricing-33  .pricing-plans .price-container {
    text-align: left;
    margin: 24px 0 12px;
  }
 #pricing-33  .pricing-plans .price {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.5px;
	  font-family: 'Oswald';
    color: #fff; ;
  }
 #pricing-33  .pricing-plans .pricing-period {
    font-size: 18px;
    color: #a8b2bd;
    font-weight: normal;
    font-family: 'source sans 3';
    margin-left: 8px;
  }
 #pricing-33  .pricing-plans button {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-family: 'oswald';
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
 #pricing-33  .pricing-plans button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
  }
  /* Flicker Animation for Glow Effect */
  @keyframes flicker {
    0% {
      box-shadow: 
        inset 0 0 20px rgba(127, 219, 255, 0.2),
        inset 0 0 50px rgba(80, 120, 160, 0.25),
        0 0 10px rgba(255, 255, 255, 0.1),
        0 0 20px rgba(127, 219, 255, 0.15),
        0 0 40px rgba(127, 219, 255, 0.1);
    }
    50% {
      box-shadow: 
        inset 0 0 30px rgba(127, 219, 255, 0.25),
        inset 0 0 70px rgba(80, 120, 160, 0.3),
        0 0 12px rgba(255, 255, 255, 0.15),
        0 0 30px rgba(127, 219, 255, 0.2),
        0 0 50px rgba(127, 219, 255, 0.15);
    }
    100% {
      box-shadow: 
        inset 0 0 20px rgba(127, 219, 255, 0.2),
        inset 0 0 50px rgba(80, 120, 160, 0.25),
        0 0 10px rgba(255, 255, 255, 0.1),
        0 0 20px rgba(127, 219, 255, 0.15),
        0 0 40px rgba(127, 219, 255, 0.1);
    }
  }
 #pricing-33  .pricing-plans .glow-cell {
    border-radius: 12px;
    animation: flicker 4s infinite alternate ease-in-out;
  }
  
  /* Responsive styling for screens under 1199px */
  @media (max-width: 1199px) {
  #pricing-33   .pricing-plans .pricing-card-title {
      font-size: 28px;
    }
  #pricing-33   .pricing-plans .feature {
      font-size: 16px;
      margin: 8px 0;
    }
 #pricing-33    .pricing-plans .price {
      font-size: 36px;
    }
  #pricing-33   .pricing-plans .pricing-period {
      font-size: 16px;
     
    }
  #pricing-33   .pricing-plans button {
      font-size: 16px;
    }
  #pricing-33   .pricing-plans .pricing-card {
      padding: 30px;
    }
  }
  
  /* Responsive styling for screens under 991px:
     Two cells per row, with the third centered. */
@media (max-width: 991px) {
 #pricing-33  .pricing-plans .pricing-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 #pricing-33  .pricing-plans .pricing-card {
    flex: 0 0 48%;
    padding: 20px; /* compressed cell padding */
  }
 #pricing-33  .pricing-plans .pricing-card:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
 #pricing-33  .pricing-plans .pricing-card-title {
    text-align: left; /* align title to left */
  }
 #pricing-33  .pricing-plans button {
    width: 200px;           /* make button width smaller */
    display: inline-block; /* allow width to shrink */
    text-align: center;    /* center the text within the button */
    margin: 0;             /* ensure the button aligns to the left */
  }
 #pricing-33  .pricing-plans .feature {
    margin: 8px 0; /* reduced gap between li items */
  }
}
/* Responsive styling for screens under 767px:
   Adjust layout to a single column, compress cells,
   left-align titles, and adjust button styles. */
@media (max-width: 767px) {
#pricing-33   .pricing-plans .outer-container {
    max-width: 520px;
    padding: 20px 0;
  }
#pricing-33   .pricing-plans .pricing-container {
    flex-direction: column;
    align-items: center;
	    gap: 50px;
	  
	  
  }
 #pricing-33  .pricing-plans .pricing-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px; /* further compressed cell padding */
  }
 #pricing-33  .pricing-plans .pricing-card-title {
    font-size: 24px;
    text-align: left; /* align title to left */
    margin-bottom: 12px; /* reduced bottom margin for a compressed look */
  }
 #pricing-33  .pricing-plans .price {
    font-size: 30px;
  }
 #pricing-33  .pricing-plans .pricing-period {
    font-size: 16px;
  }
 #pricing-33  .pricing-plans .feature {
    margin: 6px 0; /* further reduced gap between li items */
  }
  /* Retain the extra gap between the feature text and its icon */
#pricing-33   .pricing-plans .feature span {
    margin-left: 10px;
  }
 #pricing-33  .pricing-plans button {
    font-size: 16px;
    width: 200px;           /* make button width smaller */
    display: inline-block; /* allow width to shrink */
    text-align: center;    /* center the text within the button */
    margin: 0;             /* align button to the left */
  }
}
	
	
	
	
	
	
	
	
	@media (max-width: 575px) {
 #pricing-33  .pricing-plans .outer-container {
    max-width: 360px;
    padding: 20px 0;
  }
 #pricing-33  .pricing-plans .pricing-container {
    flex-direction: column;
    align-items: center;
  }
 #pricing-33  .pricing-plans .pricing-card {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px; /* further compressed cell padding */
  }
 #pricing-33  .pricing-plans .pricing-card-title {
    font-size: 24px;
    text-align: left; /* align title to left */
    margin-bottom: 12px; /* reduced bottom margin for a compressed look */
  }
 #pricing-33  .pricing-plans .price {
    font-size: 28px;
  }
 #pricing-33  .pricing-plans .pricing-period {
    font-size: 16px;
  }
 #pricing-33  .pricing-plans .feature {
    margin: 1px 0; /* further reduced gap between li items */
  }
  /* Retain the extra gap between the feature text and its icon */
 #pricing-33  .pricing-plans .feature span {
    margin-left: 10px;
  }
#pricing-33  .pricing-plans button {
  font-size: 16px;
  width: 180px;
  height: 40px;
  display: inline-flex;       /* Enables flexbox */
  align-items: center;        /* Centers content vertically */
  justify-content: center;    /* Centers content horizontally */
  text-align: center;
  margin: 0;
}
}



/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1684 {
    padding: var(--sectionPadding);
    background-color: #060a13;
  }
  #services-1684 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #services-1684 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* left aligns the content, center the content by using 'center' */
    align-items: flex-start;
  }
  #services-1684 .cs-text {
    max-width: none;
    color: white;
  }
  #services-1684 .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: row;
    gap: 1.75rem;
  }
  #services-1684 > div > div > h2
  {
    color: white;
  }
  #services-1684 .cs-item {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    grid-column: span 12;
    grid-row: span 1;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s, border-color 0.3s;
  }
  /*#services-1684 .cs-item:hover .cs-h3,*/
  #services-1684 .cs-item:hover .cs-link {
    color: var(--primary);
  }
  #services-1684 .cs-item:hover .cs-arrow {
    filter: initial;
  }
  #services-1684 .cs-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #services-1684 .cs-h3 {
    /* 20px - 31px */
    font-size: clamp(1.25rem, 2vw, 1.9375rem);
    font-weight: bold;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem;
    color: white;
    font-family: 'oswald';
    transition: color 0.3s;
  }
  #services-1684 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0 0 1.5rem 0;
    padding: 0;
    color: white;
    font-family: 'source sans 3';
  }
  #services-1684 .cs-link {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    text-decoration: none;
    margin-top: auto;
    color: white;
    display: flex;
     font-family: 'oswald';
    justify-content: flex-start;
    align-items: center;
    gap: 0.625rem;
    transition: color 0.3s;
  }
  #services-1684 .cs-link:hover .cs-arrow {
    transform: translateX(0.25rem);
  }
  #services-1684 .cs-link-text {
    width: -moz-fit-content;
    width: fit-content;
  }
  #services-1684 .cs-arrow {
    width: 1.25rem;
    height: auto;
   
    display: block;
    transition: filter 0.3s, transform 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1684 .cs-container {
    max-width: 80rem;
  }
  #services-1684 .cs-card-group {
    /* 20px - 32px */
    gap: clamp(1.25rem, 3vw, 2rem);
  }
  #services-1684 .cs-item {
    padding: 0;
    /* 20px - 32px */
    padding-left: clamp(1.25rem, 3vw, 2rem);
    border: none;
    border-left: 1px solid var(--primary);
    grid-column: span 4;
  }
}
 /* Align the intro block with the cards --------------------------- */
#pricing-33 .pricing-intro {
  /* identical centring to .outer-container / .cs-content */
  width: 100%;
  max-width: 80rem;          /* ≈1280 px – change to 1320px if you prefer */
  margin: 0 auto 3rem;       /* 3 rem gap below the intro */
  box-sizing: border-box;    /* keeps padding from blowing out the width */

  /* optional: keep text left-aligned like your .cs-content block */
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
