* {

  margin: 0;
   padding: 0;
  box-sizing: border-box;

}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
   color: #2c3e50;
  background: #fefefe;
}

.content-container {
    max-width: 1240px;
  margin:   0 auto;
  padding  :0 25px;
}

.main-navigation {


   background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
	position: sticky;
    top: 0;
    z-index: 999;
    padding: 18px 0;


}


.nav-wrapper {
   max-width  : 1240px;
    margin: 0 auto;
   padding: 0 25px;
  display: flex;
          justify-content: space-between;
   align-items: center;
}

.brand-section .site-logo {
    height:   52px;
 display: block;
}

.nav-links {
   gap  :      35px;
   display: flex;
   align-items    :   center;
}

.nav-item {
       color: #34495e;
  text-decoration: none;
  font-weight: 500;
	 font-size: 16px;
    transition: color 0.25s;
   position: relative;
}

.nav-item:hover, .nav-item.active {
    color    :     #e74c3c;
     }

.nav-item.active::after {
  content: '';
   position: absolute;
  bottom: -6px;
   left: 0;
  width: 100%;
  height: 2px;
    background: #e74c3c;
}

.menu-toggle  
  {
   display: none;
  background: none;
    border: none;
  cursor: pointer;
    flex-direction: column;
	 gap: 5px;
   padding: 8px;
}

.burger-line {
   width: 28px;
    height: 3px;
    background :  #34495e;
  transition:all 0.3s;
  border-radius: 2px;
}

.hero-section {
	   display: flex;
   align-items: center;
   gap: 60px;
  max-width: 1240px;
  margin: 80px auto;
   padding: 0 25px;

}

.hero-content {

	                    flex: 1;
	


}  

.main-heading {
  font-size: 48px;
	color: #1a252f;
   margin-bottom     :        24px;
      line-height:1.2;
  font-weight: 700;
}

.hero-description {
   font-size: 19px;
    color: #546e7a;
    margin-bottom: 35px;
    line-height: 1.65;
}

.hero-actions {
       display: flex;
   gap: 20px;
	
}

.primary-btn {
	 background: #e74c3c;
  color: #fff;
                    padding: 16px 36px;
  text-decoration: none;
    border-radius: 6px;
  font-weight: 600;
    transition: background 0.3s, transform 0.2s;
   display: inline-block;
}

.primary-btn:hover {
   background: #c0392b;
  transform: translateY(-2px);


}

.secondary-btn {
	background: transparent;
    color: #e74c3c;
     padding: 16px 36px;
   text-decoration: none;
	 border-radius: 6px;
    font-weight: 600;
  border: 2px solid #e74c3c;
    transition: all 0.3s;
   display: inline-block;
}

.secondary-btn:hover {
   background: #e74c3c;
   color: #fff; 
	
}

.hero-visual {
  flex: 1;
}

.hero-image {
  width: 100%;
   height: auto;
    border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);


}

.intro-block {
	background    :#ecf0f1;
  padding: 70px 0;
    text-align: center;
}

.section-heading	{
   font-size: 38px;
	 color: #1a252f;
  margin-bottom: 22px;
    font-weight: 700;
}  

.section-heading.centered {
  text-align :        center;
}

.intro-text {
   font-size: 18px;
  color: #5a6c7d;
   max-width: 880px;
		margin: 0 auto;
   line-height: 1.8;
}

.offerings-area {
	  padding: 85px 0;
     }

.service-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap  :      35px;
  margin-top: 50px;
} 

.service-card {
		background: #fff;
	border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
          transition   :  transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.service-img {
    width: 100%;
    height     :     240px;
	object-fit: cover;
}

.service-title {
                    font-size   :     24px;
   color: #2c3e50;
    margin: 22px 24px 14px;
  font-weight: 600;
}

.service-desc {
   font-size: 16px;
  color: #636e72;
   margin: 0 24px 26px;
  line-height: 1.6;
}

.cta-section {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
   padding: 90px 0;
}

.cta-wrapper {


  display: flex;
   max-width: 1240px;
    margin: 0 auto;
          gap: 70px;
    padding: 0 25px;
 align-items: center;
     }

.cta-text-area


{
	flex:    1;
}

.cta-heading {
  font-size: 42px;
   color  :      #fff;
   margin-bottom: 20px;
  font-weight:    700;
}

.cta-description {
   font-size: 18px;
          color: #fce4e0;
 margin-bottom: 32px;
   line-height: 1.7; 
	
}


.cta-button {
  background: #fff;
	color: #e74c3c;
  padding: 17px 40px;
  text-decoration: none;
    border-radius: 6px;
  font-weight: 700;
   display: inline-block;
	 transition: transform 0.2s, box-shadow 0.3s;
}

.cta-button:hover {

	  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);}

