:root {
  --color-primary: #3f3bf2;
  --color-primary-dark: #302fbe;
  --color-bg-page: #f5f3ff;
  --color-bg-main: #ffffff;
  --color-bg-muted: #f4f5fb;
  --color-bg-dark: #111118;
  --color-bg-darker: #0a0b10;
  --color-border-subtle: #e0e2ee;
  --color-text-main: #171822;
  --color-text-subtle: #6a6d7a;
  --color-text-muted: #a0a3b3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background-color: var(--color-bg-page);
  color: var(--color-text-main);
} */

a {
  text-decoration: none !important;
}

/* Layout base */

main {
  background: radial-gradient(circle at top center, #f3eefe 0, #f5f3ff 32%, #ffffff 80%);
}

/* Typography */

.section-kicker {
    font-size: 14px;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #404040;
    font-family: "Inter", sans-serif;
    line-height: 20px;
    background: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    padding: 10px 15px 8px 15px;;
}

.section-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: #171717;
  letter-spacing: 0;
  font-family: "Noto Serif", serif;
}

.section-subtitle {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #525252;
  letter-spacing: -0.44px;
  font-family: "Inter", sans-serif;
}

/* Header / Nav */

.site-header {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 40;
}

.navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.navbar-brand {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-main);
}

.navbar-toggler {
  border-radius: 5px;
  padding: 0.3rem 0.6rem;
}

.navbar-toggler-icon {
  width: 0;
  height: 0;
  color: var(--color-text-main);
  font-size: 1.1rem;
  background: unset;
    display: inline;
}

	.main-nav .nav-link.active {
    color: #252674 !important;
    border-radius: 5px;
    padding: 6px 10px !important;
    background-color: #E1E3F3;
} 

.main-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
  letter-spacing: 0.15px;
  padding-left: 0   !important;
  padding-right: 0  !important;
}

.main-nav   {
  gap: 32px;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #171717;
}

.main-nav .nav-link.active {
  color: #171717;
}

/* Buttons */

.btn {
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  font-weight: 500;
}

.btn-primary-solid {
  background-color: #2D3091;
  border-color: #2D3091;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 0px;
  letter-spacing: -0.31px;
  border: 2px solid #2d3091;
	    transition: all 0.6s;
}

.btn-primary-solid:hover,
.btn-primary-solid:focus {
  background-color: transparent !important;
  border-color: var(--color-primary-dark);
  color: #2d3091;
  transform: translateX(0.5rem);
}

.btn-outline-neutral {
  background-color: transparent;
  color: var(--color-text-main);
  border-color: rgba(23, 24, 33, 0.14);
}

.btn-outline-neutral:hover,
.btn-outline-neutral:focus {
  background-color: rgba(23, 24, 33, 0.04);
}

.btn-outline-light {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Hero */

/* ==============================
   HERO CARD
================================= */

.hero-section {
    padding: 70px 0 100px 0;
    background-color: #fafafa;
}

.carousel-inner {
    height: 500px;
	overflow: hidden;
}
.banner-img{
	width: 100%;
	
}
.hero-card {
    background-color: #2D3091;
    border-radius: 60px;
    padding: 100px 100px;
    min-height: 420px;
}

.hero-card h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Noto Serif", serif;
    margin-bottom: 40px;
    max-width: 700px;
}

/* ==============================
   BUTTON
================================= */

.hero-btn {
    background-color: #E6E6EB;
    background-color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #2D3091;
    line-height: 24px;
    letter-spacing: -0.31px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: "Inter", sans-serif;
    width: fit-content;
    transition: all 0.6s ease;
}

.hero-btn i {
    font-size: 18px;
}

.hero-btn:hover {
   transform: translateX(0.8rem);
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

/* ==============================
   ARROWS
================================= */

.custom-arrow {
    width: auto;
}

.arrow-circle {
    width: 37px;
    height: 37px;
    background-color: #2D3091;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-circle i {
    color: #FFFFFF;
    font-size: 20px;
}

.left-arrow {
    left: 50px;
}

.right-arrow {
    right: 50px;
}

/* ==============================
   INDICATORS
================================= */

.custom-indicators {
    bottom: 20px;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bebebe;
    border: none;
    opacity: 1;
    margin: 0 6px;
}

.custom-indicators .active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2D3091;
}

