@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-blue: #004b61;
    --secondary-blue: #003747;
    --accent-yellow: #fec90a;
    --dark-navy: #00004d;
    --text-gray: #666;
    --bg-light: #f8f9fa;
}

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: "Inter", sans-serif;
}
p{
  margin-bottom: 0;
}
b, strong {
    font-weight: 700;
    color: #1C1C1C;
}
.no-padding{
  padding: 0;
}
a{
    font-family: "Inter", sans-serif;
    color: #996830;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 400;
}
a:hover{
    text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p, h5{
    font-family: "Inter", sans-serif;
    line-height: 1.25;
    word-wrap: break-word;
    font-weight: 400;
    letter-spacing: 0px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #996830;
    line-height: 1.25em;
    font-family: "Inter", sans-serif;
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 1rem;
	display: flex;
    align-items: center;
	text-transform: uppercase;
}
.small_title::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #996830;
    margin-right: 10px;
}
.slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider.slick-initialized {
  opacity: 1;
}
/* Helper Classes */
.section-padding {
    padding: 80px 0;
}
.rotate-45 {
    transform: rotate(45deg);
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

.button-common a {
    padding: 12px 40px;
    border-radius: 35px;
    display: inline-block;
}
/* ================ end back to top =================*/

/* ================ Header =================*/

.header-wrapper {
    padding: 6px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Limits the header width to match design (approx 1400px) */
.header-container-width {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

/* The main white pill container */
.custom-navbar {
    background: #fdfdfd;
    border-radius: 50px;
    padding: 8px 15px;
    min-height: 71px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Sizing */
.header-logo {
    height: 55px;
    width: auto;
}

/* Navigation Group (Nav + Button) */
.nav-group {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu li {
    padding: 0 5px;
}

.small-icon {
    font-size: 11px;
    margin-left: 5px;
    margin-top: 1px;
    color: #777;
}

/* Appointment Button */
.btn-appointment {
    background: #fec90a;
    color: #000;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-appointment:hover {
    background: #e5b609;
    color: #000;
    text-decoration: none;
}

/* ================ end header =================*/
.hero-outer-wrapper {
    padding: 0 20px 20px 20px;
}

.hero-main-container {
    border-radius: 25px;
    overflow: hidden;
}

/* =========================================
   4. SERVICES OVERVIEW 
   ========================================= */

/* 1. Header Container (Constrains Title & Badge) */
.services-header-container {
    position: relative;
    max-width: 1230px; /* Matches standard grid width */
    margin: 0 auto 50px auto;
}

/* 2. Carousel Container (NEW - Centers the cards) */
.services-container {
    max-width: 1230px; /* Limits width so it's not full screen */
    margin: 0 auto;    /* Centers the container */
    padding: 0 15px;   /* Safe padding for mobile */
}

/* Typography */
.services-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: var(--dark-navy);
    margin-bottom: 20px;
}

.services-sub-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
    max-width: 800px;
}

/* Badge Styles */
.award-badge-wrapper {
    position: absolute;
    top: -25px;
    left: 80px;
    width: 120px;
    height: 120px;
    z-index: 5;
    animation: spin 20s linear infinite;
}

.badge-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 11px;
    fill: #444444;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

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

/* Carousel Cards */
.service-slide-item {
    display: flex !important;
    justify-content: center;
    padding: 0 15px; /* Adds gap between cards */
}

.service-card {
    width: 100%; /* Fills the slide item width */
    max-width: 384px; /* Ensures exact size from design */
    background: transparent;
}

.service-img-wrapper {
    position: relative;
    width: 100%;
    height: 484px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Notch & Button */
.top-right-notch {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-circle-btn {
    background: var(--accent-yellow);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/* Content Styles */
.service-title {
    color: var(--dark-navy);
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
}

.service-desc {
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.6;
    height: 90px;
    overflow: hidden;
    margin: 15px 0 25px;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 6px 6px 6px 20px;
    border-radius: 40px;
    color: var(--dark-navy);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.read-more-icon {
    background: var(--accent-yellow);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 10px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .award-badge-wrapper {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 15px auto;
        display: block;
    }
}

/* =========================================
   5. NOTABLE PROJECTS SECTION
   ========================================= */

.projects-container {
    max-width: 1230px;
    margin: 0 auto;
}

.notable-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: var(--dark-navy);
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.notable-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666;
    max-width: 90%;
    margin-bottom: 40px;
    line-height: 1.6;
}

.project-banner {
    width: 100%;
    max-width: 1198px;
    height: 446px;
    background-image: url('images/not-projects.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}

/* Glass Card inside Project */
.project-glass-card {
    width: 420px;
    padding: 40px 40px 60px 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    color: #fff;
    position: relative;
}

.glass-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.glass-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: inline-block;
    margin-bottom: 27px;
}

.arrow-outline-btn {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(254, 201, 10, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fec90a;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.arrow-outline-btn:hover {
    background: #fec90a;
    color: #000;
    border-color: #fec90a;
}

/* =========================================
   6. PRODUCTS, WORKPLACE, CLIENTS, FOOTER
   ========================================= */

/* Products */
.product-item {
    position: relative;
    margin: 0 10px;
    border-radius: 20px;
    overflow: hidden;
}

.product-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: 600;
}

/* Workplace */
.workplace-section {
    background-color: var(--primary-blue);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bg-text-watermark {
    font-size: 12vw;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}

.team-photo {
    max-width: 80%;
    border: 15px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

/* Clients */
.client-logo-item img {
    max-width: 100%;
    /*filter: grayscale(1);
    opacity: 0.6;*/
    transition: 0.3s;
}

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

/* Footer */
footer {
    background: var(--secondary-blue);
    color: #fff;
    padding: 80px 0 20px;
}

.footer-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--accent-yellow);
    font-size: 14px;
}

/* =========================================
   5. CORE PRODUCTS SECTION
   ========================================= */

.core-products-section {
    background-color: #fff !important; /* Force white bg per design */
    overflow: hidden; 
}

/* Left Column Text */
.products-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: var(--dark-navy);
    line-height: 1.2;
}

.products-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    max-width: 350px; 
}

/* --- Carousel Item Layout --- */
.product-slide-item {
    padding: 0 15px; /* Gap between slides */
}

.product-card {
    position: relative;
    margin-bottom: 40px; /* Extra space for the floating button */
}

/* Image Container */
.product-img-box {
    position: relative;
    border-radius: 30px; 
    overflow: visible; /* Allows button to hang outside */
    margin-bottom: 20px;
    height: 380px; /* Uniform Height */
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px; /* Rounds image corners */
    display: block;
}

/* --- Corner Button (The Yellow Circle) --- */
.product-corner-btn {
    position: absolute;
    bottom: -25px; /* Pushes it down to overlap edge */
    right: -10px;  /* Pushes it slightly right */
    width: 60px;
    height: 60px;
    background-color: var(--accent-yellow);
    border-radius: 50%; /* Perfect Circle */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Subtle shadow for depth */
    transition: 0.3s;
    z-index: 5;
}

.product-corner-btn:hover {
    background-color: #e5b609;
    color: #000;
    transform: scale(1.1);
}

/* Product Title */
.product-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-top: 10px; /* Space between box and text */
    padding-left: 5px;
}

/* --- Core Products Text Styling --- */

.products-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* Semi-bold */
    font-size: 44px;  /* Matches the large scale in the screenshot */
    color: #0b0b3b;   /* Deep Navy Blue specific to the image */
    line-height: 1.2;
    margin-bottom: 35px; /* Adds space between title and paragraph */
    letter-spacing: -0.5px;
}

.products-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 16px;
    color: #666666;   /* Muted Grey */
    line-height: 1.9; /* Increased line-height for the "airy" look */
    
    /* This specific max-width forces the exact line breaks:
       Line 1: ...Long-
       Line 2: ...Standards,
       Line 3: ...Protection
    */
    max-width: 360px; 
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .products-desc {
        max-width: 100%; /* Let text fill width on mobile */
        font-size: 15px;
    }
    .products-main-title {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

/* Ensure proper spacing on mobile */
@media (max-width: 991px) {
    .products-desc {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

/* =========================================
   6. NEWS & EVENTS SECTION
   ========================================= */

.news-events-section {
    padding-bottom: 80px;
    background-color: #fff;
    position: relative;
}

/* Main Container: 1198px Width, 973px Height */
.news-card-container {
    width: 100%;
    max-width: 1198px;     /* Exact Width */
    min-height: 973px;     /* Exact Height Constraint */
    margin: 60px auto 0;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

/* --- Left Column: Image --- */
.news-img-box {
    width: 100%;
    height: 100%;
    min-height: 973px; /* Ensure image fills the tall container */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* --- "Show More" Button (White Pill + Teal Circle) --- */
.btn-show-more {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: #fff;
    color: #004b61; /* Teal Text */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    
    /* Pill Shape Padding */
    padding: 6px 6px 6px 25px; 
    border-radius: 50px;
    
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.btn-show-more:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #003747;
}

.circle-arrow-blue {
    width: 42px;
    height: 42px;
    background-color: #0E5A72; /* Dark Teal Circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #fff; /* White Arrow */
    font-size: 14px;
}

/* --- "Read More" Button (Outline + Yellow Circle) --- */
.btn-news-read {
    display: inline-flex;
    align-items: center;
    
    /* Thin Outline Border */
    border: 1px solid rgba(255,255,255,0.3); 
    border-radius: 50px;
    
    /* Padding adjusted for the circle to fit snugly */
    padding: 4px 4px 4px 20px; 
    
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 10px;
}

.btn-news-read:hover {
    background: rgba(255,255,255,0.05);
    border-color: #fff;
    text-decoration: none;
    color: #fff;
}

.circle-arrow-yellow {
    width: 28px;
    height: 28px;
    background-color: #fec90a; /* Yellow Circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #000; /* Black Arrow */
    font-size: 10px;
}

/* --- Right Column: Content --- */
.news-content-box {
    background-color: #0E5A72; /* Teal color picked from image */
    color: #fff;
    padding: 80px 70px; /* Spacious padding */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically in the tall box */
}

.news-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.news-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 30px;
    font-weight: 400;
}

.news-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 50px;
}

/* News Items */
.news-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
    /* Optional: Remove bottom border if strict to screenshot */
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */ 
}

.news-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.news-icon {
    min-width: 50px;
    font-size: 28px;
    color: #fff;
    margin-right: 25px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.news-text h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.news-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    opacity: 0.85;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 90%;
}

/* Read More Button (Outline) */
.btn-news-read {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.btn-news-read:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    text-decoration: none;
    color: #fff;
}

.text-yellow {
    color: var(--accent-yellow);
}

/* --- Badge Positioning --- */
/* Matches "top-left" of the news section relative to the container */
.news-badge-wrapper {
    position: absolute;
    top: 20px;
    left: 80px; 
    width: 120px;
    height: 120px;
    z-index: 10;
    animation: spin 20s linear infinite;
}

/* --- News Section Styling --- */

/* ... (Keep previous news section styles) ... */

/* --- News Section Read More Button Style --- */

.btn-news-read {
    display: inline-flex;
    align-items: center;
    /* Thin white border outline */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    /* Padding: Left gets space for text, Right/Top/Bottom tight to fit circle */
    padding: 4px 4px 4px 20px; 
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 10px;
}

.btn-news-read:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

/* Yellow Circle with Arrow */
.circle-arrow-yellow {
    width: 28px;
    height: 28px;
    background-color: var(--accent-yellow); /* Yellow Background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px; /* Space between text and circle */
    color: #000; /* Black Arrow Icon */
    font-size: 10px;
}

/* 2. Simple Button (For ISO & CEB items - No Circle Background) */
.btn-news-simple {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 8px 24px; /* Standard pill padding */
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600; /* Slightly bolder to match screenshot */
    text-decoration: none;
    transition: 0.3s;
    margin-top: 10px;
}

.btn-news-simple:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

/* The Yellow Arrow Icon */
.simple-arrow-yellow {
    color: var(--accent-yellow);
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .news-card-container {
        min-height: auto; /* Allow auto height on mobile */
        height: auto;
    }
    .news-img-box {
        min-height: 400px;
    }
    .news-content-box {
        padding: 50px 30px;
    }
    .news-badge-wrapper {
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
    .products-main-title {
        font-size: 36px;
    }
    .products-desc {
        max-width: 100%;
    }
    .product-corner-btn {
        bottom: -20px;
        right: 0;
    }
}
/* =========================================
   6. WORKPLACE SECTION
   ========================================= */

.workplace-section {
    background-color: #0E5A72; /* Teal Blue */
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 200px 0;
}

/* Wrapper to ensure strict left alignment context */
.workplace-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Forces flex items to the left */
    text-align: left; /* Forces text to the left */
}

/* --- Watermark Text --- */
.bg-watermark-text {
    position: absolute;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 130px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
}

.top-text { top: -165px; right: 10%; }
.bottom-text { bottom: -145px; left: -5%; }

/* Ensure content sits above watermark */
.z-index-2 { position: relative; z-index: 2; }

/* --- Typography --- */
.workplace-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}

.workplace-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 45px;
    
    /* Strict Width & Alignment */
    max-width: 520px; 
    text-align: left;
    margin-right: auto; /* Ensures block doesn't center */
    margin-left: 0;     /* Ensures block stays left */
}

/* --- Button Style --- */
.btn-find-out {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #0E5A72;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 8px 8px 30px; 
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    
    /* Alignment safety */
    margin-left: 0;
}

.btn-find-out:hover {
    transform: translateY(-3px);
    text-decoration: none;
    color: #003747;
}

/* Yellow Circle Icon */
.circle-arrow-yellow {
    width: 40px;
    height: 40px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #000;
    font-size: 14px;
}

/* --- Image Styling --- */
.workplace-img-wrapper img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 991px) {
    .workplace-title { font-size: 36px; }
    .workplace-img-wrapper { margin-top: 50px; }
    .bg-watermark-text { font-size: 80px; opacity: 0.1; }
    /* Reset padding on mobile */
    .col-lg-6 { padding-left: 15px !important; }
}

/* =========================================
   7. RESPONSIVE MEDIA QUERIES
   ========================================= */

@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    .hero-slide {
        padding: 0 30px;
    }
    .hero-info-card {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 40px;
    }
    
    /* Responsive Header */
    .custom-navbar {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .nav-group {
        margin-top: 20px;
        flex-direction: column;
    }
    .nav-menu {
        flex-direction: column;
    }
    
    /* Responsive Badge */
    .award-badge-wrapper {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 20px auto;
        display: block;
        width: 80px;
        height: 80px;
    }

    /* Responsive Project */
    .project-banner {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .project-glass-card {
        width: 100%;
        border-radius: 0 0 24px 24px;
        background: rgba(0, 0, 0, 0.6);
    }
}

/* =========================================
   OUR AWARDS SECTION
   ========================================= */

.awards-section {
    background-color: #fff;
}

/* Typography */
.awards-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: var(--dark-navy);
    line-height: 1.2;
    margin-bottom: 15px;
}

.awards-sub-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 40px;
}

/* Card Styling */
.award-card {
    position: relative;
    width: 100%;
}

/* Image Wrapper */
.award-img-wrapper {
    position: relative;
    width: 100%;
    height: 350px; /* Fixed height for consistency */
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}

.award-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Notch Effect --- 
   This white box sits on top of the image to create the cut-out shape 
*/
.award-notch {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #fff; /* Must match section background */
    border-bottom-left-radius: 40px; /* This creates the curve */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Yellow Button inside Notch */
.award-btn {
    width: 50px;
    height: 50px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.award-btn:hover {
    background-color: #e5b609;
    color: #000;
    transform: scale(1.1);
}

/* Card Content */
.award-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--dark-navy);
    margin-bottom: 10px;
    line-height: 1.4;
    padding-right: 20px; /* Avoid text hitting edge on small screens */
}

.award-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .award-img-wrapper {
        height: 250px;
    }
    .awards-main-title {
        font-size: 32px;
    }
}

/* =========================================
   8. CLIENTS SECTION (Uniform Size)
   ========================================= */

.section-padding {
    padding: 80px 0;
}

/* Container for individual logo */
.client-logo-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    /*height: 120px;*/
    padding: 0 20px; /* spacing between logos */
    outline: none;
}