.cta-image-area {
     flex: 1;
}

.cta-img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.benefits-zone {


  padding:        85px 0;
  background: #f8f9fa;
	}

.benefits-layout
{
      margin-top: 50px;
  display: grid;
    gap: 40px;
  grid-template-columns: repeat(2, 1fr);
	}

.benefit-item {

   background: #fff;
  padding: 35px;
   border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s;

}

.benefit-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.benefit-number {
  font-weight: 800;
	color: #e74c3c;
  font-size: 48px;
  margin-bottom: 16px;
          opacity: 0.7;
}  

.benefit-header {
  font-weight: 600;
  color: #2c3e50;
   font-size: 22px;
  margin-bottom  :   12px;
}

.benefit-text {
    font-size     :        16px;
    color: #5a6c7d;
  line-height: 1.65;
}

.contact-section {
    padding: 85px 0;
}

.contact-intro {
  max-width: 720px;
    color: #5a6c7d;
    margin: 0 auto 45px;
    text-align: center;
   font-size: 17px;

}

.contact-form {
	max-width: 820px;
    margin    : 0 auto;
        background: #fff;
    padding: 45px;
    border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.form-row {
    display: grid;
   grid-template-columns: 1fr 1fr;
         gap: 25px;
    margin-bottom: 25px;
}

.input-group {
   display: flex;
  flex-direction: column;


}



.input-group.full-width {
  margin-bottom: 25px;
}

.form-label {
     font-size: 15px;
  color: #34495e;
   margin-bottom: 8px;
    font-weight: 500;


}

.form-input,
.form-select,
.form-textarea {
  padding: 14px 16px;
   border: 1.5px solid #d1d8dd;
  -moz-transition: border-color 0.3s;
  border-radius: 6px;
    -o-transition: border-color 0.3s;
   -webkit-border-radius: 6px;
   font-size: 15px;
                    font-family: inherit;
  -webkit-transition: border-color 0.3s;
         transition: border-color 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
   outline: none;
    border-color   :      #e74c3c; 

}

.form-textarea {
   min-height: 140px;
  resize: vertical;
}

.submit-btn  
  {
   background    :  #e74c3c;
   color: #fff;
  padding: 16px 45px;
	 border: none;
    border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
	 cursor: pointer;
   transition: background 0.3s, transform 0.2s;
  width: 100%;
}

.submit-btn:hover {
          background: #c0392b;
  transform: translateY(-2px);
}

.site-footer {
  background: #1a252f;
    color: #ecf0f1;
   padding: 60px 0 30px;
}

.footer-content {
    max-width: 1240px;
   margin: 0 auto;
	 padding: 0 25px;
          display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
	 margin-bottom: 40px;
}

.footer-logo {
    height: 48px;
   margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-description {
  font-size: 15px;
	 color :       #b0bec5;
   line-height: 1.7;
}

.footer-heading {
       margin-bottom: 18px; 
  color     :      #fff; 
  font-size: 18px; 
   font-weight: 600;

}

.footer-links     {
  list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a
{
       color: #b0bec5;
   text-decoration: none;
    transition: color 0.25s;
  font-size: 15px;
}

.footer-links a:hover {
   color: #e74c3c;
}



.footer-contact-item {
   font-size: 15px;
   color: #b0bec5;
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-bottom {

    max-width: 1240px;
     margin: 0 auto;
      padding: 25px 25px 0;
             border-top     :       1px solid #2d3e50;
       text-align: center;
}

.copyright-text    {
  font-size:        14px;
	color: #8899a6;
}@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        margin: 50px auto;
    }

    .main-heading {
        font-size: 38px;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .cta-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .benefits-layout {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding: 20px 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        display: none;
        gap: 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-item {
        padding: 12px 25px;
        width: 100%;
    }

    .main-heading {
        font-size: 32px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 30px 20px;
    }
}.policySection {

   padding: 80px 2rem;
   background : #f8f9fa; 
	}

.policyContainer {
   max-width: 800px;
	   margin: 0 auto;
	  text-align: left;
}

.policyContainer h2 {


  font-size: 2.5rem;
   font-weight: 700;
  margin-bottom: 1.5rem;
   color: #2c3e50;


}

.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-banner {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
   padding  :     120px 0 80px;
  text-align: center;
   position: relative;
}

.banner-overlay {
    max-width: 1240px;
   margin: 0 auto;
  padding: 0 25px;
}

.banner-title    {
    font-size: 52px;
 margin-bottom: 18px;
    color: #fff;
  font-weight: 800;
}

.banner-subtitle {

	    font-size: 20px;
    color: #ecf0f1;
        max-width: 680px;
  margin: 0 auto;
	}

.story-section {
   padding: 90px 0;
}

.story-layout {
  display: flex;
  gap: 60px;
    align-items: center;
}

.story-text {
   flex: 1;
}

.story-paragraph {
    font-size: 17px;
  color  :   #546e7a;
    margin-bottom: 20px;
	 line-height  :1.75;
}

.story-visual  
  {
  flex: 1;
}

.story-image {
	width: 100%;
  border-radius :        10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.mission-area {
    background: #e74c3c;
	padding: 70px 0;
       text-align    :     center;
}

.mission-area .section-heading {
  color: #fff;
}

.mission-description {
       font-size: 19px;
    color: #fce4e0;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.8;
}

.approach-zone {
               padding: 85px 0;
   background: #f8f9fa;
}

.approach-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.approach-card {
       background    :    #fff;
    padding: 38px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    text-align: center;
  transition: transform 0.3s;
}

.approach-card:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
}

.approach-icon-wrapper {
	margin-bottom  :     22px;
}

.approach-icon {
	 display :        inline-block;
   width: 70px;
   height: 70px;
  background: #e74c3c;
   color: #fff;
    font-size :     28px;
   font-weight: 700;
   line-height: 70px;
  border-radius: 50%;
}

.approach-title {
    font-size:       22px;
   color:       #2c3e50;
    margin-bottom: 14px;
    font-weight: 600;
}

.approach-description	{
    font-size     :16px;
   color: #636e72;
   line-height: 1.65;
}

.values-section {
  padding: 85px 0;
}

.values-container {
	    display: grid;
  grid-template-columns: repeat(2, 1fr);
	gap: 35px;
          margin-top: 50px;
}

.value-box {
   background: #ecf0f1;
      padding: 35px;
  border-radius: 8px;
	border-left: 5px solid #e74c3c;
}

.value-name {


   font-size: 24px;

	         color: #2c3e50;

	    margin-bottom: 14px;

	   font-weight: 700;
	}

.value-text {


          line-height: 1.7;

  font-size: 16px;

   color: #546e7a;}

.expertise-block {
  background: #f8f9fa;
  padding: 85px 0;

}

.expertise-content {
   display: flex;
    gap   :  60px;
  align-items: center;
}

.expertise-image-side   {
      flex: 1;
}

.expertise-img {
  width: 100%;
	 border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.expertise-text-side {
     flex: 1;
}  

.expertise-list {
  list-style: none;
    margin-top:25px;
}

.expertise-item {
   padding: 14px 0 14px 35px;
   font-size:  17px;
  color    :  #546e7a;
  position: relative;
   line-height: 1.6;
}

.expertise-item::before {
  content: '✓';
      position: absolute;
      left: 0;
       color: #e74c3c;
     font-weight: 700;
       font-size: 20px;
}

.location-info {
        padding: 85px 0;
}

.location-details {
       display: flex;
      gap: 60px;
    align-items: center;
  margin-top:      50px;
}

.location-text {

	   flex: 1;

}

.location-heading {
   font-size: 26px;
    color: #2c3e50;
     margin-bottom: 20px;
  font-weight: 600; 
	}

.location-address {
  font-size: 17px;
  color: #546e7a;
	 margin-bottom: 16px;
   line-height: 1.7;

}

.location-phone {
    font-size: 17px;
   color:  #546e7a;
   margin-bottom: 24px;
}

.location-note {
    font-size: 16px;
    color: #636e72;
   line-height: 1.7;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
}


.location-image {
  flex: 1;
}

.location-photo     {
    width: 100%;
    border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1); 
	
}

.cta-simple {
   background: #34495e;

    padding: 80px 0;

  text-align: center;
}

.cta-simple-title 
 {
  font-size: 40px;
   color: #fff;
     margin-bottom: 18px;
   font-weight: 700;
}

.cta-simple-text {
    font-size: 18px;
   color   :      #ecf0f1;
   margin-bottom: 32px;
    max-width   :        700px;
   margin-left: auto;
    margin-right: auto;
}

.cta-simple-btn {
  background: #e74c3c;
  color: #fff;
    padding: 16px 40px;
   text-decoration: none;
	 border-radius: 6px;
    font-weight: 600;
          display     : inline-block;
          transition: background 0.3s, transform 0.2s; 

}

.cta-simple-btn:hover {
   background: #c0392b;
  transform: translateY(-2px);
}

.thankyou-wrapper {
  min-height: calc(100vh - 200px);
   display: flex;
  align-items: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ecf0f1 100%);
}

.thankyou-container {

                    max-width: 920px;
  margin: 0 auto;
   padding: 0 25px;
   text-align: center;
     }

.thankyou-icon-box {
   margin-bottom: 35px;
}

.success-checkmark {
    width: 100px;
    height: 100px;
  margin: 0 auto;
	
}  

.check-circle		{
    width: 100px;
  height: 100px;
  background    :        #27ae60;
   border-radius: 50%;
	position: relative;
               animation: scaleIn 0.4s ease-in-out;
}@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}.check-mark {
  width: 30px;
  height    :        55px;
  border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
   position: absolute;
   top: 50%;
   left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
    animation: checkDraw 0.3s 0.2s ease-in-out forwards;
	opacity: 0;
}@keyframes checkDraw {
    0% {
        opacity: 0;
        height: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        height: 55px;
        width: 30px;
    }
}.thankyou-heading {
   font-size: 44px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.thankyou-message {
   color  :    #546e7a;
  font-size: 18px;
    line-height: 1.75;
  margin-bottom: 50px;
}  

.thankyou-details {
    background: #fff;
    padding: 45px;
   border-radius   :       10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 45px;
}

.details-heading    {
    font-size: 28px;
      color: #2c3e50;
      margin-bottom: 32px;
      font-weight: 600;
}

.next-steps {
  display: flex;
   gap: 30px;
   justify-content: center;
}

.step-item {
    flex: 1;
  text-align: left;
    display: flex;
    gap     :        18px;
}

.step-number {
	width: 45px;
   height: 45px;
  background: #e74c3c;
    color  :    #fff;
	font-size: 20px;
   font-weight: 700;
       border-radius: 50%;
   display: flex;
	align-items   :  center;
	 justify-content: center;
  flex-shrink: 0;
}

.step-content 
 {
  flex: 1;
}

.step-title {
	   font-size  :     19px;
   color: #2c3e50;
   margin-bottom :      8px;
  font-weight: 600;
	}

.step-desc {
		 font-size  :      15px;
  color: #636e72;
  line-height: 1.6;
}

.thankyou-resources   {
    margin-bottom: 45px;
}

.resources-heading {
       font-weight: 600;
  font-size: 28px;
   color: #2c3e50;
  margin-bottom     :   16px;
}

.resources-intro {
    font-size    :        17px;
      color: #546e7a;
      margin-bottom: 30px;
}

.resource-links {
    display: flex;
   gap :     30px;
   justify-content: center;
}

.resource-link {
   flex: 1;
    max-width: 280px;
          background: #fff;
    border-radius: 8px;
       overflow: hidden;
   text-decoration: none;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
   transition: transform 0.3s;
}

.resource-link:hover 
 {
  transform: translateY(-5px);}

.resource-thumbnail {
    width: 100%;
   height   :       160px;
    object-fit: cover;
}

.resource-title {
   display: block;
  padding  :20px;
  font-size: 17px;
   color: #2c3e50;
  font-weight  :600;
}

.thankyou-actions {
    display: flex;
   gap: 20px;
   justify-content: center;
}@media (max-width: 992px) {
    .story-layout {
        flex-direction: column;
    }

    .approach-grid {
        grid-template-columns: 1fr;
    }

    .values-container {
        grid-template-columns: 1fr;
    }

    .expertise-content {
        flex-direction: column;
    }

    .location-details {
        flex-direction: column;
    }

    .next-steps {
        flex-direction: column;
    }

    .step-item {
        text-align: left;
    }

    .resource-links {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 38px;
    }

    .banner-subtitle {
        font-size: 17px;
    }

    .thankyou-heading {
        font-size: 34px;
    }

    .thankyou-details {
        padding: 30px 20px;
    }

    .thankyou-actions {
        flex-direction: column;
    }
}