* {
   margin: 0;
  padding: 0;
    box-sizing: border-box;
}

html   {
    scroll-behavior: smooth;
	}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 
	       line-height: 1.6; 
	  color: #2c3e50; 
	  background   :       #f8f9fa; 
	  overflow-x: hidden;
}

.nav-primary
	{
  position: sticky;
  top: 0;
	z-index  :   1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}


.nav-container {
      max-width: 1200px;
  margin: 0 auto;
   padding: 0 20px;
    display: flex;
  justify-content: space-between;
    align-items: center;
    height: 70px;
     }

.nav-logo	{
   flex-shrink: 0;
}

.logo-img {
    height: 50px;
    width: auto;
					display :   block;
  filter: brightness(0) invert(0);


} 

.burger-menu {

    display: none;
   flex-direction: column;
    background: none;
         border: none;
    cursor: pointer;
    padding: 8px;
     }

.burger-line {
    width: 24px;
  height: 3px;
   background: #2c3e50;
  margin: 4px 0;
  transition   :     all 0.3s ease;
   border-radius: 2px; 
	
}

.nav-menu {
   display: flex;
   list-style: none;
   gap: 30px;
	 align-items: center;
}

.nav-link {
	  text-decoration: none;
   color: #2c3e50;
         font-weight: 500;
  font-size   :    15px;
 transition     :    color 0.3s ease;
  position: relative; 
	
	}

.nav-link::after {
  content: ''; 
	  position: absolute; 
	   bottom: -5px; 
		left: 0; 
	  width: 0; 
	   height: 2px; 
	   background: #3498db; 
	       transition: width 0.3s ease; 

}

.nav-link:hover::after
{
  width: 100%;
}

.hero-section  
  {
  max-width     :     1200px;
                    margin  :       60px auto;
   padding: 0 20px;
  display: grid;
	 grid-template-columns  :        1fr 1fr;
   gap: 50px;
  align-items: center;
}

.hero-content h1 {
   font-size: 48px;
   line-height: 1.2;
    margin-bottom: 20px;
    color: #1a252f;
   font-weight: 700;
}

.hero-content p {
   font-size: 18px;
    color: #555;
    margin-bottom: 30px;
    line-height     :   1.7;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding     : 14px 32px;
    border-radius: 6px;
    text-decoration: none;
  font-weight: 600;
    transition   :      all 0.3s ease;
		 border: none;
  cursor: pointer;
    font-size: 16px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.hero-visual img {
	 width: 100%;
    height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.services-overview {
   background: #fff;
    padding:        80px 20px;
	margin: 60px 0;
}

.section-header


{
  text-align: center;
         max-width: 600px;
   margin: 0 auto 50px;
}


.section-header h2 {
  font-size: 42px;
   margin-bottom    :       15px;
    color     :        #1a252f;
}

.section-header p {
  font-size :   18px;
  color: #666;
}

.services-grid  
  {


	 max-width: 1200px;
   margin    : 0 auto;
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 30px;
}

.service-card {
    background: #f8f9fa;
   border-radius: 10px;
   overflow: hidden;
  transition: all 0.3s ease;
   border: 1px solid #e9ecef;
}

.service-card:hover {
  transform: translateY(-8px); 
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12); 
    border-color: #667eea;
}

.service-card img {

	  width: 100%;
    height: 220px;
  object-fit: cover;
    display: block;


}

.service-card h3 {
    font-size: 20px; 
	  padding: 20px 20px 10px; 
	   color: #1a252f; 
	               font-weight: 600;
}

.service-card p {
   font-size: 14px;
     padding: 0 20px 20px;
   color   :    #666;
   line-height    :      1.6;
}

.conference-section {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
	padding: 80px 20px;
   margin: 40px 0;
}

.conf-wrapper {
   max-width  : 1100px;
  margin   :        0 auto;
}

.conf-wrapper h2    {
   font-size: 40px;
    margin-bottom: 15px;
       color: #1a252f;
}

.conf-wrapper > p {
	font-size: 16px;
   color  :    #555;
   margin-bottom  :  40px;
    line-height  :   1.7;
}

.conf-features {


	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap     :        30px;


}

.conf-item {
		background: #fff;
	padding: 30px;
    border-radius: 10px;
                    border-left: 4px solid #667eea;
    text-align: left;
	}

.conf-icon {
    width    :      40px;
  height: 40px;
    margin-bottom: 15px;
  stroke: #667eea;
  fill: none;
   stroke-width: 2;
}

.conf-item h4 {
    margin-bottom: 10px;
    color: #1a252f;
  font-size: 18px;
}

.conf-item p {
	font-size     :       14px;
    color: #666;
    line-height: 1.6;
}

.cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin: 40px 0;
}