/* Image Styling for Uniformity */
/*.client-logo-item img {
    max-height: 55px; 
    max-width: 180px;    
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.4; 
    transition: 0.3s all ease;
}*/

/* Optional: Make them darker/colored on hover */
.client-logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
/* =========================================
   9. FOOTER SECTION
   ========================================= */

.footer-section {
    background-color: #004b61; /* Brand Teal */
    color: #fff;
    padding-top: 80px;
    padding-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* --- Right Column Typography --- */

/* UPDATE: Changed color to Yellow */
.contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
    color: #FFEDA8; /* <--- Corrected Color (Brand Yellow) */
}

.contact-value {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

/* --- Left Column Logos --- */
.footer-logo-box img {
    height: 60px;
    width: auto;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

.footer-label-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.footer-sub-logo img {
    height: 50px;
    width: auto;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
}

.footer-member-logo img {
    height: 50px;
    opacity: 0.9;
}

.footer-socials {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-circle {
    width: 35px;
    height: 35px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004b61;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.social-circle:hover {
    background-color: #fff;
    color: #004b61;
}

/* --- Newsletter --- */
.newsletter-area {
    margin-top: 20px;
    border-top: 1px dotted rgba(255,255,255,0.3);
    padding-top: 30px;
}

.newsletter-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.newsletter-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
    max-width: 500px;
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 600px;
}

.newsletter-input {
    flex: 1;
    background-color: rgba(144, 169, 180, 0.5); 
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 12px 25px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
}

.newsletter-input::placeholder {
    color: #e0e0e0;
}

.newsletter-input:focus {
    background-color: rgba(144, 169, 180, 0.7);
    border-color: rgba(255,255,255,0.5);
}

.btn-subscribe, input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: var(--accent-yellow);
    color: #004b61;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 12px 35px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
	margin-left: 10px;
}

.btn-subscribe:hover, input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #fff;
}

/* --- Footer Bottom --- */
.footer-bottom {
    margin-top: 60px;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-input {
        width: 100%;
    }
    .btn-subscribe {
        width: 100%;
    }
}

/* --- Service Content Styling --- */

.service-content {
    padding-top: 5px;
    text-align: left; /* Strict left alignment */
}

/* Title: Inter, SemiBold, Dark Blue */
.service-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #00004d; /* Dark Navy */
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Description: Inter, Regular, Grey, ~7 Lines */
.service-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: 400; /* Regular weight */
    line-height: 1.7; /* Readable spacing */
    margin-bottom: 25px;
    
    /* Limits text to approx 7 lines to match screenshot */
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More Button: Not Bold, Inter, Dark Blue Text */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0; /* Light grey border */
    padding: 5px 5px 5px 20px; /* Padding for text vs circle */
    border-radius: 50px;
    
    color: #00004d; /* Dark Navy Text */
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500; /* Medium - NOT Bold (600/700) */
    text-decoration: none;
    transition: 0.3s all ease;
}

.btn-read-more:hover {
    background: #f9f9f9;
    color: #000;
    text-decoration: none;
    border-color: #ccc;
}

/* Yellow Icon Inside Button */
.read-more-icon {
    background: var(--accent-yellow);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #000;
    font-size: 10px;
}

/* --- News Content Styles --- */

/* Wrapper for the icon */
.news-icon {
    min-width: 50px;
    margin-right: 25px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Align to top of text */
}

/* Image Icon Styling */
.news-icon img {
    width: 32px; /* Set consistent width for icons */
    height: auto;
    object-fit: contain;
    /* Optional: Brightness filter if you need to make black icons white */
    /* filter: brightness(0) invert(1); */ 
}

/* ... Rest of news CSS remains the same ... */

/* =========================================
   ABOUT PAGE STYLES
   ========================================= */

.bg-light-gray {
    background-color: #fcfcfc;
}

.breadcrumb-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* --- About Hero --- */
.about-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #0b0b3b; /* Deep Navy */
    line-height: 1.1;
}

.highlight-yellow {
    background-color: #fec90a; /* Yellow Highlight */
    padding: 0 10px;
    display: inline-block;
}

.review-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.google-rating {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.stars i {
    font-size: 12px;
}

.about-hero-img {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
}

/* --- Vision & Mission --- */
.section-heading-dark {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #00004d;
}

/* Vision Card */
.vision-card {
    background-color: #1a1a1a;
    background-image: url('https://placehold.co/600x800/222/333?text=Blueprint+BG'); /* Replace with blueprint image */
    background-size: cover;
    background-blend-mode: overlay;
    height: 500px;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    border: 1px solid #333;
}

.large-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 80px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: rgba(255,255,255,0.3);
    line-height: 1;
}

.vision-content p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: rgba(255,255,255,0.9);
}

.orange-bar {
    width: 100%;
    height: 4px;
    background-color: #d35400; /* Burnt Orange from design */
    margin-top: 0;
}

/* Mission Card */
.mission-card {
    height: 500px;
    overflow: hidden;
    position: relative;
}

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

.card-label-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

