* {
	  margin: 0;
   padding: 0;
   box-sizing     :       border-box;}

body {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2d3748;
  background: #ffffff;
     }

.topnav-wrapper {
                    background  :    #ffffff;
   padding: 1.2rem 0;
  position: fixed;
  width: 100%;
    top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.topnav-wrapper.scrolled {
	          padding: 0.8rem 0;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
     }

.nav-container-inner {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 20px;
  display: flex;
    justify-content: space-between;
  align-items: center;
}



.brand-section a {
   display: block;
}

.site-brand-img {
   height: 45px;
  width  :       auto;
}

.menu-trigger {
    display: none;
	flex-direction: column;
   cursor  :    pointer;
   gap : 5px;
}

.bar-line {
  width: 28px;
    height: 3px;
    background: #2d3748;
    transition: all 0.3s ease;
    border-radius: 2px; 
	
}

.menu-trigger.active .bar-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.menu-trigger.active .bar-line:nth-child(2) {
   opacity: 0;
}

.menu-trigger.active .bar-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-links-list


{
         display: flex;
  list-style: none;
  gap: 2.5rem;
    align-items  :     center;
}

.nav-links-list a {
    text-decoration: none;
   color     :#2d3748;
   font-weight: 500;
   font-size: 1.05rem;
    transition    :   color 0.3s ease;
  position: relative;
}

.nav-links-list a:hover {
   color    :  #4a5568;
}

.nav-links-list a::after {
     content: '';
	position:   absolute;
    bottom: -5px;
  left: 0;
   width: 0;
    height :2px;
  background: #4a5568;
   transition: width 0.3s ease;

}

.nav-links-list a:hover::after  
  {


   width: 100%;
	}

.hero-main-section {
    margin-top: 90px;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.hero-content-wrap {
  max-width: 1200px;
          margin: 0 auto;
   display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text-block h1 {
    font-size: 3rem; 
	line-height: 1.2; 
   color: #1a202c; 
   margin-bottom:   1.5rem; 
   font-weight: 700;
}

.hero-description-text


{

    font-size: 1.2rem;
	 color: #4a5568;
    margin-bottom: 2.5rem;
    line-height: 1.8;

}

.hero-btn-group {
       display  :      flex;
          gap: 1.5rem;
   flex-wrap: wrap;


}

.primary-action-btn,
.secondary-action-btn {

  padding: 15px 35px;
 text-decoration: none;
	border-radius: 8px;
   font-weight: 600;
   font-size: 1.05rem;
	transition: all 0.3s ease;
   display :   inline-block; 
	
	}

.primary-action-btn
	{
               color: #ffffff;
   background: #2d3748;
}

.primary-action-btn:hover {
  background: #1a202c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.secondary-action-btn {
	 background: transparent;
  color: #2d3748;
   border: 2px solid #2d3748;
}  

.secondary-action-btn:hover {
      background: #2d3748;
  color: #ffffff;
	}

.hero-visual-block img {
  width: 100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.info-segment-primary {
   padding: 100px 20px;
    background: #ffffff;
}

.segment-content-holder {
  max-width   :      1200px;
  margin: 0 auto;
}

.info-segment-primary h2		{

	  font-weight: 700;

	        margin-bottom: 1.5rem;

	      text-align: center;

	    font-size: 2.5rem;

	   color: #1a202c;
	}

.intro-paragraph-text
	{
	 text-align: center;
  font-size: 1.15rem;
   color: #4a5568;
  max-width: 800px;
                    margin: 0 auto 4rem;
   line-height    :       1.8;
}

.benefits-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2.5rem;
}

.benefit-card-item {
  background     : #f7fafc;
  padding: 2.5rem;
   border-radius: 10px;
   transition: all 0.3s ease;
}

.benefit-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.benefit-card-item h3 {
  font-size: 1.5rem;
   margin-bottom: 1rem;
   color: #1a202c;
}

.benefit-card-item p {
   color: #4a5568;
    line-height: 1.7;
}

.process-timeline-area {
   padding: 100px 20px;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

.timeline-wrapper-box {
   max-width: 1200px;
   margin: 0 auto;
}

.process-timeline-area h2 {
      font-size: 2.5rem;
   text-align: center;
    margin-bottom: 1.5rem;
   color     :        #1a202c;
  font-weight :     700; 
	

}

.method-intro-desc {
  text-align: center;
  font-size: 1.15rem;
   color: #4a5568;
    max-width :       750px;
   margin: 0 auto 4rem;
}

.steps-container-flex {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
	
}

.step-element-box {
     background: #ffffff;
    padding: 2.5rem;
  border-radius :        10px;
       position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);


	}

.step-number-badge {
 width: 60px;
   height: 60px;
   background: #2d3748;
      color: #ffffff;
      border-radius: 50%;
  display: flex;
	align-items: center;
    justify-content: center;
	 font-size: 1.5rem;
	 font-weight: 700;
  margin-bottom: 1.5rem;
}

.step-element-box h3 {
    font-size: 1.4rem;
  margin-bottom: 1rem;
   color     :       #1a202c;
}

.step-element-box p {
    color: #4a5568;
   line-height: 1.7;


} 

.showcase-portfolio-section {
  padding: 100px 20px;
    background: #ffffff;
}

.portfolio-inner-wrap {
	max-width: 1200px;
  margin: 0 auto;
}

.showcase-portfolio-section h2 {


  font-weight :     700;
   font-size: 2.5rem;
  margin-bottom  :4rem;
   text-align: center;
   color: #1a202c;
     }

.client-profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.profile-card-element    {
    -webkit-transition: all 0.3s ease; 
	  -moz-border-radius: 10px; 
	  -o-transition: all 0.3s ease; 
	   background: #f7fafc; 
	    -webkit-border-radius: 10px; 
	   border-radius   : 10px; 
	   overflow: hidden; 
	   transition: all 0.3s ease;


}

.profile-card-element:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.profile-card-element img {
    width :   100%;
   height: 250px;
    object-fit:       cover;
}

.profile-card-element h3 {
	 margin: 1.5rem 2rem 1rem;
    color: #1a202c;
  font-size: 1.5rem;


}

.profile-card-element p {
    padding: 0 2rem 2rem;
	    color: #4a5568;
	    line-height: 1.7;
}

.cta-conversion-block {
    padding: 100px 20px;
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  color: #ffffff;
}



.cta-inner-container {

		text-align: center;
  margin: 0 auto;
      max-width: 900px;


}

.cta-conversion-block h2 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
    font-weight: 700; 
	
}

.cta-supporting-text {
    font-size: 1.2rem;
	 margin-bottom  :   2.5rem;
  line-height: 1.8;
  color: #e2e8f0;
}

.cta-action-wrapper {
    margin-bottom: 1.5rem;
}

.cta-primary-button {
               display: inline-block;
    padding: 18px 45px;
  background :        #ffffff;
  color: #2d3748;
  text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
   font-size: 1.15rem;
   transition: all 0.3s ease;
}

.cta-primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.cta-reassurance-note		{
	   font-size: 0.95rem;
         color: #cbd5e0;
  font-style: italic;
     }

.additional-offerings-zone {
   padding :      100px 20px;
  background: #f7fafc;
	
}

.offerings-content-box {
     max-width: 1200px;
  margin: 0 auto;


}

.additional-offerings-zone h2 {
  font-size: 2.5rem;
  text-align: center;
    margin-bottom    :        4rem;
   color: #1a202c;
  font-weight: 700;
}

.offerings-flex-wrap

{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

.offering-item-card {
  background: #ffffff;
    padding: 2.5rem;
   border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
   transition: all 0.3s ease;
}

.offering-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.offering-item-card h3 {
	    font-size: 1.6rem;
   margin-bottom: 1rem;
 color  :#1a202c;}

.offering-item-card p {
  color: #4a5568;
  line-height   :    1.7;
  margin-bottom: 1.5rem;
}

.offering-link-btn {
    display: inline-block;
       padding: 12px 28px;
      background: #2d3748;
     color: #ffffff;
     text-decoration:     none;
      border-radius: 6px;
       font-weight: 600;
     transition: all 0.3s ease;
}

.offering-link-btn:hover {
    background: #1a202c;
  transform: translateX(5px);
}

.testimonials-social-proof {
   padding     :      100px 20px;
  background: #ffffff;
}

.testimonials-wrap-inner {
   max-width: 1200px;
   margin: 0 auto;
}


.testimonials-social-proof h2 {

	    font-size: 2.5rem;
    text-align: center;
  margin-bottom: 4rem;
               color  :  #1a202c;
  font-weight: 700;
}

.testimonial-cards-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 2.5rem;
}

.testimonial-single-card


{
   background: #f7fafc;
    padding: 2.5rem;
    border-radius: 10px;
   border-left: 4px solid #2d3748;
}

.testimonial-quote-text {
    color: #4a5568;
	 line-height:     1.8;
   margin-bottom: 1.5rem;
     font-size: 1.05rem;
   font-style: italic; 
	
}

.testimonial-author-name {
          color: #2d3748;
  font-weight: 600;
}

.contact-form-section {

	  padding: 100px 20px;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

.form-section-container     {
	  max-width   :900px;
   margin: 0 auto;
     }

.form-header-text {
    text-align: center;
   margin-bottom: 3rem;
}

.form-header-text h2
	{

     font-weight: 700;
     margin-bottom: 1rem;
    color: #1a202c;
	 font-size: 2.5rem;
     }

.form-header-text p {
          font-size    : 1.1rem;
                    color: #4a5568;
}

.contact-form-wrapper {
	background: #ffffff;
    padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08); 
	
}

.form-row-split{
          display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
   margin-bottom :  1.5rem;
}

.input-field-group {
  display: flex;

	  flex-direction: column;
}

.input-field-group label {
   margin-bottom: 0.5rem;
       color: #2d3748;
  font-weight: 600;
}

.input-field-group input,
.input-field-group select,
.input-field-group textarea {
  padding: 12px 15px;
		 border: 2px solid #e2e8f0;
   border-radius: 6px;
	 font-size: 1rem;
   font-family:       inherit;
    transition     :     all 0.3s ease;
} 

.input-field-group input:focus,
.input-field-group select:focus,
.input-field-group textarea:focus {
  outline: none;
   border-color: #2d3748;
  box-shadow: 0 0 0 3px rgba(45,55,72,0.1);
}

.input-field-group textarea
	{
   resize: vertical;
}

.form-submit-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.submit-form-btn {
   background: #2d3748;
	    cursor: pointer;
	    transition: all 0.3s ease;
	  border: none;
	   border-radius: 8px;
		font-size: 1.1rem;
	 font-weight: 600;
	  color: #ffffff;
	    padding: 15px 50px;
}

.submit-form-btn:hover  
  {
	 background: #1a202c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.site-footer-main {
    background :  #1a202c;
    color: #e2e8f0;
       padding: 60px 20px 20px;
}

.footer-content-grid {
  max-width: 1200px;
    margin: 0 auto;
    display: grid;
               grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap:3rem;
    margin-bottom: 3rem;
}

.footer-brand-column .footer-logo-img {
   height: 50px;
   margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.footer-description-text {
    color: #cbd5e0;
   line-height :   1.7;
}

.footer-links-column h4
	{
	margin-bottom: 1.5rem;
         color: #ffffff;
    font-size: 1.2rem;
}

.footer-nav-list {
	   list-style: none;}

.footer-nav-list li {
  margin-bottom: 0.8rem;
}

.footer-nav-list a {
    color: #cbd5e0;

	    text-decoration: none;

	   transition: color 0.3s ease;
}

.footer-nav-list a:hover {
          color: #ffffff;
}

.footer-contact-column h4 {
  margin-bottom: 1.5rem;
    color: #ffffff;
   font-size: 1.2rem;
}

.contact-detail-item {
   color: #cbd5e0;
    line-height: 1.8;
          margin-bottom: 0.8rem;
}

.footer-bottom-bar {
    max-width: 1200px;
   margin: 0 auto;
       padding-top: 2rem;
   border-top: 1px solid #2d3748;
	 text-align: center;
  color: #cbd5e0;
}

.cookie-notice-banner {
      display: none;

	  position: fixed;

	  bottom: 0;

	  left: 0;

	      right: 0;

	    background: #2d3748;

	  color: #ffffff;

	    padding : 1.5rem 20px;

	   z-index: 9999;

	  box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
	
     }

.cookie-banner-content {
   max-width: 1200px;
         margin: 0 auto;
    display  :     flex;
    justify-content: space-between;
	align-items: center;
    gap: 2rem;
}

.cookie-banner-content p {

	   flex: 1;
 font-size: 0.95rem;
  line-height: 1.6;


}

.cookie-buttons-group {
   display: flex;
          gap   :1rem;
   align-items: center;
}

.cookie-learn-more {
	color: #ffffff;
    text-decoration   :  underline;
  transition :       opacity 0.3s ease;
}

.cookie-learn-more:hover {
	          opacity: 0.8;
     }

.cookie-accept-btn {
	padding: 10px 25px;
   -webkit-border-radius: 6px;
    background: #ffffff;
    color: #2d3748;
  border: none;
    -webkit-transition: all 0.3s ease;
    -moz-border-radius: 6px;
  border-radius   :     6px;
   font-weight: 600;
   -moz-transition: all 0.3s ease;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-accept-btn:hover
	{
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,255,255,0.3);
}@media (max-width: 768px) {
    .menu-trigger {
        display: flex;
    }
    
    .nav-links-list {
        position: fixed;
        top: 75px;
        right: -100%;
        background: #ffffff;
        flex-direction: column;
        width: 100%;
        padding: 2rem 0;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        gap: 0;
    }
    
    .nav-links-list.active {
        right: 0;
    }
    
    .nav-links-list li {
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #edf2f7;
    }
    
    .hero-content-wrap {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-text-block h1 {
        font-size: 2rem;
    }
    
    .hero-description-text {
        font-size: 1.05rem;
    }
    
    .form-row-split {
        grid-template-columns: 1fr;
    }
    
    .footer-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons-group {
        flex-direction: column;
        width: 100%;
    }
    
    .cookie-accept-btn,
    .cookie-learn-more {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-text-block h1 {
        font-size: 1.7rem;
    }
    
    .info-segment-primary h2,
    .process-timeline-area h2,
    .showcase-portfolio-section h2 {
        font-size: 1.8rem;
    }
    
    .primary-action-btn,
    .secondary-action-btn {
        width: 100%;
        text-align: center;
    }
    
    .hero-btn-group {
        flex-direction: column;
        gap: 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-segment {
   margin-top :        90px;

	  padding     :    100px 20px;

	  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);

	                    color: #ffffff;

	    text-align: center;
}

.about-hero-inner h1 {

  font-size: 3.2rem;
   margin-bottom: 1.5rem;
    font-weight: 700; 
	
}

.about-hero-subtitle {
    font-size: 1.3rem;
   color: #e2e8f0;
  max-width: 800px;
  margin: 0 auto;
}

.story-narrative-block {
    padding: 100px 20px;
   background: #ffffff;
}

.story-content-wrapper {
  max-width: 1200px;
   margin: 0 auto;
   display: grid;
  grid-template-columns:    1fr 1fr;
    gap     :    60px;
   align-items: center;
}

.story-text-side h2 {
   color: #1a202c;
  margin-bottom: 2rem;
  font-size: 2.5rem;
                    font-weight: 700;
}

.story-text-side p {
   color: #4a5568;
	   line-height: 1.8;
	  margin-bottom: 1.5rem;
	   font-size: 1.05rem;
}

.story-visual-side img {
    width: 100%;
      height: auto;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.values-principles-area {
  padding: 100px 20px;
      background: #f7fafc;
}

.values-container-box {
  margin: 0 auto;
   max-width  :    1200px;
}

.values-principles-area h2 
 {
   font-size: 2.5rem;
    text-align: center;
	margin-bottom: 1.5rem;
   color     : #1a202c;
    font-weight: 700;
}

.values-intro-para {
  text-align: center;
   font-size: 1.15rem;
 color: #4a5568;
   max-width     :     750px;
  margin: 0 auto 4rem;
}

.values-grid-display {

	   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2.5rem;
     }

.value-single-card {
   background: #ffffff;
    padding: 2.5rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
   transition: all 0.3s ease;
}

.value-single-card:hover     {

	  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);}



.value-single-card h3 {
    font-size: 1.5rem;
     margin-bottom: 1rem;
   color: #1a202c;
}

.value-single-card p {
  color: #4a5568;
    line-height: 1.7;
} 

.team-showcase-segment {

	    padding: 100px 20px;
    background: #ffffff;
}

.team-wrapper-content {
   max-width: 1200px;
 margin: 0 auto;
}

.team-showcase-segment h2 {
  font-size: 2.5rem;
    text-align: center;
    margin-bottom :1.5rem;
  color: #1a202c;
  font-weight: 700;
}

.team-description-intro {
    text-align: center;
    font-size: 1.15rem;
	color    :   #4a5568;
  max-width: 800px;
  margin :    0 auto 4rem;
}

.expertise-areas-layout
	{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2.5rem;
} 

.expertise-block-item {
    background: #f7fafc;
	padding: 2.5rem;
   border-radius: 10px;
  border-left: 4px solid #2d3748;
}

.expertise-block-item h3 {
     font-size: 1.5rem;
  margin-bottom: 1rem;
          color: #1a202c;
}

.expertise-block-item p {
    color: #4a5568; 
	  line-height: 1.7;
}

.approach-methodology-zone {


          padding: 100px 20px;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

.methodology-inner-wrap {
   max-width     :  1200px;
  margin: 0 auto;
   display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 60px;
  align-items: center;
}

.methodology-visual-part img {
  width  :     100%; 
	    height: auto; 
	   border-radius   :    12px; 
	  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.methodology-text-part h2 {
   font-size: 2.5rem;
   margin-bottom   :   1.5rem;
  color: #1a202c;
    font-weight: 700;
}

.methodology-text-part p {
   color   :      #4a5568;
    line-height: 1.8;
    margin-bottom: 1.5rem;
   font-size: 1.05rem;
}

.methodology-highlight-box  {

		background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
  border-left: 4px solid #2d3748;
    margin-top:2rem;}

.methodology-highlight-box p {
   margin: 0;
  color: #2d3748;
}

.achievements-stats-area {
    padding: 100px 20px;
 background: #ffffff;
}

.stats-container-inner {

   max-width: 1200px;
  margin: 0 auto;


}

.achievements-stats-area h2 {
    font-size: 2.5rem;
   text-align     :      center;
  margin-bottom: 4rem;
   color: #1a202c;
    font-weight: 700;
}

.stats-numbers-grid {
    display :grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2.5rem;
}


.stat-item-box {
   text-align: center;
 padding: 2rem;
   background: #f7fafc;
    border-radius: 10px;
  transition: all 0.3s ease;


}

.stat-item-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.stat-number-display {
	    font-size: 3.5rem;
   font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;}  

.stat-label-text {
   color: #4a5568;
    font-size: 1.1rem;
}

.why-choose-section {
	                    padding: 100px 20px;
   background :      #f7fafc;
	}

.why-choose-content {
  margin: 0 auto;
   max-width     :       1200px;
}

.why-choose-section h2 {
   font-size: 2.5rem;
  text-align: center;
   margin-bottom: 4rem;
  color   :     #1a202c;
    font-weight: 700;
}

.reasons-flex-container {
   display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	  gap    :       2.5rem;
}

.reason-item-element
	{
	background: #ffffff;
	padding: 2.5rem;
    border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.reason-item-element h3 {
   font-size: 1.5rem;
   margin-bottom: 1rem;
   color: #1a202c;
}

.reason-item-element p {
   color: #4a5568;
   line-height  :       1.7;
}  

.journey-timeline-visual {
      padding: 100px 20px;
  background: #ffffff;
	
}

.timeline-visual-wrapper {
   max-width: 1200px;
  margin: 0 auto;
}

.journey-timeline-visual h2 {
    font-size: 2.5rem;
    text-align: center;
   margin-bottom: 4rem;
    color: #1a202c;
  font-weight: 700;
}

.timeline-steps-layout {
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
   gap: 2rem;
}

.timeline-step-card		{
	background: #f7fafc;
  padding   :     2.5rem;
    border-radius: 10px;
  position: relative;
}

.timeline-year-badge {
  border-radius   :      20px;
  color: #ffffff;
	padding: 8px 20px;
   display: inline-block;
   font-size: 1.1rem;
	 margin-bottom: 1.5rem;
   font-weight: 700;
  background: #2d3748;
}

.timeline-step-card h3 {


	 font-size: 1.4rem;
   margin-bottom: 1rem;
    color   :     #1a202c;
	}

.timeline-step-card p {
    color: #4a5568;
  line-height: 1.7;
}

.final-cta-about {
	  padding: 100px 20px;
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
	color: #ffffff;
   text-align     : center;
     }


.final-cta-wrapper {
   max-width: 900px;
   margin : 0 auto; 
	
}

.final-cta-about h2 {
   font-size   :2.8rem;
  margin-bottom     :        1.5rem;
  font-weight: 700;
}

.final-cta-wrapper p {
   font-size: 1.2rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
	color: #e2e8f0;
}

.cta-button-final {
   display: inline-block;
   padding: 18px 45px;
   background: #ffffff;
        color: #2d3748;
  text-decoration: none;
    border-radius: 8px;
         font-weight: 700;
    font-size: 1.15rem;
  transition: all 0.3s ease;
}

.cta-button-final:hover {
     transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,255,255,0.3);}

.thankyou-main-block     {
	margin-top: 90px;
   padding: 100px 20px;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  min-height   : 70vh; 
	
}

.thankyou-content-center {
  max-width: 900px;
  margin: 0 auto;
   text-align:        center;
}

.success-icon-wrapper {
	 margin-bottom: 2.5rem;
}

.success-checkmark {
    width  :    120px;
  height: 120px;
    margin: 0 auto;
    position  :       relative;
}

.check-icon-inner {
    height: 120px;
   position: relative;
    width: 120px;
}  

.icon-circle-bg {
  width: 120px;

	    height: 120px;

	       border-radius     :        50%;

	   background: #2d3748;

		position: absolute;

			 top: 0;

	   left :  0; 

}

.icon-fix-circle {
    width: 100px;
  height: 100px;
   border-radius: 50%;
    background     :   #f7fafc;
    position: absolute;
    top: 10px;
  left: 10px;
}

.icon-line {
  height: 5px;
    background :        #2d3748;
  display  :       block;
  border-radius: 3px;
  position: absolute;
    z-index: 10;
}

.line-tip {
   width: 30px;
          left: 25px;
  top: 65px;
  transform: rotate(45deg);
}

.line-long {
   width   : 55px;
	right :    20px;
   top: 50px;
  transform: rotate(-45deg);
}

.thankyou-main-block h1
	{
  font-size: 3rem;
    color     :#1a202c;
   margin-bottom: 1.5rem;
  font-weight: 700;
}

.thankyou-message-primary {
  font-size: 1.2rem;
	color: #4a5568;
  margin-bottom: 3rem;
  line-height: 1.8;
}

.thankyou-info-box {
    background: #ffffff;
  padding: 3rem;
    border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
    text-align: left;
}

.thankyou-info-box h2 {
  font-size: 2rem;
  color: #1a202c;
  margin-bottom: 2rem;
  text-align    : center;
}

.next-steps-list {
  display: flex;
   flex-direction: column;
   gap: 2rem;
}

.step-info-item {
  display :       flex;
   gap   :1.5rem;
   align-items: flex-start;
}

.step-number-circle {
    min-width: 50px;
  height: 50px;
	background: #2d3748;
   color: #ffffff;
  border-radius: 50%;
   display: flex;
  align-items     :  center;
    justify-content: center;
    font-size: 1.5rem;
  font-weight: 700;
} 

.step-text-content h3 {
       font-size: 1.3rem;
   color: #1a202c;
    margin-bottom: 0.5rem;
}

.step-text-content p {
   color: #4a5568;
               line-height: 1.7;
}

.additional-resources-block {
	 background: #ffffff;
   padding: 2.5rem;
	border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
	margin-bottom: 2.5rem;
	
}  

.additional-resources-block h2 {
	 margin-bottom: 1rem;
	font-size: 1.8rem;
    color: #1a202c;
}

.additional-resources-block p {
          color: #4a5568;
       margin-bottom:       2rem; 

}

.resource-links-wrapper {

	   display: flex;
  justify-content: center;
    flex-wrap: wrap;
  gap: 1.5rem;
}

.resource-link-btn,
.resource-link-btn-alt  {
	padding: 12px 30px;
   text-decoration: none;
   border-radius: 8px;
    font-weight    :   600;
   transition: all 0.3s ease;
   display: inline-block;
}

.resource-link-btn {
    background: #2d3748;
  color: #ffffff;
}  

.resource-link-btn:hover  
  {
          background: #1a202c;
  transform: translateY(-2px);
}

.resource-link-btn-alt {
  background: transparent; 
	  color: #2d3748; 
	    border: 2px solid #2d3748;
}

.resource-link-btn-alt:hover {
   background: #2d3748;
  color: #ffffff;
}

.contact-reminder-box {


  background: #edf2f7;
         padding: 2rem;
   border-radius: 8px;
   border-left: 4px solid #2d3748;
}

.contact-reminder-box p {
  color: #2d3748;
    margin-bottom: 0.5rem;
}

.contact-reminder-box p:last-child {
   margin-bottom: 0;
	
}

.phone-link-inline {
   color: #2d3748;
    font-weight: 600;
   text-decoration: none;
}

.phone-link-inline:hover		{
  text-decoration    :      underline;
	
}

.why-agencify-compact {
  padding: 80px 20px;
  background: #ffffff;
}

.compact-info-wrapper {
  max-width: 1200px;
    margin: 0 auto;


}

.why-agencify-compact h2 {
    font-size: 2.2rem;
   text-align: center;
                    margin-bottom: 3rem;
                    color: #1a202c;
    font-weight: 700;
}

.compact-benefits-grid		{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.compact-benefit-card {
    background: #f7fafc;
    padding: 2rem;
	border-radius: 10px;
}

.compact-benefit-card h3


{
   font-size    :1.3rem;
					margin-bottom:       1rem;
 color: #1a202c;
}

.compact-benefit-card p

{

  color: #4a5568;
  line-height: 1.7;
	}@media (max-width: 768px) {
    .about-hero-inner h1 {
        font-size: 2.2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .story-content-wrapper,
    .methodology-inner-wrap {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .thankyou-main-block h1 {
        font-size: 2rem;
    }
    
    .thankyou-message-primary {
        font-size: 1.05rem;
    }
    
    .step-info-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .resource-links-wrapper {
        flex-direction: column;
    }
    
    .resource-link-btn,
    .resource-link-btn-alt {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .stat-number-display {
        font-size: 2.5rem;
    }
    
    .thankyou-info-box {
        padding: 2rem;
    }
}