/* ============================================
   1. RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 0 !important;
    background: #f8f9fa;
}

/* ============================================
   2. TYPOGRAPHY & COMMON ELEMENTS
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.section-header p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.section-header .section-title {
    font-size: 42px;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.section-header .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.section-tagline {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

/* ============================================
   3. LOADER
   ============================================ */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    background-color: #1a1a1a;
}

#loader-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/loader-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; /* Changed from 0.3 to 1 */
    z-index: -1;
}

#loader-wrapper.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    max-width: 100vw;
    max-height: 100vh;
}

.loader-gif img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.loader-gif .loader-desktop {
    display: block;
}

.loader-gif .loader-mobile {
    display: none;
}

.main-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.main-content.show {
    opacity: 1;
}

/* ============================================
   4. HEADER & NAVIGATION
   ============================================ */
header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform: translateY(0) !important;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 4px 30px rgba(0,0,0,0.15) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}

.navbar {
    padding: 1rem 0 !important;
    margin: 0 !important;
    transition: all 0.4s ease !important;
}

header.scrolled .navbar {
    padding: 0.6rem 0 !important;
}

.navbar-brand img {
    max-height: 55px !important;
    width: auto !important;
    transition: all 0.4s ease !important;
}

header.scrolled .navbar-brand img {
    max-height: 45px !important;
}

/* ============================================
   5. INNER PAGE BANNER (HERO)
   ============================================ */
.inner-page-banner-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    margin-bottom: 0;
    padding: 0;
}