.carousel-indicators [data-bs-target] {
    background-color: #2D3091;
    width: 10px;
    height: 10px;
}
/* ==============================
   RESPONSIVE
================================= */

@media (max-width: 1199px) {

    .hero-card {
        padding: 80px;
    }

    .hero-card h1 {
        font-size: 42px;
    }

    .left-arrow {
        left: 50px;
    }

    .right-arrow {
        right: 50px;
    }
}

@media (max-width: 767px) {

    .hero-section {
        padding: 60px 20px 60px 20px;
    }

    .hero-card {
        padding: 50px 30px;
        border-radius: 40px;
    }

    .hero-card h1 {
        font-size: 28px;
        line-height: 1.3;
    }
	.carousel-inner {
		height: auto;
		overflow: hidden;
   }

    .left-arrow,
    .right-arrow {
        display: none;
    }

    .custom-indicators {
        bottom: -60px;
    }
}

/* Icon services row */

#home .service-icons-section {
    background-color: #ffffff;
    padding: 50px 0;
    border: 1px solid #e5e5e5;
}
#home .service-icons-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.6rem;
}

#home .service-icon-item {
  text-align: center;
  padding: 1rem 1.2rem;
}

#home .service-icon-circle {
      width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.7rem;
    color: #0A0A0A;
    font-size: 20px;
}

#home .service-icon-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.31px;
}

#home .service-icon-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #525252;
}


/* Industries */

#home .industries-section {
    padding: 70px 0;
    background-color: #171717;
}

#home .section-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 20px;
}

#home .section-header p {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.7;
    margin-bottom: 70px;
}

/* CARD */
#home .industry-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
}

#home .industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#home .industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
}

#home .icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

#home .icon-box i {
    color: #ffffff;
    font-size: 20px;
}

/* DEFAULT CONTENT */
#home .default-content {
    position: absolute;
    bottom: 0px;
    left: 30px;
    z-index: 2;
    transition: opacity 0.3s ease;
}

#home .default-content h3 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: "Noto Serif", serif;
    line-height: 42px;
    font-weight: 500;
    color: #ffffff;
}

#home .underline {
    width: 40px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

/* HOVER CONTENT */
#home .hover-content {
    position: absolute;
    inset: 0;
    padding: 30px 30px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 4;
}

#home .hover-content h3 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-family: "Noto Serif", serif;
    line-height: 42px;
    font-weight: 500;
    color: #ffffff;
}

#home .hover-content p {
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.15px;
    margin-bottom: 20px;
}

#home .explore-btn {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.15px;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
}

/* HOVER EFFECT */
#home .industry-card:hover img {
    transform: scale(1.08);
}

#home .industry-card:hover .default-content {
    opacity: 0;
}

#home .industry-card:hover .hover-content {
    opacity: 1;
}

/* VIEW BUTTON */
#home .view-all {
    margin-top: 80px;
}

#home .view-btn {
    background: #ffffff;
    color: #171717;
    font-family: "Inter", sans-serif;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
	    transition: all 0.6s;
}

#home .view-btn:hover {
    background: transparent;
    color: #fff;
	border: 2px solid #fff;
	    transform: translateX(0.5rem);
}

/* Responsive */
@media (max-width: 1199px) {
    #home .section-header h1 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    #home .section-header h1 {
        font-size: 34px;
    }

    #home .industry-card {
        height: 350px;
    }

    #home .hover-content {
        padding: 25px;
    }
}

/* Feature sections */

#home .capability-feature-section,
#home .quality-feature-section {
  padding: 3.4rem 0 3.5rem;
  background-color: #ffffff;
}

#home .feature-image-card {
  border-radius: 26px;
  overflow: hidden;
}

#home .feature-image-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

#home .feature-points {
  margin-top: 1.1rem;
}

#home .feature-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 0.9rem;
  color: var(--color-text-subtle);
  margin-bottom: 0.45rem;
}

#home .feature-point span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #525252;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
}

#home .feature-point h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #171717;
    letter-spacing: -0.44px;
    font-family: "Inter", sans-serif;
}

#home .feature-point p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #525252;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
}


#home .feature-dot {
    color: #2D3091;
    font-size: 20px;
    line-height: 25px;
}

#home .feature-icon {
  font-size: 20px;
  color: #0a0a0a;
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
  border-radius: 50px;
  padding: 13px;
  width: 45px;
  display: flex;
  align-items: center;
  height: 45px;
  justify-content: center;
}

