* {
  padding: 0;
   box-sizing: border-box;
	margin :       0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
   color: #2c3e50;
	background: #ffffff;
}

.topbar-wrapper {
  background: #1a1a2e;
  padding: 18px 0;
	 position    :        sticky;
       top :0;
    z-index: 1000;
  box-shadow: 0 3px 12px rgba(0,0,0,.15);
}

.nav-container-inner {
      max-width: 1240px;
  margin: 0 auto;
   padding: 0 25px;
  display: flex;
    justify-content: space-between;
  align-items: center;
}

.brand-link {
  text-decoration: none;
}

.site-brand-img {

	   height: 68px;
  filter: brightness(0) invert(1);
        width: auto;


}

.navlinks-list{
  display: flex;
    list-style     :     none;
   gap: 42px;
    align-items: center;
}



.navlinks-list li a {
    color: #e8e8e8;
  text-decoration: none;
  -webkit-transition: color .3s ease;
   font-size: 16.5px;
               font-weight: 500;
   -moz-transition: color .3s ease;
    transition: color .3s ease;
  -o-transition: color .3s ease;
   padding: 8px 0;
}

.navlinks-list li a:hover
	{
	color: #4a90e2;

}

.cta-nav-btn     {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 11px 28px !important;
	border-radius     :    6px;
	color :   #fff !important;
      font-weight: 600;
}

.cta-nav-btn:hover


{
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
   color:      #ffffff !important;


}

.burger-trigger {
    display    :none;
	  flex-direction: column;
	   cursor: pointer;
	   gap: 5px;
}

.line-burger {


         width: 28px;
  height: 3px;
  background :#e8e8e8;
	 transition: all .3s ease;
	border-radius: 2px;


}

.hero-main-section {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
         padding: 85px 0 95px;
}

.hero-content-wrap


{

    max-width: 1240px;
    margin: 0 auto;
	 padding: 0 25px;
	display: flex;
   align-items: center;
       gap  :        65px;}

.text-block-hero {
    flex: 1;
}

.text-block-hero h1 {
    color: #1a1a2e;
   line-height: 1.25;
  font-size: 52px;
   margin-bottom: 24px;
	font-weight: 700;
     }

.subtitle-hero {
     font-size: 19px;

	   color: #546e7a;

	    margin-bottom   :       35px;

	   line-height: 1.8;
}

.hero-main-cta {
               display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
        padding     :  16px 42px;
  text-decoration: none;
	 border-radius: 8px;
	font-size: 17.5px;
   font-weight: 600;
    transition: transform .3s ease, box-shadow .3s ease;
}

.hero-main-cta:hover {
     transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, .4);
     }

.hero-visual-part	{
  flex: 1;

}

.hero-main-picture {
  width    : 100%;
	height: auto;
    border-radius: 15px;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);


}

.intro-segment {
    background: #f8f9fa;
   padding: 75px 0;
}

.wrapper-standard {


   max-width: 1240px;
	margin: 0 auto;
    padding    :  0 25px;


}

.heading-primary  {

   font-size: 42px;
    color: #1a1a2e;
   text-align: center;
   margin-bottom: 28px;
         font-weight: 700;
}

.intro-text-main {
   font-size: 18.5px;
  color: #546e7a;
                    text-align: center;
   max-width: 920px;
    margin: 0 auto;
   line-height :        1.9; 
	
}

.services-showcase {
  padding: 85px 0;
}

.main-section-header {
  font-size     :      42px;
   color: #1a1a2e;
  text-align: center;
         margin-bottom: 55px;
    font-weight :700;
}

.services-grid-layout     {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 38px;
}


.service-block-item {

			 background: #ffffff;
    border-radius     :12px;
   overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
                    transition: transform .3s ease, box-shadow .3s ease;

}

.service-block-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

.service-visual {
	 width: 100%;
  height: 240px;
   object-fit    :        cover;
}

.service-block-item h3 {
		font-size     :      24px;
  color: #1a1a2e;
    margin: 26px 28px 15px;
  font-weight   :       600;
     }

.service-block-item p {

	   font-size: 16.5px;
       color: #546e7a;
         margin  :   0 28px 28px;
   	line-height: 1.75;
}

.transformation-story-area {
	padding: 85px 0;
	 background: #f8f9fa;
	
}