.inner-page-banner-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.inner-page-banner-section .banner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.vertical-center-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-center-container {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.inner-page-banner-section .banner-content .vertical-center-wrapper .vertical-center-container .title {
    font-size: 80px;
    letter-spacing: 30px;
    text-indent: 30px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inner-page-banner-section .banner-content .vertical-center-wrapper .vertical-center-container .sub-title {
    font-size: 40px;
    letter-spacing: 15px;
    text-indent: 15px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.inner-page-banner-section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

/* ============================================
   6. BREADCRUMB
   ============================================ */
.breadcrumb-wrapper {
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.breadcrumb-nav a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: #333;
}

.breadcrumb-nav span {
    color: #999;
}

.breadcrumb-nav .current {
    color: #333;
    font-weight: 600;
}

/* ============================================
   7. COMMON COMPONENTS
   ============================================ */
/* Section Bar */
.section-bar {
    width: 60px;
    height: 4px;
    background: #c90fcd;
    margin-bottom: 25px;
}

/* Quote Marks */
.quote-mark-left {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
}

.quote-mark-right {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 60px;
}

/* ============================================
   8. FORM COMPONENTS
   ============================================ */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.form-group label .required {
    color: #dc3545;
    margin-left: 2px;
}

.input-icon-wrapper {
    position: relative;
    width: 100%;
}

.input-icon-wrapper input,
.input-icon-wrapper select,
.input-icon-wrapper textarea {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 13px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
    background: transparent;
}

.input-icon-wrapper i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #c90fcd;
    pointer-events: none;
}

.input-icon-wrapper.textarea-wrapper i {
    top: 20px;
    transform: none;
}

.input-icon-wrapper input::placeholder,
.input-icon-wrapper textarea::placeholder {
    color: #ccc;
}

.input-icon-wrapper input:focus,
.input-icon-wrapper select:focus,
.input-icon-wrapper textarea:focus {
    outline: none;
    border-bottom-color: #c90fcd;
}

.input-icon-wrapper input.is-invalid,
.input-icon-wrapper select.is-invalid,
.input-icon-wrapper textarea.is-invalid {
    border-bottom-color: #dc3545;
}

.input-icon-wrapper textarea {
    resize: vertical;
    min-height: 100px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* Validation Messages */
.invalid-feedback {
    font-size: 11px;
    color: #dc3545;
    margin-top: 5px;
    display: none;
}

.invalid-feedback.show {
    display: block;
}

/* Response Messages */
.response-message {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none;
}

.response-message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    display: block;
}

.response-message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

.response-message i {
    margin-right: 8px;
}

/* Submit Button */
.submit-btn {
    background: transparent;
    border: 2px solid #c90fcd;
    color: #c90fcd;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #c90fcd;
    color: #fff;
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading Spinner */
.btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
}

.submit-btn.loading .btn-spinner {
    display: inline-block;
}

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

/* CAPTCHA Styling */
.captcha-group {
    margin: 25px 0;
}

.captcha-group > label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.captcha-image-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image {
    height: 55px;
    width: 180px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.captcha-refresh {
    background: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 5px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.captcha-refresh:hover {
    color: #c90fcd;
    transform: rotate(180deg);
}

.captcha-input-wrapper {
    flex: 1;
}

.captcha-input-wrapper input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.captcha-input-wrapper input::placeholder {
    color: #bbb;
    font-size: 13px;
}

.captcha-input-wrapper input:focus {
    outline: none;
    border-color: #c90fcd;
}

/* ============================================
   9. FOOTER
   ============================================ */
footer {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url('../images/footer-bg.svg');
    background-repeat: repeat-x;
    background-size: 1440px 100%;
    background-position: 0 center;
    opacity: 0.9;
    animation: scrollBackground 60s linear infinite;
    z-index: 0;
    pointer-events: none;
}

footer .container {
    position: relative;
    z-index: 1;
}

@keyframes scrollBackground {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-nav {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-nav a {
    padding: 10px 10px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #6b7280;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.footer-nav a:hover {
    color: #c90fcd;
}

.footer-nav a.active {
    color: #c90fcd;
    font-weight: 700;
    border-bottom: 3px solid #c90fcd;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-section {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #6b7280;
    font-size: 13px;
}

.copyright-section::before {
    content: '';
    width: 5px;
    height: 40px;
    background-color: #c90fcd;
}

.made-by {
    color: #6b7280;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    justify-content: flex-end;
}

.made-by::after {
    content: '';
    width: 5px;
    height: 40px;
    background-color: #c90fcd;
    display: block;
}

/* ============================================
   10. LIGHTBOX MODAL
   ============================================ */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    animation: lightboxZoom 0.4s ease;
}

@keyframes lightboxZoom {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    background: #c90fcd;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav:hover {
    background: #c90fcd;
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

/* ============================================
   11. ABOUT US PAGE STYLES
   ============================================ */
/* About Section (Proprietor's Message) */
.about-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    border-bottom: #c90fcd 1px solid;
    overflow: visible;
}

.about-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.about-section .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.about-content {
    height: 100%;
}

.about-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}

/* Full Width Message Text - Laptop only */
.message-text-full {
    display: none;
}

.message-text-full p {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}

.hide-on-laptop {
    display: block;
}

/* Floating Image */
.floating-image-wrapper {
    position: relative;
    height: 100%;
}

.floating-image {
    position: absolute;
    top: -15vh;
    right: 0;
    width: 100%;
    height: calc(100% + 15vh);
    z-index: 10;
}

.floating-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.message-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}

.signature {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.signature strong {
    color: #223a66;
    font-size: 16px;
}

.signature em {
    color: #666;
}

/* About Company Section (WHO WE ARE) */
.about-company-section {
    position: relative;
    padding: 80px 0;
    background: #f8f9fa;
    overflow: hidden;
    border-bottom: #c90fcd 1px solid;
}

.about-company-section::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    height: 800px;
    background: url('../images/blur bg/3.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.about-company-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 800px;
    background: url('../images/blur bg/4.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.about-company-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-company-content {
    height: 100%;
    padding-right: 40px;
}

.about-company-content .section-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.about-company-content .about-text p {
    color: #555;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: justify;
}

.about-company-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about-company-image {
    position: relative;
    height: 100%;
}

.about-company-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -20px 20px 0 #c90fcd;
}

.about-company-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid #c90fcd;
    z-index: -1;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    color: #fff;
    padding: 25px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(201, 15, 205, 0.4);
    z-index: 10;
}

.experience-badge .years {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.experience-badge .text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* Our Management Section */
.our-management-section {
    position: relative;
    padding: 80px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.management-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.management-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.management-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.management-header p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.management-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.management-card {
    position: relative;
    background: #fff;
    width: 220px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.management-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(201, 15, 205, 0.2);
}

.card-top-bar {
    height: 6px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    transition: all 0.4s ease;
}

.management-card:hover .card-top-bar {
    height: 8px;
    background: linear-gradient(90deg, #8b5cf6, #c90fcd);
}

.management-card:hover .member-image img {
    transform: scale(1.04);
}

.card-body {
    padding: 25px 20px 30px;
    text-align: center;
}

.member-image {
    width: 150px;
    height: 170px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

.card-content {
    position: relative;
}

.member-name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.management-card:hover .member-name {
    color: #c90fcd;
}

/* Quote Section */
.quote-section {
    padding: 60px 0;
    background: #fff;
}

.quote-container {
    position: relative;
    padding: 50px 50px;
}

.quote-text {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.8;
    margin: 0;
}

/* Mission & Strengths Section */
.mission-strengths-section {
    position: relative;
    padding: 30px 0 30px 0;
    background: #f8f9fa;
    border-bottom: #c90fcd 1px solid;
    overflow: hidden;
}

.mission-strengths-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 800px;
    background: url('../images/blur bg/6.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.mission-strengths-card {
    background: white;
    border-radius: 0;
    overflow: hidden;
}

.mission-strengths-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.mission-strengths-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-strengths-content {
    padding: 30px;
}

.mission-strengths-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
}

.mission-strengths-content h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #c90fcd;
}

.mission-strengths-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-strengths-list li {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.mission-strengths-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #c90fcd;
    font-size: 12px;
}

/* Company Organogram Section */
.company-organogram-section {
    position: relative;
    padding: 30px 0 30px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.company-organogram-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 800px;
    background: url('../images/blur bg/8.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.organogram-header {
    text-align: center;
    margin-bottom: 50px;
}

.organogram-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.organogram-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.organogram-header p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* A4 Size Container */
.a4-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.a4-frame {
    position: relative;
    width: 100%;
    padding-bottom: 70.7%;
    background: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.a4-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6, #c90fcd);
    z-index: 2;
}

.a4-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    background: #fff;
}

/* Our Clients Section */
.our-clients-section {
    padding: 80px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #c90fcd;
}

.clients-header {
    text-align: center;
    margin-bottom: 60px;
}

.clients-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.clients-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.clients-header p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.client-logo-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.client-logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.client-logo-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
    border-color: #c90fcd;
}

.client-logo-card:hover::before {
    transform: scaleX(1);
}

.client-logo-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================================
   12. CAREER PAGE STYLES
   ============================================ */
/* Work Culture Section */
.work-culture-section {
    padding: 80px 0;
    background: #fff;
    border-bottom: #c90fcd 1px solid;
}

.work-culture-section .row {
    align-items: center;
}

.culture-content {
    padding-right: 10px;
    margin-bottom: 10px;
}

.culture-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.culture-quote {
    position: relative;
    padding: 80px 50px;
}

.culture-quote p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
}

.culture-image {
    position: relative;
}

.culture-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Work With Us Section */
.work-with-us-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.work-with-us-section .container {
    position: relative;
    z-index: 2;
}

/* Check Status Button */
.check-status-btn {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #c90fcd, #c90fcd);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 25px;
}

#checkStatusBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c90fcd, #c90fcd);
    padding: 10px 28px;
}

.check-status-btn:hover,
.check-status-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(201, 15, 205, 0.4);
    color: #fff;
    text-decoration: none;
}

.check-status-btn i {
    margin-right: 8px;
}

/* Job Listings Table */
.job-listings {
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.job-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: -10px;
}

.job-table tbody {
    transform: translateY(-10px);
}

.job-table th {
    background: #f8f8f8;
    padding: 18px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    border: 1px solid #e5e5e5;
}

.job-table th:first-child { width: 15%; }
.job-table th:nth-child(2) { width: 35%; }
.job-table th:nth-child(3),
.job-table th:nth-child(4),
.job-table th:nth-child(5) { width: 12%; text-align: center; }
.job-table th:last-child { width: 14%; text-align: center; }

.job-table td {
    padding: 25px 20px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    background: #fff;
}

.job-table td:first-child { border-left: 1px solid #e5e5e5; }
.job-table td:last-child { border-right: 1px solid #e5e5e5; }
.job-table tbody tr { background: #fff; }

.job-table td:nth-child(3),
.job-table td:nth-child(4),
.job-table td:nth-child(5),
.job-table td:last-child {
    text-align: center;
    vertical-align: middle;
}

.job-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.job-description {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

.job-qualification {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.job-experience,
.job-location {
    font-size: 14px;
    color: #555;
}

.apply-btn {
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid #c90fcd;
    color: #c90fcd;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: #c90fcd;
    color: #fff;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e5e7eb;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 0 12px;
}

.page-btn:hover {
    border-color: #c90fcd;
    color: #c90fcd;
    background: rgba(201, 15, 205, 0.05);
}

.page-btn.active {
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    border-color: transparent;
    color: #fff;
}

.page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #e5e7eb;
    color: #666;
}

.page-btn:disabled:hover {
    border-color: #e5e7eb;
    color: #666;
    background: transparent;
}

.page-btn i {
    font-size: 16px;
}

/* ============================================
   13. MODALS
   ============================================ */
/* Apply Modal Base */
.apply-modal {
    z-index: 99999 !important;
}

.apply-modal .modal-dialog {
    max-width: 750px;
    width: 95%;
    margin: 30px auto;
}

.modal-backdrop.show {
    z-index: 99998 !important;
}

.apply-modal .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.apply-modal .modal-header {
    background: linear-gradient(135deg, #c90fcd 0%, #c90fcd 100%);
    color: #fff;
    border-radius: 0;
    padding: 22px 30px;
    border-bottom: none;
}

.apply-modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.apply-modal .modal-header .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
    font-size: 28px;
    padding: 0;
    margin: -5px -5px -5px auto;
}

.apply-modal .modal-header .close:hover {
    opacity: 1;
}

.apply-modal .modal-body {
    padding: 35px 35px 25px 35px;
}

.apply-modal .job-position-display {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 25px;
    border-left: 4px solid #c90fcd;
}

.apply-modal .job-position-display label {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.apply-modal .job-position-display span {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.apply-modal .form-group {
    margin-bottom: 20px;
}

.apply-modal .form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.apply-modal .form-group label .required {
    color: #dc3545;
    margin-left: 2px;
}

.apply-modal .input-icon-wrapper {
    position: relative;
    width: 100%;
}

.apply-modal .input-icon-wrapper input,
.apply-modal .input-icon-wrapper select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 13px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
    background: transparent;
}

.apply-modal .input-icon-wrapper i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #c90fcd;
    pointer-events: none;
}

.apply-modal .input-icon-wrapper input::placeholder {
    color: #ccc;
}

.apply-modal .input-icon-wrapper input:focus,
.apply-modal .input-icon-wrapper select:focus {
    outline: none;
    border-bottom-color: #c90fcd;
}

.apply-modal .input-icon-wrapper input.is-invalid,
.apply-modal .input-icon-wrapper select.is-invalid {
    border-bottom-color: #dc3545;
}

.apply-modal .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* File Upload Styling */
.apply-modal .file-upload-wrapper {
    position: relative;
}

.apply-modal .file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.apply-modal .file-upload-display {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 2px dashed #e5e5e5;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.apply-modal .file-upload-wrapper:hover .file-upload-display {
    border-color: #c90fcd;
    background: #fdf5fd;
}

.apply-modal .file-upload-display i {
    font-size: 24px;
    color: #c90fcd;
    margin-right: 12px;
}

.apply-modal .file-upload-text {
    flex: 1;
}

.apply-modal .file-upload-text .main-text {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.apply-modal .file-upload-text .sub-text {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

.apply-modal .file-name-display {
    margin-top: 8px;
    padding: 8px 12px;
    background: #e8f5e9;
    border-radius: 4px;
    font-size: 12px;
    color: #2e7d32;
    display: none;
}

.apply-modal .file-name-display.show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply-modal .file-name-display .remove-file {
    color: #dc3545;
    cursor: pointer;
    font-size: 16px;
}

/* Modal CAPTCHA Styling */
.apply-modal .captcha-group {
    margin: 25px 0;
}

.apply-modal .captcha-group > label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.apply-modal .captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.apply-modal .captcha-image-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply-modal .captcha-image {
    height: 55px;
    width: 180px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.apply-modal .captcha-refresh {
    background: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 5px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.apply-modal .captcha-refresh:hover {
    color: #c90fcd;
    transform: rotate(180deg);
}

.apply-modal .captcha-input-wrapper {
    flex: 1;
}

.apply-modal .captcha-input-wrapper input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.apply-modal .captcha-input-wrapper input::placeholder {
    color: #bbb;
    font-size: 13px;
}

.apply-modal .captcha-input-wrapper input:focus {
    outline: none;
    border-color: #c90fcd;
}

/* Modal Validation Messages */
.apply-modal .invalid-feedback {
    font-size: 11px;
    color: #dc3545;
    margin-top: 5px;
    display: none;
}

.apply-modal .invalid-feedback.show {
    display: block;
}

/* Modal Footer */
.apply-modal .modal-footer {
    padding: 20px 35px 30px;
    border-top: none;
    justify-content: flex-start;
}

.apply-modal .submit-application-btn {
    background: transparent;
    border: 2px solid #c90fcd;
    color: #c90fcd;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apply-modal .submit-application-btn:hover {
    background: #c90fcd;
    color: #fff;
}

.apply-modal .submit-application-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.apply-modal .cancel-btn {
    background: transparent;
    border: 2px solid #999;
    color: #666;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.apply-modal .cancel-btn:hover {
    background: #f5f5f5;
}

/* Modal Response Messages */
.apply-modal .response-message {
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none;
}

.apply-modal .response-message.success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    display: block;
}

.apply-modal .response-message.error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    display: block;
}

.apply-modal .response-message i {
    margin-right: 8px;
}

/* Modal Loading Spinner */
.apply-modal .btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
}

.apply-modal .submit-application-btn.loading .btn-spinner {
    display: inline-block;
}

/* Check Status Modal */
.status-modal .modal-dialog {
    max-width: 550px;
}

.status-modal .modal-header {
    background: linear-gradient(135deg, #c90fcd 0%, #c90fcd 100%);
}

.status-modal .search-application {
    text-align: center;
    padding: 20px 0;
}

.status-modal .search-application p {
    color: #666;
    margin-bottom: 25px;
    font-size: 14px;
}

.status-modal .app-id-input-group {
    display: flex;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.status-modal .app-id-input-group input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transition: all 0.3s ease;
}

.status-modal .app-id-input-group input::placeholder {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    color: #aaa;
}

.status-modal .app-id-input-group input:focus {
    outline: none;
    border-color: #c90fcd;
}

.status-modal .app-id-input-group button {
    padding: 14px 25px;
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.status-modal .app-id-input-group button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 15, 205, 0.3);
}

.status-modal .app-id-input-group button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Status Result Display */
.status-result {
    display: none;
    margin-top: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: left;
}

.status-result.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.status-result .result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.status-result .app-id-display {
    font-size: 12px;
    color: #666;
}

.status-result .app-id-display strong {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.status-result .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.status-result .result-body {
    display: grid;
    gap: 15px;
}

.status-result .result-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.status-result .result-row .label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-result .result-row .value {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-align: right;
}

.status-result .status-description {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid;
}

.status-result .status-description p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.status-result .status-description i {
    margin-right: 8px;
}

/* Status Error */
.status-error {
    display: none;
    margin-top: 20px;
    padding: 15px 20px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    text-align: center;
}

.status-error.show {
    display: block;
}

.status-error i {
    margin-right: 8px;
}

/* ============================================
   14. GALLERY PAGE STYLES
   ============================================ */
/* Gallery Sections */
.gallery-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.gallery-section.alt-bg {
    background: #f8f9fa;
}

.gallery-section .container {
    position: relative;
    z-index: 2;
}

/* Carousel Styles */
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s ease;
}

.carousel-slide img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(201, 15, 205, 0.2);
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(201, 15, 205, 0.4);
}

.carousel-dots {
    display: flex;
    gap: 8px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    transform: scale(1.2);
}

.carousel-progress {
    width: 100%;
    max-width: 300px;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 15px;
}

.carousel-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    width: 0%;
    border-radius: 2px;
    transition: width 0.1s linear;
}

/* Awards Grid */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.award-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
}

.award-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(201, 15, 205, 0.15);
}

.award-item.certificate {
    grid-column: span 3;
    max-width: 800px;
    margin: 0 auto;
}

.award-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.award-item:not(.certificate) img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.award-item:hover img {
    transform: scale(1.05);
}

.award-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(201, 15, 205, 0.85) 0%, rgba(139, 92, 246, 0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.award-item:hover .award-overlay {
    opacity: 1;
}

.award-overlay i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.award-item:hover .award-overlay i {
    transform: translateY(0);
}

.award-overlay span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.award-item:hover .award-overlay span {
    transform: translateY(0);
}

/* ============================================
   15. CONTACT PAGE STYLES
   ============================================ */
/* Contact Header Section */
.contact-header-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #fdfbfb 0%, #f5f5f5 100%);
    position: relative;
    overflow: hidden;
}

.contact-header-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 12px;
    position: relative;
    padding: 0 20px;
}

.contact-company {
    font-size: 45px;
    font-weight: 700;
    color: #c90fcd;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tagline-line {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c90fcd, transparent);
}

.tagline-text {
    font-size: 25px;
    font-style: italic;
    color: #666;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Office Info Section */
.office-info-section {
    position: relative;
    padding: 60px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                url('../images/bg/contact-bg.png') center/cover no-repeat;
}

.office-info-section .container {
    position: relative;
    z-index: 2;
}

.company-intro {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c90fcd;
    max-width: 500px;
}

.office-details-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.office-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: transparent;
    padding: 0;
    border: none;
}

.office-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.office-icon i {
    font-size: 22px;
    color: #fff;
}

.office-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.office-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
}