.cta-box {
   max-width  :  700px;

	       margin     :    0 auto;

	   text-align: center;

		 color: #fff;


}

.cta-box h2 {
    font-size: 44px;
    margin-bottom: 20px;
     }

.cta-box p {
    opacity: 0.95;
  line-height: 1.6;
    font-size: 18px;
   margin-bottom: 30px;
}

.cta-primary {
	background:     #fff;
  color   :#667eea;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-primary:hover {
  background:     #f0f0f0;
}

.contact-section {
   max-width:        800px;
	margin: 80px auto;
  padding     :    0 20px;
}

.contact-wrapper {
	background: #fff;
   padding: 50px;
   border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     }

.contact-wrapper h2 {


    font-size: 36px;
   margin-bottom:    10px;
          color    : #1a252f;
}

.contact-wrapper > p    {
   color: #666;
    margin-bottom: 35px;
	font-size: 16px;
}

.contact-form {
   display: flex;
	flex-direction: column;
   gap: 20px;
}

.form-group  
  {
    display: flex;
   flex-direction: column;
}

.form-group label {
  font-weight: 600;
             margin-bottom: 8px;
   	color: #2c3e50;
      font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
      padding: 12px 15px;
  border:  1px solid #ddd;
    border-radius    :       6px;
  font-family: inherit;
  font-size: 14px;
	transition   :       all 0.3s ease;
    background: #f9f9f9;}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus
	{
   outline: none;
  background: #fff;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
	
}

.form-group textarea {
  resize: vertical;
  min-height :     120px;
}

.form-submit {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #fff;
  padding: 14px 32px;
   border: none;
  border-radius: 6px;
  font-weight: 600;
    cursor: pointer;
	 font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);


}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.footer-main {
   background  :       #1a252f;
   color:     #fff;
	 padding: 50px 20px 20px;
   margin-top: 80px;
}

.footer-content {
  max-width: 1200px;
  margin  :     0 auto;
	display     :   grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
   margin-bottom: 30px;
}

.footer-section h4 {
   font-size   :  16px;

	  margin-bottom: 15px;

		font-weight: 600;
}

.footer-section ul   {
   list-style: none;
}

.footer-section ul li {
   	margin-bottom: 10px;
     }

.footer-section a {
   color: #bbb;
    text-decoration: none;
                    transition: color 0.3s ease;
    font-size: 14px; 
	
}

.footer-section a:hover 
 {

	   color: #667eea;
}

.footer-section p {
    line-height: 1.8;
  color: #bbb;
  font-size: 14px;
}

.footer-logo {
    height: 45px;
    width: auto;
  filter: brightness(0) invert(1);
}

.footer-bottom {
    border-top     :     1px solid #333;
  padding-top: 20px;
         text-align: center;
   color: #999;
   font-size: 14px;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }
    
    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #fff;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    .nav-menu.active {
        max-height: 300px;
    }
    
    .nav-menu li {
        padding: 15px 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .burger-menu.open .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }
    
    .burger-menu.open .burger-line:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.open .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        margin: 30px auto;
        gap: 30px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-box h2 {
        font-size: 28px;
    }
    
    .contact-wrapper {
        padding: 30px 20px;
    }
    
    .contact-wrapper h2 {
        font-size: 28px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 24px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .contact-wrapper {
        padding: 20px 15px;
    }
    
    .conf-wrapper h2 {
        font-size: 28px;
    }
    
    .services-overview {
        padding: 40px 15px;
    }
    
    .cta-section {
        padding: 40px 15px;
    }
}.policySection {

	  padding: 80px 2rem;
   background  :     #f8f9fa;
	}

