* {
  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;
}

.main-navigation {
    position: fixed;
  top: 0;
   width: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
   z-index: 1000;
    transition: all 0.3s ease;
}

.main-navigation.scrolled {
	      background: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.12);
}

.topbar-wrapper {
   display: flex;
					justify-content  :     space-between;
    align-items: center;
  max-width: 1320px;
                    margin: 0 auto;
    padding: 18px 30px;
}

.brand-section img.company-mark {
   height: 52px;
          width: auto;
}



.links-collection    {
   display: flex;
	list-style: none;
   gap: 45px;
}

.links-collection a {
	   text-decoration   :      none;
     color: #34495e;
	font-weight: 500;
  font-size: 16px;
    transition: color 0.3s;
   position: relative;
}

.links-collection a:hover {
  color: #e74c3c;
}

.links-collection a::after{
    position: absolute;
   height:    2px;
  content: '';
    bottom: -5px;
   transition :        width 0.3s ease;
    width: 0;
    background: #e74c3c;
   left :      0;
}

.links-collection a:hover::after {
    width    :      100%;
}  

.burger-toggle {


   display: none;
   flex-direction: column;
  cursor: pointer;
  gap: 5px;
	}

.burger-toggle span {
    transition: all 0.3s;
    width: 28px;
  background: #34495e;
  height: 3px;
	border-radius: 2px;


}

.burger-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.burger-toggle.active span:nth-child(2) {
  opacity: 0;
}

.burger-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.hero-block	{
                    margin-top: 88px;
     padding: 80px 30px;
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.content-layer
{
 max-width: 1320px;
   margin    :   0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  align-items: center;
}



.text-column h1
	{
    font-size: 48px;
   color: #2c3e50;
  margin-bottom: 25px;
    line-height: 1.2;
   font-weight: 700;
}

.lead-text {
  font-size: 18px; 
   color: #555; 
   margin-bottom: 35px; 
   line-height: 1.8;
}

.primary-action {
  display: inline-block;
   background: #e74c3c;
   color: white;
   padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
  font-weight: 600;
    transition: all 0.3s;
    font-size: 17px;
}

.primary-action:hover {

  background: #c0392b;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3); 
	
}

.visual-column img {

    width:       100%;
  height: auto;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
	}

.services-overview    {
  padding :     90px 30px;
   background: #ffffff;
}

.container-fluid {
    max-width: 1320px;
                    margin     :      0 auto;
}

.services-overview h2 {
  text-align: center;

	    font-size: 42px;

	  margin-bottom: 60px;

	    color: #2c3e50;


}

.services-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

.service-block {
   background: #f8f9fa;
   border-radius   :        10px;
    overflow: hidden;
   transition: transform 0.3s, box-shadow 0.3s;
}

.service-block:hover     {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);


}

.service-block img {
	width :100%;
   height: 240px;
   object-fit: cover;
}

.service-block h3   {
    padding :25px 25px 15px;
 font-size: 24px;
   color: #2c3e50;
}

.service-block p    {
  padding:    0 25px 30px;
    color: #666;
  line-height: 1.7;
}