.story-layout-flex {
    display: flex;
               gap: 55px;
         align-items: center;
}

.story-image-side {
   flex     :    1;

}

.transformation-img {
   width: 100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}

.story-text-content 
 {
     flex: 1;
}  

.story-text-content h2
{
	font-size: 38px;
                    color     :     #1a1a2e;
        margin-bottom: 24px;
					font-weight: 700;
}  

.story-text-content p {

	          font-size: 17.5px;
         color: #546e7a;
    margin-bottom: 20px;
   line-height: 1.85;}


.callout-action-block {
     padding: 75px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color:      #ffffff;
}

.cta-inner-content {
  text-align:      center;
	 max-width   :    850px;
  margin: 0 auto;
}

.cta-heading-style {
	font-size: 44px;
   margin-bottom:     22px;
   font-weight: 700;
}

.cta-supporting-text     {
  line-height: 1.8;
		 opacity: .95;
  font-size: 19px;
  margin-bottom: 38px;
	
}

.action-button-cta {


               display: inline-block;
    background: #ffffff;
   color: #667eea;
	padding: 16px 45px;
   text-decoration: none;
	 border-radius: 8px;
	font-size: 17.5px;
        font-weight: 600;
    transition: transform .3s ease, box-shadow .3s ease;}

.action-button-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255,255,255,.3);
}

.methodology-approach {
   padding: 85px 0;
}

.section-title-main {
   font-size: 42px;

   color: #1a1a2e;

   text-align: center;

    margin-bottom   :       55px;

   font-weight  :       700;
}

.process-steps-container
	{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 42px;
}

.single-step-box {
    background: #f8f9fa;
        padding: 38px 32px;
   border-radius: 12px;
  border-left     :     5px solid #667eea;
   transition: transform .3s ease;
}

.single-step-box:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  -ms-transform: translateX(8px);
}  

.step-number-indicator {
	font-size: 48px;
  font-weight: 700;
	color: #667eea;
  margin-bottom: 18px;
   opacity: .75;
}

.single-step-box h3 {
   font-size     :    24px; 
    color: #1a1a2e; 
    margin-bottom: 16px; 
	font-weight: 600; 

}

.single-step-box p {
    font-size: 16.5px;
    color: #546e7a;
       line-height: 1.75;
     }

.contact-form-zone {
   padding: 85px 0;
	  background: #f8f9fa;
}

.contact-main-heading {
    font-size:     42px;
	color: #1a1a2e;
    text-align: center;
   margin-bottom: 18px;
   font-weight: 700;
}

.contact-intro-paragraph {
    font-size: 18px;
    color: #546e7a;
         text-align: center;
   max-width: 750px;
   margin: 0 auto 45px;
    line-height: 1.8;
}

.contact-form-structure {


	max-width: 820px;
	 margin: 0 auto;
    background:     #ffffff;
               padding: 45px;
   border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
	
     }  

.form-row-layout	{
  display   :    grid;
  gap: 28px;
   margin-bottom  :28px;
   grid-template-columns: 1fr 1fr;
}

.input-field-wrapper {
   display: flex;
  flex-direction: column;
}

.input-field-wrapper label {
   font-size: 15.5px;
    color: #1a1a2e;
  margin-bottom: 8px;
  font-weight :       500;
	
}

.input-field-wrapper input,
.input-field-wrapper select,
.input-field-wrapper textarea {
               padding: 13px 16px;
    border: 2px solid #e0e0e0;
   border-radius: 6px;
    font-size: 15.5px;
    font-family: inherit;
	transition  :       border-color .3s ease;
}

.input-field-wrapper input:focus,
.input-field-wrapper select:focus,
.input-field-wrapper textarea:focus {
      outline: none;
    border-color: #667eea;
}

.form-submit-btn {

	   width   :  100%; 
	   padding: 16px; 
	  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); 
	   color    :  #ffffff; 
	    border: none; 
	   border-radius: 8px; 
	  font-size: 17.5px; 
	    font-weight: 600; 
	  cursor: pointer; 
		 transition: transform .3s ease, box-shadow .3s ease;
     }

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, .4);
	
}

.footer-main-area {
         background: #1a1a2e;
    padding: 55px 0 25px;
  color: #e8e8e8;
}

.footer-content-wrapper {
	 gap: 48px;
  grid-template-columns: 2fr 1fr 1fr;
  display: grid;
    max-width: 1240px;
          margin: 0 auto;
        margin-bottom: 42px;
   padding: 0 25px;
}

