*     {
   margin: 0;
		 padding  :       0;
   box-sizing     : border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
   color:       #2c3e50;
	 background-color: #f8f9fa;
} 

.navbar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	          padding: 1.2rem 0;
	   position: sticky;
	  top: 0;
	  z-index: 1000;
	  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	
}

.nav-container  {
               max-width: 1200px;
  margin    : 0 auto;
   padding: 0 2rem;
  display: flex;
          justify-content: space-between;
   align-items :     center;
}

.nav-logo {
    flex: 1;
}



.logo-img {
   height: 45px;
  width: auto;
       object-fit: contain;

}

.nav-menu {
                    display: flex;
   list-style: none;
   gap: 2.5rem;
   flex: 2;
   justify-content: center;
}

.nav-link {
    color: white;

   text-decoration: none;

    font-weight: 500;

   transition: all 0.3s ease;

  font-size: 1rem;

   padding: 0.5rem 1rem;

   border-radius: 4px;
}

.nav-link:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.hamburger	{
	    display: none;
     flex-direction: column;
       cursor: pointer;
       gap    : 6px;


}

.hamburger span {

   transition: all 0.3s ease;
    border-radius     : 3px;
   width: 25px;
  background: white;
   height: 3px;
     }

.hamburger.active span:nth-child(1) {

  transform: rotate(45deg) translate(10px, 10px);
	
     }

.hamburger.active span:nth-child(2) {
    opacity: 0; 

}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);

}

.hero {
  background: linear-gradient(to right, #f5f7fa 0%, #c3cfe2 100%);
         padding: 5rem 2rem;
     display  : grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items: center;
  max-width :1400px;
   margin: 0 auto;

}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom    :  1.5rem;
	 color: #2c3e50;
   line-height: 1.2;
    font-weight: 700; 

}

.hero-content p {
    line-height: 1.8;
         margin-bottom: 2rem;
    color: #555;
    font-size: 1.1rem;
}

.cta-button		{
    display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    padding: 1rem 2.5rem;
                    border-radius: 50px;
     text-decoration: none;
  font-weight     :      600;
    transition:     all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
}

.hero-image img {
         width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);


}

.expertise-section {
    padding: 4rem 2rem;
	 background: white;
}

.expertise-container {
    max-width: 1200px;
  margin: 0 auto;
}

.expertise-container h2
{
  font-size: 2.5rem;
    text-align: center;
   margin-bottom: 3rem;
  color: #2c3e50;
     }

.expertise-grid
{

	    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 2rem;
     }

.expertise-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem;
    border-radius  :     10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
   transition: all 0.3s ease;
}

.expertise-card:hover
	{
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);


}

.expertise-card h3 {
   font-size : 1.5rem;
    color     :        #667eea;
      margin-bottom  :        1rem;
}

.expertise-card p {

		color: #555;
   margin-bottom: 1.5rem;
   line-height: 1.8;
     }

.expertise-card img {
    width: 100%;
  height: 220px;
       object-fit: cover;
   border-radius :    8px;
}

.value-section   {

    padding    :       4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
     }

.value-container  
  {
  max-width: 1200px;
  margin: 0 auto;
	
}

.value-section h2  {
    font-size     :  2.5rem;
    text-align: center;
   margin-bottom: 3rem;
}

.value-points {
               display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-item {

	  background: rgba(255,255,255,0.1);
    padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
     }

.value-item h3 {

   font-size: 1.3rem;
  margin-bottom: 1rem;

}

.value-item p {

   line-height: 1.8;
    font-size: 0.95rem;


}

.services-highlight {
  padding: 4rem 2rem;
    background    :      white;
}

.services-container {
    max-width    :  1200px;
   margin: 0 auto;
}

.services-highlight h2 {
    font-size: 2.5rem; 
	  text-align: center; 
	   margin-bottom: 3rem; 
	  color: #2c3e50;
}

.services-row {
       display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
   gap: 2rem;
     }

.service-box	{
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);

  padding: 2rem;

	border-radius  :   10px;

	 border-left: 4px solid #667eea;

  transition: all 0.3s ease;
}


.service-box:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
	
}

.service-box h3 {
  color: #667eea;
   font-size  :     1.3rem;
    margin-bottom: 1rem;
}

.service-box p  
  {
    color: #555; 
	    line-height: 1.8;
}

