/** Variables **/
:root {
  --color1: #021e45;/* navy blue */
  --color2: #efab00;/* yellow */
  --color3: #d52b1e;/* red */
  --bg-light: #ffffff;
}

.bg-light{background-color: var(--bg-light);} 
.site-branding{padding: 10px 0;}
.site-branding img{max-height: 80px;}



.ttm-stickable-header.fixed-header{position:fixed; top:0; left:0; right:0; width:100%; z-index:1000; background-color: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 10px 20px -10px rgba(0,0,0,0.17);} 
body.menu-open{overflow:hidden;} 
@media (max-width: 991px){
  .main-menu.menu-mobile{position:fixed; top:0; right:-100%; width:80%; max-width:320px; height:100vh; background-color: rgba(255,255,255,0.95); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: -10px 0 20px rgba(0,0,0,0.15); transition:right .3s ease; padding:20px;}
  .main-menu.menu-mobile.open{right:0;}
  .main-menu.menu-mobile .menu{display:flex; flex-direction:column; gap:12px;}
  .main-menu.menu-mobile .menu li a{padding:12px 0;}
}
.slide {
    position: relative; /* Necessary for absolute positioning of the overlay */
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Black overlay with 30% opacity (rgba(0, 0, 0, 0.3)) */
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1; /* Place the overlay behind the text content */
}
.slide .slide__content--headings {
    margin-top: 160px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    text-align: center;
}

.slide .slide__content--headings .slide_icon {float: left;margin-right: 35px;}
.slide .slide__content--headings .slide_icon i {font-size: 50px;line-height: 60px;}
.slide .slide__content--headings h2 {font-size: 65px;line-height: 65px;font-weight: 700; margin-bottom: 0;}
.slide .slide__content--headings h2 span {text-transform: uppercase; font-weight: 700;}

.slide .slide__content--headings > h3 {letter-spacing: 1.2px;font-weight: 400; font-size: 20px;line-height: 30px;display: inline-block; margin-top: 15px;}
.ttm-btn{text-align: left;}
.ttm-btn.ttm-btn-with-icon {display: inline-flex;}
.ttm-btn.ttm-btn-with-icon span.btn-icon{
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    margin: 0;
    background-color: var(--color2);
    color: var(--white-color);
}
.ttm-btn.ttm-btn-with-icon span.btn-icon i{transform: rotate(0);transform-origin: center; transition: transform .2s ease-out; margin-left: 0;}
.ttm-btn.ttm-btn-with-icon:hover span.btn-icon i{transform: rotate(90deg);}
.ttm-btn.ttm-btn-with-icon span.btn-text {font-size: 16px;padding-left: 15px;line-height: 20px; font-weight: 500; margin-top: 5px;}
.btn-primary{border-radius: 0;font-size: 16px; line-height: 18px;padding: 16px 50px 14px 50px; color: var(--white-color); border-color: var(--color2); background-color: var(--color2); text-transform: uppercase; position: relative; overflow: hidden; z-index: 1; display: inline-flex; align-items: center; justify-content: center; transition: .4s all ease-in-out; font-weight: 500;}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color3);
  z-index: -1;
  transition: .4s all ease-in-out;
}
.btn-primary:hover::before {
  left: 0;
}

.btn-primary:hover, .btn-primary:visited, .btn-primary:active {
  color: var(--white-color);transition: .4s all ease-in-out;
}

