* {
    margin: 0;
  padding: 0;
   box-sizing: border-box;
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

	    line-height: 1.6;

	  color: #2c3e50;

	                    background:       #ffffff;
}

.topbar-wrapper {
       background :       #1a2332;
   padding:        18px 0;
    position: sticky;
   top: 0;
         z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);}

.nav-inner {
  max-width: 1240px;
        margin: 0 auto;
    display: flex;
  justify-content: space-between;
   align-items: center;
	padding: 0 25px;}

.brand-section img {
  height: 48px; 
    width: auto;
}

.links-container {
 display: flex;
  gap: 35px;
}

.nav-link

{
   color: #ecf0f1;
  text-decoration: none;
	 font-size: 16px;
  transition: color 0.3s;
  font-weight     :       500;
}

.nav-link:hover {
  color: #3498db;
}

.mobile-toggle {
    background :      none;
    display: none;
  flex-direction: column;
  gap: 5px;
   padding: 8px;
  cursor: pointer;
    border    :  none;
}

.burger-line {
   width: 28px;
  height: 3px;
   background: #ecf0f1;
   transition: 0.3s;
}

.hero-main {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding     :      90px 25px;
       color: white;
}

.hero-content-wrapper {
          max-width:  1240px;
  margin: 0 auto;
   display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 60px;
  align-items: center;
}

.text-block-hero h1 {
    font-size: 48px;
   margin-bottom    :      24px;
    line-height :    1.2;
    font-weight: 700;

}

.hero-subtitle 
 {
   font-size: 19px;
  margin-bottom: 32px;
    line-height  : 1.7;
  opacity: 0.95;
}



.primary-btn {
	display: inline-block;
    background: #f39c12;
   color: white;
          padding: 16px 38px;
   text-decoration :     none;
      border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
  transition: background 0.3s, transform 0.2s;
}

