/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'poppins';
    line-height: 1.6;
    color: #3E563E;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Header and Navigation */
.header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 3px solid #203023;
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Orbitron';
    color: #203023;
}

.logo i {
    margin-right: 10px;
    font-size: 2rem;
}
.logo2 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    /* color: #CFDAE0; */
}

.logo2 i {
    margin-right: 10px;
    font-size: 2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: #3E563E;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #203023;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #203023;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: #3E563E;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(
135deg,
  rgba(0, 128, 0, 0.3),   /* green with 30% opacity */
  rgba(226, 232, 240, 0.7)
);
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;opacity: 0.4;
    object-fit: cover; /* make video cover background */
    /* z-index: -1; push behind content */
}

.hero2-background {
  position: absolute;
  inset: 0;
  /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><defs><pattern id='grid' width='50' height='50' patternUnits='userSpaceOnUse'><path d='M 50 0 L 0 0 0 50' fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.2'/></pattern></defs><rect width='100%' height='100%' fill='url(%23grid)'/></svg>"); */
    /* background-image: url("data:image/svg+xml,%3Csvg width='2400' height='3500' viewBox='600 -450 2400 3500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M1400.41 22.4359H159.706L-422.287 545.428V1773.62C-422.287 2998.43 778.736 3477.56 778.736 3477.56C778.736 3477.56 1982.4 3042.3 1982.4 1773.62V545.428L1400.41 22.4359Z' stroke='%23355E3B' stroke-opacity='0.9' stroke-width='11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='2400' height='3500' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */
  /* top: 90px;
  
  left: -150px; */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 952 1639" fill="none"><path d="M598.453 6H-142.453L-490 252.274V830.621C-490 1407.38 227.21 1633 227.21 1633C227.21 1633 946 1428.04 946 830.621V252.274L598.453 6Z" stroke="%23355E3B" stroke-opacity="0.9" stroke-width="5"/></svg>');
top: 192px;
  opacity: 0.3;
  background-size: 1000px 1000px; 
  background-repeat: no-repeat;
  height: 200vh;
}
.hero3-background {
  position: absolute;
  inset: 0;
  /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><defs><pattern id='grid' width='50' height='50' patternUnits='userSpaceOnUse'><path d='M 50 0 L 0 0 0 50' fill='none' stroke='%23ffffff' stroke-width='1' opacity='0.2'/></pattern></defs><rect width='100%' height='100%' fill='url(%23grid)'/></svg>"); */
    /* background-image: url("data:image/svg+xml,%3Csvg width='2400' height='3500' viewBox='600 -450 2400 3500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M1400.41 22.4359H159.706L-422.287 545.428V1773.62C-422.287 2998.43 778.736 3477.56 778.736 3477.56C778.736 3477.56 1982.4 3042.3 1982.4 1773.62V545.428L1400.41 22.4359Z' stroke='%23355E3B' stroke-opacity='0.9' stroke-width='11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='2400' height='3500' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */
  /* top: 90px;
  left: -150px; */
   background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 952 1639" fill="none"><path d="M598.453 6H-142.453L-490 252.274V830.621C-490 1407.38 227.21 1633 227.21 1633C227.21 1633 946 1428.04 946 830.621V252.274L598.453 6Z" stroke="%23355E3B" stroke-opacity="0.9" stroke-width="5"/></svg>');
top: 192px;
  opacity: 0.3;
  /* z-index: 999; */
  pointer-events: none;
  height: 200vh;

  background-size: 1000px 1000px; 
  background-repeat: no-repeat;
}
.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
}

.hero-text h1 {
    font-size: 6.5rem;
    font-family: 'Orbitron';
    line-height: 100px;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #091008;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #3E563E;
    position: relative;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.hero-image {
    text-align: center;
}

.hero-image i {
    font-size: 15rem;
    color: #203023;
    position: relative;
    /* opacity: 0.8; */
}

/* Trust Banner */
.trust-banner {
    background: #203023;
    /* color: #CFDAE0; */
    color: #fff;
    padding: 2rem 0;
    position: relative;
}

.trust-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.trust-item i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.trust-item span {
    font-weight: 600;
}

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #203023 0%, #203023 100%);
    color: #fff;
    padding: 120px 0 80px;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-family: 'Orbitron';
}

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: #203023;
    color: #fff;
}