/* --- About Text Section --- */
.sub-heading-upper {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.highlight-block {
    background-color: #f0e68c; /* Light Yellow Block */
    display: inline-block;
    padding: 5px 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

.about-badge-container {
    display: flex;
    justify-content: center;
}

.content-text-block p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    .about-main-title {
        font-size: 42px;
    }
    .google-rating {
        justify-content: flex-start;
        margin-top: 15px;
    }
    .text-lg-right {
        text-align: left !important;
    }
    .vision-card, .mission-card {
        height: 400px;
    }
}

/* --- About Page Review Section --- */

/* Wrapper to hold content together */
.review-wrapper {
    display: inline-block;
    /* Optional: limit width if needed, but auto fits content usually */
}

/* 1. Main Review Text */
.review-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4a4a4a; /* Dark Grey */
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 400;
}

/* 2. Bottom Row (Logo + Stars + Rating) */
.google-row {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between elements */
}

/* 3. Black Stars */
.stars-black {
    color: #000; /* Pitch Black as per screenshot */
    font-size: 14px;
    letter-spacing: 2px; /* Space between stars */
    display: flex;
}

/* 4. Rating Text */
.rating-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #888; /* Light Grey for description */
}

.rating-text strong {
    color: #000; /* Bold Black for "4.4" */
    font-weight: 700;
}

/* Responsive: Left align on mobile */
@media (max-width: 991px) {
    .col-lg-5.d-flex {
        align-items: flex-start !important; /* Move to left on mobile */
        margin-top: 20px;
    }
}

/* =========================================
   ABOUT TOPIC TYPOGRAPHY (FIGMA SPECS)
   ========================================= */

.about-figma-title {
    /* TYPOGRAPHY PANEL SPECS */
    font-family: 'Inter', sans-serif;
    font-weight: 500;            /* Medium */
    font-size: 64px;             /* Exact Size */
    line-height: 86.4px;         /* Exact Line Height */
    letter-spacing: -2.88px;     /* Exact Letter Spacing */
    color: #140857;              /* Exact Hex Color */
    
    margin: 0;
    text-align: left;
}

/* Yellow Highlight Style */
.highlight-yellow-pill {
    background-color: #FFCC077D;   /* Brand Yellow */
    padding: 0 15px;             /* Space around text inside yellow */
    display: inline-block;
    border-radius: 4px;          /* Subtle roundness to the highlight */
}

.breadcrumb-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

/* Hero Image Box Adjustments */
.about-hero-img-box {
    border-radius: 24px;
    overflow: hidden;
    margin-top: 20px;
}

.about-hero-img-box img {
    border-radius: 24px;
    display: block;
}

/* RESPONSIVE: Scale down the 64px title for mobile screens */
@media (max-width: 991px) {
    .about-figma-title {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -1px;
    }
    
    .highlight-yellow-pill {
        padding: 0 8px;
    }
}

/* About Page Image Styling */
.about-hero-img-box {
    border-radius: 24px; /* EXACT RADIUS */
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.about-hero-img-box img {
    border-radius: 24px;
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   ABOUT PAGE: EXPLORE SECTION
   ========================================= */

.explore-section {
    background-color: #fff;
}

.section-heading-dark {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #00004d; /* Dark Navy */
}

/* --- Card Wrapper & Sizing --- */
.explore-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 376px; /* EXACT FIGMA WIDTH */
}

.explore-image-box {
    width: 376px;  /* EXACT FIGMA WIDTH */
    height: 590px; /* EXACT FIGMA HEIGHT */
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
}

.explore-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Vision Card Specifics --- */
.vision-box {
    background-size: cover;
    background-position: center;
    /* Ensuring the blueprint png blends as a dark background */
    background-color: #111; 
}

.vision-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Darkening for text readability */
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.explore-number {
    font-family: 'Inter', sans-serif;
    font-size: 84px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.4); /* Faded white/gray */
    line-height: 1;
    margin-bottom: auto;
}

.explore-center-text {
    text-align: center;
    margin-bottom: 60px; /* Positions it roughly in the lower middle */
}

.explore-center-text p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.95;
}

/* --- Decorative Elements --- */
.orange-divider {
    width: 250px; /* Adjusted to look like screenshot */
    height: 3px;
    background-color: #E67E22; /* Burnt orange */
    margin-top: -3px; /* Sits exactly on bottom edge of box */
    z-index: 2;
}

.explore-label {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 25px;
    text-align: center;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .explore-card-wrapper, 
    .explore-image-box {
        width: 100%; /* Fill screen on mobile */
        max-width: 376px;
    }
    .section-heading-dark {
        font-size: 32px;
    }
}

/* =========================================
   EXPLORE SECTION - UPDATED TO 376x525
   ========================================= */

.explore-section {
    background-color: #fff;
    padding: 80px 0;
}

.explore-card-container {
    width: 376px; /* EXACT FIGMA WIDTH */
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

/* --- The Image Box (Updated Height) --- */
.explore-box {
    width: 376px;   /* EXACT FIGMA WIDTH */
    height: 525px;  /* UPDATED FIGMA HEIGHT */
    position: relative;
    overflow: hidden;
    background-color: #111;
    
    /* Animation settings */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}

.vision-box {
    background-size: cover;
    background-position: center;
}

.vision-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    padding: 30px;
}

.card-number {
    position: absolute;
    top: 25px; left: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 70px; /* Scaled slightly for shorter height */
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
}

.card-bottom-text {
    position: absolute;
    bottom: 40px; left: 0; width: 100%;
    padding: 0 35px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/* --- THE ORANGE SEPARATOR (Hover Effect) --- */
.separator-container {
    width: 100%;
    height: 2px;
    display: flex;
    justify-content: center;
    margin-top: 25px; 
    margin-bottom: 15px; 
}

.orange-separator-line {
    width: 0;         /* Default hidden */
    height: 2px;
    background-color: #f19066; 
    opacity: 0;       /* Default hidden */
    transition: all 0.4s ease-in-out;
}

/* --- HOVER TRIGGERS --- */

/* 1. Lift Up Effect */
.explore-card-container:hover .explore-box {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* 2. Orange Line Appears ONLY on Hover */
.explore-card-container:hover .orange-separator-line {
    width: 220px; 
    opacity: 1;
}

/* 3. Text Label Color */
.explore-card-label {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.explore-card-container:hover .explore-card-label {
    color: #f19066;
}

/* Image scaling inside Mission box */
.mission-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =========================================
   ABOUT SPLIT SECTION STYLING
   ========================================= */

.about-split-section {
    position: relative;
    /* This creates the sharp split: Top 40% White, Bottom Gray */
    background: linear-gradient(to bottom, #ffffff 40%, #f8f8f8 40%);
    padding-top: 60px;
}

/* --- Row Spacing --- */
.about-row-white {
    padding-bottom: 20px;
}

.about-row-gray {
    /* No padding-top needed as gradient handles the visual transition */
}

/* --- Left Column Elements --- */
.about-label-upper {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.about-pill-highlight {
    background-color: #fef4c5; /* Light yellow from screenshot */
    display: inline-block;
    padding: 8px 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #0b0b3b;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* --- Badge Positioning --- */
.about-page-badge-wrapper {
    margin-top: 20px;
    animation: spin 20s linear infinite;
}

/* --- Text Content (Right Column) --- */
.about-text-content p {
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.85; /* Spacious line height from screenshot */
    color: #333;
    margin-bottom: 30px;
}

/* Badge Typography (Outfit) */
.badge-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 10.5px;
    fill: #444;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .about-split-section {
        background: #fff; /* Single color for mobile readability */
        padding-top: 40px;
    }
    .about-row-gray {
        background-color: #f8f8f8;
        padding: 30px 15px;
        margin-top: 20px;
    }
    .about-pill-highlight {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .about-page-badge-wrapper {
        margin-bottom: 40px;
    }
}

/* =========================================
   ABOUT SECTION TEXT & SPACING
   ========================================= */

.about-split-section {
    position: relative;
    /* Split background logic kept from previous step */
    background: linear-gradient(to bottom, #ffffff 42%, #f8f8f8 42%);
    padding-top: 60px;
    padding-bottom: 80px;
}

/* --- The Paragraph Gap Logic --- */
.about-text-content p {
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.8; /* Line height inside the paragraph */
    color: #333;
    
    /* This creates the specific gap between the blocks of text */
    margin-bottom: 45px; 
    
    text-align: left;
}

/* Remove margin from the very last paragraph in a container */
.about-text-content p:last-child {
    margin-bottom: 0;
}

/* Ensure the transition between the two rows looks seamless */
.about-row-white {
    padding-bottom: 25px; /* Adds to the gap between 2nd and 3rd paragraph */
}

.about-row-gray {
    padding-top: 20px;
}

/* Header & Badge styles (from previous successful step) */
.about-label-upper {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 15px;
}

.about-pill-highlight {
    background-color: #FFEDA8;
    padding: 8px 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    border-radius: 6px;
}

/* =========================================
   1. ROOT & GENERAL STYLES
   ========================================= */
:root {
    --primary-blue: #004b61;
    --secondary-blue: #003747;
    --accent-yellow: #fec90a;
    --dark-navy: #00004d;
    --text-gray: #666;
    --bg-light-gray: #fcfcfc;
}
body { font-family: 'Poppins', sans-serif; background-color: #fff; color: #333; overflow-x: hidden; }
.section-padding { padding: 80px 0; }
.rotate-45 { transform: rotate(45deg); }


/* =========================================
   HEADER DROPDOWN STYLING (Fixed & Smooth)
   ========================================= */

.nav-menu .dropdown {
    position: relative;
    height: 100%; /* Ensures alignment */
    display: flex;
    align-items: center;
}

.nav-menu .dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

/* --- The Dropdown Box --- */
.custom-dropdown-menu {
    /* Layout & Style */
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    padding: 15px;
    min-width: 240px;
    
    /* Positioning */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    
    /* Spacing from header (Visual Gap) */
    margin-top: 15px; 

    /* ANIMATION START STATE (Hidden) */
    display: block; /* Override Bootstrap default */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); /* Push down slightly */
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Smooth easing */
    pointer-events: none; /* Prevents accidental clicks when hidden */
}

/* --- THE INVISIBLE BRIDGE (Crucial Fix) --- */
/* This creates an invisible area over the gap so hover isn't lost */
.custom-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px; /* Covers the margin-top gap */
    left: 0;
    width: 100%;
    height: 20px; 
    background: transparent;
}

/* --- HOVER STATE (Show Menu) --- */
/* When hovering the parent LI, show the menu */
.nav-menu .dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Slides up into place */
    pointer-events: auto; /* Re-enable clicking */
}

/* --- Dropdown Links Styling --- */
.custom-dropdown-menu .dropdown-item {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding: 12px 18px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    background: transparent; /* Reset bootstrap defaults */
}

.custom-dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary-blue);
    padding-left: 22px; /* Smooth slide effect */
    transform: translateX(2px);
}

/* =========================================
   FIX FOR DOUBLE DROPDOWN ICON
   ========================================= */

/* Hides the default Bootstrap triangle caret */
.nav-menu .dropdown-toggle::after {
    display: none !important;
    content: none;
}


/* =========================================
   QUALITY PAGE: ALIGNMENT CORRECTIONS
   ========================================= */

/* --- Main Title --- */
.quality-figma-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.35; /* Adjusted for better spacing between the two lines */
    letter-spacing: -2.88px;
    color: #140857;
    margin: 0;
    
    /* Change to block to allow natural <br> breaking */
    display: block; 
}

/* --- Highlight Box --- */
.highlight-yellow-box {
    width: 260px;
    height: 86px;
    border-radius: 6px;
    background-color: rgba(255, 204, 7, 0.49);
    
    /* Keeps it inline with "Engineering" but allows centering text inside itself */
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    
    vertical-align: middle; /* Aligns box with the text baseline */
    margin: 0 10px;
    
    /* Ensure internal text inherits font properties correctly */
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    color: #140857;
}

/* --- Subtitle Alignment Wrapper --- */
/* This pushes the right text down to align with the "Quality" box */
.subtitle-alignment {
    padding-top: 25px; /* Adjusts vertical position to match screenshot */
}

/* --- Subtitle Text --- */
.quality-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 360px;
    margin-left: auto;
    margin-bottom: 0;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .quality-figma-title {
        font-size: 42px;
        line-height: 1.3;
        letter-spacing: -1.5px;
    }
    
    .highlight-yellow-box {
        width: auto;
        height: auto;
        padding: 5px 15px;
        font-size: 42px; /* Scale font inside box */
        margin: 5px 0;
        display: inline-block;
    }
    
    /* --- Subtitle Alignment Wrapper --- */
.subtitle-alignment {
    padding-top: 25px; 
    display: flex;
    justify-content: flex-start; /* Aligns the item to the left of the column */
}

/* --- Subtitle Text (Updated for Left Alignment) --- */
.quality-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 360px;
    
    /* LEFT ALIGNMENT UPDATES */
    text-align: left; 
    margin-left: 0;   /* Removes the push to the right */
    margin-right: auto;
    margin-bottom: 0;
}
}