.collaboration-section     {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.collaboration-wrapper {
   max-width: 1200px;
   margin     :      0 auto; 
	
}

.collaboration-section h2 {
	    font-size: 2.5rem;
   text-align:  center;
  margin-bottom: 3rem;
   color: #2c3e50;
     }

.collaboration-grid {
   display: grid; 
	 grid-template-columns: 1fr; 
  gap: 2rem;
}

.collab-card {
    background: white;
  border-radius: 12px;
   overflow:       hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        padding:      2rem;
   text-align: center;
}


.collab-card img {
   width    :   100%;
  height: 350px;
  object-fit: cover;
   border-radius: 8px;
    margin-bottom: 1.5rem;
}

.collab-card p {
	 font-size: 1.1rem;
  color: #555;
   line-height   :       1.8;
}


.cta-section {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                    text-align: center;
    color  :     white;
}

.cta-wrapper {

      max-width : 800px;
   margin: 0 auto;}

.cta-section h2 {
    font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.cta-section p {
	margin-bottom: 2rem;
  line-height: 1.8;
    font-size: 1.1rem;
}

.cta-button-secondary {
	display: inline-block;
	background: white;
    color: #667eea;
	padding: 1rem 2.5rem;
   border-radius: 50px;
	text-decoration  :    none;
	font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.contact-section {
  padding  :      4rem 2rem;
  background: white;
}

.contact-container     {
	      max-width    :      600px;
   margin     :     0 auto;


}

.contact-section h2 {
         font-size: 2.5rem;
    text-align  :      center;
  margin-bottom: 3rem;
  color: #2c3e50;
}

.contact-form {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	padding  :    2.5rem;
    border-radius     :12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.form-group {
         margin-bottom  :       1.5rem;
}

.form-group label {
    display: block;
	margin-bottom: 0.5rem;
  font-weight: 600;
   color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
         padding: 0.8rem;
    width: 100%;
  font-family: inherit;
    transition: all 0.3s ease;
  border-radius: 6px;
    font-size: 1rem;
   border: 2px solid #e0e0e0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline    : none;
         border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);


}

.submit-btn		{
  width: 100%; 
	   padding: 1rem; 
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	 color: white; 
	  border: none; 
		 border-radius: 6px; 
	    font-weight: 600; 
	  font-size  :     1rem; 
	    cursor: pointer; 
	   transition: all 0.3s ease; 
	  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
}

.footer {
	  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
   color: white;
   padding: 3rem 2rem 1rem;
	}

.footer-content {
	    max-width: 1200px; 
   margin: 0 auto; 
   display :  grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 2rem; 
	margin-bottom    :2rem;
}

.footer-section h4 {
   margin-bottom: 1rem;
	 color: #fff;
               font-size: 1.1rem;
}



.footer-logo-img {
  height: 50px;
    width: auto;
  filter: brightness(0) invert(1);
    margin-bottom: 1rem;
}

.footer-section ul {
	 list-style: none;
}

.footer-section ul li {
    margin-bottom   :      0.8rem;
}



.footer-section a {
   color: #bbb;
   text-decoration: none;
    transition: all 0.3s ease;
}

.footer-section a:hover {
   color: #667eea;
  text-decoration: underline;
}  

.footer-section p {
   color: #bbb;
   margin-bottom: 0.5rem;
  line-height: 1.8; 

}

.footer-bottom
{
	text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
   padding-top: 2rem;
       color: #999;
    max-width: 1200px;
  margin: 0 auto;
	
}@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #667eea;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        gap: 0;
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 1rem 0;
    }

    .nav-link {
        padding: 1rem;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .expertise-container h2,
    .value-section h2,
    .services-highlight h2,
    .contact-section h2,
    .cta-section h2 {
        font-size: 1.8rem;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .services-row {
        grid-template-columns: 1fr;
    }

    .value-points {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .cta-button,
    .cta-button-secondary {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }

    .expertise-card img,
    .collab-card img {
        height: 180px;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 2rem;
    text-align: center;
    color: white;
}

.services-hero-content h1


{


  font-size :     2.8rem;
     margin-bottom: 1rem;
   line-height: 1.2;


}

.services-hero-content p {

  font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
               line-height: 1.8;

}

.services-main {
	 padding: 4rem 2rem;
    background: white;
}

.services-main-container {
  margin: 0 auto;
  max-width: 1200px;
}



.services-main h2 {
  font-size  :      2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #2c3e50; 
	
}

.service-detail {
  display: grid;
   grid-template-columns: 1fr 1fr;
	gap: 3rem;
         align-items: center;
    margin-bottom: 4rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 3rem;
               border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.service-detail-reverse {
  grid-template-columns: 1fr 1fr;
}

.service-detail-reverse .service-detail-text {
	order: 2;
}

.service-detail-reverse .service-detail-image {
    order: 1;
}


.service-detail-text h3 {
    font-size: 1.8rem;
   color: #667eea;
	margin-bottom: 1.5rem;
}

.service-detail-text p {
               color: #555;

	   line-height: 1.8;

	    margin-bottom: 1.5rem;

	   font-size: 1rem;
}

.service-list {
    list-style: none;
               margin-bottom: 1.5rem;
}

.service-list li {
    padding: 0.5rem 0;
  color: #2c3e50;
  padding-left: 1.5rem;
   position: relative;
}

.service-list li:before {
  content: "✓";
    position: absolute;
    left: 0;
  color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
}

.service-price {
   font-size: 1.2rem;
  font-weight: 600;
    color: #764ba2;
   padding-top: 1.5rem;
  border-top: 2px solid rgba(102, 126, 234, 0.3);
}

.service-detail-image img   {
   width: 100%;
	height: 320px;
   object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.pricing-section


{

   padding: 4rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
}

.pricing-container 
 {
	 max-width: 1200px;
    margin: 0 auto;
}

.pricing-section h2 {
    font-size: 2.5rem;
	text-align: center;
                    margin-bottom: 3rem;
       color: #2c3e50;


}

.pricing-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.pricing-card		{
    background: white;
   padding: 2.5rem;
    border-radius: 12px;
  text-align   :center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   transition     :        all 0.3s ease;
         border: 2px solid transparent;


}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}



.pricing-card-featured {
  border: 2px solid #667eea;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.pricing-card-featured:hover
	{

  transform: translateY(-8px) scale(1.05);
}

.featured-badge{
   display  :  inline-block; 
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
  color: white; 
         padding: 0.4rem 1rem; 
  border-radius   :20px; 
    font-size: 0.8rem; 
	font-weight: 600; 
    margin-bottom: 1rem;


}

.pricing-card h3 {
  font-size: 1.5rem;
      color: #2c3e50;
       margin: 1rem 0;
	
}

.pricing-desc
	{
   color: #999;
    font-size: 0.9rem;
   margin-bottom: 1rem;
}


.pricing-amount {
   font-size: 2.5rem;
    font-weight: 700;
                    color: #667eea;
  margin: 1.5rem 0;
}

.pricing-features {
  list-style: none;
    text-align: left;
    margin: 2rem 0;
}

.pricing-features li {
	    padding: 0.8rem 0;
   color: #555;
  border-bottom: 1px solid #eee;
    padding-left: 1.5rem;
    position: relative;

}



.pricing-features li:before {
  content: "✓";
   position: absolute;
  left: 0;
   color: #2ecc71;
  font-weight: bold;
}

.comparison-section {
    padding: 4rem 2rem;
  background :        white;
}

.comparison-container {


   max-width: 1200px;
   margin: 0 auto;}

.comparison-section h2 {
	 font-size: 2.5rem;
   text-align: center;
  margin-bottom: 3rem;
    color: #2c3e50;}

.comparison-table {
  overflow-x: auto;
   border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

table {
  width:     100%;
   border-collapse: collapse;
  background :      white;
}

table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
}

table th {
    padding: 1.5rem;
   text-align: left;
    font-weight: 600;
                    font-size: 1rem;


}

table td {
    color: #555;
   border-bottom: 1px solid #eee;
  padding: 1.5rem;

}

table tbody tr:hover    {
    background: #f9f9f9;
}

table tbody tr:nth-child(even) {
  background: #f5f7fa;
}

.cta-services {
    padding: 4rem 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      text-align: center;
	color: white;
}

.cta-services-wrapper {
  max-width: 800px;
	          margin: 0 auto;
}

.cta-services h2 {
  font-size  :        2.5rem;
      margin-bottom: 1.5rem;
}

.cta-services p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
    line-height: 1.8;
}

.cta-button-services {
   display: inline-block;
	 background  : white;
	color: #667eea;
   padding     :1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
          font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}  

.cta-button-services:hover  
  {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.thankyou-section	{
   padding: 4rem 2rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
   min-height: 80vh;
}

.thankyou-container     {
                       max-width: 800px;
   margin     :  0 auto;

}

.thankyou-content {


   background: white;
    padding: 3rem;
    border-radius     :    15px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  text-align: center;
	


}

.success-icon   {
   animation: scaleIn 0.6s ease;
   color: #2ecc71;
    margin-bottom: 2rem;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-content h1     {
  font-size: 2.5rem;
    color: #2c3e50;
   margin-bottom: 1rem;
}

.thank-message {
   line-height: 1.8; 
	   margin-bottom: 3rem; 
	   font-size: 1.1rem; 
	  color: #555;
}

.thankyou-info {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
  color: white; 
   padding: 2rem; 
  border-radius    :10px; 
   margin-bottom: 2rem; 
  text-align: left;
}

.thankyou-info h2 {

    font-size: 1.5rem;
          margin-bottom: 1.5rem;
   text-align  :       center;
}

.info-list {
   list-style: none;
}

.info-list li {
  padding   :  0.8rem 0;
  padding-left: 1.5rem;
    position: relative;
}

.info-list li:before {
  content: "→";
  position: absolute;
	left: 0;
   font-weight: bold;
}

.faq-section {
  text-align: left;
    margin     :    3rem 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  padding: 2rem;
   border-radius: 10px;

}

.faq-section h2 {

	    font-size: 1.8rem;
  color: #2c3e50;
    margin-bottom: 2rem;
         text-align: center;
}

.faq-item {
   border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
   padding-bottom: 1.5rem;
	
}

.faq-item:last-child {
    border-bottom  :   none;
}

.faq-item h3 {
    color: #667eea;
    font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.faq-item p	{
   color: #555;
    line-height: 1.8;
}

.next-steps {
  margin: 3rem 0;
}

.next-steps h2 {
  font-size: 1.8rem;
   color: #2c3e50;
    margin-bottom: 2rem;
   text-align: center;
}

.steps-grid    {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;

}

.step-card {

  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding     :1.5rem;
	 border-radius: 10px;
    text-align   :       center;


	}

.step-number
{
    font-size: 2rem;
	    font-weight: 700;
	  margin-bottom: 0.5rem;
	    opacity: 0.8;


}

.step-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

.step-card p{
               font-size: 0.9rem;
          line-height: 1.6;
}

.back-home {
    gap :    1rem;

		margin-top: 3rem;

	   justify-content: center;

	  display: flex;

	   flex-wrap  :       wrap;
}

.back-button,
.back-button-secondary {
         display: inline-block;
        padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
  font-weight: 600;
    transition: all 0.3s ease;
	
}

.back-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.back-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(102, 126, 234, 0.6);
}

.back-button-secondary {
  background: white;
    color: #667eea;
  border: 2px solid #667eea;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.back-button-secondary:hover
	{
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.2);
	}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .services-hero-content p {
        font-size: 1rem;
    }

    .service-detail {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 2rem;
    }

    .service-detail-reverse {
        grid-template-columns: 1fr;
    }

    .service-detail-reverse .service-detail-text,
    .service-detail-reverse .service-detail-image {
        order: initial;
    }

    .service-detail-image img {
        height: 250px;
    }

    .pricing-card-featured {
        transform: scale(1);
    }

    .pricing-card-featured:hover {
        transform: translateY(-8px) scale(1);
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    table th,
    table td {
        padding: 1rem;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .back-home {
        flex-direction: column;
    }

    .back-button,
    .back-button-secondary {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .services-main h2,
    .services-hero-content h1,
    .pricing-section h2,
    .comparison-section h2,
    .thankyou-content h1 {
        font-size: 1.5rem;
    }

    .service-detail-text h3 {
        font-size: 1.4rem;
    }

    .pricing-card {
        padding: 1.5rem;
    }

    .pricing-amount {
        font-size: 2rem;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .success-icon {
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-section {
        padding: 1rem;
    }

    .step-card {
        padding: 1rem;
    }
}.policySection {
  padding: 80px 2rem;
  background: #f8f9fa;
    min-height: 70vh;
	}

.policyContainer    {
                       max-width: 800px;
   margin: 0 auto;
    text-align: left;

}
/* FIXME: IE11 compatibility */



/* Auto-generated CSS */

/* Auto-generated CSS */
.policyContainer h1 {
  font-size: 2.8rem;
    color: #2c3e50;
   margin-bottom: 2rem;
  font-weight:      700;
   line-height: 1.2;
}

.policyContainer h2 {
  font-size: 1.8rem; 
   color: #667eea; 
  margin: 2.5rem 0 1rem 0; 
  font-weight: 600;
     }

.policyContainer p {
   color  :      #555;
    margin-bottom: 1.5rem;
    line-height: 1.8;
  font-size:       1.05rem;
   text-align: justify;
}

.policyContainer h2:first-of-type {
     margin-top: 1.5rem;

}
@media (max-width: 768px) {
    .policySection {
        padding: 60px 1.5rem;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin: 2rem 0 0.8rem 0;
    }

    .policyContainer p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 1.2rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 50px 1rem;
        min-height: auto;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin: 1.5rem 0 0.8rem 0;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
}