.btn-primary:hover {
    background: #203023;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #203023;
    border: 2px solid #94A98A;
}

.btn-secondary:hover {
    background: #203023;
    color: #fff;
    border: 2px solid #203023;

}

/* Features Section */
.features {
    padding: 80px 0;
    background: #f8fafc;
    position: relative;
}

.features h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}
.contact-form input::placeholder,.contact-form textarea::placeholder,
.contact-form select::placeholder{
    color: #CFDAE0;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    /* border-top: 4px solid #203023; */
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 3rem;
    color: #203023;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Services Preview */
.services-preview {
    padding: 80px 0;
}

.services-preview h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.service-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    /* border-left: 4px solid #203023; */
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 3rem;
    color: #94A98A;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #091008;
}

.text-center {
    text-align: center;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: #f8fafc;
}

.stats-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 2px solid #94A98A;
}

.stat-item h3 {
    font-size: 3rem;
    color: #203023;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-weight: 600;
    color: #091008;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #94A98A;
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    font-style: italic;
    color: #7A94A1;
    line-height: 1.6;
}

.testimonial-author h4 {
    color: #091008;
    margin-bottom: 0.5rem;
}

.testimonial-author span {
    color: #203023;
    font-weight: 600;
}

/* Services Detailed */
.services-detailed {
    padding: 80px 0;
}
.service-icon img{
    width: 485px;
}

.service-detail {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 5px solid #94A98A;
}

.service-detail:nth-child(even) {
    grid-template-columns: auto 1fr;
    border-left: none;
    border-right: 5px solid #94A98A;
}

.service-detail:nth-child(even) .service-content {
    order: 2;
}

.service-detail:nth-child(even) .service-icon {
    order: 1;
}

.service-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Orbitron';
    color: #091008;
}

.service-content ul {
    list-style: none;
    margin-top: 1rem;
}

.service-content li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.service-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #203023;
    font-weight: bold;
}

.service-icon i {
    font-size: 5rem;
    color: #203023;
}

/* Additional Services */
.additional-services {
    padding: 80px 0;
    background: #f8fafc;
}

.additional-services h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #091008;
}

.additional-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.additional-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-top: 3px solid #203023;
}

.additional-item i {
    font-size: 3rem;
    color: #203023;
    margin-bottom: 1rem;
}

.additional-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Service Process */
.service-process {
    padding: 80px 0;
}

.service-process h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.process-step {
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    position: relative;
    border: 2px solid #94A98A;
    transition: ease-in 0.3s;

}
.process-step:hover{
    transform: translateY(-2px);
}
.step-number {
    width: 60px;
    height: 60px;
    background: #203023;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
    font-family: 'Orbitron';
}

/* Pricing Info */
.pricing-info {
    padding: 80px 0;
    background: #f8fafc;
}

.pricing-info h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #091008;
}

.pricing-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.pricing-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #091008;
}

.pricing-text ul {
    list-style: none;
    margin: 1.5rem 0;
}

.pricing-text li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.pricing-text li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #203023;
    font-weight: bold;
}

.pricing-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.feature-item i {
    color: #203023;
    font-size: 1.2rem;
}

/* Company Story */
.company-story {
    padding: 80px 0;
}

.story-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #091008;
    font-family: 'Orbitron';
}

.story-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #3E563E;
    text-align: justify;
}
.service-content p{
    text-align: justify;
}
.service-card p{
    text-align: justify;
}
.story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.story-stats img {
    width: 303px;      
    height: auto;       
    /* border-radius: 8px;  */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    /* border: 2px solid #ccc; */
    transition: transform 0.2s ease;
}
/* Mission Vision */
.mission-vision {
    padding: 80px 0;
    background: #f8fafc;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.mv-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;

    /* border-bottom: 4px solid #203023; */
}
.service-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    /* border-left: 4px solid #203023; */
}