/* =========================================
   QUALITY ASSURANCE SECTION
   ========================================= */

.bg-light-gray {
    background-color: #f9f9f9; /* Matches the light background */
}

/* --- Left Column Titles --- */
.qa-title-wrapper {
    text-align: left;
}

.qa-label-upper {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #072F37; /* Dark Green/Teal */
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.qa-highlight-box {
    background-color: #FFEEAD; /* Pastel Yellow Background */
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px; /* Slight rounding */
}

.qa-highlight-box h2 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #072F37; /* Dark Green/Teal */
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

/* --- Badge Positioning --- */
.qa-badge-container {
    display: flex;
    justify-content: center; /* Center relative to the column width */
    padding-top: 40px;
}

/* --- Right Column Text --- */
.qa-text-block p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7; /* Good readability */
    color: #333333;
    margin-bottom: 25px;
    text-align: left;
}

/* Responsive */
@media (max-width: 991px) {
    .qa-label-upper { font-size: 28px; }
    .qa-highlight-box h2 { font-size: 32px; }
    .qa-badge-container { justify-content: flex-start; margin-bottom: 30px; }
}

/* =========================================
   ISO STANDARDS CAROUSEL STYLES
   ========================================= */

/* --- Carousel Container Layout --- */
.iso-carousel {
    display: block;
    padding: 0 10px;
}

/* Individual Slide Item */
.iso-slide-item {
    display: flex !important; /* Forces flex to keep alignment */
    justify-content: center;
    padding: 0 15px; /* Spacing between cards */
    outline: none;
}

/* --- Card Structure --- */
.iso-card {
    width: 100%;
    max-width: 384px; /* Exact Width */
    background: transparent;
    text-align: left;
}

/* --- Image Wrapper & Shape Logic --- */
.iso-img-wrapper {
    position: relative;
    width: 100%;
    height: 484px; /* Exact Height */
    
    /* 1. Round the main corners of the image */
    border-radius: 30px; 
    
    /* 2. Clip the overflow. This is crucial. It cuts the white notch 
          to match the top-right rounded corner of the card automatically. */
    overflow: hidden; 
    
    background-color: #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.iso-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- The Notch (The "Bend") --- */
.iso-notch {
    position: absolute;
    top: 0;
    right: 0;
    
    /* Size of the white area */
    width: 100px;
    height: 100px;
    
    /* White background to match the page background */
    background-color: #fff; 
    
    /* This creates the inner curve ("Bend") */
    border-bottom-left-radius: 50px; 
    
    /* Center the button */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* --- Yellow Button --- */
.iso-yellow-btn {
    width: 55px;
    height: 55px;
    background-color: #fec90a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    
    /* Slight adjustment for visual centering within the bend */
    margin-bottom: 5px; 
    margin-left: 5px;
    
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.iso-yellow-btn:hover {
    transform: rotate(45deg);
}

/* --- Typography --- */
.iso-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #140857; /* Deep Navy */
    margin-bottom: 8px;
    line-height: 1.3;
}

.iso-card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 1.5;
}

/* --- Carousel Dots --- */
.iso-carousel .slick-dots {
    bottom: -40px;
}
.iso-carousel .slick-dots li button:before {
    color: #004b61;
    font-size: 10px;
}

/* =========================================
   ISO CAROUSEL - LIQUID NOTCH FIX
   ========================================= */

/* Wrapper */
.iso-img-wrapper {
    position: relative;
    width: 100%;
    height: 484px;
    border-radius: 30px;
    /* Important: We do NOT use overflow:hidden here, 
       otherwise the fillets might get clipped. 
       Instead, we rely on z-index. */
    overflow: hidden; 
    background-color: #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.iso-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- The Liquid Notch Container --- */
.iso-notch {
    position: absolute;
    top: -1px;  /* Slight overlap to prevent hairlines */
    right: -1px;
    width: 85px;  /* Size of the main white block */
    height: 85px;
    background-color: #fff;
    z-index: 10;
    
    /* This creates the main big scoop */
    border-bottom-left-radius: 40px; 
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Top-Left Smooth Fillet --- */
.iso-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px; /* Moves it to the left of the white box */
    width: 20px;
    height: 20px;
    background: transparent;
    
    /* This creates the concave curve filling the corner white */
    border-top-right-radius: 20px;
    box-shadow: 5px -5px 0 0 #fff; 
}

/* --- Bottom-Right Smooth Fillet --- */
.iso-notch::after {
    content: '';
    position: absolute;
    bottom: -20px; /* Moves it below the white box */
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    
    /* This creates the concave curve filling the corner white */
    border-top-right-radius: 20px;
    box-shadow: 5px -5px 0 0 #fff; 
}

/* --- Yellow Button --- */
.iso-yellow-btn {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fec90a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    
    /* Slight visual adjustment to center it in the complex shape */
    left: 2px;
    top: 2px;
}

.iso-yellow-btn:hover {
    transform: rotate(45deg);
}

/* =========================================
   GLOBAL LIQUID NOTCH STYLES 
   (Applies to Services, ISO, & Awards)
   ========================================= */

/* 1. Parent Wrapper Styling 
   Ensures the image is rounded and clips the notch correctly */
.service-img-wrapper, 
.iso-img-wrapper, 
.award-img-wrapper {
    position: relative;
    width: 100%;
    /* Fixed heights as per previous sections */
    /* Services: 484px, Awards: 350px, ISO: 484px */
    border-radius: 30px; 
    overflow: hidden; /* Critical for the effect */
    background-color: #f0f0f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Ensure images fill the wrapper */
.service-img-wrapper img, 
.iso-img-wrapper img, 
.award-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 2. The Notch Container (The White Box) */
.top-right-notch, 
.iso-notch, 
.award-notch {
    position: absolute;
    top: -1px;  /* Slight overlap to prevent hairlines */
    right: -1px;
    width: 90px;  /* Size of the white area */
    height: 90px;
    background-color: #fff; /* Matches page background */
    z-index: 10;
    
    /* The Main Curve */
    border-bottom-left-radius: 40px; 
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3. The Smooth Fillets (Liquid Effect) */

/* Left Fillet (Connects to top edge) */
.top-right-notch::before, 
.iso-notch::before, 
.award-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px; /* Size of fillet */
    width: 25px;
    height: 25px;
    background: transparent;
    border-top-right-radius: 25px; /* Curve direction */
    box-shadow: 5px -5px 0 0 #fff; /* The white fill */
}

/* Bottom Fillet (Connects to right edge) */
.top-right-notch::after, 
.iso-notch::after, 
.award-notch::after {
    content: '';
    position: absolute;
    bottom: -25px; /* Size of fillet */
    right: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border-top-right-radius: 25px; /* Curve direction */
    box-shadow: 5px -5px 0 0 #fff; /* The white fill */
}

/* 4. The Yellow Button Styling */
.yellow-circle-btn, 
.iso-yellow-btn, 
.award-btn {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: #fec90a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    text-decoration: none;
    
    /* Visual adjustment to center optical weight in the curve */
    left: 4px;
    top: -4px;
}

.yellow-circle-btn:hover, 
.iso-yellow-btn:hover, 
.award-btn:hover {
    transform: rotate(45deg);
    color: #000;
}

/* Hides all slick carousel dots */
.slick-dots {
    display: none !important;
}

/* =========================================
   AWARDS HERO STYLES (Updated Alignment)
   ========================================= */

/* Main Title */
.about-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -2.88px;
    color: #140857;
    margin: 0;
    text-align: left;
}

/* Highlight Box */
.highlight-yellow-block {
    background-color: #FFEDA8;
    padding: 0 10px;
    display: inline-block;
    line-height: 1; 
    margin-right: 10px; 
}

/* Right Side Description Text */

/* --- Awards Hero Description Text --- */
.awards-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4a4a4a; /* Dark Grey */
    line-height: 1.6;
    font-weight: 400;
    
    /* Alignment */
    text-align: left; 
    margin-left: 0;
    /* This forces the text to wrap correctly */
    max-width: 355px; 
}

/* Responsive: Ensure text doesn't get pushed on mobile */
@media (max-width: 991px) {
    .col-lg-5.pl-lg-5 {
        padding-left: 15px !important;
        margin-top: 20px;
    }
}

/* Responsive: Ensure text doesn't get pushed on mobile */
@media (max-width: 991px) {
    .col-lg-5.pl-lg-5 {
        padding-left: 15px !important;
        margin-top: 20px;
    }
}

/* Responsive: Ensure text doesn't get pushed on mobile */
@media (max-width: 991px) {
    .col-lg-5.pl-lg-5 {
        padding-left: 15px !important;
        margin-top: 20px;
    }
}

/* =========================================
   AWARDS & RECOGNITION PAGE
   ========================================= */

.awards-grid-section {
    background-color: #f9f9f9;
}

.awards-year-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: var(--dark-navy);
}

.award-card {
    text-align: left;
}