/* Inquiry Section */
.inquiry-section {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
}

.inquiry-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.inquiry-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.inquiry-card {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.inquiry-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.inquiry-header i {
    font-size: 20px;
    color: #c90fcd;
}

.inquiry-header h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
}

.inquiry-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 5px 0;
    line-height: 1.6;
}

.inquiry-card a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.inquiry-card a:hover {
    color: #c90fcd;
}

/* Contact Section */
.contact-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

/* Main Contact Wrapper */
.main-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.map-section h4,
.form-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

/* ============================================
   1. RESET & BASE STYLES
   ============================================ */
.inner-page body,
body.inner-page {
    padding-top: 0 !important;
}

/* ============================================
   2. TYPOGRAPHY & COMMON ELEMENTS
   ============================================ */
.section-description {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 30px;
}

/* ============================================
   4. HEADER & NAVIGATION
   ============================================ */
header.hide {
    transform: translateY(-100%) !important;
}

.navbar-brand img {
    max-height: 55px !important;
    width: auto !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.navbar-nav .nav-link {
    transition: all 0.3s ease !important;
    position: relative !important;
}

.navbar-nav .nav-link:hover {
    transform: translateY(-2px) !important;
}

/* ============================================
   7. SECTION TITLES & COMMON COMPONENTS
   ============================================ */
.services-grid-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-grid-header .section-title {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.services-grid-header .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

/* Policy Points (shared) */
.policy-points {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.policy-points li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.policy-points li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #c90fcd;
    font-weight: bold;
    font-size: 18px;
}

/* ============================================
   8. GRID SYSTEM EXTENSIONS
   ============================================ */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-12 {
    padding: 0 15px;
}

.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }

/* ============================================
   9. CARDS COMPONENT
   ============================================ */
.quality-cards,
.hse-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.content-with-grid .hse-cards {
    grid-column: 1 / -1;
}

.quality-card,
.hse-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.quality-card::before,
.hse-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.quality-card:hover::before,
.hse-card:hover::before {
    transform: scaleX(1);
}

.quality-card:hover,
.hse-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(201, 15, 205, 0.15);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(201, 15, 205, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.quality-card:hover .card-icon,
.hse-card:hover .card-icon {
    background: linear-gradient(135deg, #c90fcd 0%, #8b5cf6 100%);
    transform: scale(1.1) rotate(5deg);
}

.card-icon i {
    font-size: 32px;
    color: #c90fcd;
    transition: color 0.4s ease;
}

.quality-card:hover .card-icon i,
.hse-card:hover .card-icon i {
    color: #fff;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-description {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   10. ACCORDION COMPONENT
   ============================================ */
.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-item {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 18px 15px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-radius: 8px;
    margin: 4px 0;
    background: transparent;
    overflow: hidden;
}

.accordion-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 15, 205, 0.08), transparent);
    transition: left 0.5s ease;
    z-index: 0;
}

.accordion-header:hover::before {
    left: 100%;
}

.accordion-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 15, 205, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    z-index: 0;
}