.policyContainer {
   max-width: 800px;
  margin: 0 auto;
     text-align: left;
}

.policyContainer h2 {
    font-size: 2.5rem;
	color: #2c3e50;
   margin-bottom: 1.5rem;
  font-weight: 700;
}

.policyContainer h3 {
  font-size: 1.5rem;
   color: #1a252f;
 margin: 2rem 0 1rem 0;
  font-weight: 600;
}

.policyContainer p {
  color: #7f8c8d; 
  margin-bottom: 1.5rem; 
    line-height: 1.7; 
   font-size: 1.1rem;
}

.policyContainer ul
	{
		margin: 1rem 0 1.5rem 1.5rem;
       color: #7f8c8d;
}

.policyContainer ul li {
   margin-bottom: 0.5rem;
    font-size: 1.1rem;
  line-height: 1.6;
}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer h3 {
        font-size: 1.3rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}

@media (max-width: 480px) {
    .policyContainer h2 {
        font-size: 1.8rem;
    }

    .policySection {
        padding: 40px 1rem;
    }
}.services-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
      padding: 100px 20px;
    text-align: center;
}

.banner-content h1 {
    font-size   :52px;
  margin-bottom: 20px;
    font-weight: 700;

}

.banner-content p {
    font-size    :      20px;
		opacity: 0.95;
    max-width   : 700px;
   margin:  0 auto;
 line-height: 1.6;
}

.services-detailed
{
    max-width: 1100px;
    margin: 80px auto;
	padding: 0 20px;

}



.services-container	{


  display: flex;
  flex-direction: column;
	 gap: 70px;


}

.service-detail {
  display: grid;
     grid-template-columns  :      1fr 1fr;
   gap: 50px;
    align-items: center;
}

.service-alt {
	grid-template-columns: 1fr 1fr;


}

.service-alt .service-visual
{


  order: 2; 
}

.service-alt .service-info {
    order: 1;
	
}

.service-visual {

	  overflow: hidden;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	}

.service-visual img {
      width     :     100%;
   height:    auto;
  display: block;
	transition: transform 0.3s ease;
	}

.service-detail:hover .service-visual img

{
  transform: scale(1.05);
}

.service-info h2 {
  font-size: 32px;
	margin-bottom: 20px;
          color: #1a252f;
  font-weight: 700;
}

.service-intro {
    font-size: 16px;
    color: #555;
   margin-bottom: 25px;
	 line-height: 1.7;


}

.service-features h4 {


   font-size     :16px;
     font-weight: 600;
    margin-bottom: 12px;
	 color: #2c3e50;
}

.service-features ul {
   list-style: none;
	display: flex;
    flex-direction     :        column;
	gap  :      10px;
  margin-bottom    :    20px;
}

.service-features li   {
  font-size: 15px;
    color: #666;
  padding-left: 25px;
   position: relative;
    line-height: 1.6;
}

.service-features li::before {
  content: '';
   position: absolute;
   left    :0;
  top: 6px;
  width: 8px;
	height: 8px;
  background: #667eea;
	 border-radius: 50%;


}

.service-duration  {
  font-size :     14px;
    color: #999;
    font-weight: 500; 

}

.pricing-section {
       background: #f8f9fa;
    padding: 80px 20px;
   margin: 60px 0;
}

.pricing-container {
  max-width  :      1100px;
    margin: 0 auto;
}

.pricing-container h2 {
   font-size: 42px;
                    text-align: center;
                    margin-bottom: 15px;
	color: #1a252f;
}