.mv-item:hover {
    transform: translateY(-5px);
}
.mv-item i {
    font-size: 3rem;
    color: #94A98A;
    margin-bottom: 1rem;
}

.mv-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Why Choose Us */
.why-choose-us {
    padding: 80px 0;
}

.why-choose-us h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #091008;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.reason-item {
    padding: 2rem;
    text-align: center;
    background: #f8fafc;
    border-radius: 10px;
    transition: transform 0.3s ease;
    border: 1px solid #e2e8f0;
}

.reason-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

.reason-item i {
    font-size: 2.5rem;
    color: #203023;
    margin-bottom: 1rem;
}

.reason-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Training Standards */
.training-standards {
    padding: 80px 0;
    background: #f8fafc;
}

.training-standards h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #091008;
}

.training-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.training-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #091008;
}

.training-text ul {
    list-style: none;
    margin: 1.5rem 0;
}

.training-text li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.training-text li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #203023;
    font-weight: bold;
}

.training-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.training-item {
    text-align: center;
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.training-item i {
    font-size: 2rem;
    color: #203023;
    margin-bottom: 1rem;
}

.training-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #091008;
}

/* Certifications */
.certifications {
    padding: 80px 0;
}

.certifications h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.cert-item {
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;

    border: 2px solid #94A98A;
}
.cert-item:hover{
    transform: translateY(-1px);
}
.cert-item i {
    font-size: 3rem;
    color: #203023;
    margin-bottom: 1rem;
}

.cert-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Community Involvement */
.community-involvement {
    padding: 80px 0;
    background: #f8fafc;
}

.community-involvement h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #091008;
}

.community-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.community-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #091008;
}

.community-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #64748b;
}

.community-activities {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.activity-item i {
    color: #203023;
    font-size: 1.5rem;
}

/* Leadership Team */
.leadership-team {
    padding: 80px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
}

.team-member {
    background: #f8fafc;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    /* border-top: 4px solid #203023; */
}

.member-photo {
    margin-bottom: 1.5rem;
}

.member-photo i {
    font-size: 5rem;
    color: #94A98A;
}

.member-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: 'Orbitron';
    color: #091008;
}

.position {
    color: #203023;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.bio {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #64748b;
}

.member-credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.credential {
    background: #94A98A;
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Leadership Values */
.leadership-values {
    padding: 80px 0;
    background: #f8fafc;
}

.leadership-values h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-item {
    text-align: center;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: ease-in 0.3;
    /* border-left: 4px solid #203023; */
}
.value-item:hover{
    transform: translateY(-1px);
}
.value-item i {
    font-size: 3rem;
    color: #94A98A;
    margin-bottom: 1rem;
}

.value-item h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
}

/* Organizational Structure */
.organizational-structure {
    padding: 80px 0;
}

.organizational-structure h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.org-chart {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.org-level {
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 2px solid #94A98A;
    transition: ease-in 0.1s;
}
.org-level:hover{
    transform: translateY(-5px);
}
.org-level h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #091008;
    text-align: center;
}

.org-level ul {
    list-style: none;
    margin-top: 1rem;
}

.org-level li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.org-level li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #203023;
    font-weight: bold;
}

/* Advisory Board */
.advisory-board {
    padding: 80px 0;
    background: #f8fafc;
}

.advisory-board h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Orbitron';
    color: #091008;
}

.section-intro {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    color: #64748b;
}

.advisors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.advisor-item {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: ease-in 0.3s;
    /* border-bottom: 3px solid #203023; */
}
.advisor-item:hover{
    transform: translateY(-1px);
}
.advisor-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #091008;
}

.advisor-title {
    color: #203023;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Career Opportunities */
.career-opportunities {
    padding: 80px 0;
}

.career-opportunities h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.career-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: start;
}

.career-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #091008;
}

.career-text p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #64748b;
}