/* 
   The only change is the HEIGHT property here.
   The rest of the liquid notch logic remains the same.
*/
.award-img-wrapper {
    position: relative;
    width: 100%;
    /*height: 575px; */ /* TALLER HEIGHT to match screenshot */
    border-radius: 30px;
    overflow: hidden;
    
    /* Dotted background effect */
    background-color: #d0d0d0;
    background-image: radial-gradient(white 1px, transparent 1px);
    background-size: 15px 15px;
    
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* --- Liquid Notch for Awards --- */
.award-notch {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 90px;
    height: 90px;
    background-color: #f9f9f9;
    z-index: 10;
    border-bottom-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Smooth Fillets */
.award-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 5px -5px 0 0 #f9f9f9;
}

.award-notch::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 5px -5px 0 0 #f9f9f9;
}

/* Yellow Button */
.award-btn {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: var(--accent-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s;
}

.award-btn:hover {
    transform: rotate(45deg);
}

/* Award Text Content */
.award-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--dark-navy);
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: auto; /* Allow height to be determined by content */
}

.award-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* =========================================
   NEWS & EVENTS PAGE SECTION
   ========================================= */

/* Reuse the main title style, but rename class for clarity */
.about-main-title.news-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -2.88px;
    color: #140857; /* Deep Navy */
    margin: 0;
}

/* Background for the whole section is white */
.news-grid-section {
    background-color: #fff;
    padding-top: 50px;
}

/* Individual Card Structure */
.news-grid-card {
    position: relative;
    width: 100%;
    /* Added padding to align content with title alignment */
    padding: 0 15px; 
}

/* Image/Gray Box Wrapper */
.news-grid-img-wrapper {
    position: relative;
    width: 100%;
    /* Specific aspect ratio from screenshot */
    height: 384px; 
    border-radius: 30px;
    overflow: hidden;
    
    /* Gray background with pattern (Reused from Awards) */
    background-color: #d0d0d0;
    background-image: radial-gradient(white 1px, transparent 1px);
    background-size: 15px 15px;
    
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* Title Styling */
.news-grid-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark-navy);
    line-height: 1.4;
    margin-bottom: 10px;
}

/* Description Text */
.news-grid-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--text-gray);
    line-height: 1.6;
}

/* Re-use of the Awards Liquid Notch for the Yellow Button */
/* The styles for .award-notch, .award-btn, ::before, ::after 
   must be present in your style.css from the previous step. */

   /* =========================================
   PROJECTS CATEGORIES PAGE STYLES
   ========================================= */

.projects-badge-top {
    position: absolute;
    top: 150px; /* Aligns with the top of the categories grid */
    right: 50px; /* Positioned on the right side */
    z-index: 5;
}

.projects-badge-bottom {
    position: absolute;
    bottom: -50px; /* Below the categories grid */
    left: 50px; 
    z-index: 5;
}

/* Category Title Styling */
.category-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: var(--dark-navy);
    margin-bottom: 20px;
    padding-left: 10px;
}

/* Card Wrapper */
.category-card-wrapper {
    position: relative;
    width: 100%;
    height: 300px; /* Fixed height for the gray box */
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Image/Gray Box Styling */
.category-card-img {
    width: 100%;
    height: 100%;
    background-color: #d0d0d0; /* Gray color */
    border-radius: 30px;
}

/* Reusing the Awards/ISO Notch Logic for the Yellow Button */

/* NOTE: We are intentionally reusing the .award-notch and .award-btn classes 
   from the Awards page to keep the design consistent. */

/* Small adjustments to badge text for this page */
.projects-badge-top .badge-text, 
.projects-badge-bottom .badge-text {
    /* Adjust size if the 100px SVG is too small/large */
    font-size: 11px;
}

/* Responsive */
@media (max-width: 991px) {
    .projects-badge-top, .projects-badge-bottom {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 20px auto;
    }
    .category-card-wrapper {
        height: 250px;
    }
}

/* --- Global Variables (Ensure these exist) --- */
:root {
    --navy: #140857;
    --yellow: #fec90a;
    --font-inter: 'Inter', sans-serif;
    --font-poppins: 'Poppins', sans-serif;
    --font-outfit: 'Outfit', sans-serif;
}

/* --- Typography Utilities --- */
.text-navy { color: var(--navy); }
.bg-light-gray { background-color: #f4f4f4; }

/* Page Title Styling */
.page-title {
    font-family: var(--font-inter);
    font-size: 64px;
    letter-spacing: -1.5px;
    color: var(--navy);
}

.highlight-yellow-block {
    display: inline-block;
    background-color: var(--yellow);
    padding: 0 15px;
    line-height: 1.1;
}

/* --- Circular Badge Styling --- */
.circular-badge {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin-slow 20s linear infinite;
}

.circular-badge text {
    fill: var(--navy);
    text-transform: uppercase;
}

.star-icon {
    position: absolute;
    font-size: 24px;
    color: #1a7e8e; /* Teal color from screenshot */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* --- Project Category Card Styling --- */
.project-category-card {
    position: relative;
}

.category-title {
    font-family: var(--font-inter);
    font-size: 28px;
    font-weight: 600;
    color: var(--navy);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height based on preference */
    border-radius: 30px;
    overflow: hidden; /* Ensures the image stays inside rounded corners */
}

/* The Gray Placeholder */
.img-placeholder {
    width: 100%;
    height: 100%;
    background-color: #c4c4c4; /* Matching the gray in screenshot */
    border-radius: 30px;
}

/* The Liquid Notch Patch (White corner) */
.notch-patch {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #fff; /* Must match body background */
    border-bottom-left-radius: 40px; /* Creates the curve */
    z-index: 10;
}

/* The Yellow Button */
.arrow-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: transform 0.3s ease;
}

.arrow-btn:hover {
    transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-title {
        font-size: 42px;
    }
    .card-image-wrapper {
        height: 300px;
    }
}

/* Container for the star (keeps it centered) */
.badge-center-star {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Ensure it stays dead center */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* TARGET THIS to change the size */
.badge-center-star svg {
    width: 45px;  /* <--- INCREASE THIS NUMBER (e.g., 40px, 50px, 60px) */
    height: 45px; /* <--- KEEP THIS THE SAME AS WIDTH */
}

/* Ensure the color matches the teal in your image */
.badge-center-star svg path {
    fill: #145266; 
}

.star-icon {
    /* Position settings (keep these to center it) */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* SIZE SETTING: Increase this number */
    font-size: 48px;  /* <--- Try 40px, 48px, or 60px */
    
    /* Color settings */
    color: #1a7e8e;   /* Teal color */
    line-height: 1;   /* Ensures vertical alignment stays perfect */
}

/* Title Styling based on Inspector Screenshot */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;           /* Medium */
    font-size: 64px;            /* Exact size */
    line-height: 86.4px;        /* Exact line height */
    letter-spacing: -2.88px;    /* Exact spacing */
    color: #140857;             /* Navy Blue */
    margin-bottom: 0;
}

/* Highlight Styling based on Inspector Screenshot */
.highlight-yellow-block {
    display: inline-block;
    /* The specific Hex + Alpha code (49% opacity yellow) */
    background-color: #FFCC077D; 
    
    /* Small padding to make the highlight look like the design */
    padding: 0 10px; 
    
    /* Ensure the text inside remains Navy */
    color: #140857;
}

/* =========================================
   PROJECT CATEGORY CARD (Liquid Notch)
   ========================================= */

/* Typography for the Card Title */
.cat-title {
    font-family: 'Inter', sans-serif; /* Global Heading Font */
    font-size: 28px;
    font-weight: 500;
    color: #140857; /* Navy */
    margin-bottom: 20px;
}

/* --- Wrapper Styles --- */
.cat-img-wrapper {
    position: relative;
    width: 100%;
    height: 380px; /* Fixed height for consistency */
    border-radius: 30px; /* Main outer radius */
    overflow: hidden; /* Clips the image content */
    background-color: #c4c4c4; /* Placeholder color */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Ensure images fill the wrapper if used */
.cat-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- The Liquid Notch Container --- */
.cat-notch {
    position: absolute;
    top: -1px;  /* -1px prevents hairline gaps */
    right: -1px;
    width: 100px; /* Adjusted to 100px per previous request context, or keep 90px */
    height: 100px;
    background-color: #fff; /* Must match the page background */
    z-index: 10;
    
    /* This creates the main inner curve */
    border-bottom-left-radius: 40px; 
    
    /* Flexbox to center the button inside the white area */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- FILLET 1: Top-Left Smooth Connection --- */
/* Creates the curve connecting the top edge of the card to the notch */
.cat-notch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px; /* Width of the fillet */
    width: 25px;
    height: 25px;
    background: transparent;
    border-top-right-radius: 25px;
    
    /* The shadow mimics the white background color to fill the gap */
    box-shadow: 5px -5px 0 0 #fff; 
}

/* --- FILLET 2: Bottom-Right Smooth Connection --- */
/* Creates the curve connecting the right edge of the card to the notch */
.cat-notch::after {
    content: '';
    position: absolute;
    bottom: -25px; /* Height of the fillet */
    right: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    border-top-right-radius: 25px;
    
    /* The shadow mimics the white background color to fill the gap */
    box-shadow: 5px -5px 0 0 #fff; 
}

/* --- The Yellow Button --- */
.cat-yellow-btn {
    position: relative;
    width: 60px; /* Adjusted slightly for visual balance */
    height: 60px;
    background-color: #fec90a; /* Brand Yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    
    /* Optical adjustment to center the button in the visual space */
    left: 5px;
    top: -5px;
}

/* Animation: Rotate button on hover */
.cat-yellow-btn:hover {
    transform: rotate(45deg); 
    color: #000;
}

/* Icon Styling */
.cat-yellow-btn svg {
    stroke: #000;
    transition: transform 0.3s ease;
}

/* Specific rotation for the arrow to point diagonally by default */
.rotate-45 {
    transform: rotate(45deg);
}

/* =========================================
   CONTACT PAGE STYLING UPDATES
   ========================================= */

/* 1. The Highlight Block Color */
.highlight-yellow-block {
    display: inline-block;
    /* Exact color from your request (Yellow with Alpha) */
    background-color: #FFCC077D; 
    padding: 0 10px;
    color: #140857;
}

/* 2. Intro Text Paragraph ("Need help with your order...") */
/* Updated to 18px per screenshot */
.contact-intro {
    font-family: 'Inter', sans-serif;
    font-weight: 400;           /* Regular */
    font-size: 18px;            /* Updated Size */
    line-height: 1.75;          /* 175% */
    letter-spacing: 0.02em;     /* 2% */
    color: #140857;             /* Navy */
    
    max-width: 440px;           /* Controls width to match design line-breaks */
    margin-bottom: 40px;
}

/* 3. Address / Phone / Email Text */
.contact-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;            /* Kept at 16px for visual hierarchy */
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: #140857;
    margin-bottom: 20px;
}

/* 4. Form Labels */
.contact-form label {
    font-family: 'Inter', sans-serif;
    color: #140857; 
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

/* 5. Inputs */
.custom-input {
    background-color: #FAFAFA;
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    height: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333;
}
.custom-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px #FFCC07; /* Matches brand yellow */
}

/* 6. Send Button */
.btn-send {
    background-color: #0F4C5C;
    color: #fff;
    padding: 10px 45px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
}
.btn-send:hover {
    background-color: #140857;
    color: #fff;
    transform: translateY(-2px);
}

/* =========================================
   SUSTAINABILITY PAGE STYLING
   ========================================= */

/* Hero Description Text (Right Side) */
.section-intro-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 600px; /* Limits width on large screens for readability */
    display: inline-block;
}

/* Rounded corners for large landscape images */
.rounded-xl {
    border-radius: 20px;
    object-fit: cover; /* Ensures images fill the box without distorting */
}

/* Section Headings (e.g., "Environmental Sustainability") */
.section-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #140857; /* Navy */
}