.primary-btn:hover {
    background  : #e67e22;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}

.image-block-hero img {
  width     :     100%;
    border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
} 

.services-area {
   padding: 85px 25px;
  background: #f8f9fa;
	
}



.services-inner {
    max-width: 1240px;
  margin: 0 auto;
}

.services-inner h2 {
   text-align: center; 
	  font-size    :    42px; 
	   margin-bottom: 55px; 
	    color: #2c3e50;
}

.service-grid {
   display : grid;
  grid-template-columns: repeat(3, 1fr);
	 gap: 35px;
}

.service-item {
    background: white;
 padding: 38px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
       transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.service-item h3 {

	  font-size: 24px;
  margin-bottom     : 16px;
	color: #34495e;


}

.service-item p {
  color: #5a6c7d; 
    line-height: 1.7;
}

.approach-showcase {
   padding: 85px 25px;
    background: white;
}

.approach-container {
  max-width: 1240px; 
     margin: 0 auto; 
  display: grid; 
    grid-template-columns: 1fr 1fr; 
	gap: 65px; 
    align-items: center;
}

.image-side img {

	  width: 100%;
      border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
     }

.content-side h2 {
  font-size:      38px;
    margin-bottom: 22px;
  color: #2c3e50;
}

.content-side p {
  margin-bottom: 18px; 
    color: #5a6c7d; 
      line-height: 1.8;
}

.approach-list {
   list-style     :        none;
   padding-left: 0;
}

.approach-list li
{
    padding: 11px 0 11px 32px;
    position: relative;
    color :       #34495e;

}

.approach-list li:before {
  content: "→";
 position: absolute;
  left: 0;
    color: #3498db;
   font-weight: bold;
  font-size: 20px;
}

.cta-block {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	 padding: 75px 25px;
    text-align: center;
  color  :      white;
}

.cta-content h2 {
   font-size: 44px;
  margin-bottom: 20px;
}

.cta-description {
          font-size: 20px;
   margin-bottom   :      35px;
   max-width: 780px;
  margin-left: auto;
   margin-right: auto;
   line-height: 1.6;
}

.cta-button {
   display: inline-block; 
	   background: white; 
	   color: #f5576c; 
	   padding: 18px 42px; 
	   text-decoration: none; 
	  border-radius: 6px; 
	   font-weight: 700; 
		 font-size: 18px; 
	          transition: transform 0.2s, box-shadow 0.3s;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.benefits-zone {
	padding: 85px 25px;
    background: #f8f9fa;
}

.benefits-wrapper {


    max-width: 1240px;
  margin: 0 auto;
}

.benefits-wrapper h2 {
   text-align: center;
  font-size: 42px;
    margin-bottom: 55px;
      color: #2c3e50;
}

.benefits-layout {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.benefit-card {
  background: white;
      padding     :        32px;
   border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.benefit-card h3 {
    font-size :     22px;
   margin-bottom: 14px;
  color: #34495e;
}

.benefit-card p {
   color: #5a6c7d;
	   line-height  : 1.6;
	   font-size: 15px;
}

.testimonials-section {

	   padding: 85px 25px;
  background: white;
	}

.testimonials-container {
	max-width: 1240px;
	margin: 0 auto;
}

.testimonials-container h2 {
  text-align: center;
   font-size: 42px;
	margin-bottom: 55px;
   color: #2c3e50;
}

.testimonial-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.testimonial-box
	{
    background: #f8f9fa;
   padding: 35px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.testimonial-text {
  font-style  :       italic;
    color: #34495e;
  margin-bottom: 18px;
    line-height: 1.7;
}

.client-name {
     font-weight: 600;
               color     :   #2c3e50;
}  

.gallery-display
{
	         padding: 85px 25px;
   background: #f8f9fa;}

.gallery-wrap {
   max-width: 1240px;
	 margin: 0 auto;


}

.gallery-wrap h2 {
  margin-bottom: 55px;
    text-align: center;
               color     :       #2c3e50;
  font-size: 42px;
}

.photo-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;

}

.gallery-photo {
    width: 100%;
  height: 280px;
     object-fit: cover;
   border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
   transition: transform 0.3s;
}

.gallery-photo:hover {
  transform: scale(1.03);
}

.contact-section {
                    padding: 85px 25px;
  background: white;
}

.contact-wrapper
	{
    max-width: 1240px;
  margin: 0 auto;
	display: grid;
    grid-template-columns: 1fr 1.3fr;
	 gap: 60px;
}

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 22px;
  color: #2c3e50;
}

.contact-info-block p {
   color   :  #5a6c7d;
    line-height    :    1.8;
    margin-bottom: 28px; 
	
}

.info-details p

{
   margin-bottom: 18px;
	
}

.info-details strong {
  color: #2c3e50; 

}

.contact-form {
  background   :      #f8f9fa;
  border-radius: 8px;
  padding:    42px;
}

.form-group {
	        margin-bottom: 24px;
     }

.form-group label {
    display: block;
     margin-bottom: 8px;
  font-weight   :600;
    color: #34495e;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 13px;
   border: 1px solid #dcdde1;
    border-radius: 5px;
   font-size: 15px;
                    font-family: inherit;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus   {
   outline: none;
  border-color: #3498db;
}

.submit-btn    {
	border-radius: 6px;

    padding: 15px 40px;

    font-size :   17px;

   border   :none;

   background: #3498db;

    font-weight :   600;

  color   : white;

    transition: background 0.3s, transform 0.2s;

    cursor: pointer;
}

.submit-btn:hover  
  {
   background: #2980b9; 
	  transform: translateY(-2px);
}

.site-footer {
   background: #1a2332;
  color: #ecf0f1;
    padding: 60px 25px 25px;
}

.footer-content {
  max-width: 1240px;
   margin  :0 auto;
   display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    margin-bottom: 40px;
}

.footer-logo {
    height: 42px;
    width  :        auto;
	 margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.footer-description {
  color: #bdc3c7;
  line-height: 1.7;
    font-size: 14px;
}

.footer-col h4 {
  margin-bottom: 18px;
  font-size: 18px;
   color: #ecf0f1;
}

.footer-col a {
	               display: block;
  color: #bdc3c7;
  text-decoration: none;
    margin-bottom: 10px;
  transition: color 0.3s;
     }

.footer-col a:hover {
   color: #3498db;

}

.footer-col p {


    color: #bdc3c7;
					line-height: 1.7;
  font-size: 14px;}

.footer-bottom {
	max-width: 1240px;
   margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid #34495e;
} 

.footer-bottom p {
   color: #bdc3c7;
   font-size: 14px;
}@media (max-width: 968px) {
.mobile-toggle {
display: flex;
}

.links-container {
display: none;
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #1a2332;
padding: 20px;
gap: 15px;
}

.links-container.active {
display: flex;
}

.hero-content-wrapper {
grid-template-columns: 1fr;
gap: 40px;
}

.text-block-hero h1 {
font-size: 36px;
}

.service-grid {
grid-template-columns: 1fr;
}

.approach-container {
grid-template-columns: 1fr;
}

.benefits-layout {
grid-template-columns: repeat(2, 1fr);
}

.testimonial-grid {
grid-template-columns: 1fr;
}

.photo-grid {
grid-template-columns: 1fr;
}

.contact-wrapper {
grid-template-columns: 1fr;
}

.footer-content {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 580px) {
.text-block-hero h1 {
font-size: 28px;
}

.benefits-layout {
grid-template-columns: 1fr;
}

.footer-content {
grid-template-columns: 1fr;
}
}.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;
    }
}.page-hero-about   {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    padding: 120px 25px 80px;
   text-align    :    center;
    color: white;
	
}

.hero-text-wrapper h1 {
       font-size: 52px;
   margin-bottom: 20px;
    font-weight: 700; 

     }

.subtitle-hero {
  opacity: 0.93;
  font-size: 21px;
  line-height: 1.6;
    margin: 0 auto;
   max-width: 820px;
}

.story-segment {
	padding: 90px 25px;
         background     :   white;
	
}

.story-container {
   max-width: 1240px;
  margin:0 auto;
   display: grid;
   grid-template-columns: 1.2fr 1fr;
    gap: 55px;
	align-items: center;
}

.story-text h2 {
    font-size  :    40px;
	    margin-bottom:      26px;
	       color: #2c3e50;
}

.story-text p {
	color: #5a6c7d;
  font-size: 16px;
  margin-bottom: 20px;
    line-height: 1.8;
}

.story-image img		{
    width     :      100%;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
	}

.mission-values-area {


   padding: 90px 25px;

	  background: #f8f9fa; 

	}

.mission-wrapper {
  max-width: 1240px;
	margin: 0 auto;
} 

.mission-wrapper h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 58px;
   color: #2c3e50;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.value-block {
    background: white;
  padding: 40px;
    border-radius: 8px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

.value-block h3 {

    color: #34495e;

    font-size: 26px;

   margin-bottom: 16px;}

.value-block p {
  color: #5a6c7d; 
	    line-height: 1.75;
}

.approach-method {
  padding: 90px 25px; 
	    background: white;
}

.method-content {
  max-width: 1240px;
   margin: 0 auto;
}

.method-content h2 {
   text-align: center;
   font-size:        44px;
        margin-bottom: 58px;
	 color  :        #2c3e50;
}

.method-layout
{
   display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.method-step {
   background: #f8f9fa;
    text-align: center;
    transition: transform 0.3s;
   padding: 35px 20px;
	 border-radius: 8px;
}

.method-step:hover {
  transform: translateY(-5px);
}

.step-number {
  font-size: 48px;
  font-weight: 700;
	color: #3498db;
    margin-bottom: 18px;
}

.method-step h3 {
  font-size: 23px;
   margin-bottom: 14px;
	color: #34495e; 

}

.method-step p {
   color  :       #5a6c7d; 
   line-height: 1.7; 
	font-size: 15px;
}

.experience-section {
    padding: 90px 25px;
  background: #f8f9fa;
}

.experience-wrap {
    max-width: 1240px;
    margin  :      0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
   gap: 55px;
  align-items: center;
}

.exp-image-side img {
   width: 100%;
    border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.exp-content-side h2 {
   font-size   :40px;
	margin-bottom: 26px;
       color     :      #2c3e50;
	


}

.exp-content-side p {
	  margin-bottom: 20px;
  color: #5a6c7d;
   line-height: 1.8;
  font-size: 16px;
}

.stats-showcase {
    padding: 90px 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.stats-container {
	 max-width: 1240px;
                    margin   :    0 auto;
} 

.stats-container h2 {
   text-align: center;
     font-size: 44px;
	 margin-bottom: 58px;
}

.numbers-grid {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap: 38px;
}

.stat-item {
    text-align  :       center;
   padding: 30px;
  background: rgba(255,255,255,0.1);
   border-radius: 8px;
  backdrop-filter: blur(10px);
	
}

.stat-number {
  font-size: 56px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stat-label {
  font-size: 17px;
    opacity: 0.9;
}

.philosophy-zone {
                    padding :   90px 25px;
               background: white;
}

.philosophy-wrapper


{
  max-width: 920px;
	  margin: 0 auto;
	   text-align: center;
}

.philosophy-wrapper h2 {
      font-size: 44px;
  margin-bottom: 38px;
	color: #2c3e50;}

.philosophy-content p {
  color: #5a6c7d;
    text-align: left;
    font-size: 17px;
    margin-bottom: 24px;
  line-height: 1.85;
}

.workspace-visual {
    padding: 90px 25px;
       background  :       #f8f9fa;
}

.workspace-container {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.workspace-container h2
	{
                    font-size: 44px;
  margin-bottom  :      20px;
    color: #2c3e50;
}

.workspace-desc {
    font-size  :18px;
     color: #5a6c7d;
       margin-bottom: 45px;
      max-width: 780px;
     margin-left: auto;
     margin-right: auto;
     line-height: 1.7;
}

.workspace-images {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.workspace-img {
  width:   100%;
  height: 340px;
   object-fit: cover;
    border-radius     :  10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.cta-about-bottom {
                    padding: 80px 25px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
   text-align: center;
   color: white;
}

.cta-about-content h2 {
    font-size: 42px;
  margin-bottom: 22px;
}

.cta-about-content p {
	 margin-right: auto;
   margin-left: auto;
	margin-bottom: 35px;
   max-width: 720px;
  font-size: 19px;
}

.button-cta-about {
    display: inline-block;
	    background: white;
	   color: #f5576c;
	  padding: 17px 40px;
	    text-decoration: none;
	  border-radius: 6px;
	  font-weight: 700;
	    font-size: 17px;
	  transition: transform 0.2s, box-shadow 0.3s;
}

.button-cta-about:hover

{
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(0,0,0,0.2);
}

.thankyou-main {
   padding  :   80px 25px;
    background: #f8f9fa;
   min-height  :  70vh;
}

.thankyou-container {
  max-width: 1240px;
    margin: 0 auto;
  display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
}

.thankyou-content {
    background: white;
   padding: 55px;
  border-radius   : 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.checkmark-circle {


  border-radius: 50%;
   background: #27ae60;
   position: relative;
  height: 90px;
    width: 90px;
  margin: 0 auto 30px;
     }

.checkmark-icon {
  position: absolute;
  top: 50%;
               left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
   width: 25px;
  height: 45px;
   border: solid white;
    border-width: 0 5px 5px 0;
}

.thankyou-content h1 {
     font-size: 40px;

	   margin-bottom   :  22px;

	   color: #2c3e50;

	  text-align  :      center;
	}

.thankyou-message {
   font-size: 18px;
   color: #5a6c7d;
  text-align: center;
  margin-bottom: 45px;
	line-height: 1.7;
}

.next-steps h2  
  {
    font-size: 30px;
  margin-bottom: 28px;
	color: #34495e;
   text-align: center;
}

.steps-list {
   margin-bottom: 40px; 
	
} 

.step-item {

	  display:      flex;
   gap: 20px;
   margin-bottom: 24px;
   align-items: flex-start;

}

.step-icon {
    min-width: 42px;
       height: 42px;
  background: #3498db;
    color: white;
   border-radius: 50%;
   display    : flex;
  align-items: center;
		 justify-content: center;
   font-weight: 700;
   font-size     :18px;
}

.step-item p {
   color: #5a6c7d;
  line-height: 1.7;
  padding-top: 8px;
}

.action-buttons {
  display: flex;
     gap: 18px;
  justify-content:   center;
	
}

.btn-primary-ty {
   display:    inline-block;
    background: #3498db;
    color: white;
    padding     :      15px 32px;
    text-decoration: none;
   border-radius:    6px;
    font-weight: 600;
	transition    :  background 0.3s; 
	
}

.btn-primary-ty:hover {

  background: #2980b9;
     } 

.btn-secondary-ty
{
   display: inline-block;
    background :white;
   color: #3498db;
    padding: 15px 32px;
  text-decoration: none;
   border-radius  :6px;
    font-weight: 600;
  border: 2px solid #3498db;
	transition: all 0.3s;
}

.btn-secondary-ty:hover {
   background: #3498db;
   color: white;
}

.thankyou-sidebar {
    display: flex;
  flex-direction: column;
    gap  :        22px;
}

.sidebar-box {
   background: white;
    padding: 30px;
    border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.sidebar-box h3 {
	   font-size: 22px;
   margin-bottom: 14px;
  color: #34495e;

}

.sidebar-box p {
  color: #5a6c7d;
    line-height: 1.7;
   font-size: 15px;
}

.phone-highlight  
  {
    font-size: 20px;
  font-weight: 700;
               color: #3498db;
	margin-top   : 10px;
}

.info-box {


					background: #f8f9fa;
   border-left: 4px solid #3498db;}@media (max-width: 968px) {
.story-container {
grid-template-columns: 1fr;
}

.values-grid {
grid-template-columns: 1fr;
}

.method-layout {
grid-template-columns: repeat(2, 1fr);
}

.experience-wrap {
grid-template-columns: 1fr;
}

.numbers-grid {
grid-template-columns: repeat(2, 1fr);
}

.workspace-images {
grid-template-columns: 1fr;
}

.thankyou-container {
grid-template-columns: 1fr;
}

.thankyou-content {
padding: 35px;
}
}

@media (max-width: 580px) {
.page-hero-about .hero-text-wrapper h1 {
font-size: 36px;
}

.method-layout {
grid-template-columns: 1fr;
}

.numbers-grid {
grid-template-columns: 1fr;
}

.action-buttons {
flex-direction: column;
}
}