.bg-img8{
    background-image: url(../images/bg-image/row-bgimage-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.f-top{display: flex; width: 100%; align-items: center; gap:15px; }
.f-logo{width: 100px; }
.f-logo img{width: 100%;}
.f-links{display: flex; width: 100%; justify-content: center; padding: 25px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); margin: 25px 0; }
.f-links ul{display: flex; flex-wrap: wrap; justify-content: center; padding: 0; list-style: none; margin: 0; gap:25px;}
.f-contact {display: flex;gap: 15px; padding-bottom: 25px;}
.f-box{border: 1px solid rgba(255,255,255,0.1); flex: 1; /* equal width */padding: 20px;text-align: left;}
.f-icon i{font-size: 24px; margin-right: 15px;}
.f-text{display: flex; align-items: flex-start; justify-content: flex-start;}
.f-text h2{font-size: 20px; line-height: 22px; margin: 0 0 10px; }
.company-contacts{display: flex; flex-direction: column;}
.company-anchor{font-size: 16px; font-weight: bold;}
.widget-title{font-weight: 500;font-size: 24px;line-height: 25px; margin-bottom: 35px; display: inline-block;position: relative;}
.widget-title:after{display: block; height: 2px; margin-top: 0;margin-bottom: -12px;content: '';position: absolute;bottom: 0; width: 17px; left: 0; background-color: #ffaa01;}
.product-img{display: flex; height: 100%; }
.product-img img{height: 100%; object-fit: cover;}
.coating-feature-list li{color: #333333;}




/* ---------- Preloader styles ---------- */
#loaderScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f5f5f5; /* light industrial background */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Circle wrapper */
.loader-circle {
  position: relative;
  width: 80px;
  height: 80px;
}

/* Individual circles */
.circle {
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #FF4F4F; /* default color */
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 1.5s linear infinite;
}

/* Different colors for each circle */
.circle1 { border-top-color: #FF4F4F; animation-delay: 0s; }
.circle2 { border-top-color: #4F8FFF; animation-delay: 0.2s; }
.circle3 { border-top-color: #FFD24F; animation-delay: 0.4s; }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Loading text */
.loader-text {
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333;
}


.featured-imagebox-portfolio.style1 .featured-content{-webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);}
@media (max-width: 991px) {
.order-me-1{order:1;}
.order-me-2{order:2;}
.slide .slide__content--headings h2{font-size: 45px; line-height: normal;}
.section-title h2.title{font-size: 30px; line-height: normal;}
.section-title h3{font-size: 16px;}
.spacing-11{padding: 15px;}
.featured-icon-box.style2{padding-top: 15px !important;}
.f-top{flex-direction: column; justify-content: flex-start; align-items: center; text-align: center; margin-top: 25px;}
}
@media (max-width: 767px) {
  .slide .slide__content--headings > h3{font-size: 18px; margin-bottom: 0;}
 .slide .slide__content--headings{text-align: left !important; margin-right: 0; padding: 0;} 
.slide .slide__content--headings h2{font-size:26px; line-height: normal; }

.section-title h2.title{font-size: 26px; line-height: normal; font-weight: 600;}
.featured-icon-box.style2 .featured-content .featured-title h3{font-size: 22px; font-weight: 600;}
.testimonials.ttm-testimonial-box-view-style2 .testimonial-caption h5{font-size: 18px;}
.f-contact{flex-direction: column; }
.featured-icon-box.style2 .ttm-num{margin-bottom: 0;}
  .slick_slider .slick-arrow, .slick_slider .slick-dot {visibility: visible !important;}
  .slick_slider.slick-arrows-style3 .slick-next, .slick_slider.slick-arrows-style3 .slick-prev{top: -40px;}
}
/* Stats */
.banner_slider_wrapper{position: relative;}
.hero-stats{position: absolute; bottom: 10%; left: 0; right: 0; width: 100%; justify-content: center; z-index: 1;}
.banner_slider_wrapper .stats {
    /* Override grid and use flex for stability inside slider */
    display: flex !important;       
    flex-wrap: wrap;                
    justify-content: center;        
    padding: 0 10px;
    margin: 3rem auto 0;
    max-width: 1200px;
}
@media (max-width: 767px) {
 .hero-stats{position: relative; background: var(--color1); margin-top: 0 !important;}
}

.banner_slider_wrapper .stat-item {
    /* Ensure even spacing and alignment */
    min-width: 150px; 
    margin: 0 15px;
    flex: 1; 
    text-align: center;
    padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px); color: #ffffff;
}

/* New class targeting: Ensures the number itself is stable */
.banner_slider_wrapper .ak-counter {
    display: block; 
    line-height: 1;
    font-size: 50px; font-weight: 700; color: #ffffff;
}

/* --- PARTNERS SECTION STYLING (High Contrast Design) --- */

/* Standard padding for the dark section */
.ttm-row.partners-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Ensure the main title is properly spaced */
.partners-section .section-title {
    margin-bottom: 30px;
}

/* Container for the logos (Flexbox for centering) */
.ttm-partner-logos {
    display: flex;
    flex-direction: column; /* Stack logos vertically */
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Individual logo container */
.ttm-partner-logos .logo-item {
    /* Use padding to separate stacked logos */
    padding: 30px 40px; 
    background-color: #ffffff; /* White background for logos on dark section */
    border-radius: 5px;
    margin: 15px 0;
    max-width: 350px; /* Max width for a clean look */
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.ttm-partner-logos img {
    max-height: 60px; /* Control image size */
    width: auto;
    display: block;
    margin: 0 auto;
}
.rounded-corner{border-radius: 10px;}
/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-6.res-991-mb-40 {
        margin-bottom: 30px !important;
    }
}
/* --- LEADERSHIP SECTION STYLING (Director Profile) --- */

/* Standard padding */
.ttm-row.leadership-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Style for the Name/Title Box over the image */
.leadership-title-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    background-color: var(--color2) !important; /* Skin color background */
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
    min-width: 80%;
    text-align: center;
}

.leadership-title-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.leadership-title-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    /* Use dark color for contrast on the skin color background */
    color: var(--color1) !important; 
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-6.res-991-mb-40 {
        margin-bottom: 30px !important;
    }
    /* Move the title box below the image and stretch it */
    .leadership-title-box {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 15px;
        min-width: 100%;
        width: 100%;
    }
}

/* --- PRODUCTS INTRO SECTION (High-Contrast Callout) --- */
.ttm-row.products-section-intro {
    padding-top: 100px;
    padding-bottom: 50px;
}
.products-intro-box {
    text-align: center;
}
.products-intro-box h3 {
    font-size: 24px;
    font-weight: 700;
}


/* --- UNIQUE RADIAL INDUSTRIES SECTION STYLING (Hub and Spoke) --- */

.ttm-row.industries-radial-section {
    padding-top: 100px;
    padding-bottom: 150px; /* Extra padding for the bottom cards */
    background-color: var(--color1) !important; /* DARK BACKGROUND */
}
/* Force text in the main title block to be white for readability */
.ttm-row.industries-radial-section .title-header h2,
.ttm-row.industries-radial-section .title-header p {
    color: #ffffff !important;
}
.ttm-row.industries-radial-section p {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* Container for positioning magic */
.radial-container {
    position: relative;
}
.radial-cards-row {
    position: relative;
    z-index: 1; /* Cards below the center box initially */
}


/* The Center Hub Box (Absolute Positioning) */
.radial-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    max-width: 90%;
    height: auto;
    background-color: var(--color1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
    z-index: 5;
    padding: 24px 28px;
    border: 3px solid var(--color2);
}
.radial-center-box h3 {
    font-size: 24px;
    font-weight: 700;
}
.radial-center-box p {
    font-size: 16px;
    font-weight: 500;
}
/* Ensure list text reads clearly on dark center box */
.radial-center-box .modern-radial-list {list-style: none; margin: 0; padding: 0;}
.radial-center-box .modern-radial-list li {color: rgba(255,255,255,0.95);font-size: 16px; font-weight: 500;line-height: 1.4; margin-bottom: 5px; text-align: left;} 
.radial-center-box .modern-radial-list {margin-top: 12px;}


/* Individual Card Styling (The Spokes) */
.radial-card-wrap {
    margin-bottom: 0; 
}
.radial-industry-card {
    background-color: #ffffff;
    padding: 65px 45px;
    border-radius: 8px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    min-height: 320px; /* INCREASED HEIGHT TO FIT FULL LISTS */
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.radial-industry-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
    border-color: var(--color2); /* Highlight border on hover */
    z-index: 6; /* Bring hovered card slightly above others */
}

/* Icon Wrapper: Updated for Font Awesome icons */
.radial-industry-card .card-icon-wrapper {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color2); 
    color: var(--color1); 
    font-size: 24px; /* Adjusted size for Font Awesome icons */
    margin-bottom: 15px;
}

.radial-industry-card .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
}

/* Positioning adjustments to push cards away from the center */
.radial-card-wrap.top-left {
    padding-right: 50px; 
    padding-bottom: 50px; 
}
.radial-card-wrap.top-right {
    padding-left: 50px; 
    padding-bottom: 50px; 
}
.radial-card-wrap.bottom-left {
    padding-right: 50px; 
    padding-top: 80px; 
}
.radial-card-wrap.bottom-right {
    padding-left: 50px; 
    padding-top: 80px; 
}


/* --- MODERN RADIAL LIST STYLING (For Scannability) --- */
.radial-industry-card .modern-radial-list {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
    margin-bottom: 15px; /* Space above the button */
}

.radial-industry-card .modern-radial-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px; /* Spacing between list items */
    color: #444; /* Darker text for readability */
}

.radial-industry-card .modern-radial-list li i, .radial-center-box i {
    margin-right: 8px;
    font-size: 13px; /* Smaller checkmark */
    width: 15px; /* Fix width for alignment */
    text-align: center;
}

.radial-industry-card .modern-radial-list li.more-details {
    margin-top: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #777;
}


/* Responsive adjustments for mobile/smaller screens (Disabling Radial effect) */
@media (max-width: 991px) {
    .ttm-row.industries-radial-section {
        padding-bottom: 100px;
    }
    .radial-center-box {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        width: 90%;
        height: auto;
        margin-bottom: 30px;
        order: 1; /* Center box appears first on mobile */
    }
    .radial-cards-row {
        /* Disables the radial column spacing on mobile */
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .radial-card-wrap {
        padding: 15px !important; /* Reset padding */
        margin-bottom: 15px;
    }
    .radial-card-wrap.top-left, .radial-card-wrap.top-right, 
    .radial-card-wrap.bottom-left, .radial-card-wrap.bottom-right {
        padding: 15px; /* Ensure mobile padding is standard */
    }
}

/* --- What Sets Us Apart (Unique Feature Card) Styling --- */
.our-features-section {
    padding: 100px 0;
}

.style-unique-feature {
    padding: 40px 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-bottom: 25px; /* Spacing between cards on smaller screens */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    height: 100%; /* Make all cards the same height */
    position: relative;
    overflow: hidden;
}

.style-unique-feature:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.style-unique-feature:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* Highlight bar at the bottom */
    background: var(--color2); /* Skin color highlight (Yellow/Orange) */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease-in-out;
}

.style-unique-feature:hover:before {
    transform: scaleX(1); /* Full width bar on hover */
}

.style-unique-feature .featured-icon {
    margin-bottom: 20px;
}

.style-unique-feature .featured-icon i {
    font-size: 35px;
    line-height: 1;
}

.style-unique-feature .featured-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color1); /* Navy blue title */
}