/* Body Text Paragraphs */
.body-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555; /* Dark Gray */
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Bulleted Lists */
.sustainability-list {
    padding-left: 20px;
}

.sustainability-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: disc;
}

/* =========================================
   STEEL FABRICATION PAGE
   ========================================= */

/* --- 1. Intro Text --- */
.intro-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* --- 2. Custom Tabs --- */
.custom-tabs {
    border-bottom: 1px solid #e0e0e0;
}

.custom-tabs .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666; /* Gray for inactive */
    border: none;
    background: transparent;
    padding-bottom: 15px;
    position: relative;
    transition: color 0.3s ease;
}

.custom-tabs .nav-link:hover {
    color: #140857;
}

/* Active State: Yellow Bottom Border */
.custom-tabs .nav-link.active {
    color: #140857; /* Navy */
    font-weight: 600;
}

.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fec90a; /* Brand Yellow */
}

/* --- 3. Split Card Layout --- */
.bg-cream {
    background-color: #FFF8E1; /* Pale Yellow/Cream color from design */
}

.fab-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
}

.fab-card-list {
    list-style-type: disc;
    padding-left: 20px;
}

.fab-card-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

/* Height fix for the card to look like a slider */
.fabrication-card {
    min-height: 450px;
}

.object-fit-cover {
    object-fit: cover;
}

/* --- 4. Custom Arrows (Left/Right) --- */
.custom-arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    text-decoration: none;
    z-index: 10;
    transition: transform 0.2s;
}

.custom-arrow-btn:hover {
    color: #000;
    transform: translateY(-50%) scale(1.2);
}

.prev-btn { left: -40px; }
.next-btn { right: -40px; }

/* --- 5. Pagination Pill on Image --- */
.pagination-pill {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    gap: 5px;
}

.pagination-pill .dot {
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
}

.pagination-pill .active-dot {
    width: 8px;
    height: 8px;
    background-color: #140857;
    border-radius: 50%;
    display: inline-block;
}

/* --- Slick Slider Specifics --- */
.machine-card {
    border-radius: 24px;
    background-color: #FFF9E5; /* Cream background */
    overflow: hidden;
}

.slick-slide-item {
    outline: none;
    min-height: 410px;
}

.machine-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Custom Arrows Positioning */
.slick-arrows-container {
    position: absolute;
    width: 110%;
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.slick-prev-custom, .slick-next-custom {
    background: none;
    border: none;
    pointer-events: auto;
    cursor: pointer;
    transition: 0.3s;
}

.slick-prev-custom:hover, .slick-next-custom:hover {
    transform: scale(1.1);
}

/* Pagination Pill Logic */
/* Note: We use Slick's standard dots but restyle them as your pill */
.slick-dots {
    bottom: 20px !important;
    left: 70% !important; /* Position over the image area */
    width: auto !important;
    background: white;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    background: #DDD;
    border-radius: 50%;
    margin: 0 4px;
}

.slick-dots li.slick-active {
    background: #140857; /* Navy */
    width: 16px; /* Pill stretch */
    border-radius: 4px;
}

/* Tabs underline logic stays same as previous Bootstrap version */

/* --- GLOBAL CONFIG --- */
:root {
    --navy: #140857;
    --yellow: #fec90a;
    --highlight: #FFCC077D;
    --cream: #FFF8E1;
    --teal: #145266;
}

body { font-family: 'Poppins', sans-serif; color: var(--navy); }

/* --- TYPOGRAPHY --- */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    line-height: 1.1;
}

.highlight-yellow-block {
    display: inline-block;
    background-color: var(--highlight);
    padding: 0 10px;
}

.intro-content-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.rounded-xl { border-radius: 30px; }
.hero-img-main { height: 500px; object-fit: cover; }

/* --- ROTATING BADGE --- */
.badge-wrapper { width: 120px; height: 120px; }
.circular-badge {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-ring-svg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    animation: spin-badge 20s linear infinite;
}
.text-ring-svg text { fill: #333; text-transform: uppercase; }
.star-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }
@keyframes spin-badge { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* --- MACHINE TABS --- */
.custom-machine-tabs { border: none; border-bottom: 1px solid #EEE; }
.custom-machine-tabs .nav-link {
    border: none;
    font-family: 'Inter', sans-serif;
    color: #777;
    font-weight: 500;
    padding-bottom: 20px;
    background: none !important;
}
.custom-machine-tabs .nav-link.active {
    color: var(--navy);
    position: relative;
}
.custom-machine-tabs .nav-link.active::after {
    content: ''; position: absolute; bottom: -1px; left: 0;
    width: 100%; height: 4px; background-color: var(--yellow);
}

/* --- SLICK MACHINE CARD --- */
.machine-card { border-radius: 24px; overflow: hidden; background-color: var(--cream); }
.slick-slide-item { outline: none; min-height: 410px; }
.bg-cream { background-color: var(--cream); }
.machine-title { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 32px; text-transform: uppercase; }
.machine-list { list-style: disc; padding-left: 20px; }
.machine-list li { font-size: 16px; color: #555; margin-bottom: 10px; }

/* --- SLICK CONTROLS --- */
.slick-arrows-container {
    position: absolute; width: 108%; left: -4%; top: 50%;
    transform: translateY(-50%); display: flex; justify-content: space-between;
    pointer-events: none; z-index: 10;
}
.slick-prev-custom, .slick-next-custom {
    background: none; border: none; pointer-events: auto; cursor: pointer; transition: 0.3s;
}
.slick-dots {
    bottom: 25px !important; left: 72% !important; width: auto !important;
    background: white; padding: 6px 15px; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.slick-dots li { width: 8px; height: 8px; background: #DDD; border-radius: 50%; margin: 0 4px; }
.slick-dots li button:before { display: none; }
.slick-dots li.slick-active { background: var(--navy); width: 16px; border-radius: 4px; }

.object-fit-cover { object-fit: cover; }

:root {
    --navy: #140857;
    --yellow: #fec90a;
    --highlight: #FFCC077D;
    --cream: #FFF8E1;
}

body { font-family: 'Poppins', sans-serif; color: var(--navy); }

/* Headers */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    line-height: 1.1;
}

.highlight-yellow-block {
    display: inline-block;
    background-color: var(--highlight);
    padding: 0 10px;
}

.rounded-xl { border-radius: 30px; }
.hero-main-img { height: 500px; object-fit: cover; }

/* Intro text */
.intro-text p { font-size: 16px; line-height: 1.8; color: #444; margin-bottom: 20px; }

/* Rotating Badge */
.badge-wrapper { width: 120px; height: 120px; position: relative; }
.circular-badge { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }
.text-ring-svg { position: absolute; top: 0; left: 0; animation: spin-badge 20s linear infinite; }
.star-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }
@keyframes spin-badge { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Machine Tabs */
.custom-machine-tabs { border: none; border-bottom: 1px solid #EEE; }
.custom-machine-tabs .nav-link {
    border: none; font-family: 'Inter', sans-serif; color: #777; font-weight: 500;
    padding-bottom: 20px; background: none !important;
}
.custom-machine-tabs .nav-link.active {
    color: var(--navy); font-weight: 700; position: relative;
}
.custom-machine-tabs .nav-link.active::after {
    content: ''; position: absolute; bottom: -1px; left: 0;
    width: 100%; height: 4px; background-color: var(--yellow);
}

/* Slider Layout */
.machine-slider-outer { max-width: 900px; }
.machine-card { border-radius: 24px; overflow: hidden; background-color: var(--cream); }
.slick-slide-item { outline: none; min-height: 410px; }
.machine-title { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 32px; text-transform: uppercase; }
.machine-list { list-style: disc; padding-left: 20px; }
.machine-list li { font-size: 16px; color: #555; margin-bottom: 10px; }

/* Close Proximity Arrows */
.custom-slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: transparent; border: none; cursor: pointer; z-index: 100; padding: 10px;
}
.slick-prev-machine { left: -40px; }
.slick-next-machine { right: -40px; }

/* Pagination Pill */
.pagination-pill {
    position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
    background: white; padding: 6px 15px; border-radius: 20px; display: flex; gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.dot { width: 8px; height: 8px; background: #DDD; border-radius: 50%; }
.dot.active { background: var(--navy); width: 16px; border-radius: 4px; }

.object-fit-cover { object-fit: cover; }

.intro-description-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;           /* Regular */
    font-size: 18px;            /* Matches your specific text requirements */
    line-height: 1.75;          /* 175% Line Height */
    letter-spacing: 0.02em;     /* 2% Letter Spacing */
    color: #140857;             /* Navy Blue */
    margin-bottom: 30px;        /* Spacing below the paragraph */
}

/* Ensure the breaks only happen on larger screens to keep it responsive */
@media (max-width: 991px) {
    .intro-description-text br {
        display: none; /* Allows text to flow naturally on mobile */
    }
}

/* =========================================
   HOT DIP GALVANIZING PAGE STYLES
   ========================================= */

/* --- Intro Typography --- */
.intro-text-block p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

/* "SHOW MORE" Link */
.show-more-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4A90E2; /* Bright Blue */
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.show-more-link:hover {
    color: #140857;
    text-decoration: none;
}

/* --- Section Heading --- */
.section-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #140857;
    margin-bottom: 20px;
}

/* --- Specification Cards --- */
.spec-card {
    border-radius: 30px; /* Rounded XL */
}

/* Background Colors */
.bg-cream {
    background-color: #FFF9E5; /* Matches the Yellow Card */
}

.bg-light-gray-card {
    background-color: #F4F4F4; /* Matches the Gray Card */
}

/* Card Titles */
.spec-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

/* Labels (Dimensions, Capacity, Pros/Cons) */
.spec-label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700; /* Bold */
    color: #145266;   /* Teal/Navy mix */
    margin-bottom: 5px;
}

/* Text Colors for Pros/Cons specific highlighting */
.text-warning-dark { color: #856404; } /* Darker yellow for contrast */
.text-teal { color: #145266; }

/* Values (e.g., "Length 7.0 m") */
.spec-value {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #666;
    margin-bottom: 2px;
    font-weight: 400;
}

/* Description Paragraphs inside cards */
.spec-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 15px;
}

/* --- Page Title Wrapper --- */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px; /* Exact spacing from your inspector */
    color: #140857;          /* Navy Blue */
    
    /* This controls the base height of the first line */
    line-height: 1.1; 
    margin-bottom: 0;
}

/* --- The Highlight Block (Second Line) --- */
.highlight-yellow-block {
    background-color: #FFCC077D; /* Your specific 49% opacity yellow */
    padding: 0 10px;
    color: #140857;

    /* --- CONTROLLING THE GAP --- */
    display: inline-block;  /* Required to move the block independently */
    margin-top: 20px;       /* CHANGE THIS VALUE to increase/decrease the gap */
    /* --------------------------- */
    
    /* Ensures the yellow box doesn't get too tall */
    line-height: 1.2; 
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .page-title {
        font-size: 42px;
        letter-spacing: -1.5px;
    }
    .highlight-yellow-block {
        margin-top: 10px;
    }
}

/* =========================================
   THERMAL SPRAY PAGE STYLES
   ========================================= */

/* --- Intro Text --- */
.intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}
.intro-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
    margin-top: 30px;
    margin-bottom: 15px;
}
.intro-list {
    list-style: disc;
    padding-left: 20px;
}
.intro-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}

/* --- Reusable Info Card --- */
.info-card {
    background-color: #F4F4F4; /* CORRECTED, DARKER GRAY */
    border-radius: 30px;
}

/* All other info-card styles remain the same */
.info-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: var(--navy);
    margin-bottom: 25px;
}
/* .info-card-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 15px;
} */
.info-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
.info-card-list {
    list-style: disc;
    padding-left: 20px;
}
.info-card-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 12px;
}