.accordion-header:hover::after {
    opacity: 1;
}

.accordion-header:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(201, 15, 205, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-header .accent-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 60%;
    background: linear-gradient(180deg, #c90fcd 0%, #3b82f6 100%);
    border-radius: 0 3px 3px 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-header:hover .accent-bar {
    transform: translateY(-50%) scaleY(1);
}

.accordion-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.accordion-header:hover .accordion-icon {
    transform: scale(1.1) rotate(-5deg);
}

.accordion-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(290deg) brightness(90%) contrast(105%);
    transition: filter 0.3s ease;
}

.accordion-header:hover .accordion-icon img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(6000%) hue-rotate(290deg) brightness(95%) contrast(110%);
}

.accordion-title {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.accordion-header:hover .accordion-title {
    color: #1a1a2e;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.accordion-toggle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.accordion-item.active .accordion-toggle {
    transform: rotate(45deg);
    color: #c90fcd;
}

.accordion-item.active .accordion-header {
    background: linear-gradient(135deg, rgba(201, 15, 205, 0.08) 0%, rgba(168, 85, 247, 0.05) 100%);
    border-radius: 8px 8px 0 0;
}

.accordion-item.active .accordion-header::after {
    opacity: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 0 0 55px;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding-bottom: 15px;
}

.accordion-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   12. INDEX PAGE STYLES
   ============================================ */
/* Hero Banner Carousel */
.index-index-inner-page-banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 550px;
    margin-top: 105px;
    overflow: hidden;
}

