*
{
	    margin: 0;
   padding: 0;
  box-sizing: border-box;
     }

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
          color: #2c3e50;
  background-color: #f8f9fa;
	line-height: 1.6;
}  

.container {
   max-width: 1200px;
    margin: 0 auto;
    padding    :       0 20px;
}

.navigation-bar {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
   padding: 1rem 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 20px;
  display    :    flex;
         justify-content: space-between;
  align-items: center;
}

.nav-logo img


{
    height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}

.nav-menu

{
    display: flex;
	list-style: none;
               gap:     2rem;


}

.nav-link {
  color :      white;
    text-decoration: none;
  font-weight   :500;
     transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}

.burger-menu
{
        display: none;
   flex-direction    :     column;
  background: none;
    border :      none;
   cursor: pointer;
	gap: 6px;
}

.burger-line {
	  width: 25px;
          height: 3px;
    background: white;
   border-radius: 2px;
   transition: all 0.3s ease;


     }

.hero-section {
  justify-content: space-between;
   margin    :      0 auto;
   align-items: center;
    display  :flex;
  max-width: 1200px;
   gap  :   40px;
  padding :    60px 20px;
}

.hero-content {
    flex: 1;

}

.hero-title    {
    font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color :   #1e3c72;
    line-height: 1.2;}

.hero-subtitle   {
   font-size: 1.2rem;
               color: #555;
   margin-bottom: 2rem;
     line-height :      1.8;
}

.cta-button {
    display: inline-block;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: white;
    padding: 15px 40px;
   border-radius: 50px;
    text-decoration: none;
    font-weight   :        600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
} 

.cta-button:hover
{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

.hero-image

{

                    flex: 1;
     } 

.hero-img {
	 width: 100%; 
  height: auto; 
   border-radius: 15px; 
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.value-proposition {
   padding: 80px 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #e8eef5 100%);
}

.value-proposition h2 {
  text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
        color: #1e3c72;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.value-card {
	    background: white;
    padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;


}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-icon {
	    width: 60px;
    height: 60px;
	margin-bottom: 1.5rem;
	}

.icon-svg


{

   width   :      100%;
   height: 100%;
  stroke:      #e74c3c;
  fill    :  none;
   stroke-width: 2;
   stroke-linecap: round;
  stroke-linejoin: round;
	 transition: all 0.3s ease;


}

.value-card:hover .icon-svg
	{
  stroke: #2a5298;
  filter: drop-shadow(0 0 8px rgba(42, 82, 152, 0.4));
}

.value-card h3 {
  font-size: 1.3rem;
      margin-bottom: 1rem;
  color    :  #1e3c72;
}

.value-card p {
    color: #666;
                    line-height: 1.8;
} 

.services-preview {
	 padding     :        80px 20px;
   max-width: 1200px;
   margin: 0 auto;
}

.services-preview h2 {
  text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
   color: #1e3c72;
}

.services-showcase {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 25px;
}

.service-item {
    background : white;
               border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
       transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-img {
  width: 100%;
  height: 220px;
  object-fit :      cover;
}

.service-content {
    padding: 25px;
}

.service-content h3 {

	  color: #1e3c72;
 margin-bottom: 1rem;
  font-size: 1.2rem;
     }

.service-content p {
    color: #666;
    margin-bottom     :  1.5rem;
				 line-height :        1.8;
}

.service-tag {
   display: inline-block;

  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);

  color: white;

    padding: 6px 15px;

  border-radius   :      20px;

  font-size: 0.85rem;

  font-weight: 600;
}

.cta-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 80px 20px;
  text-align: center;
         color: white;
}

.cta-wrapper {
  max-width: 800px;
	margin: 0 auto;
}

.cta-section h2 {
      font-size: 2.5rem;
    margin-bottom: 1rem;
	color: white;
}

.cta-section p {
   font-size: 1.2rem;
                    margin-bottom: 2rem;
  opacity: 0.95;
}

.cta-button-large {
	display: inline-block;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
   color: white;
  padding: 18px 50px;
  border-radius: 50px;
   text-decoration: none;
    font-weight: 600;
   font-size: 1.1rem;
      transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(231, 76, 60, 0.4);
}

.cta-button-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(231, 76, 60, 0.6);
}



.contact-section