.pricing-intro {
    text-align: center;
    font-size: 16px;
  color: #666;
    margin-bottom     :     50px;
}

.pricing-grid


{


  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap     :     30px;
     }

.pricing-card {
    background: #fff;
  padding :    35px;
 border-radius: 10px;
  border: 2px solid #e9ecef;
    transition  :    all 0.3s ease;
  text-align: center;
}

.pricing-card:hover {
   border-color: #667eea;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing-card.highlight		{
    border-color: #667eea;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  transform: scale(1.05);
}

.pricing-card h3 {
    font-size: 22px;
      margin-bottom : 10px;
      color: #1a252f;
   		font-weight: 600;
}

.pricing-card .price {
    font-size: 16px;
    color: #667eea;
    font-weight: 600;
               margin-bottom: 25px;
}

.pricing-list {
   list-style: none;
  display: flex;
        flex-direction:    column;
   gap: 12px;
    text-align  :     left;
}

.pricing-list li {

	  color: #666;

  line-height :   1.5;

  font-size: 14px;

	padding-left: 20px;

  position: relative;
	}

.pricing-list li::before {
  content: '';
  position: absolute;
    left: 0;
         top: 6px;
    width: 6px;
    height: 6px;
    background: #667eea;
   border-radius : 50%;
}

.faq-section {
   max-width: 900px;
	margin:        80px auto;
  padding    :       0 20px; 

}

.faq-container h2
{
	font-size: 42px;
    text-align: center;
   margin-bottom: 50px;
	 color: #1a252f;
}

.faq-list {
					display  :  flex;
	 flex-direction :       column;
   gap    : 20px;
}  

.faq-item {
   background: #fff;
	 padding: 25px;
  border-radius  :        8px;
    border-left: 4px solid #667eea;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition   :        all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);


}

.faq-question {
    font-size: 16px;
    font-weight  :    600;
  color: #1a252f;
    margin-bottom: 12px;
  cursor: pointer;
    user-select: none;
}

.faq-answer {
   font-size: 14px;
    color: #666;
	line-height: 1.7;
     margin: 0;
}

.cta-final	{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   padding: 80px 20px;
      margin: 60px 0 0 0;
	color: #fff;
    text-align: center;
}

.cta-final-box h2 {
   font-size: 44px;
  margin-bottom:        20px;
}

.cta-final-box p {
     font-size: 18px;
   margin-bottom: 30px;
   opacity: 0.95;
    line-height :        1.6;
	}


.thankyou-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 20px;
    text-align: center;
    color: #fff;
}

.thankyou-container {
   max-width: 600px;
   margin: 0 auto;
}

.success-icon
{
  margin-bottom: 30px;
}

.icon-success {

  width: 80px;
   height: 80px;
  stroke: #fff;
   fill: none;
  stroke-width: 2;
	 animation: scaleIn 0.6s ease-out;


}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-hero h1 {
        font-size: 48px;
    margin-bottom: 10px;
       font-weight     :  700;


}

.thankyou-subtitle {
  font-size: 20px;
    opacity: 0.95;
}

.confirmation-details {
    max-width: 900px;
		margin: 60px auto;
	    padding: 0 20px;
}

.confirmation-wrapper {
       display  :    grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
	}

.confirmation-box  {
    background :        #fff;
    padding: 40px;
   border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top     :  4px solid #667eea;
}

.confirmation-box h2 {
    color: #1a252f;
    font-size: 24px;
   margin-bottom: 25px;}

.confirmation-info 
 {
  display: flex;
    flex-direction: column;
   gap: 20px;
}
/* Responsive design */
	/* FIXME: IE11 compatibility */

	/* Generated styles */
.info-row {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding-bottom: 15px;
					border-bottom: 1px solid #eee;


}

.info-label	{
   font-weight: 600;
	 font-size: 14px;
   color: #2c3e50;
}

.info-value {
   color: #666; 
	  font-size: 14px;
}