.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

/* Index Banner Content */
.index-index-inner-page-banner-section .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 1200px;
}

.index-index-inner-page-banner-section .banner-content .sub-title {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 12px;
    text-indent: 12px;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.5s;
}

.index-index-inner-page-banner-section .banner-content .sub-title.bottom-text {
    margin-bottom: 0;
    margin-top: 10px;
    animation-delay: 0.7s;
}

.index-index-inner-page-banner-section .banner-content .title {
    display: block;
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-indent: 20px;
    line-height: 1.1;
    min-height: 100px;
}

.typewriter-wrapper {
    display: inline-block;
    position: relative;
}

.typewriter-text {
    display: inline;
    border-right: 4px solid #c90fcd;
    padding-right: 5px;
    animation: blink 0.7s step-end infinite;
}

.typewriter-text.done {
    border-right-color: transparent;
}

@keyframes blink {
    0%, 100% { border-color: #c90fcd; }
    50% { border-color: transparent; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Home Block 02 - Feature Icons */
.home-block-02 {
    background: #fff;
    width: 80%;
    float: left;
    text-align: center;
    padding: 20px 0;
    margin-top: -60px;
    box-shadow: 0px 0px 15px #ccc;
}

.content-block {
    float: left;
    width: 25%;
    border-right: solid 1px #ccc;
    padding: 0 30px;
}

.content-block .title {
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
}

.content-block:nth-last-child(1) {
    border-right: 0;
}

/* Index Section Styles */
.section-about {
    padding: 30px 0;
    background: white;
    border-bottom: 1px solid #c90fcd;
}

.section-clients {
    padding: 30px 0;
    background: white;
    border-bottom: 1px solid #c90fcd;
}

/* Industries Grid (Index Page) */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.industry-card {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.industry-card > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transition: background 0.3s ease;
}

.industry-card:hover .industry-overlay {
    background: rgba(201, 15, 205, 0.85);
}

.industry-icon {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    margin: 0 auto 20px auto;
    filter: brightness(0) invert(1);
    display: block;
    object-fit: contain;
    position: relative !important;
}

.industry-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    display: block;
    margin: 0;
    line-height: 1.3;
}

/* Clients Infinite Scroll */
.clients-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.clients-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.clients-scroll-wrapper:hover .clients-track {
    animation-play-state: paused;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.client-thumb {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 25px;
    transition: all 0.3s ease;
}

.client-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.client-thumb:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ============================================
   13. HSE POLICY PAGE STYLES
   ============================================ */
.hse-policy-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.hse-policy-section::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    background: url('../images/blur bg/hse-right.png') no-repeat left;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.hse-policy-section::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    background: url('../images/blur bg/hse-left.png') no-repeat right;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.hse-policy-section .container {
    position: relative;
    z-index: 2;
}

/* Two Column Layout */
/* Photo Grid - Right Side */
.content-with-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Two equal columns */
    gap: 40px !important;
    margin-bottom: 50px !important;
    align-items: start !important;
}

/* Left Column - Text Content */
.content-left {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.policy-introduction {
    background: #eff0f3;
    border-left: 5px solid #c90fcd;
    padding: 30px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    width: 100%;
}

/* HSE Policy - Photo Grid (Right Side) */
.hse-policy-section .photo-grid-wrapper {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.hse-policy-section .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    grid-template-rows: repeat(2, 150px);
    gap: 15px;
}

.photo-grid-item {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.photo-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 15, 205, 0.3) 0%, rgba(139, 92, 246, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.photo-grid-item:hover::before {
    opacity: 1;
}

.photo-grid-item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(201, 15, 205, 0.25);
}

.photo-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.photo-grid-item:hover img {
    transform: scale(1.1);
}

/* Full Width Section - Zero Accident */
.full-width-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 30px;
    padding: 80px 0;
    overflow: hidden;
}

.full-width-section .section-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.full-width-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg/hse-1.png') center/cover no-repeat;
    opacity: 0.7;
    z-index: 0;
}

.full-width-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9) 0%, rgba(50, 50, 50, 0.85) 100%);
    z-index: 1;
}