{
  padding: 80px 20px;

	  background: linear-gradient(180deg, #f8f9fa 0%, #e8eef5 100%);
}

.contact-section h2 {
         text-align: center;
    font-size: 2.5rem;
   margin-bottom: 3rem;
   color: #1e3c72;
}

.contact-form {
	max-width: 600px;
    margin: 0 auto;
  background: white;
   padding: 40px;
  border-radius:      15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
	
}



.form-group {
   margin-bottom     :  1.5rem;
  display: flex;
  flex-direction: column;
}

.form-group label {
    margin-bottom    :       0.5rem; 
		color: #1e3c72; 
	  font-weight: 600; 
	   font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
   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: #2a5298;
  box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
}  

.form-submit		{
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 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 4px 15px rgba(231, 76, 60, 0.3);
} 

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

.form-submit:active {
  transform: translateY(0);
}

.footer-section {

  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
	padding: 50px 20px 20px;
}

.footer-container {
	  max-width     :    1200px;
  margin: 0 auto;
} 

.footer-logo-img {
    height:     50px;
  width: auto;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
}

.footer-content		{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 2rem;
}

.footer-column h4{
	 margin-bottom: 1rem;
    font-size: 1.1rem;
}  

.footer-column ul {
	list-style: none;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
  display: inline-block;
   margin-bottom: 0.5rem;
}

.footer-column a:hover {
  color  :white;
  transform: translateX(5px);
}

.footer-address {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.footer-phone {
	    font-weight: 600;
}

.footer-bottom {
   text-align :     center;
    padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        padding: 2rem 1rem;
        gap: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    .burger-menu.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .burger-menu.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .hero-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .value-grid {
        grid-template-columns: 1fr;
    }

    .services-showcase {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 25px;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}.services-hero {
     background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  color: white;
    padding: 80px 20px;
	text-align: center;}


.services-hero-content h1 {
	 font-size: 3rem;
    margin-bottom     :     1rem;
	font-weight: 700;
}

.services-hero-content p {
         font-size    :  1.3rem;
   opacity: 0.95;
}



.services-detailed {
	padding: 80px 20px;
    background-color: #f8f9fa;
}

.service-detail-card {
    display:        grid;
    grid-template-columns: 1fr 1fr;
    gap    :    50px;
  margin-bottom: 80px;
   align-items     : center;
   max-width: 1200px;
  margin-left: auto;
   margin-right: auto;
}

.service-detail-reverse {
    direction     :  rtl;
	
}

.service-detail-reverse > * {
    direction: ltr; 
	
}

.service-detail-image		{
  position: relative;
}

.detail-img {
	width: 100%;
   height: auto;
	border-radius  :       15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: block;
}

.service-detail-content  
  {
  padding: 20px;
}

.service-detail-content h2 {
  font-size: 2.2rem;
        color: #1e3c72;
	 font-weight: 700;
	margin-bottom: 1rem;
}

.service-duration {
	color  : #2a5298;
   font-weight :       600;
  margin-bottom     :   1.5rem;
   font-size: 1rem;
}

.service-description {
         color   :   #555;
  line-height  :   1.8;
  margin-bottom: 2rem;
               font-size: 1.05rem;


}

.service-highlights {

	    background: white;
  padding: 25px;
   border-radius: 10px;
  margin-bottom     :2rem;
  border-left: 4px solid #e74c3c;
	}

.service-highlights h3 {
   color: #1e3c72;
    margin-bottom: 1rem;
  font-size: 1.1rem;
}

.highlights-list {
  list-style  :      none;
  padding  :       0;
}

.highlights-list li {
          color: #555;
               padding: 0.5rem 0;
  padding-left: 25px;
    position: relative;
}

.highlights-list li:before {
  content: "✓";
  position: absolute;
    left: 0;
          color: #e74c3c;
  font-weight: bold;
   font-size: 1.2rem;
}

.service-price {
  font-size: 1.8rem;
	       font-weight: 700;
	  color: #e74c3c;
		 margin-bottom :    1.5rem;
}

.service-cta-btn {
   display: inline-block;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
   color: white;
   padding: 15px 40px;
    border-radius: 50px;
  text-decoration  :none;
  font-weight  :        600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.service-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

.comparison-section {
    padding: 80px 20px;
  background-color    :   white;
        max-width: 1200px;
    margin: 0 auto;
}

.comparison-section h2 {

	    text-align: center;
    font-size: 2.5rem;
         margin-bottom: 3rem;
   color: #1e3c72;


}

.comparison-table-wrapper {
  overflow-x: auto;
  border-radius :        10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table {
  width :       100%;
    border-collapse: collapse;
    background: white;
}

.comparison-table thead


{
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
       color:   white;
}

.comparison-table th {

	  padding: 20px;
	text-align    :        left;
    font-weight: 600;
    border-bottom: 3px solid #0d1b3d;

}

.comparison-table td {


  padding:18px 20px;
   border-bottom: 1px solid #e0e0e0;
	 color: #555;

}

.comparison-table tbody tr:hover {
      background-color     :   #f8f9fa;

}

.comparison-table tbody tr:last-child td {
  border-bottom :  none;
}



.faq-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f8f9fa 0%, #e8eef5 100%);
          max-width: 1200px;
    margin: 0 auto;
}



.faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
   margin-bottom  :    3rem;
   color: #1e3c72;
}

.faq-container {
         max-width:   800px;
        margin: 0 auto;
}

.faq-item    {
  background: white;
    margin-bottom: 1.5rem;
  border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.faq-question {
  border: none;
   width: 100%;
   font-weight: 600;
  justify-content: space-between;
   display: flex;
  color: #1e3c72;
  cursor: pointer;
     text-align: left;
        align-items: center;
    font-size   :   1.1rem;
  background: white;
   padding: 20px;
	transition: all 0.3s ease;
}

.faq-question:hover		{
  background:      #f8f9fa;

}

.faq-question::after {
  content: "+";
    font-size: 1.5rem;
    color    :#e74c3c;
         font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
	 max-height   :  0;
    overflow: hidden;
	transition: max-height 0.3s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 20px;
    color: #555;
   line-height: 1.8;
}

.cta-final {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);

	  padding    :      80px 20px;

	       text-align: center;

	  color: white;
}

.cta-final-content {
  max-width: 800px;
   					margin: 0 auto;
}

.cta-final-content h2 {
    font-size: 2.5rem; 
	  margin-bottom: 1rem; 
	   color   :   white;}

.cta-final-content p {
    font-size: 1.2rem;
   margin-bottom: 2rem;
     opacity: 0.95;
}

.cta-final-btn {


    display: inline-block;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: white;
   padding: 15px 45px;
	border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
   transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
	}

.cta-final-btn:hover

{
     transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
     }

.thankyou-section {
   min-height  :        600px;
		 display: flex;
    align-items: center;
   justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e8eef5 100%);
    padding: 40px 20px; 

}

.thankyou-container {

    max-width: 600px;
   background: white;
  padding: 60px 40px;
    border-radius   :   20px;
			text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

}

.thankyou-icon  
  {
   margin-bottom: 2rem;
}

.success-icon{
   width: 80px;
    height: 80px;
  stroke: #2ecc71;
    fill  :      none;
   stroke-width: 2;
  stroke-linecap: round;
   stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(46, 204, 113, 0.3));
}

.thankyou-title {
        font-size: 2.5rem;
  color: #1e3c72;
  margin-bottom:      0.5rem;
   font-weight: 700;
}

.thankyou-subtitle {
    font-size: 1.3rem;
    color  :       #2ecc71;
    margin-bottom: 1.5rem;
   font-weight: 600;
}

.thankyou-message {
    color: #555;
   line-height: 1.8;
	margin-bottom: 2.5rem;
    font-size: 1.05rem;
}

.thankyou-actions {
   display: flex;
    gap: 15px;
  margin-bottom: 2rem;
    flex-wrap: wrap;
  justify-content: center;
}

.thankyou-btn {
   flex: 1;
   min-width: 200px;
   padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
   font-weight: 600;
  transition: all 0.3s ease;
		display: inline-block;
}

.thankyou-btn-primary {
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    color  :        white;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);

}