.status-active  
  {
   display :inline-block;
    background: #e8f5e9;
   color:#2e7d32;
	padding    : 4px 12px;
    border-radius    :20px;
    font-weight : 500;
    font-size: 12px;
}

.next-steps {
  background: #f8f9fa;
  padding: 40px;
   border-radius: 10px;
}

.next-steps h3 {
   font-size:     24px;
   margin-bottom: 25px;
					color: #1a252f;
}

.steps-timeline {
         gap: 25px;
    display: flex;
   flex-direction: column;
}

/* Browser compatibility */

.step {
   display: flex;

	   gap   :  20px;
}

.step-number {
    display: flex;
    align-items: center;
	justify-content   :  center;
	width: 40px;
	 height: 40px;
   background: #667eea;
    color: #fff;
  border-radius  :   50%;
  font-weight: 700;
    flex-shrink:  0;
}

.step-content h4
{
	font-size: 15px;
    font-weight: 600;
  color:  #1a252f;
  margin-bottom: 5px;
}

.step-content p {
	  font-size: 13px; 
	   color: #666; 
	   line-height: 1.6;

}
/* Minified version */

/* Auto-generated CSS */


/* Layout styles */

.additional-resources {
	padding: 80px 20px;
	 background: #fff; 
	}

.resources-container {
	 max-width   : 1100px;
    margin     : 0 auto;
     }

/* Production ready */

.resources-container h2 {
 font-size: 42px;
  text-align: center;
  margin-bottom :        15px;
   color: #1a252f;
	
}

.resources-intro {
   text-align :     center;
    font-size    :     16px;
   color: #666;
  margin-bottom: 50px;


}  

.resources-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Vendor-specific */

.resource-card {
	 background: #f8f9fa;
  -webkit-transition: all 0.3s ease;
	padding: 30px;
    border-radius: 10px;
   -moz-transition: all 0.3s ease;
   text-align: center;
	-o-transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.resource-card:hover {
 border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
	/* Vendor-specific */


/* Custom modifications */
/* Generated styles */

.resource-icon {
    margin-bottom     :    15px;
}

.res-icon {
    width: 50px;
    height: 50px;
  stroke: #667eea;
  fill: none;
  stroke-width: 2;
   margin: 0 auto;
}

.resource-card h4 {
  font-size   :  17px;
    font-weight :600;
   margin-bottom:10px;
  color: #1a252f;
}



.resource-card p {
   font-size: 14px;
    color: #666;
  line-height: 1.6;
}

.cta-return {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px;
  margin     :  60px 0 0 0;
   color   :        #fff;
  text-align: center;
}

.return-box h2 {
   margin-bottom :   20px;
   font-size:       44px; 
	
}

.return-box p {
 font-size  :    18px;
        margin-bottom    :30px;
    opacity:      0.95; 

}

.return-buttons  
  {
  display: flex;
   gap: 20px;
	justify-content: center;
    flex-wrap: wrap;
}
	/* Utility classes */

	/* Browser compatibility */

.cta-secondary {
	background: transparent;
	 border: 2px solid #fff;
  color: #fff;
}

.cta-secondary:hover{
  background: #fff;
    color: #667eea;
}
@media (max-width: 768px) {
    .service-detail {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-alt .service-visual {
        order: initial;
    }

    .service-alt .service-info {
        order: initial;
    }

    .pricing-card.highlight {
        transform: scale(1);
    }

    .confirmation-wrapper {
        grid-template-columns: 1fr;
    }

    .return-buttons {
        flex-direction: column;
    }

    .return-buttons a {
        width: 100%;
    }

    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .faq-section {
        margin: 40px auto;
    }

    .service-info h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .thankyou-hero {
        padding: 60px 20px;
    }

    .thankyou-hero h1 {
        font-size: 28px;
    }

    .icon-success {
        width: 60px;
        height: 60px;
    }

    .confirmation-box,
    .next-steps {
        padding: 20px;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .steps-timeline {
        gap: 15px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }
}