.footer-logo-img {
    margin-bottom: 16px;
    height: 42px;
  width: auto;

}

.footer-tagline {
    font-size: 15.5px;
    color: #b0b0b0;
   line-height     : 1.7;
}

.footer-col-links h4,
.footer-col-contact h4 {
         font-size: 19px;
         margin-bottom: 18px;
   color: #ffffff;
  font-weight: 600;
}

.footer-nav-list {
    list-style: none;
}

.footer-nav-list li {


   margin-bottom: 12px;}

.footer-nav-list li a {
	color: #b0b0b0;
  text-decoration    :  none;
  font-size   :    15px;
  transition: color .3s ease;

}  

.footer-nav-list li a:hover {
    color: #4a90e2;


}

.footer-contact-line {
  font-size: 15px;
  color: #b0b0b0;
    margin-bottom     :    8px;
}

.footer-bottom-bar {
    max-width: 1240px;
   margin   :        0 auto;
    padding:     22px 25px 0;
  border-top: 1px solid #2c3e50;
    text-align :center;
}

.footer-bottom-bar p {
   font-size: 14.5px;
    color: #8e8e8e;
}@media (max-width: 992px) {
    .hero-content-wrap {
        flex-direction: column;
        gap: 45px;
    }
    
    .text-block-hero h1 {
        font-size: 42px;
    }
    
    .story-layout-flex {
        flex-direction: column;
    }
    
    .footer-content-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .burger-trigger {
        display: flex;
    }
    
    .navlinks-list {
        position: fixed;
        left: -100%;
        top: 84px;
        flex-direction: column;
        background: #1a1a2e;
        width: 100%;
        text-align: center;
        transition: left .4s ease;
        padding: 32px 0;
        gap: 0;
        box-shadow: 0 8px 16px rgba(0,0,0,.2);
    }
    
    .navlinks-list.active {
        left: 0;
    }
    
    .navlinks-list li {
        width: 100%;
        padding: 16px 0;
    }
    
    .text-block-hero h1 {
        font-size: 36px;
    }
    
    .subtitle-hero {
        font-size: 17px;
    }
    
    .form-row-layout {
        grid-template-columns: 1fr;
    }
    
    .services-grid-layout {
        grid-template-columns: 1fr;
    }
    
    .process-steps-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .text-block-hero h1 {
        font-size: 30px;
    }
    
    .heading-primary,
    .main-section-header,
    .section-title-main,
    .contact-main-heading {
        font-size: 32px;
    }
    
    .cta-heading-style {
        font-size: 34px;
    }
    
    .contact-form-structure {
        padding: 28px 22px;
    }
}.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-zone {
  background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%); 
      padding  :     95px 0 75px; 
	text-align: center;
}



.about-main-title		{
   font-size: 56px;
   color: #1a1a2e;
    margin-bottom: 22px;
	 font-weight: 700;
}

.about-subtitle-text {

	    font-size:       20px;

   color   :     #546e7a;

  max-width: 820px;

  margin: 0 auto;

  line-height: 1.8;


}

.our-story-block {
    padding: 85px 0;
}

.story-content-grid {
  display: grid;
    grid-template-columns: 1fr 1fr;
   gap: 58px;
  align-items: center;
}

.story-text-side h2 {
  font-size: 38px;
    color: #1a1a2e;
    margin-bottom: 26px;
    font-weight:        700;
}

.story-text-side p		{
   font-size: 17px;
	color: #546e7a;
  margin-bottom: 20px;
	line-height: 1.85;
}

.story-about-img {
   width: 100%;
    height   :       auto;
	border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}

.values-presentation {
	 padding: 85px 0;
   background: #f8f9fa;
}

.values-heading-main {
      font-size: 42px;
 color: #1a1a2e;
    text-align: center;
        margin-bottom: 55px;
       font-weight: 700;
	}

.values-cards-layout {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 32px;
}

.value-single-card {
    background: #ffffff;
  padding: 38px 32px;
    border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
       transition: transform .3s ease;
}

.value-single-card:hover {

  transform: translateY(-6px);}

.value-single-card h3 {
  font-size: 22px;

                    color: #1a1a2e;

  margin-bottom: 14px;

                    font-weight: 600;
}

