* {
   margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.7;
  color: #2c3e50;
	background: #ffffff;}

img

{
     max-width: 100%;
   height: auto;
  display: block;
}

a {
	 text-decoration: none;
   color: inherit;
    transition: all 0.3s ease;

}

.primary-nav-wrapper {
    background: #1a2332;
   padding: 1.2rem 0;
   position  :sticky;
    top: 0;
    z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-inner-container {
  max-width: 1280px;
    margin: 0 auto;
         padding: 0 2rem;
    display: flex;
   justify-content: space-between;
  align-items: center;
	
}

.main-brand-logo {
  filter: brightness(0) invert(1);
    height: 48px;
	 width: auto;
}

.navigation-links {
    display: flex;
  list-style: none;
    gap: 2.5rem;
}

.navigation-links a {
          color: #ecf0f1;
  font-weight: 500;
  font-size: 1.05rem;
   padding: 0.5rem 0;
         position: relative;
}

.navigation-links a:hover {
     color: #3498db;
}

.navigation-links a::after


{
  content: '';
     position: absolute;
	bottom: 0;
	left: 0;
   width :      0;
    height: 2px;
         background: #3498db;
  transition: width 0.3s ease;
}

.navigation-links a:hover::after {
   width     :    100%;
}

.mobile-nav-trigger {
   display: none;
   background: none;
    border: none;
               cursor: pointer;
   flex-direction: column;
   gap: 5px;
  padding: 0.5rem;
}

.burger-line {
    background: #ecf0f1;
  border-radius: 3px;
   width: 28px;
  height    :      3px;
   transition: all 0.3s ease;
}

.nav-sticky {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.hero-main-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 2rem;
    display: grid;
        grid-template-columns: 1fr 1fr;
  gap: 3rem;
   align-items: center;
   max-width   :1280px;
    margin: 0 auto;
   min-height: 600px;
}

.hero-content-wrap {
    color: #ffffff;
}

.hero-content-wrap h1 {
  font-size: 3.2rem;
    font-weight: 700;
  margin-bottom: 1.5rem;
    line-height   :        1.2;
}

.hero-subtitle-text {
               font-size: 1.3rem;
   margin-bottom: 2.5rem;
   line-height     :      1.6;
        opacity: 0.95;
}

.primary-action-btn {
   display : inline-block;
  background: #ffffff;
	 color    :     #667eea;
   padding: 1rem 2.5rem;
    border-radius: 50px;
   font-weight: 600;
   font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.primary-action-btn:hover		{
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.hero-visual-section img {
    border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.intro-description-block {
    padding: 5rem 2rem;
    background: #f8f9fa;
}  

.content-layout-wrapper {
  max-width: 1180px;
    margin: 0 auto;
}

.intro-description-block h2 {
  font-size: 2.5rem;
    color: #1a2332;
  margin-bottom: 1.5rem;
    text-align: center;
}

.intro-description-block > .content-layout-wrapper > p {
	font-size: 1.15rem;
    text-align: center;
	max-width: 800px;
   margin: 0 auto 3rem;
  color: #555;
}

.benefits-grid-display {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
    margin-top: 3rem;
}

.benefit-card-item {
      background: #ffffff;
    padding: 2rem;
   border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0;
  transform: translateY(30px);
}

.benefit-card-item.element-visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.benefit-card-item h3 {
    margin-bottom: 1rem;
   color: #667eea;
    font-size: 1.5rem;
}

.benefit-card-item p {
   color: #666;
    line-height: 1.7;
}

.visual-showcase-area {
   padding    :       5rem 2rem;
  background     :      #ffffff; 

}

.showcase-inner-wrap {
    max-width: 1180px;
 margin: 0 auto;
   display: grid;
	 grid-template-columns: 1fr 1fr;
       gap: 3rem;
   align-items    :     center;
}

.showcase-image-col img {
	   border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);}

.showcase-text-col h2 {
	   font-size: 2.3rem;
  color: #1a2332;
         margin-bottom: 1.5rem;


	}

.showcase-text-col p {
   font-size   :        1.1rem;
                    color: #555;
       margin-bottom: 1.5rem;
  line-height: 1.8;
}



.services-overview-module {
	padding: 5rem 2rem;
  background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
}

.services-container-box {
    max-width: 1180px;
  margin: 0 auto;
}

.services-overview-module h2 {
	font-size: 2.5rem;
    text-align: center;
    color: #1a2332;
  margin-bottom   :3rem;
}

.services-grid-layout {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem; 
	
}

.service-block-unit {
  background: #ffffff;
  border-radius:     10px;
    overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
		transition: transform 0.3s ease;
    opacity: 0;
  transform: translateY(30px);
}

.service-block-unit.element-visible   {

	  opacity: 1;
  transform: translateY(0);

}

.service-block-unit:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.service-block-unit img {
  width     :  100%;
  height: 240px;
   object-fit    :     cover;
	
}

.service-block-unit h3 {
		 font-size: 1.6rem;
   color: #1a2332;
   padding     :       1.5rem 1.5rem 0.8rem;
     }

.service-block-unit p	{
		padding: 0 1.5rem 1.5rem;
  color: #666;
    line-height: 1.7;}

.cta-conversion-segment {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
					padding    :   5rem 2rem;
    text-align: center;
   color: #ffffff;
}

.cta-inner-content {
  max-width: 800px;
    margin:        0 auto;
}

.cta-inner-content h2 {

	   font-size: 2.8rem;
	margin-bottom: 1.5rem;

}

.cta-inner-content p {
    font-size  :    1.2rem;
        margin-bottom: 2.5rem;
  opacity: 0.95;
}

.cta-action-button {
               display  :      inline-block;
     background: #ffffff;
    color: #f5576c;
   padding: 1.2rem 3rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.15rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.cta-action-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
     }

.approach-methodology-section {
  padding: 5rem 2rem;
    background: #ffffff;
}

.methodology-wrap-container {
    max-width: 1180px;
  margin: 0 auto;
}

.approach-methodology-section h2
	{
      font-size: 2.5rem;
    text-align  :  center;
       color: #1a2332;
          margin-bottom: 1.5rem;
	
}

.methodology-intro-paragraph {


   text-align: center;
    font-size :        1.1rem;
  color: #555;
  max-width: 800px;
   margin: 0 auto 3rem;

}

.process-steps-display 
 {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.step-card-component {
  background: #f8f9fa;
  -moz-border-radius: 8px;
      border-left: 4px solid #667eea;
   opacity     :     0;
  transform: translateY(30px);
      padding: 2.5rem;
   border-radius :    8px;
   transition :    all 0.3s ease;
  -webkit-transition: all 0.3s ease;


}

.step-card-component.element-visible {
   opacity: 1;
  transform: translateY(0);


}

.step-card-component:hover {
    background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.step-card-component h3  
  {
    font-size:      1.6rem;
    color: #1a2332;
  margin-bottom: 1rem;
}


.step-card-component p {
	 color: #666;
    line-height: 1.7;
}

.contact-form-area{
    padding     :  5rem 2rem;
  background: linear-gradient(to bottom, #e9ecef, #f8f9fa);
} 

.form-section-wrapper {
    max-width     :     700px;
   margin: 0 auto;
    background: #ffffff;
      padding: 3rem;
   border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.form-section-wrapper h2 {
	  font-size: 2.3rem; 
  color: #1a2332; 
   margin-bottom: 1rem; 
   text-align: center;
}

.form-intro-text {
	    text-align     : center;
  color: #666;
  margin-bottom: 2.5rem;
       font-size: 1.05rem;


}

.main-contact-form {
		display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-field-group {
    display: flex;
  flex-direction     :     column;
}

.form-field-group label {
         margin-bottom: 0.5rem;
  color: #1a2332;
   font-weight: 500;
   font-size: 0.95rem;
}

.form-field-group input,
.form-field-group select,
.form-field-group textarea {

   padding: 0.9rem;
    border: 2px solid #e0e0e0;
   border-radius  :      6px;
        font-size: 1rem;
  font-family: inherit;
		transition: border-color 0.3s ease;

}

.form-field-group input:focus,
.form-field-group select:focus,
.form-field-group textarea:focus {
   	outline: none;
	 border-color: #667eea;
     }

.form-field-group textarea {
      resize: vertical;
    min-height: 120px;


}

.form-submit-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
   padding: 1.1rem 2rem;
  border: none;
  border-radius    :    50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor     :  pointer;
  transition     :all 0.3s ease;
    margin-top   :  1rem;
	
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.main-site-footer {
   padding: 3.5rem 2rem 1.5rem;
  color: #ecf0f1;
   background: #1a2332;
}

.footer-content-container {
  max-width   :    1180px;
	 margin: 0 auto;
  display: grid;
   grid-template-columns: 2fr 1fr 1fr;
        gap: 3rem;
  margin-bottom: 2rem;
}

.footer-brand-image {
	 max-width: 160px;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.footer-description-text {
                    color: #bdc3c7;
    line-height: 1.7;
  font-size: 0.95rem;


}

.footer-column-block h4 {

	               font-size: 1.2rem;
  margin-bottom: 1.2rem;
   color: #ffffff;


}

.footer-nav-list {
 list-style: none;
}

.footer-nav-list li {
    margin-bottom :0.8rem;
}

.footer-nav-list a {
      color: #bdc3c7;
	}

.footer-nav-list a:hover {
  color: #3498db;
}

.footer-column-block p {
    color  :     #bdc3c7;
  margin-bottom :    0.6rem;


}

.footer-bottom-bar {
  max-width: 1180px;
    margin: 0 auto;
   padding-top: 2rem;
  border-top   :        1px solid #34495e;
    text-align   :  center;
  color: #7f8c8d;
}@media (max-width: 768px) {
.mobile-nav-trigger {
display: flex;
}

.navigation-links {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #1a2332;
flex-direction: column;
padding: 2rem;
gap: 1rem;
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}

.navigation-links.nav-active {
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.toggle-active .burger-line:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}

.toggle-active .burger-line:nth-child(2) {
opacity: 0;
}

.toggle-active .burger-line:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
}

.hero-main-banner {
grid-template-columns: 1fr;
padding: 3rem 1.5rem;
min-height: auto;
}

.hero-content-wrap h1 {
font-size: 2.2rem;
}

.hero-subtitle-text {
font-size: 1.1rem;
}

.showcase-inner-wrap {
grid-template-columns: 1fr;
}

.services-grid-layout {
grid-template-columns: 1fr;
}

.footer-content-container {
grid-template-columns: 1fr;
gap: 2rem;
}

.intro-description-block h2,
.services-overview-module h2,
.approach-methodology-section h2 {
font-size: 2rem;
}

.cta-inner-content h2 {
font-size: 2.2rem;
}

.form-section-wrapper {
padding: 2rem 1.5rem;
}
}

@media (max-width: 480px) {
.hero-content-wrap h1 {
font-size: 1.8rem;
}

.primary-action-btn,
.cta-action-button {
padding: 0.9rem 2rem;
font-size: 1rem;
}
}.policySection {
	padding: 80px 2rem;
 background: #f8f9fa;


}

.policyContainer {
  max-width: 800px;
  margin     :   0 auto;
   text-align:left;
}

.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-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 padding: 4rem 2rem;
  text-align     :       center;
    color: #ffffff;
}

.about-hero-inner {
       max-width: 900px;
  margin: 0 auto;
}

.about-hero-section h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
		font-weight: 700;
}

.about-hero-description   {
    font-size:   1.25rem;
    line-height: 1.7;
  opacity: 0.95;
	
}

.story-narrative-block{
  padding: 5rem 2rem;
   background: #ffffff;

}

.story-content-wrap {
   max-width: 1180px;
  margin: 0 auto;
  display: grid;
 grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
   align-items   :  center;
}

.story-text-section h2 {
  font-size: 2.5rem;
	color: #1a2332;
	margin-bottom: 1.5rem;
	
}

.story-text-section p {
   font-size    : 1.1rem;
    color: #555;
               line-height: 1.8;
    margin-bottom     :       1.5rem;
}

.story-visual-section img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.values-principles-area {
	    padding: 5rem 2rem;
  background:    #f8f9fa;

}

.values-wrapper-box {


  max-width: 1180px;
	 margin: 0 auto;
	}

.values-principles-area h2 {
    font-size  :      2.5rem;
    text-align: center;
   color: #1a2332;
    margin-bottom: 3rem;
}

.values-grid-container {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.value-item-card {
  background: #ffffff;
  padding: 2rem;
    border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition     :       transform 0.3s ease;
}

.value-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.value-item-card h3


{
         font-size: 1.5rem;
					color  :      #667eea;
    margin-bottom: 1rem;
}

.value-item-card p {
  color : #666;
  line-height: 1.7;
}

.approach-philosophy-segment {
  padding: 5rem 2rem;
          background :     #ffffff;
}



.philosophy-inner-wrapper	{
    margin     :   0 auto;
    max-width: 1180px;
}

.approach-philosophy-segment h2 {
  font-size    :       2.5rem; 
	    text-align :     center; 
	    color: #1a2332; 
	     margin-bottom: 1.5rem;
	
	}

.philosophy-intro-text {
      max-width: 800px;
          font-size: 1.15rem;
   text-align: center;
    color:   #555;
  margin: 0 auto 3rem;}

.approach-features-display {
					display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.feature-detail-block {
    background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
    border-left: 4px solid #764ba2;
}

.feature-detail-block h3 {
	 color  : #1a2332;
   margin-bottom: 1rem;
   font-size: 1.5rem;

}

.feature-detail-block p     {
   color: #666;
  line-height: 1.7;
}

.expertise-domain-section   {
   padding    :   5rem 2rem;
  background: linear-gradient(to bottom, #e9ecef, #f8f9fa);
}

.expertise-content-container  {
    max-width: 1180px;
	   margin: 0 auto;
}


.expertise-domain-section h2 {
	font-size: 2.5rem; 
	    text-align: center; 
	  color: #1a2332; 
	    margin-bottom: 3rem;
	
}

.expertise-columns-layout 
 {
       display  :      grid;
   grid-template-columns :   1fr 1.2fr;
   gap: 3rem;
    align-items: start;
     }

.expertise-col-left img {
   border-radius: 8px;
	  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	  position  :        sticky;
	    top: 100px;
}

.expertise-topic-unit {
   background: #ffffff;
    padding    :    1.8rem;
  margin-bottom: 1.5rem;
  border-radius    : 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08); 

}

.expertise-topic-unit h3 {
  font-size: 1.4rem;
  color: #667eea;
  margin-bottom: 0.8rem;
}

.expertise-topic-unit p {
  color: #666;
         line-height: 1.7;
}

.location-presence-block {
     background: #ffffff;

    padding   :  5rem 2rem;
}

.location-wrapper-content {
    margin: 0 auto;
   max-width: 900px;
  text-align: center;
}

.location-presence-block h2 {
 font-size: 2.5rem;
    color: #1a2332;
	 margin-bottom: 1.5rem;


}

.location-description-para {
    font-size: 1.15rem;
  color :   #555;
  margin-bottom: 3rem;
} 

.location-details-box {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 2rem;
   text-align: left;}

.location-address-info,
.location-contact-info {
     background: #f8f9fa; 
  padding: 2rem; 
	border-radius: 8px;}

.location-address-info h3,
.location-contact-info h3 {
  font-size: 1.4rem;
 color: #667eea;
   margin-bottom: 1rem; 
	
}

.location-address-info p,
.location-contact-info p {
  color: #555;
     margin-bottom: 0.5rem;
}

.cta-about-segment {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
  padding: 4rem 2rem; 
   text-align: center; 
     color     :      #ffffff;}

.cta-about-inner {

	   max-width: 800px;
  margin: 0 auto;}

.cta-about-segment h2 {
   font-size: 2.5rem;

	    margin-bottom: 1.5rem;
	
}

.cta-about-segment p {
   font-size: 1.2rem;
   margin-bottom:     2.5rem;
    opacity: 0.95;
}

.cta-about-button {
    display: inline-block;
   background     :        #ffffff;
   color: #667eea;
  padding     :   1.1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
    font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
		 transition: all 0.3s ease;
}



.cta-about-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.thankyou-main-section {
    padding: 5rem 2rem;
  background: linear-gradient(to bottom, #f8f9fa, #ffffff);
  min-height: 60vh;
}

.thankyou-content-wrapper {


	max-width: 900px;
   margin: 0 auto;
          text-align: center;
     }

.thankyou-icon-display {
  margin-bottom: 2rem;
      display: flex;
         justify-content: center;
} 

.thankyou-main-section h1 {

  font-size: 2.8rem;
  color: #1a2332;
  margin-bottom: 1.5rem;
}

.thankyou-main-message {
	font-size: 1.2rem;
  color: #555;
	margin-bottom: 3rem;
    line-height: 1.7;
}

.thankyou-info-blocks  
  {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap:   2rem;
  margin-bottom: 3rem;
  text-align: left; 
	
}

.info-block-item {
	background: #ffffff;
   padding: 2rem;
    border-radius   :     8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.info-block-item h3 {
    font-size: 1.5rem;
    color: #667eea;
  margin-bottom: 1rem;
}

.info-block-item p 
 {
  color: #666;
    line-height: 1.7; 
	
}

.thankyou-actions-area {
  display: flex;
  gap: 1.5rem;
    justify-content: center;
   flex-wrap: wrap;
}

.thankyou-primary-btn {
    display: inline-block;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     color: #ffffff;
     padding: 1.1rem 2.5rem;
      border-radius: 50px;
   	font-weight: 600;
      font-size: 1.1rem;
     box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
       transition: all 0.3s ease;
}

.thankyou-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.thankyou-secondary-btn {
		padding:1.1rem 2.5rem;
   border-radius: 50px;
   transition: all 0.3s ease;
  border: 2px solid #667eea;
  font-size  :   1.1rem;
   display: inline-block;
	font-weight: 600;
      color   :   #667eea;
     background: #ffffff;}

.thankyou-secondary-btn:hover {
    background: #667eea;
  color: #ffffff;
  transform: translateY(-3px); 
	
}

.additional-resources-block {
    padding: 5rem 2rem;
  background: #ffffff;
}

.resources-inner-wrap {
   max-width: 1180px;
	margin: 0 auto;
}

.additional-resources-block h2 {
  font-size: 2.5rem;
    text-align: center;
    color: #1a2332;
    margin-bottom: 1.5rem;
}

.resources-intro-paragraph {
  text-align: center;

	    font-size: 1.15rem;

	    color: #555;

	   max-width: 800px;

		 margin: 0 auto 3rem;
	
}

.resources-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap    :      2rem;
}

.resource-card-element	{
  background: #f8f9fa;
       border-radius: 8px;
            overflow :     hidden;
     box-shadow: 0 3px 15px rgba(0,0,0,0.08);
       transition: transform 0.3s ease;
}

.resource-card-element:hover    {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.resource-card-element img {
   width: 100%;
   height: 200px;
	object-fit: cover;
}

.resource-card-element h3 {
    font-size: 1.5rem;
  color: #1a2332;
     padding   :1.5rem 1.5rem 0.8rem;
}

.resource-card-element p   {


  padding: 0 1.5rem 1.5rem;
  color: #666;
  line-height: 1.7;
	}@media (max-width: 768px) {
.about-hero-section h1 {
font-size: 2.2rem;
}

.about-hero-description {
font-size: 1.1rem;
}

.story-content-wrap {
grid-template-columns: 1fr;
}

.expertise-columns-layout {
grid-template-columns: 1fr;
}

.expertise-col-left img {
position: static;
}

.location-details-box {
grid-template-columns: 1fr;
}

.thankyou-main-section h1 {
font-size: 2.2rem;
}

.thankyou-actions-area {
flex-direction: column;
}

.thankyou-primary-btn,
.thankyou-secondary-btn {
width: 100%;
text-align: center;
}
}