* {

	   margin: 0;
	padding: 0;
    box-sizing: border-box; 



}

html {
   scroll-behavior: smooth;


}



body 
 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
         line-height: 1.6;
    color: #2c3e50;
  background-color: #fafafa;
}

.navbar-main {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
	  padding: 1rem 0;
	    position: sticky;
	  top: 0;
	    z-index: 1000;
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
         margin: 0 auto;
    display: flex;
				 justify-content: space-between;
   align-items: center;
    padding: 0 2rem;
}

.logo-section {
	    display: flex;
      align-items: center;
	}

.nav-logo {
	height: 50px;
    width    :   auto;
  filter: brightness(0) invert(1);
}

.nav-links {
    display: flex;
  list-style: none;
   gap: 3rem;
}

.nav-links a {
	color: #ecf0f1;
    text-decoration: none;
  font-weight: 500;
 transition     :color 0.3s ease;
  font-size: 1rem;
}  

.nav-links a:hover {

  color: #1abc9c;
	}

.burger-menu


{
   background: none;
  gap  :  6px;
  flex-direction: column;
	border: none;
    display: none;
    cursor: pointer;
}

.burger-line {
   width: 28px;
    height: 3px;
   background-color: #ecf0f1;
    transition: all 0.3s ease;
                    border-radius: 2px;
}

.burger-menu.active .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(12px, 12px);
}

.burger-menu.active .burger-line:nth-child(2)	{

		 opacity: 0;


}

.burger-menu.active .burger-line:nth-child(3) {
	  transform: rotate(-45deg) translate(8px, -8px);

}

.hero-section {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
   color :  white;
    padding: 120px 2rem 100px;
    text-align: center;
   min-height: 600px;
   display: flex;
   align-items: center;
  justify-content: center;
} 

.hero-content {
	 max-width  :        900px;
}


.hero-section h1 {
	 font-size: 3.5rem;
        margin-bottom: 1.5rem;
        font-weight   :      700;
    letter-spacing   :        -1px;
}

.hero-subtitle
{
  font-size: 1.3rem;
   margin-bottom: 2.5rem;
  opacity: 0.95;
    line-height: 1.8;
}

.cta-button     {
  display:    inline-block;
   background-color: #e74c3c;
   color: white;
    padding: 15px 40px;
     border-radius: 50px;
  text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
      font-size: 1.1rem;
}

.cta-button:hover  
  {
   background-color: #c0392b;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(231, 76, 60, 0.4);
}

.section-wrapper
	{
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 2rem;
}

.intro-section {
	padding: 80px 2rem;
  background-color: white;
}

.intro-section h2 {
	    font-size: 2.5rem;
  margin-bottom: 2rem;
    color: #2c3e50;
  text-align: center;
     }

.intro-section p {
   font-size: 1.1rem; 
  margin-bottom: 1.5rem; 
	 line-height: 1.8; 
    color: #555; 
  text-align  :       justify;
}