.style-unique-feature .featured-desc p {
    font-size: 15px;
    color: #666;
}

/* Alternating background colors */
.style-unique-feature.ttm-bgcolor-grey {
    background-color: #f7f7f7 !important; /* Light grey */
}
.style-unique-feature.ttm-bgcolor-white {
    background-color: #ffffff !important; /* White */
}

/* Ensure the grid gap looks good in the existing ttm framework */
.featured-box-row {
    margin-left: -15px;
    margin-right: -15px;
}
.featured-box-row > .col {
    padding-left: 15px;
    padding-right: 15px;
    margin:15px 0;
}
/* --- Authorized Distributors Section Styling (Carousel) --- */
.authorized-distributors-section {
    padding: 80px 0; /* Slightly less padding for a tighter look */
    background: #ffffff;
}

/* Base style for each logo item in the slider */
.authorized-distributors-section .client-item {
    text-align: center;
    padding: 0 15px; /* Spacing between logos */
}

.authorized-distributors-section .client-image {
    min-height: 100px; /* Consistent height for all logo boxes */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(2,30,69,0.08);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.85);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 18px 14px;
}

.authorized-distributors-section .client-image img {
    max-height: 55px; /* Max height for logos */
    width: auto;
    max-width: 90%;
    filter: none;
    opacity: 0.9;
    transition: all 0.3s ease;
}