/* Capabilities carousel */

#home .production-section {
    padding: 70px 0;
    color: #fafafa;
}

#home .section-top h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 15px;
}

#home .section-top p {
    font-size: 18px;
    color: #666;
}

#home .carousel-nav .nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0a0a0a;
    transition: 0.3s;
}

#home .carousel-nav .nav-btn:hover {
    background: #000;
    color: #fff;
}

#home .prod-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
}

#home .img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

#home .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .badge-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
}

#home .card-body {
    padding: 20px;
    position: relative;
}

#home .category {
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #737373;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 16px;

}

#home .card-body h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.44px;
    color: #171717;
}

#home .arrow-btn {
    float: right;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #2D3091;
    border: none;
    color: #fff;
    font-size: 18px;
}

/* Responsive */
@media(max-width:1199px){
    #home .section-top h1 {
        font-size: 42px;
    }
}

@media(max-width:767px){
    #home .section-top {
        flex-direction: column;
        gap: 20px;
    }
    #home .section-top h1 {
        font-size: 32px;
    }
    #home .production-section {
    padding: 30px 0;
}
}

/* Sustainability / info cards */

#home .sustainability-section {
  padding: 70px 0;
  background-color: #ffffff;
}

#home .sustainability-grid {
  margin-top: 1.9rem;
}

#home .info-card {
  background-color: #fafafa;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 1.4rem 1.4rem 1.5rem;
  height: 100%;
}

#home .info-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#home .info-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #171717;
  letter-spacing: -0.44px;
  font-family: "Inter", sans-serif;
}

#home .info-text {
  font-size: 16px;
  color: #525252;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.031px;
  font-family: "Inter", sans-serif;
}

/* Process Excellence */

#home .process-section {
    padding: 70px 0;
    background: #171717;
}

#home .process-section .section-subtitle {
  color: #d4d4d4;
}

#home .stats-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    font-family: "Noto Serif", serif;
    color: #fff;
}

#home .stats-wrapper p {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.31px;
}

#home .cards-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}

#home .process-card {
    background: #ffffff1f;
    border: 1px solid #ffffff38;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

#home .process-card:hover {
transform: translateY(-5px);
border-color: #3a3f47;
}

#home .icon-wrapper {
font-size: 35px;
margin-bottom: 20px;
color: #ffffff;
}

#home .process-card h5 {
font-size: 18px;
font-weight: 600;
line-height: 27px;
letter-spacing: -0.044px;
font-family: "Inter", sans-serif;
color: #ffffff;
}

#home .process-card p {
font-size: 14px;
color: #a1a1a1;
font-weight: 400;
line-height: 20px;
font-family: "Inter", sans-serif;
letter-spacing: -0.15px;
}

/* Tablet */
@media (max-width: 1199px) {
#home .process-title {
font-size: 44px;
}

#home .cards-grid {
gap: 20px;
}
}

/* Mobile */
@media (max-width: 767px) {

#home .process-section {
padding: 80px 20px;
}

#home .process-title {
font-size: 34px;
}

#home .process-description {
font-size: 16px;
margin-bottom: 40px;
}

#home .stats-wrapper {
flex-direction: column;
gap: 30px;
}

#home .cards-grid {
grid-template-columns: 1fr;
}

}

/* Track Record */

#home .track-record-section {
  padding: 70px 0;
  background-color: #ffffff;
}

#home .track-record-grid {
  margin-top: 2rem;
}

#home .metric-card {
    background-color: #fafafa;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center;
}

#home .metric-value {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    color: #171717;
    letter-spacing: 0;
    font-family: "Noto Serif", serif;
}

#home .metric-label {
    font-size: 16px;
    color: #525252;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
}

/* Why Choose */

#home .why-choose-section {
  padding: 70px 0;
  background-color: #fafafa;
}

#home .why-choose-section .info-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 1.4rem 1.4rem 1.5rem;
    height: 100%;
}

#home .why-choose-section .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/* CTA Banner */

#home .cta-section {
padding: 70px 0;
background: #171717;
}

#home .cta-title {
font-size: 56px;
font-weight: 600;
line-height: 1.15;
letter-spacing: -0.5px;
margin-bottom: 30px;
}

#home .cta-subtitle {
font-size: 20px;
line-height: 32.5px;
color: #D4D4D4;
letter-spacing: -0.45px;
margin: 0 auto 50px auto;
}

