footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  color: #ecf0f1;
   padding: 60px 25px 30px;
}

.footer-main-container {
	max-width  :       1320px;

                    margin: 0 auto;


}

.footer-content-grid {
  display:       grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 45px;
  margin-bottom: 40px;
}

.footer-brand-section {
	display     :        flex;
    flex-direction: column;
   gap :    20px;
}

.footer-logo-img {


         height: 45px;
    width: auto;
  filter: brightness(0) invert(1);
     }

.footer-brand-section p   {
                    color: #bdc3c7;
      line-height: 1.7;
    font-size: 15px;
}

.footer-column h3 {
	font-weight: 600;
  margin-bottom: 18px;
	color: #fff;
  font-size: 1.3rem;
}

.footer-links-list {
    padding :       0;
  list-style: none;
}

.footer-links-list li {
   margin-bottom: 12px;
}

.footer-links-list a {
     color: #bdc3c7; 
	   text-decoration: none; 
	    transition: color 0.3s ease, padding-left 0.3s ease; 
	    display: inline-block;
}

.footer-links-list a:hover {
  color :        #3498db;
   padding-left: 5px;
}

.footer-contact-info {
                    display: flex;
  flex-direction: column;
    gap: 15px;
}

.footer-contact-item {
  display :       flex;
  align-items: flex-start;
   gap: 10px;
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-contact-item strong {


  color: #ecf0f1;
    min-width: 70px;


}

.footer-divider {
  height: 1px;
  background: rgba(236, 240, 241, 0.2);
  margin: 30px 0;
}

.footer-bottom-section
{
          display: flex;

		 justify-content: space-between;

	   align-items: center;

	   flex-wrap: wrap;

		gap: 20px;
}

.footer-copyright {
    color: #95a5a6;
  font-size: 14px;}



.footer-legal-links


{
    display   :  flex;
    gap    :        25px;
}


.footer-legal-links a {
   color: #95a5a6;
	 text-decoration: none;
   font-size: 14px;
  transition: color 0.3s ease;
  -o-transition    :        color 0.3s ease;
    -moz-transition: color 0.3s ease;
   -webkit-transition: color 0.3s ease;
}

.footer-legal-links a:hover {
	color: #3498db;
}

@media (max-width: 768px) {
    footer {
        padding: 50px 20px 25px;
    }
    
    .footer-content-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .footer-bottom-section {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal-links {
        flex-direction: column;
        gap: 15px;
    }
}.policySection {
   padding: 80px 2rem;
    background: #f8f9fa;
}  

.policyContainer {
   text-align   :    left;
  max-width: 800px;
  margin: 0 auto;
}

.policyContainer h2 {
    font-size :      2.5rem;
  color: #2c3e50;
   margin-bottom: 1.5rem;
    font-weight: 700;

}

.policyContainer p     {

	   color: #7f8c8d;
   margin-bottom: 1.5rem;
    line-height: 1.7;
  font-size: 1.1rem;
	


}@media (max-width: 768px) {
    .policyContainer h2 {
        font-size: 2rem;
    }

    .policyContainer p {
        font-size: 1rem;
    }

    .policySection {
        padding: 60px 1rem;
    }
}.about-hero-banner {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding:100px 25px;
   text-align :     center;
    color: white;
}

.about-hero-inner h1 {
    font-size: 3rem;
   margin-bottom   : 20px;
   font-weight: 700;
}

.about-hero-inner p {
	font-size: 1.3rem;

  max-width: 750px;

  margin :0 auto;

  line-height: 1.6;
}

.our-story-section {
  padding: 90px 25px;
  background : white; 
	
}

.story-container {
   max-width: 1320px;
    margin: 0 auto;
   display: grid;
	 grid-template-columns :     1.2fr 1fr;
  gap: 60px;
   align-items: center;
	}

.story-content-box h2 {


    font-size: 2.4rem;
   margin-bottom: 25px;
  color:      #1a1a2e;
     }

.story-content-box p {
    margin-bottom: 20px;
   color:        #7f8c8d;
  font-size: 1.05rem;
  line-height: 1.8;
}

.story-image-box img {
       width: 100%;
		border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.mission-vision-block  
  {
   padding: 90px 25px;
   background: #ecf0f1;
}

.mission-container {
          max-width: 1320px;
   margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.mission-item h2		{
      font-size: 2.2rem;
   margin-bottom :        20px;
    color :     #1a1a2e;


}

.mission-item p {
     color: #7f8c8d;
	margin-bottom: 18px;
   line-height: 1.7;
    font-size: 1.05rem;

}

.values-section {
   padding: 90px 25px;
	 background: white;
}


.values-wrapper {
    max-width: 1320px;
    margin: 0 auto;
} 

.values-wrapper h2 {
    font-size: 2.5rem;
          color: #1a1a2e;
	 text-align: center;
  margin-bottom: 60px;
}

.values-grid {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
               gap   :      35px;
}

.value-card {
    background: #f8f9fa;
    padding: 35px;
   border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.value-card h3 {


  margin-bottom: 15px;
  color: #2c3e50;
    font-size     :      1.5rem;
	}

.value-card p {

	   color:#7f8c8d;
  line-height: 1.7;
     }

.approach-methodology {


  padding: 90px 25px;
  background: #ecf0f1;


}

.approach-container {
	 max-width: 1320px;
    margin: 0 auto;
}

.approach-container h2 {
    font-size: 2.5rem;
		text-align: center;
  margin-bottom: 50px;
   color     :       #1a1a2e;
}

.approach-content-flex {
    display: flex;
  gap: 60px;
    align-items: center;

}

.approach-text-side {
                    flex: 1.2;
}

.approach-text-side p {
   margin-bottom    :18px;
	color: #7f8c8d;
   line-height  :  1.8;
  font-size: 1.05rem;
}

.approach-image-side {
	flex :1;


}

.approach-image-side img {
   width: 100%;
   border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.why-choose-us-section {
  padding: 90px 25px;
    background: white;
}

.why-choose-wrapper {
               max-width:1320px;
   margin: 0 auto;
}

.why-choose-wrapper h2 {
  font-size: 2.5rem;
    text-align: center;
    margin-bottom  :  60px;
    color:    #1a1a2e;
}

.reasons-grid {
          display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 35px;
}

.reason-box {
  background: #f8f9fa;
	  padding: 35px;
	    border-radius: 8px;
	  border-left: 4px solid #e74c3c;
}

.reason-box h3 {
     font-size: 1.4rem;
  margin-bottom: 15px;
  color: #1a1a2e;
}

.reason-box p {
   color: #7f8c8d;
  line-height: 1.7;
     }

.location-info-section 
 {
  padding: 90px 25px;
    background: #ecf0f1; 

}

.location-container {
	    max-width     :1320px;
   margin: 0 auto;
	}

.location-container h2 {
  font-size: 2.5rem;
  text-align: center;
	margin-bottom :    50px;
   color: #1a1a2e;
}

.location-content {
   display: grid;
    grid-template-columns:    1.2fr 1fr;
  gap: 60px;
    align-items: center;

}

.location-text p {
  margin-bottom: 18px;
   color: #7f8c8d;
	line-height: 1.8;
      font-size: 1.05rem;
}

.location-details {
      margin-top: 30px;
    padding: 25px;
	background: white;
    border-radius: 8px;
}

.location-details p {
   margin-bottom: 12px;
  color: #2c3e50;
}

.location-details strong {
  color: #1a1a2e;
}

.location-image img {
  width: 100%;

    border-radius: 8px;

  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.cta-about-banner   {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	padding: 80px 25px;
    text-align: center;
   color: white;
}

.cta-about-inner h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-about-inner p {
   font-size: 1.2rem;
	margin-bottom   :35px;
    max-width     :  700px;
   margin-left: auto;
   margin-right: auto;

}

.cta-about-btn {
   display :    inline-block;
    padding     :  16px 45px;
  background: white;
  color: #3498db;
  text-decoration: none;
  border-radius: 6px;
    font-size: 18px;
  font-weight: 600;
    transition: all 0.3s ease;
}

.cta-about-btn:hover {
       background: #ecf0f1;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.3);

}

.thankyou-hero-section


{
  padding: 60px 25px 90px;
  background: #f8f9fa;
  min-height: calc(100vh - 75px);
}

.thankyou-content-wrapper {
    max-width: 1320px;
   margin: 0 auto;
   display: grid;
   grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.thankyou-main-box {
    background: white;
   padding: 60px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.success-icon-wrapper {


   text-align :center;
   margin-bottom: 30px;
}

.thankyou-main-box h1 {
    font-size: 2.8rem;
   text-align: center;
	 margin-bottom: 20px;
  color: #27ae60;


}

.thankyou-lead-text {
         font-size: 1.2rem;
   text-align: center;
   margin-bottom: 40px;
  color   : #7f8c8d;
    line-height: 1.7;


}

.thankyou-info-box {
    border-radius: 8px;
    padding: 30px;
   background: #f8f9fa;
  margin-bottom: 40px;
} 

.thankyou-info-box h2 {
  font-size: 1.8rem;
    margin-bottom: 15px;
	 color: #1a1a2e;
}

.thankyou-info-box p {
               margin-bottom: 15px;
  color: #7f8c8d;
   line-height:       1.7;
}

.next-steps-list {
	margin-top: 15px;
  padding-left: 25px;
}

.next-steps-list li {
	margin-bottom: 10px;
	    color :#7f8c8d;
	      line-height: 1.6;
} 

.next-steps-list a {
	   color: #3498db;
    text-decoration  :none;
   transition: color 0.3s ease;
	} 

.next-steps-list a:hover {
  color: #2980b9;
}

.thankyou-actions {
  display     :   flex;
  gap: 20px;
   justify-content: center;
}

.btn-primary-thankyou
{
  transition: all 0.3s ease;
    border-radius: 6px;
    color: white;
  padding     :  16px 35px;
    font-size: 17px;
  background: #27ae60;
   display     :       inline-block;
	text-decoration: none;
  font-weight: 600;
}

.btn-primary-thankyou:hover {
      background:#229954;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(39, 174, 96, 0.3);
}

.btn-secondary-thankyou {
    display: inline-block;
    padding: 16px 35px;
    background: #3498db;
                    color: white;
   text-decoration   :        none;
  border-radius:  6px;
   font-size  :  17px;
                    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary-thankyou:hover {
   background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.thankyou-sidebar {
    display: flex;
   flex-direction: column;
	 gap: 30px;
}

.contact-reminder-box {
      background     :   white;
	padding: 35px;
   border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);} 

.contact-reminder-box h3 {
  font-size: 1.5rem;
      margin-bottom: 15px;
    color: #1a1a2e;}

.contact-reminder-box p {
   margin-bottom: 20px;
  color    :  #7f8c8d;
  line-height    :        1.6;
}

.contact-item-thankyou {
    color: #2c3e50;
  margin-bottom    :   15px;
	
}

.contact-item-thankyou strong {

	display: block;
  color: #1a1a2e;
    margin-bottom   :      5px;}

.confidence-box {
    background: white;
   padding: 35px;
   border-radius   :        8px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.confidence-box h3     {
    font-size: 1.5rem;

	    margin-bottom: 15px;

	    color: #1a1a2e;
}

.confidence-list {
    padding-left: 20px;
}

.confidence-list li {
       margin-bottom: 10px;
  color: #7f8c8d;
   line-height: 1.6;
}@media (max-width: 992px) {
    .story-container {
grid-template-columns: 1fr;
    }
    
    .mission-container {
        grid-template-columns: 1fr;
}
    
    .approach-content-flex {
        flex-direction: column;
    }
    
.location-content {
        grid-template-columns: 1fr;
    }
    
    .thankyou-content-wrapper {
grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero-inner h1 {
font-size: 2.2rem;
    }
    
    .about-hero-inner p {
        font-size: 1.1rem;
}
    
    .story-content-box h2,
    .mission-item h2,
.values-wrapper h2,
    .approach-container h2,
    .why-choose-wrapper h2,
    .location-container h2 {
font-size: 2rem;
    }
    
    .thankyou-main-box {
        padding: 40px 25px;
}
    
    .thankyou-main-box h1 {
        font-size: 2.2rem;
    }
    
.thankyou-actions {
        flex-direction: column;
    }
}