.value-single-card p {
     font-size: 16px; 
	    color: #546e7a; 
	    line-height:  1.75;
} 

.approach-methodology {
  padding: 85px 0;
}

.method-content-flex {
        display: flex;
   gap: 55px;
   align-items: center;
}

.method-visual-area {
	   flex: 1;
	}

.methodology-picture  {
   width: 100%;
    height: auto;
      border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}

.method-text-area {
    flex: 1;
}

.method-text-area h2 {
                    font-size  :38px;

 color     :      #1a1a2e;

    margin-bottom: 24px;

    font-weight    :     700; 

}

.method-text-area p		{
   font-size: 17px;
   color: #546e7a;
	margin-bottom: 20px;
   line-height: 1.85;
}

.stats-showcase {
    padding: 75px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.stats-grid-display {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 45px;
}

.stat-item-box  
  {
	 text-align: center;
       color: #ffffff;
}

.stat-number-big {
               font-size  :    54px;
    font-weight: 700;
   margin-bottom: 12px;
}

.stat-description {
 font-size: 17px;
         opacity: .92;
   line-height: 1.6;
}

.team-intro-section {
     padding   :85px 0;}

.team-main-heading {
     font-size: 42px;
     color: #1a1a2e;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 700;
}

.team-intro-description {
          font-size: 18px;
        max-width: 880px;
  margin :0 auto 48px;
    color: #546e7a;
	line-height :     1.8;
	text-align: center;
}

.team-features-row 
 {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.team-feature-item {
   background: #f8f9fa;
	padding: 32px 28px;
  border-radius: 10px;
    border-top: 4px solid #667eea;


}

.team-feature-item h3
{
   font-size: 21px;
  color: #1a1a2e;
   margin-bottom: 12px;
    font-weight: 600; 
	
}

.team-feature-item p {
    font-size  :  16px;
   color: #546e7a;
    line-height: 1.7;
}

.mission-vision-area {
  padding    :     85px 0;
  background: #f8f9fa;
}

.mission-two-col
{
  gap :55px;
          display: grid;
    grid-template-columns    :  1fr 1fr;
}

.mission-column h2 {
    font-size: 34px;
   color: #1a1a2e;
          margin-bottom: 22px;
    font-weight: 700;
}

.mission-column p {
	font-size: 17px;
   color: #546e7a;
    line-height: 1.85;
}  

.why-choose-segment {
  padding: 85px 0;
}

.why-section-title {
  color: #1a1a2e;
    text-align: center;
   font-weight: 700;
   margin-bottom  :     55px;
  font-size: 42px;
}

.reasons-list-container {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.reason-item-block
{
    background    :  #ffffff;
	padding: 32px 28px;
    border-radius  :   10px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
	border-left: 4px solid #667eea;
}

.reason-item-block h3 {
    font-size: 20px;
   color: #1a1a2e;
  margin-bottom: 12px;
   font-weight: 600;
}

.reason-item-block p {
  font-size: 15.5px;
  color: #546e7a;
   line-height: 1.7;
}

.location-info-block  {

	padding: 75px 0;
  background: #f8f9fa;
	}

.location-heading-text  
  {
  font-size: 38px;
   color: #1a1a2e;
        text-align: center;
  margin-bottom: 22px;
		font-weight: 700;
}

.location-description-p	{
  font-size: 17px;
  color    : #546e7a;
   text-align: center;
	 max-width: 780px;
   margin: 0 auto 38px;
    line-height: 1.8;
} 

.address-display-box {
    background:       #ffffff;
     max-width: 620px;
   margin: 0 auto;
    padding    : 38px 42px;
      border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.address-line-item

{
	    font-size    :17px;
   color: #546e7a;
  margin-bottom: 12px;
   line-height: 1.7;
     }

.address-line-item:last-child {
   margin-bottom :   0;
}

.thankyou-main-zone {
   padding: 95px 0;
  min-height   :       70vh;
}

.thankyou-content-center


{
	  max-width: 850px;
  text-align: center;
   margin:        0 auto;


     }

.success-icon-wrapper {
   margin-bottom: 35px;
  display    :      flex;
  justify-content: center;
}

.checkmark-circle {
  width  :     85px;
    height: 85px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    animation: scaleIn .5s ease;
}@keyframes scaleIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}.checkmark-stem {
	   position: absolute;
  width: 4px;
               height: 32px;
  background: #ffffff;
  left:   48px;
   top: 22px;
  transform: rotate(45deg);
	}

.checkmark-kick {
   position: absolute;

    width: 4px;

   height: 16px;

    background: #ffffff;

   left: 32px;

   top: 42px;

  transform: rotate(-45deg);
}

.thankyou-main-title {
      font-size: 48px;

	   color: #1a1a2e;

		margin-bottom   :     18px;

	    font-weight: 700;

} 

.thankyou-message-text {
    color   :   #546e7a;
   margin-bottom     :   55px;
   line-height: 1.8;
   font-size: 18.5px;
}

.next-steps-block {

		 background: #f8f9fa;
   border-radius     :  12px;
  text-align     :       left;
  padding: 45px 38px;
    margin-bottom: 45px;}

.next-steps-block h2 {
    font-size: 32px;
	color: #1a1a2e;
  margin-bottom: 32px;
  text-align: center;
   font-weight: 700;
}

.steps-timeline {
  display: flex;
          flex-direction: column;
  gap :    28px;
}

.timeline-step-item {
  align-items: flex-start;
  display: flex;
  gap: 22px;
}

.step-marker {
    min-width: 48px;
                    height: 48px;
    border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color:  #ffffff;
   display: flex;
   align-items: center;
  justify-content: center;
	 font-size: 22px;
  font-weight: 700;
}

.step-content-text h3 {
    font-weight: 600;
    font-size: 20px;
   margin-bottom: 8px;
                    color: #1a1a2e;
}

.step-content-text p {
   	font-size: 16px;
	    color: #546e7a;
	  line-height: 1.7;}

.contact-reminder-box {
    background: #fff3cd;
   padding: 32px;
  border-radius: 10px;
  margin-bottom: 45px;
   border-left   :5px solid #ffc107;
}

.contact-reminder-box h3 {
   font-size :        22px;
       color: #1a1a2e;
    margin-bottom: 12px;
    font-weight: 600;
}

.contact-reminder-box p {
  font-size: 16.5px;
    color :        #546e7a;
    margin-bottom: 8px;
}

.phone-number-display {


    font-size: 24px !important;
  color: #667eea !important;
    font-weight: 700 !important;
	margin-top: 12px !important;
	}

.explore-more-section {
  margin-bottom: 45px;
}

.explore-more-section h3 {
          font-size: 26px;
   color: #1a1a2e;
  margin-bottom: 28px;
  font-weight    :   600;
}

.explore-links-grid {
     display    :     grid;
  grid-template-columns: 1fr 1fr;
   gap: 25px;
}

.explore-card-link {
   background: #ffffff;
    padding   :      28px 24px;
   border-radius: 10px;
    text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
	transition: transform .3s ease, box-shadow .3s ease;
    text-align: left;
}

.explore-card-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.explore-card-link h4 {
    font-size: 19px;
   margin-bottom   :      10px;
   font-weight: 600;
  color :      #1a1a2e;
}

.explore-card-link p {
   font-size: 15px;
  color: #546e7a;
   line-height    :       1.6;
}

.return-home-action  
  {
    margin-top: 48px;
}

.back-home-button {
   display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	 color: #ffffff;
  padding: 15px 42px;
  text-decoration: none;
    border-radius: 8px;
                    font-size: 17px;
    font-weight: 600;
   transition: transform .3s ease, box-shadow .3s ease;
	
}

.back-home-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, .4);
}@media (max-width: 992px) {
    .story-content-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    
    .method-content-flex {
        flex-direction: column;
    }
    
    .mission-two-col {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    
    .about-main-title {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .about-main-title {
        font-size: 38px;
    }
    
    .values-cards-layout {
        grid-template-columns: 1fr;
    }
    
    .stats-grid-display {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    
    .team-features-row {
        grid-template-columns: 1fr;
    }
    
    .reasons-list-container {
        grid-template-columns: 1fr;
    }
    
    .explore-links-grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou-main-title {
        font-size: 36px;
    }
    
    .next-steps-block {
        padding: 32px 24px;
    }
}

@media (max-width: 480px) {
    .about-main-title {
        font-size: 32px;
    }
    
    .thankyou-main-title {
        font-size: 30px;
    }
    
    .stat-number-big {
        font-size: 42px;
    }
}