#home .cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 60px;
flex-wrap: wrap;
}

#home .btn-quote {
    background: #ffffff;
    color: #171717;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: -0.44px;
    font-family: "Inter", sans-serif;
}

#home .btn-quote:hover {
background: #ffffff;
color: #000;
transform: translateX(0.5rem);
}

#home .btn-contact {
    background: transparent;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    border: 1px solid #ffffff;
    border-radius: 0;
    letter-spacing: -0.44px;
    font-family: "Inter", sans-serif;
	transition: all 0.6s;
}

#home .btn-contact:hover {
background: #ffffff;
color: #000;    
transform: translateX(0.5rem);
}

#home .cta-features {
gap: 60px;
}

#home .feature-item {
display: flex;
align-items: center;
gap: 10px;
color: #9da0a6;
font-size: 15px;
}

#home .feature-item span {
  font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #a1a1a1;
}

#home .feature-item i {
font-size: 18px;
color: #9da0a6;
}

/* Tablet */
@media (max-width: 1199px) {
#home .cta-title {
font-size: 42px;
}
}

/* Mobile */
@media (max-width: 767px) {

#home .cta-section {
padding: 80px 20px;
}

#home .cta-title {
font-size: 32px;
}

#home .cta-subtitle {
font-size: 16px;
}

#home .cta-features {
gap: 25px;
flex-direction: column;
align-items: center;
}

}


/* Hero About */

#about .hero-about-section {
    padding: 70px 0;
    background: linear-gradient(45deg, #F5F3FF, #ffffff, #F5F3FF);
}

#about .hero-about-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#about .hero-about-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 50px;
    color: #252674;
    background-color: #E1E3F3;
    margin-bottom: 0.9rem;
}


/* Who We Are */

#about .who-we-are-section {
  padding: 70px 0;
  background-color: #ffffff;
}

#about .who-title {
  margin-bottom: 0.7rem;
}

#about .who-text {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    line-height: 30px;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.44px;
    margin-bottom: 0.75rem;
}

#about .who-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

#about .who-badge {
  display: inline-flex;
  padding: 0.35rem 0.9rem 0.35rem 0.35rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #404040;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

#about .who-badge-icon {
    color: #2D3091;
    margin-right: 0.45rem;
}

#about .who-image-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 10, 32, 0.18);
  background-color: #f8f8f8;
}

#about .who-image-card img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  display: block;
  object-position: left;
}

/* Technology */

#about .technology-section {
  padding: 70px 0;
  background-color: #ffffff;
}

#about .technology-image-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 10, 32, 0.18);
}

#about .technology-image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

#about .tech-title {
  margin-bottom: 0.7rem;
}

#about .tech-text {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    line-height: 30px;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.44px;
    margin-bottom: 0.75rem;
}

#about .tech-list {
  margin-top: 0.8rem;
  margin-bottom: 0.9rem;
}

#about .tech-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: var(--color-text-subtle);
  margin-bottom: 0.45rem;
}

#about .tech-icon {
  font-size: 1.1rem;
  color: var(--color-primary);
  margin-top: 0.08rem;
}

#about .tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

#about .tech-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  border-radius: 999px;
  background-color: var(--color-bg-muted);
  color: var(--color-text-main);
  padding: 0.35rem 0.9rem;
}

/* What We Do */

#about .what-we-do-section {
  padding: 70px 0;
  background-color: #fafafa;
}

#about .service-card {
  background-color: #ffffff;
  border-radius: 18px;
  border: 2px solid #e5e5e5;
  padding: 1.2rem 1.1rem 1.25rem;
  text-align: left;
  height: 100%;
  box-shadow: 0 16px 32px rgba(8, 10, 30, 0.08);
}

#about .service-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #EDE9FE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3091;
    font-size: 16px;

}

#about .service-title {
    font-size: 18px;
    font-weight: 600;
    color: #171717;
    font-family: "Inter", sans-serif;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-bottom: 0.3rem;
}

#about .service-text {
  font-size: 16px;
    font-weight: 400;
    color: #525252;
    font-family: "Inter", sans-serif;
    line-height: 26px;
    letter-spacing: -0.31px;
    margin: 0;
}

/* Numbers */

#about .numbers-section {
  padding: 70px 0;
  background-color: #171717;
}

#about .numbers-header {
  margin-bottom: 2rem;
}