.thankyou-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.5);
}

.thankyou-btn-secondary {
	  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.thankyou-btn-secondary:hover {
     transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.5);
     }

.thankyou-info {
   color: #666;
    font-size: 0.95rem;
   line-height: 1.6;
}@media (max-width: 768px) {
    .services-hero-content h1 {
        font-size: 2rem;
    }

    .service-detail-card {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 50px;
    }

    .service-detail-reverse {
        direction: ltr;
    }

    .service-detail-content {
        padding: 0;
    }

    .service-detail-content h2 {
        font-size: 1.7rem;
    }

    .comparison-section {
        padding: 50px 20px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
        font-size: 0.9rem;
    }

    .faq-section {
        padding: 50px 20px;
    }

    .faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .cta-final-content h2 {
        font-size: 1.8rem;
    }

    .thankyou-container {
        padding: 40px 25px;
    }

    .thankyou-title {
        font-size: 2rem;
    }

    .thankyou-subtitle {
        font-size: 1.1rem;
    }

    .thankyou-actions {
        flex-direction: column;
    }

    .thankyou-btn {
        width: 100%;
        min-width: auto;
    }
}.policy-section	{
   padding: 80px 2rem;
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
}

/* Legacy code */
.policy-container {
  max-width    :       800px;
    margin: 0 auto;
    text-align: left;
}

.policy-container h1 {
	    font-size: 3rem;
	  color: #1e3c72;
	    margin-bottom: 2rem;
	        font-weight: 700;
	  border-bottom: 3px solid #e74c3c;
	   padding-bottom: 1.5rem;


}

.policy-container h2 {
    font-size: 1.8rem;
  color: #2a5298;
  margin-top: 2.5rem;
   margin-bottom:       1.2rem;
  font-weight  :600;


}

.policy-container h2:first-of-type {
    margin-top: 0;
}

.policy-container p {
  color: #555;
          margin-bottom: 1.5rem;
 line-height: 1.8;
    font-size: 1.05rem;
    text-align: justify;
}

.policy-container p:last-child {
   margin-bottom   :        0;
}
@media (max-width: 768px) {
    .policy-section {
        padding: 60px 1.5rem;
    }

    .policy-container h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .policy-container h2 {
        font-size: 1.4rem;
        margin-top: 1.8rem;
        margin-bottom: 1rem;
    }

    .policy-container p {
        font-size: 1rem;
        line-height: 1.7;
        text-align: left;
    }
}