/* Hover Effect: Full color and slight lift */
.authorized-distributors-section .client-item:hover .client-image img {
    transform: scale(1.05);
    opacity: 1;
}

.authorized-distributors-section .client-item:hover .client-image {
    box-shadow: 0 8px 28px rgba(0,0,0,0.15);
    border-color: var(--color2);
}

#whatsapp-sticky{position:fixed; right:34px; bottom:100px; z-index:999; height:40px; width:40px; border-radius:50%; background-color:#25D366; color:#fff; display:flex; align-items:center; justify-content:center; text-decoration:none; box-shadow:0 4px 12px rgba(0,0,0,.25);} 
#whatsapp-sticky i{font-size:22px; animation: whatsapp-beat 1.3s ease-in-out infinite;} 
#whatsapp-sticky:hover{background-color:#1ebe57;} 

/* Ripple effect around the WhatsApp button */
#whatsapp-sticky::before, #whatsapp-sticky::after{content:''; position:absolute; left:50%; top:50%; width:40px; height:40px; transform:translate(-50%,-50%); border-radius:50%; box-shadow:0 0 0 0 rgba(37,211,102,0.55);} 
#whatsapp-sticky::before{animation: whatsapp-ripple 2s ease-out infinite;} 
#whatsapp-sticky::after{animation: whatsapp-ripple 2s ease-out .8s infinite;} 