#about .number-subtitle {
  color: #d4d4d4;
}

#about .numbers-grid {
  align-items: stretch;
}

#about .numbers-value {
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    font-family: "Noto Serif", serif;
    margin-bottom: 0.25rem;
}

#about .numbers-label {
    font-size: 16px;
    color: #d4d4d4;
    font-family: "Inter", sans-serif;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.31px;
    margin-top: 10px;
}

/* Expert Team */

#about .expert-team-section {
  padding: 70px 0;
  background-color: #ffffff;
}

#about .team-title {
  margin-bottom: 0.7rem;
}

#about .team-text {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    line-height: 30px;
    color: #525252;
    font-weight: 400;
    letter-spacing: -0.44px;
}

#about .team-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.5rem;
}

#about .team-stat {
  min-width: 140px;
}

#about .team-stat.years {
    border-right: 1px solid #d4d4d4;
    padding-right: 20px;
}

#about .team-stat-label {
  display: block;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 20px;
  color: #525252;
  font-weight: 400;
  letter-spacing: -0.15px;
}

#about .team-stat-value {
    font-size: 30px;
    font-family: "Noto Serif", serif;
    line-height: 36px;
    color: #171717;
    font-weight: 700;
    letter-spacing: 0;
}

#about .team-image-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(7, 10, 32, 0.18);
}

#about .team-image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* CTA Section */ 

#about .cta-section {
    background-color: #fafafa;
    padding: 70px 0;
}

#about .cta-title {
    font-size: 64px;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

#about .cta-subtitle {
    font-size: 20px;
    color: #5f5f5f;
    max-width: 820px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

#about .cta-buttons {
    gap: 25px;
}

/* Primary Button */
#about .btn-primary-custom {
    background-color: #2D3091;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.44px;
    font-family: "Inter", sans-serif;
    border-radius: 0;
    border: none;
    transition: 0.3s;
}

#about .btn-primary-custom:hover {
    background-color: #2f337d;
    color: #ffffff;
	transform: translateX(0.5rem);
}

/* Outline Button */
#about .btn-outline-custom {
    background-color: transparent;
    color: #2D3091;
    padding: 18px 45px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.44px;
    font-family: "Inter", sans-serif;
    border-radius: 0;
    border: 2px solid #2D3091;
    transition: 0.6s;
}

#about .btn-outline-custom:hover {
    background-color: #2D3091;
    color: #ffffff;
	transform: translateX(0.5rem);
}

/* Responsive Design */
@media (max-width: 1199px) {
    #about .cta-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
	
    #about .cta-section {
        padding: 80px 15px;
    }

    #about .cta-title {
        font-size: 36px;
    }

    #about .cta-subtitle {
        font-size: 16px;
    }

    #about .cta-buttons {
        flex-direction: column;
        gap: 20px;
    }

    #about .btn-primary-custom,
   #about  .btn-outline-custom {
        width: 100%;
    }
    #about .numbers-value {
    font-size: 35px;
}
}

/* Responsive */

@media (max-width: 1199.98px) {
  .hero-about-section {
    padding-top: 3.5rem;
  }

  .hero-about-title {
    font-size: 2.4rem;
  }

  .who-image-card img,
  .team-image-card img {
    height: 300px;
  }

  .technology-image-card img {
    height: 300px;
  }
}

@media (max-width: 991.98px) {
  .main-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .who-we-are-section {
    padding-top: 2.4rem;
  }
  #about .who-image-card img {
		object-fit: fill;
	}

  .technology-section {
    padding-top: 2.8rem;
  }

  .what-we-do-section {
    padding-top: 2.8rem;
  }

  .finishing-options-section {
    padding-bottom: 3rem;
  }
  .production-section {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .hero-about-section {
    padding: 3.2rem 0 2.6rem;
  }

  .hero-about-title {
    font-size: 2.05rem;
  }

  .hero-about-subtitle {
    font-size: 0.94rem;
  }

  .who-image-card img,
  .team-image-card img,
  .technology-image-card img {
    height: 260px;
  }
  #about .who-image-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    object-position: right;
}

  #home .section-header p {
    margin-bottom: 30px;
  }

  #home .industries-section {
    padding: 30px 0;
}

  .numbers-section {
    padding-top: 3rem;
    padding-bottom: 3.1rem;
  }

  .expert-team-section {
    padding-top: 3rem;
    padding-bottom: 3.3rem;
  }

  .cta-bottom-section {
    padding-top: 2.9rem;
    padding-bottom: 3.1rem;
  }

}