.full-width-section > .section-content {
    position: relative;
    z-index: 2;
}

.full-width-section .section-title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #ffffff;
}

.full-width-section .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    margin-top: 15px;
}

.full-width-section .policy-points li {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.95);
}

.zero-accident-section {
    margin-top: 50px;
    width: 100%;
}

/* ============================================
   14. SERVICES PAGE STYLES
   ============================================ */
/* Industries Section (Services Page) */
.industries-section {
    position: relative;
    padding: 30px 0 30px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.industries-section .container {
    position: relative;
    z-index: 2;
}

.industries-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/blur bg/projects-bg.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.industries-section .row.align-items-start {
    align-items: stretch !important;
}

.industries-section .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.industries-section .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
}

.industries-image {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.industries-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    flex: 1;
    min-height: 0;
}

.industries-image .secondary-img {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 60%;
    height: auto;
    border: 5px solid #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    flex: none;
}

/* Activities Section */
.activities-section {
    padding: 80px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #c90fcd;
}

.activities-section .row.align-items-start {
    align-items: stretch !important;
}

.activities-section .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.activities-section .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
}

.activities-section .accordion-list {
    flex: 1;
}

.activities-image {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.activities-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    flex: 1;
    min-height: 0;
}

/* Services Grid Section */
.services-grid-section {
    padding: 80px 0;
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.service-card > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover > img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background 0.3s ease;
}

