	:root {
	    --primary: linear-gradient(to right, #ff6b35ff, #ff9b3dff);
	    --primary-light: #34495e;
	    --secondary: #FF6B35;
	    --accent: #e74c3c;
	    --light: #ffffff;
	    --off-white: #f8f9fa;
	    --gray: #7f8c8d;
	    --gray-light: #ecf0f1;
	    --border: #dfe6e9;
	    --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	    --radius: 8px;
	}

	/* HEADER */
	.inner-head {
	    background-image: linear-gradient(to right, #ff6b35bc, #ff9b3daf), url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?q=80&w=1174&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') !important;
	    padding: 160px 0 70px !important;
	    background-size: cover;
        background-position: center !important;
	    position: relative;
	    overflow: hidden;
	    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	}

	.inner-head::before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M45,-75.4C57.7,-68.8,67,-53.8,75.2,-37.8C83.3,-21.9,90.3,-5,89.2,11.5C88.1,28,78.9,44.1,65.5,54.6C52.1,65.1,34.5,70,17.8,69.3C1.2,68.7,-14.5,62.5,-28.8,54.4C-43.1,46.3,-55.9,36.4,-63.6,22.9C-71.4,9.5,-74,-7.5,-70.4,-23.4C-66.8,-39.2,-57,-53.8,-43.6,-60.6C-30.1,-67.3,-13.1,-66.1,2.5,-69.6C18.1,-73.1,36.2,-81.2,45,-75.4Z" transform="translate(100 100)" fill="%23FFFFFF"/></svg>');
	    background-size: 500px;
	    opacity: 0.3;
	}

	.inner-head h4 {
	    font-size: 48px;
	    font-weight: 700;
	    color: white;
	    position: relative;
	    margin-bottom: 20px;
	    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

	}

	body {
	    font-family: "Poppins", sans-serif;
	    color: var(--primary);
	    background: var(--light);
	    line-height: 1.6;
	    font-weight: 400;
	}


	.breadcrumb {
	    background: transparent;
	    padding: 0;
	    margin-bottom: 0;
	}

	.breadcrumb a {
	    color: rgba(255, 255, 255, 0.8);
	}

	.breadcrumb li.active {
	    color: var(--secondary);
	}

	/* MAIN CONTENT */
	.main-content {
	    padding: 60px 0;
	}

	/* SECTION HEADER */
	.section-header {
	    margin-bottom: 40px;
	}

	.section-title {
	    font-size: 28px;
	    font-weight: 700;
	    color: var(--primary);
	    margin-bottom: 15px;
	    position: relative;
	    padding-bottom: 15px;
	}

	.section-title::after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 60px;
	    height: 3px;
	    background: var(--secondary);
	}

	.section-subtitle {
	    font-size: 18px;
	    color: black;
	    margin-bottom: 20px;
	    font-weight: 700;
	    color: var(--secondary);
	    padding: 20px;
	    border-left: 4px solid var(--secondary);
	    box-shadow: var(--shadow);
	}

	.content-box h3 {
	    font-size: 22px;
	    color: var(--primary);
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	    border-bottom: 2px solid var(--gray-light);
	}

	.content-box p {
	    margin-bottom: 20px;
	    font-size: 17px;
	    text-align: justify;
	    line-height: 34px;
	    margin-top: 20px;
	    color: black;
	}

	/* HIGHLIGHT SECTION */
	.highlight-box {
	    background: var(--off-white);
	    border-left: 4px solid;
	    border: 2px dashed var(--secondary);
	    padding: 25px;

	    border-radius: 0px;
	}

	.highlight-box h4 {
	    color: var(--secondary) !important;
	    font-size: 22px;

	}

	/* STATS */
	.stats-container {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 20px;
	    margin: 40px 0;
	}

	.stat-box {
	    flex: 1;
	    min-width: 200px;
	    background: var(--light);
	    padding: 25px;
	    border-radius: 0px;
	    box-shadow: var(--shadow);
	    text-align: center;
	    border-top: 4px solid var(--secondary);
	}

	.stat-number {
	    font-size: 36px;
	    font-weight: 700;
	    color: var(--secondary);
	    margin-bottom: 10px;
	}

	.stat-label {
	    font-size: 16px;
	    color: var(--primary);
	    font-weight: 700;
	    margin-top: -10px;
	}

	/* PARTNERSHIPS */
	.partnerships {
	    margin: 50px 0;
	    padding: 30px;
	    background: var(--off-white);
	    border: 1px solid var(--secondary);
	    border-radius: 0px;
	}

	.partnership-item {
	    display: flex;
	    align-items: center;
	    padding: 20px;
	    background: white;
	    box-shadow: var(--shadow);
	    margin-bottom: 15px;
	    border-radius: 0px;
	    border-left: 4px solid var(--secondary);
	}

	.partnership-icon {
	    width: 60px;
	    height: 60px;
	    background: var(--secondary);
	    color: white;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-right: 20px;
	    font-size: 24px;
	}

	.partnership-content h4 {
	    margin-bottom: 5px;
	    font-size: 19px !important;
	    color: var(--secondary);
	}

	.partnership-content p {
	    color: var(--primary);
	    margin: 0;
	    font-size: 17px;
	}

	/* LIST STYLES */
	.feature-list {
	    list-style: none;
	    padding: 0;
	    margin: 25px 0;
	}

	.feature-list li {
	    padding: 12px 0;
	    padding-left: 35px;
	    font-size: 16px;
	    position: relative;
	    border-bottom: 1px solid var(--gray-light);
	}

	.feature-list li:last-child {
	    border-bottom: none;
	}

	.feature-list li::before {
	    content: '✓';
	    position: absolute;
	    left: 0;
	    top: 12px;
	    width: 24px;
	    height: 24px;
	    background: var(--secondary);
	    color: white;
	    border-radius: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 16px;
	    font-weight: bold;
	}

	/* CTA BUTTON */
	.cta-button {
	    display: inline-block;
	    background: var(--secondary);
	    color: white;
	    padding: 15px 35px;
	    border-radius: var(--radius);
	    font-weight: 600;
	    text-decoration: none;
	    margin-top: 20px;
	    transition: all 0.3s ease;
	    border: none;
	    cursor: pointer;
	    font-size: 16px;
	}

	.cta-button:hover {
	    background: var(--primary);
	    color: white;
	    transform: translateY(-2px);
	    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
	}

	/* RESPONSIVE */
	@media (max-width: 768px) {
	    .inner-head {
	        padding: 40px 0 20px;
	    }

	    .inner-head h4 {
	        font-size: 28px;
	    }

	    .section-title {
	        font-size: 24px;
	    }

	    .stats-container {
	        flex-direction: column;
	    }

	    .stat-box {
	        min-width: 100%;
	    }
	}

	.training-section {
	    padding: 60px 0;
	    font-family: "Poppins", sans-serif;
	}

	.training-container {
	    max-width: 1200px;
	    margin: auto;
	    padding: 0 20px;
	    display: grid;
	    grid-template-columns: 1.1fr 0.9fr;
	    gap: 40px;
	    align-items: center;
	}

	/* LEFT CONTENT */
	.training-content .section-title {
	    font-size: 25px;
	    font-weight: 800;
	    line-height: 40px;
	    color: #222;

	}

	.training-content p {
	    font-size: 16px;
	    line-height: 1.8;
	    color: #555;
	    margin-bottom: 15px;
	}

	/* RIGHT IMAGE */
	.training-image img {
	    width: 100%;
	    border-radius: 0px;
	    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	    margin-top: 40px;
	    border: 3px dashed var(--secondary);
	    padding: 10px;
	}

	/* RESPONSIVE */
	@media (max-width: 900px) {
	    .training-container {
	        grid-template-columns: 1fr;
	    }

	    .training-content {
	        order: 2;
	        text-align: center;
	    }

	    .training-image {
	        order: 1;
	    }
	}