@media (max-width: 575.98px) {
  .hero-about-title {
    font-size: 1.9rem;
  }

  .service-card {
    padding-inline: 1rem;
  }

  .technology-image-card img,
  .who-image-card img,
  .team-image-card img {
    height: 240px;
  }

  .numbers-card {
    padding-inline: 0.9rem;
  }
}

/* about page end */

/* contact page */

#contact .hero-contact-section {
    padding: 70px 0;
    background: linear-gradient(45deg, #F5F3FF, #ffffff, #F5F3FF);
}

#contact .contact-section {
    padding: 70px 0;
    background: #ffffff;
}

#contact .hero-contact-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#contact .hero-contact-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 50px;
    color: #252674;
    background-color: #E1E3F3;
    margin-bottom: 0.9rem;
}

/* Info Cards */
#contact .info-card {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 20px;
}

#contact .icon-box {
    width: 45px;
    height: 45px;
    background: #D9DAFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2D3091;
}

#contact .info-card h6 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #171717;
    letter-spacing: -0.44px;
    line-height: 27px;
}

#contact .info-main {
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #171717;
    letter-spacing: -0.44px;
    line-height: 27px;
    margin: 0;
}

#contact .info-sub {
    font-size: 14px;
    color: #525252;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

/* Assistance Box */
#contact .assistance-box {
    background: #2D3091;
    color: #ffffff;
    border-radius: 16px;
    padding: 35px;
    margin-top: 30px;
}

#contact .assistance-box h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    color: #ffffff;
}

#contact .assistance-box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.31px;
    font-weight: 400;
    color: #EDE9FE;
}

#contact .call-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 12px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.31px;
}

/* Form */
#contact .quote-form {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 40px;
}

#contact .form-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #171717;
    letter-spacing: 0;
    font-family: "Noto Serif", serif;
}

#contact label {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 40px;
    display: block;
    letter-spacing: -0.31px;
    font-weight: 500;
    color: #404040;
}

#contact .form-control {
        border-radius: 8px;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    padding: 12px 14px;
	margin-bottom: 20px;
    color: #0a0a0a7d;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    letter-spacing: -0.31px;
}

#contact textarea.form-control {
    resize: none;
}

#contact .submit-btn {
    background: #2D3091;
    color: #ffffff;
    padding: 14px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.44px;
}

#contact .submit-btn:hover {
    background: #2e327d;
}

#contact .form-note {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #737373;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.31px;
}

#contact .facility-section {
    padding: 70px 0;
    background-color: #fafafa;
}


/* Card */
#contact .facility-card {
    background-color: #dcdcdc;
    border-radius: 22px;
    height: 340px;
/*     padding: 40px; */
}

/* Icon */
#contact .location-icon {
    font-size: 42px;
    color: #8c8c8c;
    margin-bottom: 20px;
}

/* Address */
#contact .address-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #4a4a4a;
}

#contact .address-sub {
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 20px;
}

/* Directions Link */
#contact  .cta-main-section {
  padding-bottom: 70px;
  background-color: #fafafa;
}
#contact .directions-link {
    font-size: 16px;
    color: #5a34f2;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

#contact .directions-link i {
    margin-left: 6px;
}

#contact .directions-link:hover {
    color: #3d22c7;
}

#contact .cta-section {
    background-image: linear-gradient(
        90deg,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.85) 30%,
        rgba(0,0,0,0.4) 55%,
        rgba(0,0,0,0.0) 75%
    ),
    url("../images/contact-cta-image.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
        padding: 50px;
    border-radius: 24px;
    align-items: center;
}

#contact .cta-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 40px;
}

/* BUTTON */
#contact .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background-color: #fafafa;
    color: #2D3091;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    font-weight: 500;
    padding: 18px 36px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#contact .cta-btn i {
    font-size: 18px;
}

#contact .cta-btn:hover {
    background-color: #2d3091;
    color: #ffffff;
    transform: translateX(0.5rem);
}

/* RESPONSIVE */

@media (max-width: 1199px) {

    #contact .cta-title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {

    #contact .cta-section {
        height: 520px;
        background-position: center;
        padding: 30px;
    }

    #contact .cta-title {
        font-size: 38px;
        line-height: 1.2;
    }

    #contact .cta-btn {
        padding: 14px 24px;
        font-size: 16px;
    }
}