.services-showcase{
    padding :    80px 2rem;
  background-color: #f8f9fa;}

.services-showcase h2    {
    font-size: 2.5rem;
  margin-bottom: 3rem;
   color   :    #2c3e50;
    text-align: center;
}

.services-grid {
                    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 2rem;
}

.service-card {

  background: white;
   border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition     :  all 0.3s ease;
}

.service-card:hover 
 {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-card img		{
    width: 100%;

    height: 250px;

  object-fit: cover;
}

.service-card h3 {
   padding: 1.5rem 1.5rem 0.5rem;
	font-size: 1.4rem;
    color: #2c3e50;
}

.service-card p {


	padding: 0.5rem 1.5rem 1.5rem;
    color: #666;
   line-height: 1.7;
}

.offerings-section {
	    padding : 80px 2rem;
   background-color: white;

}



.offerings-section h2 {
   font-size :2.5rem;
	margin-bottom     :      3rem;
        color: #2c3e50;
  text-align: center;
}

.offerings-container {
    display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 2rem;}

.offering-item {
  background: linear-gradient(135deg, #ecf0f1 0%, #e8eef2 100%);
  padding: 2rem;
  border-radius: 10px;
  border-left: 5px solid #1abc9c;
  transition:       all 0.3s ease;
}

.offering-item:hover   {
  transform: translateX(8px); 
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.offering-item h3 {
	   font-size     :     1.3rem;
   color: #2c3e50;
   margin-bottom: 1rem;

}

.offering-item p {
	color: #555;
  line-height   :     1.8;
    margin-bottom: 1rem;
}

.offering-label {
	  display: inline-block;
    background-color: #1abc9c;
   color: white;
    padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size :      0.9rem;
 font-weight: 600;}  

.cta-section {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
         padding: 80px 2rem;
    text-align: center;
}

.cta-section h2 {
	font-size: 2.5rem;
    margin-bottom:   1rem;
}

.cta-section p {
    font-size: 1.2rem;
   margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
   margin-right    :        auto;
    line-height: 1.8;
}

.cta-button-large {
   	 display: inline-block;
  background-color: #e74c3c;
   color: white;
  padding: 18px 50px;
    border-radius: 50px;
  text-decoration: none;
     font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(231, 76, 60, 0.4);
 font-size: 1.15rem;
}

.cta-button-large:hover {
	          background-color: #c0392b;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(231, 76, 60, 0.5);


}

.contact-section {
       padding: 80px 2rem;
          background-color: #f8f9fa;
}

.contact-section h2  
  {
   margin-bottom: 3rem;
  color: #2c3e50;
   text-align: center;
    font-size: 2.5rem;
}

.contact-form {
  max-width: 700px;
  margin: 0 auto;
   background     :     white;
     padding: 2.5rem;
    border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	
}

.form-group {
	margin-bottom: 1.8rem;
}

.form-group label{
   display: block;
	margin-bottom: 0.7rem;
   color: #2c3e50;
   font-weight: 600;
   font-size: 1rem; 

}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
  padding: 12px 15px;
	 border: 2px solid #e0e0e0;
	 border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	   outline: none;
   border-color:    #1abc9c;
  box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.1);
}

.form-group textarea {
   resize: vertical;
}

.submit-btn {
    width: 100%;
   padding: 15px;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
   color: white;
   border: none;
  border-radius: 8px;
                    font-size: 1.1rem;
    font-weight: 600;
  cursor:     pointer;
          transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.3);
} 

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(26, 188, 156, 0.4); 

}

.main-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: #ecf0f1;
    padding: 60px 2rem 30px;
}

.footer-container {
   margin: 0 auto;

	   max-width   :      1200px;
}

.footer-logo {
   text-align: center;
    margin-bottom   :  3rem;
} 

.footer-logo-img {
   height: 60px;
   width: auto;
  filter: brightness(0) invert(1);
}


.footer-content {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(236, 240, 241, 0.2);
    padding-top: 2rem;
}


.footer-section h4 {

  margin-bottom   :   1rem;
  font-size: 1.2rem;
  color     : #1abc9c;
     }

.footer-section p {
    color: #bdc3c7;
    line-height: 1.8;
}

.footer-nav     {
  list-style: none;
}

.footer-nav li {
    margin-bottom:      0.8rem;
}