.service-card:hover .service-overlay {
    background: rgba(201, 15, 205, 0.85);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.service-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

/* ============================================
   15. PROJECTS PAGE STYLES
   ============================================ */
.projects-section {
    padding: 30px 0 30px;
    background: #fff;
}

.projects-section .container {
    max-width: 1400px;
    width: 95%;
}

/* Projects Main Wrapper for Flex Layout */
.projects-main-wrapper {
    display: flex;
    gap: 30px;
}

.projects-content {
    flex: 1;
    min-width: 0;
}

/* Photo Grid (Projects Page) */
.projects-section .photo-grid-wrapper {
    width: 320px;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    display: block;
    justify-content: flex-start;
}

.photo-grid-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.photo-grid-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
}

.projects-section .photo-grid {
    grid-template-columns: repeat(2, 150px);
    display: grid;
    gap: 10px;
}

.projects-section .photo-grid-item {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    cursor: pointer;
}

.projects-section .photo-grid-item:hover {
    box-shadow: 0 5px 20px rgba(201, 15, 205, 0.3);
}

/* Tab Navigation */
.project-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    border-bottom: 2px solid #e5e7eb;
}

.tab-btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-btn:hover {
    color: #c90fcd;
}

.tab-btn.active {
    color: #c90fcd;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c90fcd, #8b5cf6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tab-btn.active::after {
    transform: scaleX(1);
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-btn {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e5e7eb;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 0 12px;
}

.page-btn:hover {
    border-color: #c90fcd;
    color: #c90fcd;
    background: rgba(201, 15, 205, 0.05);
}

.page-btn.active {
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    border-color: transparent;
    color: #fff;
}

.page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #e5e7eb;
    color: #666;
}