/* Responsive */
@media (max-width: 1199px) {
    #contact .facility-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    #contact .facility-title {
        font-size: 32px;
    }

   #contact  .facility-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    #contact .facility-card {
        height: auto;
/*         padding: 30px 20px; */
    }
}


/* Responsive */
@media (max-width: 991px) {
    #contact .contact-section {
        padding: 60px 20px;
    }
    #contact .quote-form {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    #contact .assistance-box {
        padding: 25px;
    }

    #contact .quote-form {
        padding: 25px;
    }
}

/* contact page end */

/* service page  */

#service .hero-service-section {
    padding: 70px 0;
    background: linear-gradient(45deg, #F5F3FF, #ffffff, #F5F3FF);
}

#service .hero-service-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

#service .hero-service-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 50px;
    color: #252674;
    background-color: #E1E3F3;
    margin-bottom: 0.9rem;
}

#service .print-section {
    padding: 70px 0;
    background-color: #ffffff;
}


#service .section-title {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

#service .section-subtitle {
    font-size: 18px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

#service .print-card {
    background-color: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    transition: all 0.3s ease;
    height: 100%;
}

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

#service .card-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#service .card-body-custom {
    padding: 20px;
}

#service .icon-box {
    width: 50px;
    height: 50px;
    background-color: #E1E3F3;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

#service .icon-box i {
    font-size: 20px;
    color: #2D3091;
}

#service .card-body-custom h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    letter-spacing: -0.45px;
    color: #171717;
    font-family: "Inter", sans-serif;
}

#service .card-body-custom p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: -0.31px;
    color: #525252;
    font-family: "Inter", sans-serif;
    margin-bottom: 18px;
}

#service .card-body-custom ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#service .card-body-custom ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
    color: #525252;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#service .card-body-custom ul li i {
    color: #4b56d2;
    margin-right: 8px;
    font-size: 16px;
}

/* Responsive */

@media (max-width: 1199px) {
    #service .section-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
   #service  .print-section {
        padding: 70px 0 90px;
    }

    #service .section-title {
        font-size: 32px;
    }

    #service .section-subtitle {
        font-size: 16px;
    }

   #service  .card-img img {
        height: 220px;
    }
}


#service .featured-section {
    padding: 70px 0;
    background: #fafafa;
}

#service .product-card {
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

#service .card-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

#service .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#service .badge-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #171717;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 15px;
    letter-spacing: -0.15px;
    border-radius: 50px;
}

#service .card-content {
    padding: 20px;
}

#service .product-title {
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif", serif;
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: 0;
    color: #171717;
}

#service .product-card .btn-primary-custom {
    background: #2D3091;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
}

#service .product-card  .btn-primary-custom:hover {
    background: #2E2C85;
    color: #FFFFFF;
}
/* Responsive */

@media (max-width: 767px) {
    #service .featured-section {
        padding: 60px 0;
    }

    #service .card-content {
        padding: 24px;
    }
}


#service .finishing-section {
    padding: 70px 0;
    background-color: #ffffff;
}

#service .finish-card {
    background: #fafafa;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    height: 100%;
}

#service .finish-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    color: #171717;
    letter-spacing: -0.44px;
    margin-bottom: 5px;
}

#service .finish-text {
    font-size: 16px;
    color: #525252;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
}

#service .how-section .section-subtitle  {
  color: #d4d4d4;
}
/*#service .btn-primary-custom {
    background: #3A3FA8;
    color: #FFFFFF;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
}

#service .btn-primary-custom:hover {
    background: #2E2C85;
    color: #FFFFFF;
}   */

/* Responsive */
@media (max-width: 767px) {
    #service .finish-card {
        padding: 24px;
    }
}

#service .how-section {
    padding: 70px 0;
    background: #171717;
}

#service .process-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

#service .process-card {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
}

#service .process-circle {
    width: 60px;
    height: 60px;
    background: #2D3091;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-family: "Noto Serif", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    color: #FFFFFF;
}

#service .process-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    color: #FFFFFF;
    letter-spacing: -0.45px;
}

#service .process-text {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: -0.31px;
    line-height: 24px;
    margin: 0;
    font-family: "Inter", sans-serif;
}