.footer-nav a {
  color: #bdc3c7;
     text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {


  color: #1abc9c;
	}


.footer-bottom {
  text-align     :    center;
	padding-top     :   2rem;
  border-top: 1px solid rgba(236, 240, 241, 0.2);
   color     :  #95a5a6;
  font-size    :    0.95rem;
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
        gap: 0;
        padding: 2rem;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        border-bottom: 1px solid rgba(236, 240, 241, 0.1);
        padding: 1rem 0;
    }

    .hero-section h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .services-showcase h2,
    .intro-section h2,
    .offerings-section h2,
    .cta-section h2,
    .contact-section h2 {
        font-size: 1.8rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .offerings-container {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

    .hero-section {
        padding: 60px 1rem 80px;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .intro-section,
    .services-showcase,
    .offerings-section,
    .cta-section,
    .contact-section {
        padding: 50px 1rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .cta-button,
    .cta-button-large {
        padding: 12px 30px;
        font-size: 1rem;
    }
}.services-hero {
  background: linear-gradient(135deg, #16a085 0%, #1abc9c 50%, #0d6b5a 100%);
  color: white;
    padding    :      100px 2rem 80px;
   text-align: center;
     min-height: 500px;
  display: flex;
   align-items: center;
  justify-content: center;
}

.hero-content-services {
  max-width: 900px;
	
}

.services-hero h1 {
   font-size  :     3rem;
     margin-bottom: 1.5rem;
      font-weight: 700;
     letter-spacing: -0.5px;
}

.hero-subtitle-services {
   font-size: 1.2rem;
   opacity: 0.95;
   line-height: 1.8;
}

.services-detailed {
   padding: 80px 2rem;
     background-color: white; 
	
}

.services-detailed h2 {
	font-size   :    2.5rem;
	margin-bottom     :      1rem;
  color     :      #2c3e50;
    text-align: center; 
	
}

.intro-text-services {
    font-size: 1.1rem;
  text-align: center;
        color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
   margin-right  :   auto;
}

.services-detailed-grid {

	   display: grid;
  gap: 2.5rem;
    grid-template-columns: 1fr;

}

.detailed-service-item {
  background-color: #f8f9fa;
   border-radius: 12px;
   overflow: hidden;
      display     :     grid;
	grid-template-columns: 1fr 1fr;
    gap: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
   transition    :        all 0.3s ease;
                    border-left: 5px solid #1abc9c;
}

.detailed-service-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.detailed-service-item img

{
   width: 100%;
    height: 100%;
   object-fit: cover;
         min-height: 350px;
}

.service-details-content {
  padding: 2rem;
  display: flex;
    flex-direction: column;
      justify-content     :       space-between;
}

.service-details-content h3 {
   font-size: 1.6rem;
   color: #2c3e50;
    margin-bottom: 1rem; 
	
}

.service-details-content p  
  {
   color: #666;
    line-height: 1.8;
  margin-bottom: 1.5rem; 
	
}

.service-features {
   background-color: white;
  border-radius: 8px;
	padding: 1.5rem;
   margin: 1rem 0;
}

.service-features h4   {
   font-size: 1rem;
  color   :#2c3e50;
	margin-bottom    :       0.8rem;
    font-weight     :       600; 
	
}

.features-list {
   list-style: none;
    padding-left: 0;
}

.features-list li {
    padding: 0.6rem 0;
   color: #555;
  border-bottom: 1px solid #e0e0e0;
      padding-left   :    1.5rem;
   position: relative;
     }

.features-list li:last-child {
    border-bottom   :      none;
}

.features-list li:before {
  content: "✓";
    position: absolute;
  left: 0;
    color   : #1abc9c;
                    font-weight   :    bold;
               font-size  :       1.2rem;
}

.price-indicator  {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
   color: white;
        padding: 1rem;
         border-radius:        8px;
   font-weight: 600;
    text-align: center;
   margin-top: 1rem;
}

.consulting-models {
	   padding: 80px 2rem;
    background-color: #f8f9fa;


}

.consulting-models h2 {
	    font-size    : 2.5rem; 
	  margin-bottom  :       3rem; 
	   color: #2c3e50; 
	    text-align   :        center;
	}

.models-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 2rem;
}

.model-card  {
  background: white; 
	    padding: 2rem; 
	  border-radius: 10px; 
	  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
	   transition: all 0.3s ease; 
	   border-top: 4px solid #3498db;
}

.model-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.model-card h3 {
  color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom    :      1rem;
}

.model-card p   {
    color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.model-details {
            background-color: #f0f7ff;
 padding: 1.5rem;
	border-radius: 8px;
   border-left   :     3px solid #3498db;
	}


.model-details p {
	margin: 0.8rem 0;
   color: #555;
    font-size: 0.95rem;
}

.why-choose-synergyx {
  padding: 80px 2rem;
   background-color: white;
}  

.why-choose-synergyx h2     {
    font-size: 2.5rem;
  margin-bottom: 3rem;
   color: #2c3e50;
    text-align: center;
}

.reasons-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
}


.reason-item	{
   text-align: center;
   padding: 2rem;
  background: linear-gradient(135deg, #ecf0f1 0%, #e8eef2 100%);
    border-radius :  10px;
  transition: all 0.3s ease;
}


.reason-item:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #e0e6ea 0%, #dae3e8 100%);
}

.reason-item h3 {

		font-size: 1.3rem;
  color: #2c3e50;
  margin-bottom: 1rem;
               color: #1abc9c;

}

.reason-item p


{
    color: #555; 
    line-height: 1.8;
}

.faq-services {
    padding: 80px 2rem;
  background-color: #f8f9fa;

}

.faq-services h2 {
  font-size: 2.5rem;
   margin-bottom: 3rem;
  color: #2c3e50;
    text-align: center;
}

.faq-items {
   max-width: 900px;
    margin: 0 auto;
       display     :       grid;
  gap: 1.5rem;
}

.faq-item{
   background: white;
   padding   :        2rem;
   border-radius:     10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	 border-left: 4px solid #1abc9c;
}

.faq-question {
  color:   #2c3e50;

	  font-size: 1.2rem;

	  margin-bottom: 1rem;

	  cursor: pointer;

	    transition: color 0.3s ease;
}

.faq-question:hover {
  color: #1abc9c;
}



.faq-item p   {


  color: #666;
   line-height    :   1.8;}

.thankyou-container {
   padding :    80px 2rem; 
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%); 
  min-height: 600px; 
   display: flex; 
  align-items: center; 
  justify-content: center;
}

.thankyou-content {
	max-width :  700px;
  width: 100%;
}

.thankyou-box {
  background: white;

		 padding: 3rem 2.5rem;

	    border-radius    :  15px;

	  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

	    text-align: center;
}

.success-indicator {
   margin-bottom    :   2rem;
  display: flex;
   justify-content: center;
}

.success-indicator svg {
  animation: successBounce 0.6s ease;
}@keyframes successBounce {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-box h1 {
     font-size     :  2.5rem;
  color  :     #2c3e50;
   margin-bottom: 0.5rem;
}

.thankyou-subtitle {
  font-size: 1.2rem;
	color: #1abc9c;
   margin-bottom: 2rem;
      font-weight: 600;
}

.thankyou-message {
   background-color: #f0f9f7;
	 padding: 2rem;
   border-radius: 10px;
    margin: 2rem 0;
   border-left: 4px solid #1abc9c;
}

.thankyou-message p {
   color: #555;
                    line-height :      1.8;
    margin: 1rem 0;
     }

.thankyou-next-steps {
  text-align: left;
   margin: 2rem 0;
  background-color     :   #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
}

.thankyou-next-steps h3		{
		font-size: 1.3rem;
    color     :     #2c3e50;
   margin-bottom: 1.5rem;
  text-align: center;
}

.steps-list {
      list-style: none;
    padding: 0;

}

.steps-list li


{
	padding: 1rem 0 1rem 2rem;
	   color: #555;
	    line-height: 1.8;
	   position: relative;
	  counter-increment  : step-counter;
}

.steps-list li:before {
	  content: counter(step-counter);
   position: absolute;
  left: 0;
         background: #1abc9c;
  color: white;
   width: 28px;
   height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
    justify-content: center;
    font-weight: bold;
   font-size: 0.9rem;


} 

.thankyou-contact-info {

	  background: linear-gradient(135deg, #e8f8f5 0%, #d4f1f4 100%);
    padding: 1.5rem;
 border-radius :10px;
  margin: 2rem 0;
	}  

.thankyou-contact-info p {
  color  :  #2c3e50;
  line-height: 1.8;
}

.contact-phone  {


   font-size: 1.1rem;
   font-weight: 600;
   color: #1abc9c;}

.thankyou-actions {
   display: flex;
    gap     :       1rem;
   margin-top: 2rem;
               justify-content: center;
  flex-wrap: wrap;
}

.action-button-primary {
    display: inline-block;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: white;
  padding: 14px 35px;
    border-radius    :50px;
 text-decoration: none;
    font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.3);
}

.action-button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(26, 188, 156, 0.4);
}

.action-button-secondary {
   display :   inline-block;

	   background: white;

	   color: #1abc9c;

	   padding: 14px 35px;

	                    border-radius: 50px;

	   text-decoration: none;

	        font-weight: 600;

		 transition: all 0.3s ease;

	  border: 2px solid #1abc9c;

	  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.15);
}

.action-button-secondary:hover {

  background     :  #f0f9f7;
  transform: translateY(-3px); 
	

} 

.related-services-thankyou    {
	 padding: 60px 2rem;
   background-color: white; 
	
}


.related-services-thankyou h2 {

	    font-size: 2rem;
   margin-bottom :       2.5rem;
    color    :    #2c3e50;
    text-align: center;
	}

.related-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap : 2rem;
   max-width: 1000px;
   margin: 0 auto; 
	


}

.related-card {
  background: linear-gradient(135deg, #ecf0f1 0%, #e8eef2 100%);
 padding: 1.8rem;
	border-radius: 10px;
  text-align: center;
   transition: all 0.3s ease;
   border-top: 3px solid #3498db;
}

.related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.related-card h3 
 {
  color  :  #2c3e50;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.related-card p	{
        color: #666;
   line-height: 1.8;
	 font-size: 0.95rem;
}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle-services {
        font-size: 1rem;
    }

    .detailed-service-item {
        grid-template-columns: 1fr;
    }

    .detailed-service-item img {
        min-height: 250px;
    }

    .service-details-content {
        padding: 1.5rem;
    }

    .service-details-content h3 {
        font-size: 1.3rem;
    }

    .services-detailed h2,
    .consulting-models h2,
    .why-choose-synergyx h2,
    .faq-services h2,
    .related-services-thankyou h2 {
        font-size: 1.8rem;
    }

    .thankyou-box {
        padding: 2rem 1.5rem;
    }

    .thankyou-box h1 {
        font-size: 1.8rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .action-button-primary,
    .action-button-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 60px 1rem 50px;
    }

    .services-hero h1 {
        font-size: 1.5rem;
    }

    .hero-subtitle-services {
        font-size: 0.95rem;
    }

    .services-detailed,
    .consulting-models,
    .why-choose-synergyx,
    .faq-services,
    .related-services-thankyou {
        padding: 40px 1rem;
    }

    .service-details-content {
        padding: 1rem;
    }

    .service-details-content h3 {
        font-size: 1.1rem;
    }

    .model-card {
        padding: 1.5rem;
    }

    .reason-item {
        padding: 1.5rem;
    }

    .faq-item {
        padding: 1.5rem;
    }

    .thankyou-container {
        padding: 40px 1rem;
    }

    .thankyou-box {
        padding: 1.5rem 1rem;
    }

    .thankyou-next-steps,
    .thankyou-contact-info {
        padding: 1rem;
    }

    .steps-list li {
        padding: 0.8rem 0 0.8rem 2rem;
    }
}.policySection {
    padding: 80px 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
  min-height: calc(100vh - 200px);

}

.policyContainer {
   max-width: 800px;
    margin: 0 auto;
  text-align     :     left;
    background: white;
   padding: 3rem 2.5rem;
  border-radius:   12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.policyContainer h1 {
    font-size: 2.8rem;
  color: #2c3e50;
    margin-bottom:  2rem;
   font-weight: 700;
    border-bottom: 3px solid #1abc9c;
          padding-bottom: 1rem;
}

.policyContainer h2 {
  font-size     :     1.6rem;
         color    :       #2c3e50;
  margin-top: 2rem;
    margin-bottom :        1rem;
    font-weight: 600;
  color: #1abc9c;
}

.policyContainer p {
    color: #555;
	 margin-bottom     : 1.5rem;
   line-height: 1.9;
    font-size: 1rem;
     text-align: justify;
}

.policyContainer p:first-of-type {
   font-size: 1.05rem;
	 line-height: 1.9;
}

.policyContainer h2:first-of-type {


	margin-top: 0;
	}

.policyContainer a {
	color: #1abc9c;
    text-decoration: none;
	transition: color 0.3s ease;
       font-weight: 500;
}

.policyContainer a:hover {
   color: #16a085;
   text-decoration: underline;
}

.policyContainer p:last-child {


    text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
    margin-top: 3rem;

}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer {
        padding: 2rem 1.5rem;
        border-radius: 10px;
    }

    .policyContainer h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policyContainer h2 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        line-height: 1.8;
        text-align: left;
    }

    .policyContainer p:first-of-type {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 0.75rem;
        min-height: auto;
    }

    .policyContainer {
        padding: 1.5rem 1rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }

    .policyContainer h1 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        border-bottom: 2px solid #1abc9c;
        padding-bottom: 0.8rem;
    }

    .policyContainer h2 {
        font-size: 1.2rem;
        margin-top: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-bottom: 1.2rem;
        text-align: left;
    }

    .policyContainer p:last-child {
        font-size: 0.85rem;
        padding-top: 1rem;
        margin-top: 2rem;
    }
}

@keyframes fadeInPolicy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.policyContainer {
    animation: fadeInPolicy 0.6s ease;
}@media print {
    .navbar-main,
    .main-footer {
        display: none;
    }

    .policySection {
        padding: 0;
        background: white;
    }

    .policyContainer {
        box-shadow: none;
        padding: 0;
        max-width: 100%;
    }

    .policyContainer h1,
    .policyContainer h2 {
        page-break-after: avoid;
    }

    .policyContainer p {
        orphans: 3;
        widows: 3;
    }
}