.cta-banner {
  background: linear-gradient(to right, #e74c3c, #c0392b);
   padding: 80px 30px;
    text-align: center;
	
}

.cta-content h2 {

    color: white;
   font-size: 38px;
    margin-bottom: 20px;
	}

.cta-content p {
  color: rgba(255,255,255,0.95);
  font-size: 18px;
  max-width: 800px;
    margin: 0 auto 35px;
   line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background  : white;
  color: #e74c3c;
   padding  :16px 45px;
   text-decoration: none;
   border-radius: 6px;
   font-weight: 600;
   transition     :     all 0.3s;
	font-size: 17px;
	
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.methodology-section
{
   padding :     90px 30px;
  background :       #f8f9fa;
}

.wrapper-content {
  max-width: 1320px;
   margin: 0 auto;
    display :grid;
  grid-template-columns:    1fr 1fr;
    gap: 70px;
    align-items    :   center;
} 

.method-visual img {

	    width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15); 

}

.method-description h2 {
      font-size:       38px;
  margin-bottom: 25px;
    color: #2c3e50;
	}

.method-description p {
   margin-bottom: 20px;
   color :     #555;
  font-size: 16px;
   line-height     :       1.8;
}

.contact-area {
		 padding: 90px 30px;
   background: white;
}

.contact-wrapper


{

   max-width:     800px;
    margin: 0 auto;
     }

.contact-wrapper h2 {

    text-align: center;
        font-size: 42px;
   margin-bottom: 15px;
    color: #2c3e50;
}

.section-intro {
          text-align: center;
  color: #666;
	 margin-bottom: 45px;
    font-size: 17px;
}

.contact-form {
  background: #f8f9fa;
    padding  : 45px;
         border-radius: 10px;
}

.form-row {
     display: grid; 
   grid-template-columns: 1fr 1fr; 
   gap: 25px; 
  margin-bottom: 25px;
}

.input-group {
    display: flex;
  flex-direction: column;
}

.input-group label {
  margin-bottom: 8px;
   color: #2c3e50;
    font-weight: 500;
}



.input-group input,
.input-group select,
.input-group textarea {
   padding: 14px;
	border: 2px solid #dee2e6;
      border-radius: 6px;
  font-size: 15px;
   transition: border-color 0.3s;
  font-family     :  inherit;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: none;
    border-color    :     #e74c3c;
}

.submit-btn  {
 width: 100%;
   background: #e74c3c;
   color: white;
    padding: 16px;
   border: none;
    border-radius: 6px;
    font-size: 17px;
  font-weight: 600;
    cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}

.submit-btn:hover {
   background: #c0392b; 
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.site-footer {
     background: #2c3e50;
    color   :     white;
  padding: 60px 30px 30px;
	}

.footer-content {
  margin-bottom :40px;
	margin: 0 auto;
   max-width: 1320px;
   grid-template-columns: 2fr 1fr 1fr;
      gap: 50px;
    display: grid;


}

.footer-logo {
   height: 50px;
   margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-col h4 {
   margin-bottom: 20px;
    font-size   :        20px;
}

.footer-col ul {
    list-style: none;
} 

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: rgba(255,255,255,0.8);
   text-decoration: none;
   transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #e74c3c;
}

.footer-col p
	{
  color: rgba(255,255,255,0.8);
   line-height: 1.8;
   margin-bottom: 10px;
}

.footer-bottom {
	text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
}@media (max-width: 768px) {
    .burger-toggle {
        display: flex;
    }
    
    .links-collection {
        position: fixed;
        top: 88px;
        right: -100%;
        flex-direction: column;
        background: white;
        width: 70%;
        height: calc(100vh - 88px);
        padding: 40px 30px;
        transition: right 0.4s ease;
        box-shadow: -3px 0 15px rgba(0,0,0,0.1);
        gap: 0;
    }
    
    .links-collection.active {
        right: 0;
    }
    
    .links-collection li {
        margin-bottom: 25px;
    }
    
    .content-layer {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .text-column h1 {
        font-size: 36px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .wrapper-content {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 480px) {
    .topbar-wrapper {
        padding: 15px 20px;
    }
    
    .hero-block {
        padding: 60px 20px;
    }
    
    .text-column h1 {
        font-size: 30px;
    }
    
    .services-overview,
    .methodology-section,
    .contact-area {
        padding: 60px 20px;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}.page-hero-banner {
   margin-top: 88px;
  background: linear-gradient(rgba(44, 62, 80, 0.85), rgba(44, 62, 80, 0.85)), url('../assets/family_enterprise_leadership_development_19.webp') center/cover;
  padding: 120px 30px;
  text-align: center;
    color: white;
}

.hero-overlay h1 {
    font-size: 54px;
  margin-bottom :20px;
    font-weight: 700;
}

.subtitle-text {
  font-size: 22px;
  color: rgba(255,255,255,0.9);
}

.story-section {
    padding: 90px 30px;
   background: #ffffff;
}

.content-wrapper-main {
  max-width: 1320px;
  margin: 0 auto;
   display: grid;
   grid-template-columns :       1.2fr 1fr;
    gap: 60px;
  align-items: center;
}

.story-text-block h2 {
  font-size: 40px;
                    margin-bottom: 30px;
    color: #2c3e50;
}

.story-text-block p {
   margin-bottom   :22px;
  line-height   :    1.8;
  color: #555;
   font-size: 16px;
}

.story-visual-block img {
    width   :100%; 
    border-radius: 12px; 
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.mission-vision-area {
    padding: 80px 30px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.container-standard {

	    max-width:     1320px;
  margin: 0 auto;
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap   :      50px;
	


}

.mission-box,
.vision-box {
  background: white;
  padding:     45px;
  border-radius: 10px;
}

.mission-box h3,
.vision-box h3 {
  font-size: 28px;
  margin-bottom: 20px;
   color: #2c3e50;

}

.mission-box p,
.vision-box p {
  line-height  :     1.8;
					color  :      #555;
}

.values-showcase     {
	   padding: 90px 30px; 
	   background: #f8f9fa;
	}



.values-container{
    max-width: 1320px;
    margin: 0 auto;
}

.values-showcase h2 {
   text-align: center;
   font-size: 42px;
 margin-bottom: 60px;
    color: #2c3e50;
}

.values-layout {
   display     :      grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-card {
	   background: white;
          padding: 35px 25px;
  border-radius:        10px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align  : center;
     }

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.value-card h4 {
	font-size: 24px;
   margin-bottom: 15px;
    color  :     #e74c3c;
}

.value-card p {
   color: #666;
    line-height: 1.7;
}

.approach-methodology

{
     padding: 90px 30px;
	   background: white;}

.methodology-wrapper {

    gap: 60px;
  grid-template-columns: 1fr 1.2fr;
 align-items: center;
  max-width: 1320px;
  display: grid;
  margin: 0 auto; 
	
}

.approach-image img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.approach-content h2 {
                    font-size: 40px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.approach-content p {
   margin-bottom: 20px;
   line-height: 1.8;
   color: #555;
}

.results-section {
          padding:  80px 30px;
    background: #2c3e50;
   color: white;
}

.results-content {
   max-width: 1320px;
         margin: 0 auto;
    text-align: center;

}

.results-section h2 {
    font-size: 42px;

	    margin-bottom: 60px;
}

.stats-grid {
       display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 50px;
}

.stat-item
	{
    text-align :       center; 

}

.number-display {
          font-weight: 700;
	       font-size: 56px;
	   color  :        #e74c3c;
	  margin-bottom: 15px;
	  display: block;
}

.stat-item p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
}

.commitment-area {
  padding: 90px 30px;
    background: #f8f9fa;
}

.commitment-wrapper {
      max-width: 1320px;
   margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap:       60px;
   align-items: center;

}

.commitment-text h2


{
	 color: #2c3e50;
  margin-bottom: 25px;
   font-size: 40px;
	}

.commitment-text p {
   margin-bottom: 20px;
    line-height: 1.8;
  color: #555;
}

.commitment-visual img {
   width: 100%;
                    border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.thankyou-container {
   margin-top: 88px;
    padding: 100px 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
   min-height: 60vh;
}

.thankyou-content {
	max-width: 800px;
   margin: 0 auto;
          text-align: center;
}

.confirmation-icon    {
  margin-bottom: 35px;
  animation: scaleIn 0.5s ease-out;
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-content h1 {
   font-size: 48px;
   color: #27ae60;
	 margin-bottom: 25px;
	
}

.main-message {
    font-size: 20px;
  color: #2c3e50;
   margin-bottom: 15px;
    line-height:       1.7;
}

.secondary-message {
   font-size: 17px; 
	  color: #666; 
		 margin-bottom: 45px; 
	  line-height :     1.7; 
	
}

.next-steps-box {
    background: white;
    padding:    40px;
   border-radius: 10px;
    margin-bottom: 40px;
   text-align: left;
}

.next-steps-box h3 {
	font-size  :    26px;
    margin-bottom: 20px;
  color: #2c3e50; 
	
}

.steps-list {
  list-style: none;
	  padding-left: 0;
}

.steps-list li {
  padding: 12px 0 12px 35px;
  position: relative;
  color: #555;
    font-size: 16px;
}

.steps-list li::before {
  content: '✓';
    position: absolute;
      left:  0;
  color: #27ae60;
  font-weight: 700;
  font-size: 20px;
}

.action-buttons {
    display: flex;
	gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary		{
		 display: inline-block;
   padding: 16px 40px;
    text-decoration: none;
  border-radius: 6px;
   font-weight: 600;
  transition: all 0.3s;
	font-size: 16px;}

.btn-primary {
	 background: #e74c3c;
	color: white;
}

.btn-primary:hover {
   background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.btn-secondary {
  background: white;
  color: #e74c3c;
               border  :    2px solid #e74c3c;
	}

.btn-secondary:hover {
    background: #e74c3c;
    color: white;
}

.additional-info-section {
                    padding: 80px 30px;
  background  :white;
}

.info-wrapper {
  max-width: 1320px;
  margin     :  0 auto;
}

.additional-info-section h2 {
    text-align: center;
   font-size: 38px;
   margin-bottom: 50px;
    color: #2c3e50;
}

.info-cards-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
	 gap : 35px;
}

.info-card {
	background: #f8f9fa;
       padding: 35px 30px;
  border-radius: 10px;
    transition    :      transform 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card h4 {
  font-size: 22px; 
	  margin-bottom: 15px; 
		 color:      #e74c3c;


}

.info-card p {
      line-height    : 1.7;
   color: #666;}@media (max-width: 992px) {
    .values-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .info-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-hero-banner {
        padding: 80px 20px;
    }
    
    .hero-overlay h1 {
        font-size: 38px;
    }
    
    .content-wrapper-main,
    .methodology-wrapper,
    .commitment-wrapper {
        grid-template-columns: 1fr;
    }
    
    .container-standard {
        grid-template-columns: 1fr;
    }
    
    .values-layout {
        grid-template-columns: 1fr;
    }
    
    .thankyou-content h1 {
        font-size: 36px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-overlay h1 {
        font-size: 32px;
    }
    
    .story-text-block h2,
    .approach-content h2,
    .commitment-text h2 {
        font-size: 32px;
    }
    
    .mission-box,
    .vision-box {
        padding: 30px 25px;
    }
}.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;
    }
}