/* #service .btn-primary-custom {
    background: #3A3FA8;
    color: #FFFFFF;
    font-weight: 500;
    padding: 14px 24px;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
}

#service .btn-primary-custom:hover {
    background: #2E338C;
    color: #FFFFFF;
} */
@media (max-width: 991px) {
    #service .process-row {
        gap: 60px;
    }
}

@media (max-width: 767px) {
    #service .how-section {
        padding: 80px 0 100px;
    }
    #service .process-row {
        gap: 50px;
    }

    #service .process-circle {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
}

#service .cta-section {
    padding: 70px 0;
    background: #ffffff;
}
#service .cta-btn {
    padding: 18px 45px;}

#service .btn-primary-custom {
    background: #2D3091;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.44px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    border-radius: 4px;
    border: none;
    transition: 0.3s ease;
}

#service .btn-primary-custom:hover {
    background: #2E2C85;
    color: #ffffff;
	transform: translateX(0.5rem);
}
/* Responsive */

@media (max-width: 767px) {
    #service .cta-section {
        padding: 80px 0 100px;
    }
    #service .cta-btn {
        padding: 14px 32px;
        font-size: 16px;
    }
}


/* footer */


.footer-section {
    background: #2c2c2c;
    padding-top: 70px;
}

/* =============================
   Footer Top
============================= */

.footer-top {
    padding-bottom: 50px;
}

/* .footer-col {
    margin-bottom: 40px;
} */


.footer-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: "Noto Serif", serif;
    line-height: 32px;
}


.footer-description {
    font-size: 16px;
    line-height: 26px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: -0.31px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.business-hours {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
    margin-bottom: 25px;
}

.business-hours i {
    font-size: 16px;
    color: #bdbdbd;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cfcfcf;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #3a3a3a;
    color: #ffffff;
}

/* =============================
   Footer Headings & Links
============================= */

.footer-heading {
        font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.footer-address{
	color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

/* =============================
   Contact Section
============================= */

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #a1a1a1;
    font-weight: 400;
    letter-spacing: -0.31px;
    font-family: "Inter", sans-serif;
    margin-bottom: 16px;
}

.contact-item i {
    font-size: 16px;
    margin-top: 4px;
    color: #cfcfcf;
}

/* =============================
   Footer Bottom
============================= */

.footer-bottom {
    border-top: 1px solid #262626;
    padding: 20px 0;
}

.footer-bottom p {
    color: #a1a1a1;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.footer-bottom a {
    margin-left: 25px;
    text-decoration: none;
    color: #a1a1a1;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* =============================
   Responsive Design
============================= */

@media (max-width: 1199px) {
    .footer-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .footer-top .row {
        row-gap: 40px;
    }
}

@media (max-width: 767px) {

    .footer-section {
        padding-top: 50px;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .bottom-links a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .social-icons {
        justify-content: flex-start;
    }
}

/* Responsive */

@media (max-width: 1199.98px) {
  .hero-section {
    padding-top: 3.2rem;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .feature-image-card img {
    height: 320px;
  }

  .process-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    padding-inline: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .main-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .main-nav .nav-link.active {
    color: #252674;
    background-color: #E1E3F3;
    padding: 10px 15px !important;
 }

  .service-icons-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-image-card img {
    height: 280px;
  }

  .capability-feature-section,
  .quality-feature-section,
  .sustainability-section,
  .track-record-section,
  .why-choose-section {
    padding-top: 2.6rem;
    padding-bottom: 2.9rem;
  }

  .process-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-top {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 60px 0 120px 0;
  }

  .hero-card {
    padding: 2.1rem 1.7rem 2.7rem;
    border-radius: 22px;
  }

  .hero-title {
    font-size: 2.05rem;
  }

  .hero-subtitle {
    font-size: 0.94rem;
  }

  .hero-slider {
    position: static;
    transform: none;
    margin-top: 1.6rem;
    justify-content: center;
  }

  .service-icon-circle {
    margin-left: 0;
    margin-right: 0.7rem;
  }

 
  .industries-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-image-card img {
    height: 240px;
  }

  .process-cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .track-record-grid .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cta-banner {
    padding: 1.9rem 1.7rem;
  }

  .cta-title {
    font-size: 1.55rem;
  }

  .site-footer {
    padding-top: 2.2rem;
    padding-bottom: 1.7rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .capability-card {
    flex-basis: 78%;
  }

  .track-record-grid .col-md-3,
  .why-choose-section .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}