@keyframes whatsapp-ripple{0%{box-shadow:0 0 0 0 rgba(37,211,102,0.55);} 70%{box-shadow:0 0 0 18px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}}
@keyframes whatsapp-beat{0%,100%{transform:scale(1);} 50%{transform:scale(1.15);}}

@media (prefers-reduced-motion: reduce){
  #whatsapp-sticky i{animation:none;}
  #whatsapp-sticky::before, #whatsapp-sticky::after{animation:none;}
}

/* --- Powder Types Slider Spacing --- */
.powder-types-slider .slick-slide{padding: 0; margin: 15px;}
.powder-types-slider .powder-coating-box{height: 100%; min-height: 260px;}

/* --- Awards Section --- */
.awards-section{padding: 25px 0; background-color: var(--color2) !important;}
.awards-section .section-title .title{color:#fff;}
.awards-slider .slick-slide{padding: 12px; cursor: pointer;}
.awards-card{position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.2); margin: 0 15px;}
.awards-card img{width:100%; height: 280px; object-fit: cover; display: block;}
.awards-caption{position:absolute; left:0; right:0; bottom:0; padding:16px 20px; color:#fff; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 70%);} 
.awards-caption h3{margin:0; font-size:18px; font-weight:700;}
.awards-caption p{margin:3px 0 0; font-size:14px; opacity:.9;}

body.lightbox-open{overflow:hidden;}
.image-lightbox-overlay{position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display:flex; align-items:center; justify-content:center; z-index:10000; opacity:0; visibility:hidden; transition:opacity .2s ease, visibility .2s ease;}
.image-lightbox-overlay.show{opacity:1; visibility:visible;}
.image-lightbox-img{max-width:90vw; max-height:85vh; border-radius:8px; box-shadow:0 20px 60px rgba(0,0,0,0.5);}
.image-lightbox-close{position:absolute; top:20px; right:20px; background:rgba(255,255,255,0.9); color:#000; border:none; border-radius:24px; width:40px; height:40px; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,0.25);}
.image-lightbox-close i{font-size:20px;}
.image-lightbox-close:hover{background:#fff;}
.error{color: red;}
#captchaRefresh i{position: relative; top:0;}

/* --- Achievements Section --- */
.achievements-section{padding: 100px 0; background-color: var(--color1) !important;}
.achievements-section .section-title .title{color:#fff;}
.achievements-slider .slick-slide{padding: 12px; cursor: pointer;}
.achievement-card{position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.2); margin: 0 15px;}
.achievement-card img{width:100%; height: 280px; object-fit: cover; display: block;}
.achievement-caption{position:absolute; left:0; right:0; bottom:0; padding:16px 20px; color:#fff; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 70%);} 
.achievement-caption h3{margin:0; font-size:18px; font-weight:700;}
.achievement-caption p{margin:3px 0 0; font-size:14px; opacity:.9;}

body.lightbox-open{overflow:hidden;}
.image-lightbox-overlay{position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display:flex; align-items:center; justify-content:center; z-index:10000; opacity:0; visibility:hidden; transition:opacity .2s ease, visibility .2s ease;}
.image-lightbox-overlay.show{opacity:1; visibility:visible;}
.image-lightbox-img{max-width:90vw; max-height:85vh; border-radius:8px; box-shadow:0 20px 60px rgba(0,0,0,0.5);}
.image-lightbox-close{position:absolute; top:20px; right:20px; background:rgba(255,255,255,0.9); color:#000; border:none; border-radius:24px; width:40px; height:40px; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 8px 20px rgba(0,0,0,0.25);}
.image-lightbox-close i{font-size:20px;}
.image-lightbox-close:hover{background:#fff;}
.error{color: red;}
#captchaRefresh i{position: relative; top:0;}
/* --- START: Powder Coating Types Redesign (3 Boxes) --- */
.powder-coating-section {
    padding: 80px 0; /* Standard section padding */
}

.powder-coating-box {
    background-color: var(--bg-light); /* White background */
    padding: 30px;
    margin-bottom: 20px; 
    
    /* Requested Styling: Border, Shadow, Radius */
    border: 2px solid rgba(2, 30, 69, 0.1); /* Light border using a transparent Navy Blue (--color1) */
    border-radius: 8px; /* Slightly rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Subtle initial shadow */
    
    /* Animation for smooth transitions */
    transition: all 0.3s ease-in-out;
    height: 100%; 
    position: relative; /* Needed for positioning the number */
}

/* Requested Hover Effect */
.powder-coating-box:hover {
    border-color: var(--color2); /* Yellow/Skin-color border on hover */
    box-shadow: 0 8px 30px rgba(2, 30, 69, 0.15); /* More prominent shadow for depth */
    transform: translateY(-5px); /* Subtle lift effect */
}

/* New Styling for the Number (top-right corner) */
.powder-coating-box .box-number {
    position: absolute;
    top: -15px; /* Pulls the number slightly outside the box */
    right: 20px;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    color: var(--color2); /* Yellow/Skin-color number */
    opacity: 0.6; /* Slight transparency */
    transition: opacity 0.3s ease;
}

.powder-coating-box:hover .box-number {
    opacity: 1; /* Full opacity on hover */
}


.powder-coating-box .box-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color1); /* Navy blue title */
    margin-top: 15px; /* Added space for the number */
    margin-bottom: 15px;
    position: relative;
}

/* Optional attractive element: Subtle underline for the title */
.powder-coating-box .box-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--color2); /* Yellow underline */
    margin-top: 5px;
    transition: width 0.3s ease;
}

.powder-coating-box:hover .box-title::after {
    width: 100px; /* Expand underline on hover */
}

.powder-coating-box .box-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0; /* Removed bottom margin since the link is gone */
}


/* --- END: Powder Coating Types Redesign (3 Boxes) --- */
