* {
        margin: 0;
    padding: 0;
      box-sizing: border-box;
}

:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --light-bg: #ecf0f1;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --white: #ffffff;
    --border-radius: 8px;
    --transition: all 0.3s ease;
}

html{
  scroll-behavior: smooth;
}

body {


  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--white);

}

.navbar {

   position: sticky;
    top: 0;
   z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-container {
    max-width: 1200px;
  margin: 0 auto;
    padding: 1rem 2rem;
               display: flex;
	justify-content: space-between;
  align-items: center;
}

.navbar-brand img {
    height: 64px;
   width: auto;
    display: block;

}

.navbar-menu {
    display: flex;
   list-style: none;
  gap: 3rem; 

}

.navbar-menu a {
    text-decoration: none;
  color: var(--text-dark);
	font-weight  :      500;
  transition: var(--transition);
    position: relative;
}

.navbar-menu a::after {
  content: '';
	position: absolute;
    bottom: -5px;
   left: 0;
     width  :        0;
   height: 2px;
  background-color: var(--secondary-color);
   transition: width 0.3s ease; 

}

.navbar-menu a:hover::after {
    width: 100%; 

}

.burger-menu-btn {
   display: none;
   background: none;
    border: none;
  cursor:        pointer;
   padding: 0.5rem;
}

.burger-menu-btn img{
	  width: 28px;
   height: 28px;
     }

.hero-section{
   max-width: 1200px;

	   margin: 0 auto;

	    padding: 4rem 2rem;

	               display: grid;

	    grid-template-columns: 1fr 1fr;

	   gap: 3rem;

	               align-items: center;
}

.hero-content h1 {
  font-size: 3.5rem;
   margin-bottom: 1.5rem;
      line-height  :      1.2;
  color: var(--text-dark);
	
}

.hero-content p  
  {

  font-size: 1.2rem;
  color: var(--text-light);
   margin-bottom: 2rem;
}

.hero-image img    {
   width: 100%;
  border-radius: var(--border-radius);
   object-fit: cover;
  height  :    400px;
}

.cta-button {
 display: inline-block;
  background-color: var(--secondary-color);
  color: var(--white);
    padding: 1rem 2.5rem;
  border-radius: var(--border-radius);
 text-decoration: none;
    font-weight: 600;
  transition: var(--transition);
  border: 2px solid var(--secondary-color);
    cursor: pointer;

}

.cta-button:hover {
  background-color    :      transparent;
  color: var(--secondary-color);
}

.section-header {
    text-align: center;
  margin-bottom   :  3rem;

}

.section-header h2 {
   font-size:       2.8rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.section-header p {
  font-size: 1.1rem; 
  color: var(--text-light);
}

.expertise-section {
     padding: 4rem 2rem;
    max-width: 1200px;
 margin: 0 auto;

}

.expertise-grid {
        display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap :       2rem;


}

.expertise-card {
  background-color: var(--white);
  border-radius: var(--border-radius);
   overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.expertise-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-image img {


   width: 100%;
                    height: 250px;
     object-fit: cover;
  display: block;
}

.card-content {
  padding     :  2rem;
	
}

.card-content h3 {
 font-size :      1.5rem;
   margin-bottom: 1rem;
  color: var(--text-dark);
}

.card-content p {

  color: var(--text-light);
  line-height: 1.8;
}

.webinar-section {
  max-width: 1200px;
  margin: 0 auto;
    padding: 4rem 2rem;
}

.webinar-wrapper {
   align-items: center;
    grid-template-columns: 1fr 1fr;
	display: grid;
  gap: 3rem; 

}

.webinar-text h2
	{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.webinar-text p {
     font-size     : 1.1rem;
  color: var(--text-light);
    margin-bottom: 2rem;

}

.benefits-list{
  list-style: none;
}

.benefits-list li {
    padding: 0.8rem 0;
  padding-left: 2rem;
    position: relative;
  color: var(--text-dark);
}

.benefits-list li::before {
  content: '✓';
  position:     absolute;
   left: 0;
  color: var(--secondary-color);
	font-weight    : bold;
   font-size: 1.3rem; 

}

.webinar-image img {
  width: 100%;
  border-radius: var(--border-radius);
   object-fit:   cover;
      height :        400px;
}

.coaching-section {
   max-width: 1200px;
    margin: 0 auto;
  padding: 4rem 2rem;
  background-color: var(--light-bg);
}

.coaching-section h2 {
  font-size: 2.8rem;
    text-align:        center;
 margin-bottom: 1rem;
  color: var(--text-dark);
}

.coaching-section > p {
    text-align: center;
  font-size: 1.1rem;
  color: var(--text-light);
    margin-bottom: 3rem; 
	
}

.coaching-benefits   {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.benefit-item {
  background-color: var(--white);
   padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.benefit-item h3 {
	font-size: 1.4rem;
    margin-bottom   :     1rem;
  color: var(--secondary-color);
}

.benefit-item p {
  color: var(--text-light);
  line-height  :        1.8;
}

.academy-section {
    max-width: 1200px;
  margin:    0 auto;
    padding: 4rem 2rem;
}

.academy-header h2 {
   font-size: 2.8rem; 
  color: var(--text-dark);
}



.academy-header p {
   font-size: 1.1rem;
  color: var(--text-light);
   margin-top: 0.5rem;
}

.academy-content	{
  display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items  :     center;
  margin-top: 3rem;
}

.academy-image img   {
            width: 100%;
  border-radius: var(--border-radius);
   object-fit:        cover;
  height: 400px;
	}

.academy-text h3 {


   font-size: 2rem;
    margin-bottom    :     1.5rem;
  color: var(--text-dark); 
	


}

.academy-text p {
	  color: var(--text-light);
			margin-bottom: 1.5rem;
  line-height: 1.8;
}

.academy-list
	{
  list-style: none;
}

.academy-list li

{
    padding: 0.8rem 0;
   padding-left: 2rem;
   position: relative;
  color: var(--text-dark); 
	
} 

.academy-list li::before {
  content: '→';
   position: absolute;
    left: 0;
  color: var(--accent-color);
                    font-weight: bold;
}

.cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);

  color: var(--white);

  padding: 4rem 2rem;

  margin: 3rem 0;
}

.cta-wrapper {
	max-width: 800px;
  margin:        0 auto;
    text-align    :    center;
}

.cta-wrapper h2 {
    font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cta-wrapper p {
   font-size: 1.1rem;
	margin-bottom: 2rem;
   opacity: 0.95; 

}


.cta-button-secondary {
    display: inline-block;
  background-color: var(--accent-color);
  color: var(--white);
  padding: 1rem 2.5rem;
  border-radius: var(--border-radius);
   text-decoration: none;
	font-weight: 600;
  transition: var(--transition);
  border: 2px solid var(--accent-color);
}

.cta-button-secondary:hover
	{
   background-color    : transparent;
  color: var(--accent-color);


}

.contact-section	{
    max-width : 900px;
  margin: 0 auto;
    padding   :    4rem 2rem;
}

.contact-section h2 {
  font-size: 2.5rem;
	text-align: center;
	margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.contact-section > p {
  text-align :  center;
  color: var(--text-light);
   margin-bottom: 3rem; 
	

}

.contact-container {
  background-color: var(--light-bg);
   padding    :     3rem;
  border-radius: var(--border-radius);
}

.contact-form {
    display: flex;
  flex-direction: column;
    gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}


.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;

}

.form-group label {
    font-weight: 600;
   margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.8rem;
   border:2px solid #bdc3c7;
  border-radius: var(--border-radius);
  font-family: inherit;
   font-size:      1rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
          outline: none;
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.submit-button {
	  background-color: var(--secondary-color);
  color: var(--white);
	padding: 1rem 2rem;
  border: none;
  border-radius: var(--border-radius);
    font-weight: 600;
   font-size   :1rem;
   cursor: pointer;
  transition: var(--transition);}

.submit-button:hover {
  background-color: var(--accent-color); 
  transform: translateY(-2px);
}

.footer {
  background-color: var(--primary-color);
  color: var(--white);
   padding: 3rem 2rem 1.5rem;
  margin-top: 4rem;
}

.footer-container {
  max-width: 1200px;
      margin: 0 auto;
}

.footer-brand {
   margin-bottom   :  2rem;
}

.footer-logo		{
	  height: 86px;
	width    :    auto;
  display: block;
  filter: brightness(0) invert(1);}

.footer-content {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap  :    2rem;
   margin-bottom: 2rem;
}

.footer-section h4   {
   font-size  :      1.1rem;
		 margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;

}

.footer-section ul li {
    margin-bottom: 0.7rem;
}

.footer-section a  {


 color: #bdc3c7; 
   text-decoration: none; 
  transition: var(--transition);
     }

.footer-section a:hover  
  {
  color: var(--secondary-color);
}

.footer-address {
   color: #bdc3c7;
      line-height:       1.8;
   margin-bottom: 1rem;
}

.footer-phone a {


  color: #bdc3c7;
  text-decoration     : none;
  transition: var(--transition);
	}

.footer-phone a:hover  {
  color: var(--secondary-color);
}

.footer-bottom {
  text-align: center;
   padding-top: 2rem;
      border-top: 1px solid #34495e;
    color: #95a5a6;
   font-size: 0.9rem;
}@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: var(--white);
        gap: 0;
        padding: 1rem 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-menu li {
        padding: 0.8rem 2rem;
    }

    .burger-menu-btn {
        display: block;
    }

    .hero-section {
        grid-template-columns: 1fr;
        padding: 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-image img {
        height: 300px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .webinar-wrapper {
        grid-template-columns: 1fr;
    }

    .webinar-image img {
        height: 300px;
    }

    .academy-content {
        grid-template-columns: 1fr;
    }

    .academy-image img {
        height: 300px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .cta-wrapper h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 1.6rem;
    }

    .academy-text h3 {
        font-size: 1.5rem;
    }

    .contact-container {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}.services-hero {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  color: var(--white);
        padding: 6rem 2rem 4rem;
	text-align: center;
   min-height: 350px;
    display: flex;
  align-items     :    center;
	justify-content: center; 

}

.services-hero .hero-content h1 {
   font-size: 3rem;
   margin-bottom: 1rem;
  line-height: 1.2;
}

.services-hero .hero-content p {


	font-size: 1.2rem;
  opacity:      0.95;

}

.services-overview {
   max-width :     1200px; 
   margin: 0 auto; 
  padding: 4rem 2rem;
}

.overview-container h2 {
  font-size: 2.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.overview-description {
  text-align: center;
  color: var(--text-light);
  font-size: 1.1rem;
                    margin-bottom: 3rem;
}

.services-list {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap     :  2rem; 

}

.service-preview {
  background-color: var(--light-bg);
       padding: 2rem;
     border-radius: var(--border-radius);
     text-align: center;
     transition: var(--transition);
                  border: 2px solid transparent;
}

.service-preview:hover {
  border-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(52, 152, 219, 0.15);
}

.service-preview h3 {


  font-size: 1.4rem;
   margin-bottom: 0.8rem;
  color: var(--text-dark);

}

.service-preview p


{
  color: var(--text-light);
   line-height     :    1.6;
}

.service-detail {
	max-width   :        1200px;
   margin: 0 auto;
	padding: 4rem 2rem;
}

.service-detail-wrapper {
				 display: grid;
  grid-template-columns  :      1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.service-detail-wrapper.reverse {
  direction: rtl;
}

.service-detail-wrapper.reverse > * {
  direction: ltr;
}

.detail-text h2 {
   font-size: 2.5rem;
   margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.detail-text p  
  {
  color: var(--text-light);
   margin-bottom: 1.5rem;
   line-height: 1.8;
       font-size   :  1.05rem;
}

.detail-text h3 {
  font-size: 1.4rem;
    margin-bottom: 1rem;
  color: var(--secondary-color);
}

.detail-list    {
   list-style:      none;
    margin-bottom:       2rem;

}

.detail-list li {
   padding: 0.7rem 0;
      padding-left: 2rem;
  position: relative;
  color: var(--text-dark);
}

.detail-list li::before {
  content: '→';
  position: absolute;
   left: 0;
  color: var(--accent-color);
  font-weight    :       bold;
    font-size: 1.2rem; 
	
}

.detail-highlight
	{
  background-color: var(--light-bg);
    padding: 1.5rem;
  border-left: 4px solid var(--secondary-color);
  border-radius: var(--border-radius);
  color: var(--text-dark);
    font-style: italic;
   margin-top: 1.5rem;
}

.detail-image img {
    width: 100%;
  border-radius: var(--border-radius);
	 object-fit: cover;
   height: 400px;
        display: block;

}

.pricing-section {
    max-width: 1200px; 
	margin: 0 auto; 
  padding: 4rem 2rem; 
  background-color: var(--light-bg);
}

.pricing-container h2 {
  font-size: 2.8rem;
    text-align: center;
         margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.pricing-container > p {
    text-align: center;

  color: var(--text-light);

  margin-bottom: 3rem;

   font-size: 1.1rem;
}

.pricing-grid {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card {
	  background-color: var(--white);
    padding: 2.5rem;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
   position: relative;
  border: 2px solid transparent;


}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	}

.pricing-card.featured {
  border-color: var(--secondary-color);
  transform: scale(1.05);
}

.featured-badge {
  position: absolute;
       top: -12px;
  left: 20px;
  background-color: var(--secondary-color);
  color: var(--white);
 padding: 0.5rem 1rem;
   border-radius: 20px;
   font-size: 0.85rem;
  font-weight: 600;
}

.pricing-card h3 {
   	 font-size  :      1.5rem;
	margin-bottom: 0.5rem;
  color: var(--text-dark);


}

.pricing-desc {
  color: var(--text-light);
	margin-bottom    :        1.5rem;
    font-size: 0.95rem;
}

.pricing-list  
  {
    list-style: none;
    margin-bottom  : 2rem;
}

.pricing-list li {
    padding: 0.8rem 0;
    padding-left    :   1.5rem;
   position: relative;
  color: var(--text-dark);
}

.pricing-list li::before {
  content: '✓';
  position   :      absolute;
    left   :        0;
  color: var(--secondary-color);
  font-weight   : bold;
   font-size: 1.3rem;
}

.faq-section {
   padding: 4rem 2rem;
    margin: 0 auto;
  max-width: 1200px;
}

.faq-container h2 {
       font-size: 2.8rem;
  text-align: center;
   margin-bottom: 3rem;
  color: var(--text-dark);
}

.faq-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.faq-item {
  background-color: var(--light-bg);
  padding  :     2rem;
  border-radius: var(--border-radius);
  border-left: 4px solid var(--secondary-color);}

.faq-item h3 {
  font-size     : 1.2rem;
	margin-bottom: 1rem;
  color: var(--text-dark);
}

.faq-item p {
  color: var(--text-light);
    line-height   :    1.8;
}

.thankyou-section {
    max-width: 900px;
  margin: 0 auto;
   padding: 4rem 2rem;
  min-height:        60vh;
  display: flex;
  align-items: center;
    justify-content: center;
}

.thankyou-container {
    text-align: center;
     width: 100%;


}

.thankyou-icon {
  margin-bottom: 2rem;
}

.thankyou-icon img {
   width: 80px;
  height   :   80px;
  filter: drop-shadow(0 0 8px rgba(52, 152, 219, 0.3));
}

.thankyou-container h1 {

  font-size: 2.8rem;
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
     }

.thankyou-subtitle {
	font-size    :       1.3rem;
  color: var(--text-light);
    margin-bottom: 2.5rem;
}

.thankyou-content {
   text-align: left;
  background-color: var(--light-bg);
   padding: 2.5rem;
  border-radius: var(--border-radius);
       margin-bottom: 2rem;
}

.thankyou-content > p {
    font-size: 1.1rem;

	  color: var(--text-dark);

	  line-height: 1.8;

	    margin-bottom: 2rem;
}

.next-steps h2,
.helpful-info h2,
.additional-resources h2 {
	font-size: 1.8rem;
  color: var(--text-dark);
    margin-bottom: 1.5rem;
   margin-top  :  2rem;
}

.steps-list {

	  list-style :        none;
     counter-reset: step-counter;
         padding-left:  0;
         margin-bottom: 2rem;


}

.steps-list li {
          counter-increment: step-counter;
  display: flex;
  margin-bottom:     1.5rem;
  padding-left :     0;
}

.steps-list li::before     {
     content: counter(step-counter);

		display: flex;

	   align-items: center;

	  justify-content: center;

		width: 40px;

	  height: 40px;

	  background-color: var(--secondary-color);

	  color: var(--white);

	  border-radius: 50%;

	   font-weight  :       bold;

	          margin-right: 1rem;

	     flex-shrink: 0;}



.steps-list li strong {
  color: var(--text-dark);
	font-size: 1.1rem;


}

.steps-list li p {
  color: var(--text-light);
	margin     :   0;
	
}

.info-cards {
    display     :        grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

               gap    :        1.5rem;

  margin-bottom: 2rem;

}

.info-card {
  background-color: var(--white);

	   padding :     1.5rem;

	  border-radius: var(--border-radius);

	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.info-card h3 {
    font-size: 1.1rem;
  color: var(--secondary-color);
         margin-bottom: 0.5rem;
}

.info-card p{
  color: var(--text-dark); 
  font-size: 0.95rem;
}

.info-card a {
  color: var(--secondary-color);
    text-decoration: none;
  font-weight: 600;
}

.action-buttons {
  display    :flex;
   gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
  margin: 2rem 0;
}



.button-primary,
.button-secondary


{
    display: inline-block;

	   padding: 1rem 2rem;

	  border-radius: var(--border-radius);

	   text-decoration: none;

	 font-weight: 600;

	  transition: var(--transition);

	    border: 2px solid transparent;
}

.button-primary

{
  background-color: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

.button-primary:hover {
	  background-color: transparent;
  color: var(--secondary-color);
}

.button-secondary {
    background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.button-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.resources-list {
  list-style: none;
   padding-left     :     0;
}

.resources-list li {
   padding: 0.8rem 0;
  padding-left: 2rem;
    position: relative;
  color: var(--text-dark);
}

.resources-list li::before {
     content: '•';
  position: absolute;
   left: 0;
  color: var(--secondary-color);
    font-weight: bold;
   font-size: 1.5rem;

}

.additional-resources p {
  color: var(--text-light);
   margin-bottom: 1.5rem;
   line-height   : 1.8;

} @media (max-width: 768px) {
    .services-hero .hero-content h1 {
        font-size: 2rem;
    }

    .services-hero .hero-content p {
        font-size: 1rem;
    }

    .service-detail-wrapper {
        grid-template-columns: 1fr;
    }

    .service-detail-wrapper.reverse {
        direction: ltr;
    }

    .detail-image img {
        height: 300px;
    }

    .detail-text h2 {
        font-size: 2rem;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .thankyou-container h1 {
        font-size: 2rem;
    }

    .thankyou-subtitle {
        font-size: 1.1rem;
    }

    .action-buttons {
        flex-direction: column;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
        text-align: center;
    }

    .steps-list li {
        flex-direction: column;
        align-items: flex-start;
    }

    .steps-list li::before {
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .services-hero .hero-content h1 {
        font-size: 1.6rem;
    }

    .overview-container h2 {
        font-size: 2rem;
    }

    .detail-text h2 {
        font-size: 1.6rem;
    }

    .pricing-section {
        padding: 2rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-content {
        padding: 1.5rem;
    }

    .info-cards {
        grid-template-columns: 1fr;
    }
}.policySection {
    padding: 80px 2rem;
               background: #f8f9fa;
	min-height: 60vh;
}

.policyContainer {


   max-width:        800px;
                    margin: 0 auto;
  text-align   :left;
  background-color: var(--white);
  padding: 3rem;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);


}

.policyContainer h1 {


  font-size: 2.8rem; 
  color: var(--text-dark); 
   margin-bottom: 2rem; 
  font-weight: 700;
     }

.policyContainer h2 {
  font-size    :   2rem;
  color: var(--text-dark);
   margin-bottom: 1.5rem;
   font-weight: 700;
   margin-top: 2.5rem;
}

.policyContainer h2:first-of-type {
  margin-top: 0;
}



.policyContainer p {
  color: var(--text-light);
   margin-bottom  :     1.5rem;
	line-height: 1.8;
   font-size:    1.05rem;
}

.policyContainer strong {
  color: var(--text-dark);
  font-weight: 600;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer {
        padding: 2rem;
    }

    .policyContainer h1 {
        font-size: 2rem;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
        margin-top: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 1rem;
        min-height: auto;
    }

    .policyContainer {
        padding: 1.5rem;
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
}