/* =========================================
   THERMAL SPRAY PAGE - INTRO TEXT
   ========================================= */

/* Main paragraph with styles from inspector */
.ts-intro-paragraph {
    font-family: 'Inter', sans-serif;
    font-weight: 400;           /* Regular */
    font-size: 16px;            /* 16px */
    line-height: 24px;          /* 24px */
    letter-spacing: -0.18px;    /* -0.18px */
    color: #090C10;             /* #090C10 */
    margin-bottom: 30px;        /* Space below the paragraph */
}

/* Subtitle ("What is Thermal Spraying?")
.intro-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--navy);
    margin-top: 30px;
    margin-bottom: 15px;
} */

/* Bulleted List */
.intro-list {
    list-style: disc;
    padding-left: 20px;
}

.intro-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

/* Hide forced line breaks on smaller screens for natural text flow */
@media (max-width: 991px) {
    .ts-intro-paragraph br {
        display: none;
    }
}

/* =========================================
   METALLIZING PROCESS CARD (Corrected)
   ========================================= */

/* A container for the specific text styling */
.metallizing-process-content {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666; /* Gray base color */
}

/* Numbered List - Plain Text */
.process-steps-list {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}

.process-steps-list li {
    font-weight: 400; /* Regular weight */
    margin-bottom: 5px;
}

/* Subtitle ("Electric Arc Wire Spraying...") */
.process-subtitle-heading {
    font-weight: 700; /* Bold */
    color: #666666; /* Gray color */
    margin-bottom: 20px;
}

/* Description Paragraph */
.process-description-text {
    font-weight: 400; /* Regular */
    color: #666666;
    margin-bottom: 0;
}

/* =========================================
   INFO CARD STYLING
   ========================================= */

.info-card {
    background-color: #F4F4F4;
    border-radius: 30px;
}

.info-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #140857;
    margin-bottom: 25px;
    line-height: 1.4;
}

.info-card-list {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}

.info-card-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* Keep desktop layout intact, remove forced breaks only on small screens if needed */
@media (max-width: 991px) {
    .info-card-list li br {
        display: none;
    }
}

/* =========================================
   REUSABLE INFO CARD STYLES (Additions)
   ========================================= */

.info-card {
    background-color: #F4F4F4;
    border-radius: 30px;
}

.info-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #140857;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* NEW: Subtitle Style */
.info-card-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600; /* Bolder than regular text */
    color: #444; /* Dark gray for subtitles */
    margin-bottom: 15px;
}

.info-card-list {
    list-style: disc;
    padding-left: 20px;
}

.info-card-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    padding-left: 10px;
}

/* =========================================
   WHY GALVANIZING PAGE
   ========================================= */

/* --- Page Background --- */
.bg-page-light-gray {
    background-color: #F8F9FA; /* Very light gray page background */
}

/* --- Intro Text --- */
.intro-text-galvanizing p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* --- Sliced Image Effect --- */
.sliced-image-container {
    display: flex;
    gap: 15px; /* Space between slices */
    height: 400px; /* Adjust height as needed */
}

.image-slice {
    flex: 1; /* Each slice takes equal width */
    border-radius: 12px;
    background-size: cover;
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.05);*/
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Position each slice of the background image */
.image-slice.slice-1 { background-position: 0% 50%; }
.image-slice.slice-2 { background-position: 25% 50%; }
.image-slice.slice-3 { background-position: 50% 50%; }
.image-slice.slice-4 { background-position: 75% 50%; }
.image-slice.slice-5 { background-position: 100% 50%; }

/* Staggered vertical effect */
.image-slice.slice-2,
.image-slice.slice-4 {
    transform: translateY(-30px);
}

/* Hover effect to align slices */
.sliced-image-container:hover .image-slice {
    transform: translateY(0);
}

/* --- Advantages Section --- */
.advantages-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--navy);
}

.advantage-item {
    display: flex;
    align-items: flex-start;
}

.advantage-icon {
    width: 32px; /* Control icon size */
    height: 32px;
    margin-right: 20px;
}

.advantage-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
}

.advantage-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}
.advantage-item i {
    margin-right: 10px;
    margin-top: 3px;
}
/* =========================================
   TRANSPARENT SLICED IMAGE EFFECT
   ========================================= */

.sliced-image-effect {
    /* Ensures the image scales correctly within its column */
    max-width: 100%;
    height: auto;
    
    /* Smooth transition for the hover effect */
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s ease;
    
    /* Start slightly scaled down */
    transform: scale(0.98);
    opacity: 0.95;
}

.sliced-image-effect:hover {
    /* Scale up to full size on hover for a subtle "pop" effect */
    transform: scale(1);
    opacity: 1;
}

/* --- Page Background --- */
.bg-page-light-gray {
    background-color: #F8F9FA; /* The background color the image sits on */
}

/* --- Intro Text --- */
.intro-text-galvanizing p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* =========================================
   GLOBAL VARIABLES
   ========================================= */
:root {
    --navy: #140857;
    --highlight: #FFCC077D; /* 49% transparency yellow */
}

/* =========================================
   DESIGN CONSIDERATION STYLES
   ========================================= */

body {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

/* --- Page Title & Highlight Gap --- */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 0;
}

.highlight-yellow-block {
    background-color: var(--highlight);
    display: inline-block;
    padding: 0 10px;
    /* This creates the exact gap shown in drawings */
    margin-top: 18px; 
    line-height: 1.2;
}

/* --- Description Text Specs (Inter 18px) --- */
.intro-description-dc p {
    /* Exact Typography from Inspector */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;           /* Regular */
    font-size: 18px;            /* 18px */
    line-height: 1.75;          /* 175% */
    letter-spacing: 0.02em;     /* 2% */
    
    /* Exact Color from Inspector */
    color: #3C4049;             /* #3C4049 */
    
    margin-bottom: 0;
}

/* Ensure the container matches the design width */
.intro-description-dc {
    max-width: 605px;           /* Width from Layout section */
}
/* --- Image Alignment --- */
.floating-dc-img {
    max-width: 100%;
    height: auto;
    background: transparent;
}

/* --- Utilities --- */
.breadcrumb-text {
    font-size: 14px;
    color: #6c757d;
    font-family: 'Inter', sans-serif;
}

.text-navy {
    color: var(--navy);
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 991px) {
    .page-title {
        font-size: 48px;
        letter-spacing: -1.5px;
    }
    
    .intro-description-dc p {
        font-size: 16px;
    }

    /* Remove manual line breaks on mobile for better flow */
    .intro-description-dc p br {
        display: none;
    }
}

/* =========================================
   FABRICATION CONSIDERATION STYLES
   ========================================= */

/* --- Variables --- */
:root {
    --navy: #140857;
    --highlight: #FFCC077D; /* 49% transparency yellow */
    --body-text: #3C4049;
}

/* --- Page Title & Highlight --- */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 0;
}

.highlight-yellow-block {
    background-color: var(--highlight);
    display: inline-block;
    padding: 0 10px;
    /* Precise gap between lines as requested previously */
    margin-top: 18px; 
    line-height: 1.2;
}

/* --- Body Description Text Specs (Matches Inspector Screenshot) --- */
.intro-description-fc p {
    font-family: 'Open Sans', sans-serif; /* Specified Font */
    font-weight: 400;           /* Regular */
    font-size: 18px;            /* 18px Size */
    line-height: 1.75;          /* 175% Line height */
    letter-spacing: 0.02em;     /* 2% Letter spacing */
    color: var(--body-text);    /* Color #3C4049 */
    margin-bottom: 0;
    max-width: 605px;           /* Width from design specs */
}

/* --- Image Alignment --- */
.floating-fc-img {
    max-width: 100%;
    height: auto;
    background: transparent;
}

/* --- Breadcrumb Utilities --- */
.breadcrumb-text {
    font-size: 14px;
    color: #6c757d;
    font-family: 'Inter', sans-serif;
}

.text-navy {
    color: var(--navy);
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 991px) {
    .page-title {
        font-size: 48px;
        letter-spacing: -1.5px;
    }
    
    .intro-description-fc p {
        font-size: 16px;
    }

    /* Remove manual line breaks on mobile for natural text flow */
    .intro-description-fc p br {
        display: none;
    }
}

/* =========================================
   SPECIFICATION AND QUALITY INSPECTION STYLES
   ========================================= */

/* --- Variables --- */
:root {
    --navy: #140857;
    --highlight: #FFCC077D; /* 49% transparency yellow */
    --body-text: #3C4049;
}

/* --- Page Title & Highlight Gap --- */
.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 64px;
    letter-spacing: -2.88px;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 0;
}

.highlight-yellow-block {
    background-color: var(--highlight);
    display: inline-block;
    padding: 0 10px;
    /* Controlled gap between the two lines */
    margin-top: 18px; 
    line-height: 1.2;
}