.page-btn:disabled:hover {
    border-color: #e5e7eb;
    color: #666;
    background: transparent;
}

.page-btn i {
    font-size: 16px;
}

/* Project Cards */
.projects-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 30px;
    align-items: start;
    transition: all 0.3s ease;
    position: relative;
}

.project-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #c90fcd, #8b5cf6);
    border-radius: 8px 0 0 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover {
    box-shadow: 0 5px 25px rgba(201, 15, 205, 0.1);
    border-color: #c90fcd;
}

.project-card:hover::before {
    opacity: 1;
}

.project-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.project-description {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 8px 20px;
    background: transparent;
    border: 2px solid #c90fcd;
    color: #c90fcd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 15px;
}

.view-btn:hover {
    background: #c90fcd;
    border-color: transparent;
    color: #fff;
}

.project-meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.location-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.location-value {
    font-size: 14px;
    color: #c90fcd;
    font-weight: 700;
    text-transform: uppercase;
}

.services-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.service-icons {
    display: flex;
    gap: 12px;
}

.projects-section .service-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 15, 205, 0.08);
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-bottom: 0;
    filter: none;
}

.projects-section .service-icon:hover {
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
}

.projects-section .service-icon:hover i {
    color: #fff;
}

.projects-section .service-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(290deg) brightness(90%) contrast(105%);
}

.projects-section .service-icon i {
    font-size: 24px;
    color: #c90fcd;
}

/* ============================================
   16. QUALITY POLICY PAGE STYLES
   ============================================ */
.quality-policy-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
    overflow: hidden;
}

.quality-policy-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/blur bg/quality-bg.png') no-repeat left;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.quality-policy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/blur bg/quality-bg1.png') no-repeat right;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.quality-policy-section .container {
    position: relative;
    z-index: 2;
}

.quality-policy-section .policy-points {
    max-width: 900px;
    margin: 0 auto 60px;
}

/* Project Details Section */
.project-details-section {
    padding: 60px 0;
    background: #fff;
    border-bottom: 1px solid #c90fcd;
}

.project-details-wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: start;
}

/* Left Column - Project Info */
.project-info-column {
    padding-right: 40px;
}

.project-title-bar {
    width: 60px;
    height: 5px;
    background: #c90fcd;
    margin-bottom: 25px;
}

.project-detail-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 25px;
}

.project-detail-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Project Gallery */
.project-gallery {
    margin-top: 40px;
}

.gallery-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 15, 205, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Right Column - Meta Info */
.project-meta-column {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
    position: sticky;
    top: 120px;
}

.meta-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 25px 0;
}

/* Services Icons Grid */
.services-icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.333% - 14px);
}

.service-icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #c90fcd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.service-icon-circle i {
    font-size: 28px;
    color: #c90fcd;
    transition: color 0.3s ease;
}

.service-icon-item:hover .service-icon-circle {
    background: linear-gradient(135deg, #c90fcd, #8b5cf6);
    border-color: transparent;
}

.service-icon-item:hover .service-icon-circle i {
    color: #fff;
}

.service-icon-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    line-height: 1.3;
}

/* Major Work List */
.major-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.major-work-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.major-work-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #c90fcd;
    border-radius: 2px;
}

/* Location Box */
.location-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.location-icon {
    width: 50px;
    height: 50px;
    background: rgba(201, 15, 205, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon i {
    font-size: 24px;
    color: #c90fcd;
}

.location-details {
    flex: 1;
}

.location-country {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.location-state {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Client Box */
.client-box {
    margin-top: 25px;
}

.client-name {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Status Box */
.status-box {
    margin-top: 25px;
}

.status-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.status-badge.executed {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
}

.status-badge.ongoing {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
}