.career-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
}

.benefit-item i {
    color: #203023;
    font-size: 1.2rem;
}

.career-positions {
    padding: 2rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 2px solid #94A98A;
}

.career-positions h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #091008;
}
.testimonial-card {
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.5s ease; /* smooth animation */
}

.testimonial-card.active {
  opacity: 1;
  transform: scale(1.1); /* makes card bigger */
  z-index: 10; /* ensures active card stays on top */
}


.career-positions ul {
    list-style: none;
    margin-bottom: 2rem;
}

.career-positions li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.career-positions li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #203023;
    font-weight: bold;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background: #f8fafc;
}

.contact h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-family: 'Orbitron';
    color: #091008;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    font-size: 2rem;
    color: #94A98A;
    width: 50px;
}

.contact-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #091008;
}

.contact-item p {
    color: #3E563E;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #203023;
}

/* Footer */
.footer {
    background: #203023;
    color: #fff;
    padding: 40px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: #fff;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #fff;
    /* color: #CFDAE0; */
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    /* color: #203023; */
    opacity: 0.5;
}

.footer-section p {
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-section p i {
    margin-right: 0.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    color: #CFDAE0;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    /* color: #203023; */
    opacity: 0.3;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 1rem;
    text-align: center;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
        border-top: 3px solid #203023;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 1rem 0;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    .hero2-background, .hero3-background {
    background-size: 751px 751px;
        top: 175;
    }
    .hero-text h1 {
        font-size: 4rem;
        position: relative;
    }
    
    .hero-image i {
        font-size: 10rem;
    }
    
    .trust-content {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .features-grid,
    .services-grid,
    .reasons-grid,
    .cert-grid,
    .values-grid,
    .advisors-grid,
    .additional-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .service-detail {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .service-detail:nth-child(even) {
        grid-template-columns: 1fr;
        border-right: none;
        border-right: 5px solid #94A98A;
    }
    
    .service-detail:nth-child(even) .service-content,
    .service-detail:nth-child(even) .service-icon {
        order: initial;
    }
    .service-icon{
        order: 2;
    }
    .service-detail{
        order:1;
    }
    .story-grid,
    .training-content,
    .community-content,
    .career-content,
    .pricing-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .story-stats,
    .career-benefits {
        grid-template-columns: 1fr;
        display: flex;
        justify-content: center;
    }
    .story-stats img{
        width: 406px;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 200px;
        text-align: center;
    }
    
    .org-chart {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .service-icon img{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    .hero2-background,.hero3-background{

        background-size: 420px 420px;
    }

        .story-stats img {
            width: 345px;
        }
    .hero-text h1 {
        font-size: 3.5rem;
        line-height: normal;
        position: relative;
    }
     .story-stats,
    .career-benefits {
        grid-template-columns: 1fr;
        display: block;
        justify-content: center;
    }
    .page-hero h1 {
        font-size: 3rem;
    }
    .story-text h2 {
        font-size: 2rem;
    }
    
    .organizational-structure h2{
        font-size: 2rem;
    }
    .career-text p{
        text-align: justify;

    }
    .bio{
        text-align: justify;
    }
    .career-opportunities h2{
        font-size: 2rem;
    }
    .features h2,
    .services-preview h2,
    .stats-section h2,
    .testimonials h2,
    .why-choose-us h2,
    .certifications h2,
    .leadership-values h2,
    .advisory-board h2 {
        font-size: 2rem;
    }
    .contact h2{
        font-size: 2rem;
    }
    .service-process h2{
        font-size: 2rem;
    }
    .hero-image i {
        font-size: 10rem;
    }
    
    .service-icon i {
        font-size: 4rem;
    }
    
    .trust-content {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.2s ease;
}

.fade-in.visible {
    opacity: 1;
    /* transform: translateY(0); */
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
/* .btn:focus,
.nav-link:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 2px solid #203023;
    outline-offset: 2px;
} */

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(37, 99, 235, 0.3);
    border-radius: 50%;
    border-top-color: #203023;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