/* --- Body Description Text (Open Sans 18px / #3C4049) --- */
.intro-description-sqi p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;          /* 175% */
    letter-spacing: 0.02em;     /* 2% */
    color: var(--body-text);
    margin-bottom: 0;
    max-width: 605px;           /* Consistent with design layout */
}

/* Link styling for "click to download" */
.sqi-link {
    color: var(--body-text);
    text-decoration: underline;
    font-weight: 600;
}

.sqi-link:hover {
    color: var(--navy);
}

/* --- Image Alignment --- */
.floating-sqi-img {
    max-width: 100%;
    height: auto;
    background: transparent;
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 991px) {
    .page-title {
        font-size: 42px;
        letter-spacing: -1px;
    }
    
    .intro-description-sqi p {
        font-size: 16px;
    }

    /* Remove forced breaks on mobile for readability */
    .intro-description-sqi p br {
        display: none;
    }
}

/* =========================================
   HDG PROCESS FLOW - INTERACTIVE STYLES
   ========================================= */

.timeline-step {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 60px; /* Space for line */
    cursor: pointer; /* Indicates it's clickable */
    transition: all 0.3s ease;
}

/* Remove padding from last step */
.timeline-step:last-child {
    padding-bottom: 0;
}

/* --- THE VERTICAL LINE --- */
.step-line {
    position: absolute;
    top: 35px; /* Starts right below the number */
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    z-index: 0;
    
    /* DEFAULT STATE: Light Purple */
    background-color: #E0E0FF; 
    transition: background-color 0.3s ease;
}

/* --- THE DOT --- */
.timeline-dot {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #f9f9f9; /* Subtle border default */
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

/* The Inner Colored Dot */
.timeline-dot::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    
    /* DEFAULT STATE: Yellow Center */
    background-color: #fec90a; 
    transition: background-color 0.3s ease;
}

/* =========================================
   ACTIVE STATE (When Clicked)
   ========================================= */

/* Line turns Dark Blue */
.timeline-step.active .step-line {
    background-color: #004b61; 
}

/* Dot Border highlight */
.timeline-step.active .timeline-dot {
    border-color: #004b61;
}

/* Dot Inner Center turns Dark Blue */
.timeline-step.active .timeline-dot::after {
    background-color: #004b61;
}

/* Optional: Highlight the number box when active */
.timeline-step.active .step-number {
    background-color: #004b61; /* Number box turns blue */
    color: #fff; /* Text turns white */
    transition: 0.3s;
}

/* =========================================
   STANDARD LAYOUT STYLES
   ========================================= */

/* Number Wrapper */
.step-number-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    background-color: #fec90a;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s;
}

/* Text Label (No Background) */
.process-label-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4a4a4a;
    padding: 0 20px;
}

/* Content Box */
.process-box {
    background-color: #F7F6F3;
    padding: 30px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: left;
    position: relative;
}

/* Arrows */
.process-box.arrow-right::after {
    content: ''; position: absolute; top: 50%; right: -10px; transform: translateY(-50%);
    border-left: 10px solid #F7F6F3; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}

.process-box.arrow-left::after {
    content: ''; position: absolute; top: 50%; left: -10px; transform: translateY(-50%);
    border-right: 10px solid #F7F6F3; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}

/* Responsive */
@media (max-width: 768px) {
    .step-line { left: 25px; }
    .step-number-wrapper { justify-content: flex-start; margin-left: 5px; }
    .timeline-dot { display: none; }
    .timeline-step .row { flex-direction: column; align-items: flex-start; }
    .col-md-5 { width: 100%; padding-left: 60px; margin-bottom: 15px; }
    .d-flex.justify-content-end { justify-content: flex-start !important; }
    .process-box::after { display: none; }
}

/* --- Small Label Box Styling --- */
.process-label-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #4a4a4a;
    
    /* Box Styling */
    background-color: #F7F6F3; /* Exact color requested */
    padding: 15px 25px;        /* Padding to make it a box */
    border-radius: 6px;        /* Slight rounded corners */
    display: inline-block;     /* Ensures box wraps the text */
    
    /* Optional: Add a subtle shadow if you want depth */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
}

/* =========================================
   HDG PROCESS FLOW STYLES (Updated Fonts)
   ========================================= */

.process-box {
    background-color: #F7F6F3;
    padding: 30px;
    border-radius: 10px;
    
    /* Updated Typography */
    font-family: 'Inter', sans-serif; /* Changed to Inter */
    font-size: 16px;                  /* Size 16px */
    font-weight: 400;                 /* Regular */
    color: #333333;                   /* Hex #333333 */
    line-height: 1.5;                 /* 150% */
    
    text-align: left;
    position: relative;
}

/* Ensure list items inherit the same style */
.process-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.process-list li {
    margin-bottom: 5px;
    /* Bullet points styling */
    list-style-type: disc; 
}

/* Center Note Arrow (Up) */
.process-box.arrow-top::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F7F6F3;
}

/* =========================================
   STEP 13 SPECIAL STYLES
   ========================================= */

/* Connector Lines for the Centered Step 13 */
.vertical-connector-top {
    position: absolute;
    top: -20px; /* Connects to the number above */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background-color: #E0E0FF; /* Default inactive line color */
    z-index: 0;
}

.vertical-connector-bottom {
    position: absolute;
    top: 100%; /* Starts below the dot */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 25px; /* Distance to the label */
    background-color: #E0E0FF;
    z-index: 0;
}

/* Arrow Pointing UP (For the bottom box) */
.process-box.arrow-top::after {
    content: '';
    position: absolute;
    top: -10px; /* Position above the box */
    left: 50%;
    transform: translateX(-50%);
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F7F6F3; /* Matches box background */
}

/* Ensure active state colors work for Step 13 if selected */
.timeline-step.active .vertical-connector-top,
.timeline-step.active .vertical-connector-bottom {
    background-color: #004b61;
}

/* =========================================
   STEP 13 SPECIFIC FIXES
   ========================================= */

/* 1. Exact Box Dimensions from Figma */
.box-step-13 {
    width: 100%;
    max-width: 542px; /* Fixed Width */
    min-height: 320px; /* Fixed Height */
    
    /* Center text vertically */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2. Vertical Connectors Setup (Default: Light Purple) */
.vertical-connector-top {
    position: absolute;
    top: -20px; /* Go up to the number */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 25px; /* Length to reach dot */
    background-color: #E0E0FF; /* Inactive Color */
    z-index: 0;
    transition: background-color 0.3s ease;
}

.vertical-connector-bottom {
    position: absolute;
    top: 20px; /* Start from center of dot area */
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 35px; /* Length to reach label */
    background-color: #E0E0FF; /* Inactive Color */
    z-index: 0;
    transition: background-color 0.3s ease;
}

/* 3. ACTIVE STATE LOGIC (Turns Dark Blue when clicked) */
.timeline-step.active .vertical-connector-top,
.timeline-step.active .vertical-connector-bottom {
    background-color: #004b61; /* Active Dark Blue */
}

/* Ensure the arrow matches the box color */
.process-box.arrow-top::after {
    border-bottom-color: #F7F6F3;
}

/* =========================================
   HDG TABLES (Step 12)
   ========================================= */

.table-caption {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 15px;
}

/* Base Table Styling */
.hdg-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #F7F6F3; /* Matches container background */
    font-family: 'Inter', sans-serif;
    font-size: 11px; /* Small font size as per image */
}

/* Header Styling (Dark Blue) */
.hdg-table thead th {
    background-color: #004b61; /* Brand Blue */
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,0.2); /* Subtle separator */
}

.hdg-table thead th:last-child {
    border-right: none;
}

/* Body Styling */
.hdg-table tbody td {
    padding: 8px 10px;
    color: #333;
    border-bottom: 1px solid #e0e0e0; /* Light line between rows */
    vertical-align: middle;
}

/* Alternating Row Colors (Zebra Striping) */
/* We make odd rows slightly darker or lighter to separate data */
.hdg-table tbody tr:nth-of-type(odd) {
    background-color: #eaeaea; 
}

.hdg-table tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

/* Sub-headers inside Table 4 (e.g., "Articles with threads:") */
.hdg-table tbody tr.table-sub-header td {
    font-weight: 700;
    background-color: #e0e0e0; /* Slightly darker bar for separation */
    color: #000;
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Table Responsive Container Scrollbar fix */
.table-responsive {
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .products-carousel .slick-track .product-slide-item[data-slick-index="1"] .product-card {
        margin-top: -40px;
    }
	.products-carousel .slick-list {
		overflow: unset;
	}
}
.right-o-img {
    position: absolute;
    margin-left: 50px;
    right: 65px;
    z-index: -9;
}
.right-o-img img {
    height: 500px;
    object-fit: cover;
}
.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.whatsapp img{
	width: 50px;
}
.notable-projects .notable-title {
    padding-top: 80px;
}
.contact-text br{
	display: none;
}
.contact-f input, .contact-f textarea{
	background-color: #f1f1f1;
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    height: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #333;
}
.contact-f label {
    width: 100%;
}
.contact-f input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background-color: #0F4C5C;
    color: #fff;
    padding: 10px 45px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
	margin-top: 30px;
    float: right;
}
.sustainability_inner h2 {
    margin-top: 20px;
}
.sustainability_inner {
    margin-bottom: 30px;
}
.page-id-169 .bg-light-gray {
    background-color: #fff !important;
}

/* Main container */
.image-slice {
  display: flex;
  gap: 25px; /* space between slices */
  width: 90%;
  max-width: 1200px;
}

/* Each slice */
.image-slice div {
  flex: 1;
  background-image: var(--img); /* 🔥 Dynamic image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  transition: transform 0.4s ease;
}

/* Slice positions (important for correct image alignment) */
.image-slice div:nth-child(1) {
  height: 400px;
  background-position-x: 0%;
}

.image-slice div:nth-child(2) {
  height: 550px;
  background-position-x: 25%;
}

.image-slice div:nth-child(3) {
  height: 480px;
  background-position-x: 50%;
}

.image-slice div:nth-child(4) {
  height: 350px;
  background-position-x: 75%;
}

.image-slice div:nth-child(5) {
  height: 520px;
  background-position-x: 100%;
}

/* Hover zoom effect */
.image-slice div:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .image-slice {
    gap: 10px;
  }

  .image-slice div {
    height: 300px !important;
  }
}

.content-lay {
    margin-top: 50px;
}
.margi-b{
	margin-bottom: 30px;
}
.project-list {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.project-list .news-badge-wrapper {
    right: 80px;
	left: unset;
}
.page-id-380 .bg-light-gray {
    background-color: transparent;
}
.project-list-row{
	margin-top: 60px;
}
h2.project-title br{
	display: none;
}
.completed-projects-section{
	padding-top: 80px;
}
.completed-projects-section ul{
    padding-left: 20px;
}
.completed-projects-section .contetn ul li, .completed-projects-section .contetn p{
	color: #666666
	font-size: 15px;
}