:root {
    --primary-color: #F48732;
    --thm-primary: #F48732;
    --secondary-color: #353535;
}

.justify {
    text-align: justify;
}

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

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

.section-padding-bottom {
    padding-bottom: 50px;
}

.box-radius {
    border-radius: 10px;
}

.bg-color p {
    color: white;
}

/* HEADER CSS START */
.color-text {
    color: var(--primary-color);
}

.main-slider-one {
    margin-top: unset;
}

.contact-info-1 li {
    padding-top: 10px;
    padding-bottom: 5px;
}

.logo-box2 {
    left: 50px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--primary-color);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    background-color: var(--primary-color);
}

.contact-info-1 li .icon span:before {
    color: var(--primary-color);
}

.thm-btn {
    background-color: var(--primary-color);
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    color: var(--secondary-color);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: var(--primary-color);
}

.thm-btn:hover::before {
    background-color: var(--secondary-color);
}

.contact-info-1 li .text h3 a:hover {
    color: var(--primary-color);
}

.active-header {
    color: var(--primary-color);
}

/* HEADER CSS END */

/* FOOTER CSS START */
.footer-one__bottom--footer-two__bottom .footer-one__social--footer-two__social a::before {
    background: var(--primary-color);
}

.footer-one__bottom--footer-two__bottom .footer-one__social--footer-two__social a {
    color: var(--secondary-color);
}

.scroll-to-top {
    background: var(--primary-color);
}

.scroll-to-top:hover {
    background: var(--secondary-color);
}

.privacy-text p a {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 500ms ease;
}

.privacy-text p a:hover {
    color: var(--primary-color);
}

.footer-one__bottom-left p {
    color: var(--secondary-color);
    opacity: unset !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-link a {
    color: var(--primary-color);
}

.footer-link a:hover {
    color: var(--secondary-color);
}

.footer-two__top {
    padding: 50px 0px 50px;
}

.footer-one__bottom {
    padding: 10px 0px;
}

/* social icon in footer */
.footer-two__widget-column .contact-info .contact-item {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
}

.footer-two__widget-column .contact-info i {
    margin-right: 12px;
    color: var(--primary-color);
    font-size: 24px;
    min-width: 20px;
    flex-shrink: 0;
}

.footer-two__widget-column .contact-info .contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.footer-two__widget-column .contact-info a {
    color: var(--thm-black);
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-two__widget-column .contact-info a:hover {
    color: var(--primary-color);
}

.mobile-nav__close {
    color: white;
}

.error {
    color: red;
}

/* Icon alignment adjustments */
.footer-two__widget-column .contact-info .fa-envelope {
    margin-top: 5px;
}

.footer-two__widget-column .contact-info .fa-phone {
    margin-top: 5px;
}

.footer-two__widget-column .contact-info .fa-map-marker {
    margin-top: 5px;
}

/* end */

.footer-two__widget-explore-two-list-two li a:hover {
    color: var(--primary-color);
}

.footer-two__widget-explore-list li a:hover {
    color: var(--primary-color);
}

/* FOOTER CSS END */

/* breadcrumb start */
.breadcrumb-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-overlay {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-content {
    color: #fff;
    text-align: center;
}

.breadcrumb-content h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.breadcrumb-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-content li {
    color: #fff;
    font-size: 22px;
    position: relative;
    padding: 0 8px;
}

.breadcrumb-content li+li::before {
    content: "/";
    color: #ddd;
    margin-right: 12px;
}

.breadcrumb-content a {
    color: #ff9100;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-content a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumb-section {
        height: 180px;
    }

    .breadcrumb-content h1 {
        font-size: 24px;
    }

    .breadcrumb-content li {
        font-size: 14px;
    }
}

/* breadcrumbs end */

/* INDEX PAGE CSS STYLE START */
.slogan-one__content-wrap {
    position: relative;
    overflow: hidden;
    background: unset;
    border-radius: 20px;
}

.slogan-one__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/home/cta-bg-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1.0;
    z-index: 0;
    pointer-events: none;
}

.slogan-one__left,
.slogan-one__right {
    position: relative;
    z-index: 1;
}

.slogan-one__title,
.slogan-one__text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slogan-one__btn {
    color: white;
}

.slogan-one__btn:hover {
    background-color: var(--secondary-color);
}

.about-one__left-content-text1,
.about-one__left-content-text3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 500ms ease;
}

/* about us section */
.about-one__right-img2 img {
    border-radius: 10px;
}

.about-two__right-overly-content {
    background: var(--primary-color);
    color: white;
}

.section-title__tagline {
    color: var(--primary-color);
}

.about-two__left-bottom-text a {
    color: var(--primary-color);
}

.digital-factory-one__quote-form {
    background-color: unset;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    background: var(--primary-color);
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    background: var(--secondary-color);
}

/* product slider */
.slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.slider-container {
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 33.333%;
    padding: 0 15px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .slide {
        min-width: 50%;
    }
}

@media (max-width: 576px) {
    .slide {
        min-width: 100%;
    }
}

.team-one__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-one__single:hover .team-one__img-box img {
    transform: scale(1.1);
}

.team-one__content-wrap {
    position: relative;
    padding: 25px;
}

.team-one__content {
    transition: opacity 0.3s ease;
}

.team-one__content.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: var(white);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-one__single:hover .team-one__content.overlay {
    opacity: 1;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow:hover {
    background: var(--secondary-color);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 0;
}

.slider-arrow.next {
    right: 0;
}

.slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

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

.dot.active {
    background: var(--primary-color);
    width: 30px;
    border-radius: 6px;
}

/* end product slider */

.team-one__title-holder-name a:hover {
    color: var(--primary-color);
}

.project-one {
    padding: 50px 0px 50px;
}

.about-one {
    padding: 50px 0 50px;
}

.about-two {
    padding: 50px 0px 50px;
}

.team-one {
    padding: 50px 0px 50px;
}

.customer-challenge {
    padding: 50px 0px 0px;
}

.counter-one__box {
    padding: 50px 0px 50px;
}

.project-one__menu-box ul li {
    font-size: 18px;
}

.project-one__menu-box ul .active {
    background-color: var(--primary-color);
}

.project-one__menu-box ul li:hover {
    background: var(--primary-color);
}

.project-one__overly-title h2 {
    color: var(--primary-color);
}

.project-one__overly-icon {
    background: var(--primary-color);
}

.services-two__single-title a:hover {
    color: var(--primary-color);
}

.services-one__btn:hover {
    color: var(--primary-color);
}

.services-one__btn i::before {
    color: var(--primary-color);
}

.services-two-services2 {
    padding: 100px 0px 0px;
}

.news-one {
    padding: 50px 0px 0px;
}

.services-two__single {
    margin-bottom: 30px;
}

.services-two__single-icon i {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--thm-primary);
    transform: scale(1);
    transition: all 200ms linear;
    transition-delay: 0.01s;
}

.about-one__bottom-box-single .icon i {
    font-size: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider h1 {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 46px;
    color: #fff;
    font-size: 110px;
    line-height: 1.03em;
    font-weight: 800;
    text-transform: none;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.main-slider .swiper-slide-active h1 {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}


/* home banner */

/* INDEX PAGE CSS STYLE END */

/* PRODUCT PAGE CSS START */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding: 13px;
    margin: 0 auto;
}

.product-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(40px);
}

.product-item.visible {
    opacity: 1;
    transform: translateY(0);
    max-width: 262px;
}

.product-item a:hover {
    color: var(--primary-color);
}

.product-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.product-item img {
    width: 100%;
    max-width: 160px;
    animation: float 4s ease-in-out infinite;
    transition: transform 0.6s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
}

.product-item:hover img {
    transform: rotateY(15deg) translateY(-5px) scale(1.1);
}

.product-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.product-item:hover::after {
    animation: shine 1s forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.product-name {
    font-size: 1.5rem;
    margin-top: 15px;
    font-weight: 500;
    color: #333;
}

.rts-single-wized {
    padding: 19px;
}

.rts-single-wized,
.rts-single-wized .single-categories li a {
    border-radius: 15px;
}

.logo-box1 {
    padding-left: 87px;
}

.contact-page,
.blog-page-one {
    padding: 50px 0px 50px;
}

.contact-page__input-box label {
    color: #d01111;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.contact-page__input-box .label-user {
    color: black;
}

.blog-page-one__img-box {
    width: fit-content;
}

.rts-single-wized.Categories {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    margin-bottom: 0px !important;
    transition: all 0.3s ease;
}

.rts-single-wized.Categories:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.rts-single-wized.Categories .wized-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.rts-single-wized.Categories .wized-header .title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    margin: 0;
}

.rts-single-wized.Categories .wized-body {
    display: block;
}

.single-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-categories li {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.single-categories li:last-child {
    margin-bottom: 0;
}

.single-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    font-size: 16px;
    text-decoration: none;
    background: #f9f9f9;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.single-categories li a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateX(3px);
}

.single-categories li a i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.single-categories li a:hover i {
    transform: translateX(3px);
}

.single-categories li a span {
    background: #e9ecef;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.single-categories li a:hover span {
    background: #fff;
    color: var(--primary-color);
}

.single-categories li.active a {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
}

.single-categories li.active a span {
    background: #fff;
    color: var(--primary-color);
}

.single-categories li.active a i {
    color: #fff;
    transform: translateX(3px);
}

.product-details a:hover,
.blog-detail-page a:hover {
    color: var(--primary-color);
}

.styled-pagination {
    position: relative;
    z-index: 10;
}

.styled-pagination a {
    pointer-events: auto !important;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

@media (max-width:1024px) {
    .product-item.visible {
        opacity: 1;
        transform: translateY(0);
        max-width: 366px;
    }
}

@media (max-width:768px) {
    .rts-single-wized {
        margin-top: 50px;
    }
}

/* PRODUCT PAGE END  */
/* contact page start */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #ce9737 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #fff;
}

.contact-card h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-card a {
    color: #555;
    text-decoration: none;
    display: block;
    margin: 8px 0;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #b66b21;
}

.contact-card p {
    color: #666;
    line-height: 1.5;
    margin: 0;
    font-size: 1.15rem;
}

@media (max-width: 768px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
        max-width: 500px;
    }
}

.project-one--project-two-case3 {
    padding: 0px 0px 0px;
}

.counter-one__title {
    padding-bottom: unset;
}

/* contact page end */
/* breadcrumb starts */
.cover-image {
    height: 600px;
    width: 1000px;
    max-width: fit-content;
}

.breadcrumbs-bg {
    background: url(../images/breadcrumb/breadcrumb.jpg) no-repeat center center / cover;
    width: 100%;
    height: 400px;
}

.breadcrumbs-bg .container .content a {
    color: var(--primary-color);
}

.breadcrumb-link {
    padding-top: 10px;
    color: var(--secondary-color) !important;
}

.breadcrumbs-bg div h1 {
    color: white;
    font-size: 45px;
    padding-top: 190px;
}

.breadcrumbs-bg .mt-5 {
    margin-top: 266px !important;
}

.breadcrumbs-bg .container a {
    color: var(--primary-color) !important;
    transition: 0.3s ease-in-out;
}

.section-overlay {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.section-overlay>* {
    position: relative;
    z-index: 3;
}

/* breadcrumb ends */


/* ABOUT US START */
.about-one--about-three.padding {
    padding: 100px 0px 50px;
}

.what-we-do {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.what-we-do .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.what-we-do__image {
    flex: 1;
    min-width: 300px;
}

.what-we-do__image img {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.what-we-do__content {
    flex: 1;
    min-width: 300px;
}

.what-we-do__list {

    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.what-we-do__list li {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.what-we-do__list li::before {
    content: "•";
    font-size: 1.3rem;
    color: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .what-we-do .container {
        flex-direction: column;
        gap: 20px;
    }
}

/* ABOUT US END */

/* MISSION AND VISION START */
.mission .section {
    padding: 50px 0px;
}

.mission .section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    color: var(--primary-color);
    position: relative;
}

.mission .section h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #df9a24;
    ;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* --- Mission Section --- */
.mission .mission-section {
    background-color: #fff8e6;
}

.mission .mission-section .container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.mission .mission-section .text {
    flex: 1;
    min-width: 250px;
}

.mission .mission-section .image {
    flex: 1;
    min-width: 250px;
}

.mission .mission-section .image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.mission .mission-section .image img:hover {
    transform: scale(1.03);
}

/* --- Vision Section --- */
.vision-section {
    background-color: #fffcf0;
}

.vision-section .container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.vision-section .text {
    flex: 1;
    min-width: 250px;
}

.vision-section .image {
    flex: 1;
    min-width: 250px;
}

.vision-section .image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.vision-section .image img:hover {
    transform: scale(1.03);
}

/* --- Core Values Section --- */
.core-section {
    background-color: #ffffff;
}

.core-section .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.core-section .card {
    flex: 1 1 220px;
    max-width: 225px;
    border-radius: 12px;
    padding: 25px 20px;
    background-color: #f5f5f5;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-section .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.core-section .card i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* --- Responsive --- */
@media (max-width: 768px) {

    .mission-section .container,
    .vision-section .container {
        flex-direction: column;
        text-align: center;
    }
}

/* service start*/
.services body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

.services .section {
    padding: 50px 20px;
}

.services .section {
    position: relative;
    padding: 50px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.custom .parallax {
    background-image: url('../images/services/cnc-machining.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.casting .parallax {
    background-image: url('../images/services/brass-casting.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.design .parallax {
    background-image: url('../images/services/design-service.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.finishing .parallax {
    background-image: url('../images/services/finishing-and-coating.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.material .parallax {
    background-image: url('../images/services/brass-material.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.other .parallax {
    background-image: url('../images/services/other-material.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.section.parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.section-alt {
    background: #f8f8f8;
    color: #222;
}

.services .section-alt p {
    font-size: 1.3rem;
    color: #434343;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.8;
}

.services .section h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
}

.section h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #df9a24;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.services p {
    font-size: 1.3rem;
    color: black;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.8;
}

.services .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.services .feature-card {
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.services .feature-card h3 {
    color: var(--primary-color);
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.services .feature-card p {
    color: #666;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.7;
    margin: 0;
}

.services .feature-card ul {
    list-style: none;
    margin-top: 15px;
}

.services .feature-card ul li {
    color: #666;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    text-align: left;
}

.other ul li,
.material ul li {
    color: #363535;
    text-align: left;
}

.services .feature-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.services .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.services .step {
    text-align: center;
    position: relative;
}

.services .step-number {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.services .step h3 {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.services .step p {
    color: #666;
    font-size: 1.3rem;
    line-height: 1.7;
}

.services .specs-table {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.services .specs-table table {
    width: 100%;
    border-collapse: collapse;
}

.services .specs-table th {
    background: var(--primary-color);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
}

.services .specs-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    color: #555;

}

.services .specs-table tr:last-child td {
    border-bottom: none;
}

.services .specs-table tr:hover {
    background: #f8f9fa;
}

/* CTA Section */
.services .cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #836f42 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.services .cta-section h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.services .cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.services .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.services .btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.services .btn-primary {
    background: white;
    color: var(--primary-color);
    font-weight: 600;
}

.services .btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.services .btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 600;
}

.services .btn-secondary:hover {
    background: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

.services .material-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.services .material-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.services .material-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.services .material-card h3 {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.services .material-card p {
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.services .info-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.services .info-box {
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid var(--primary-color);
}

.services .info-box h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.services .info-box p {
    color: #666;
    text-align: left;
    margin: 0;
}

@media (max-width: 768px) {
    .services .hero h1 {
        font-size: 2rem;
    }

    .services .hero p {
        font-size: 1rem;
    }

    .services .section h2 {
        font-size: 2rem;
    }

    .services .section {
        padding: 60px 20px;
    }

    .services .features-grid,
    .services .process-steps,
    .services .material-grid {
        grid-template-columns: 1fr;
    }

    .services .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .services .btn {
        width: 100%;
        max-width: 300px;
    }
}

.services-one {
    padding: 50px 0px 0px;
}

/* service end */
/* milestone page starts */
.milestone body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: linear-gradient(135deg, #fff5ed 0%, #ffedd5 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #334155;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.milestone .timeline-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 4rem 3rem;
    width: 100%;
    box-shadow: 0 20px 25px -5px rgba(244, 135, 50, 0.15),
        0 10px 10px -5px rgba(244, 135, 50, 0.08);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(244, 135, 50, 0.2);
    backdrop-filter: blur(10px);
    margin-top: 50px;
}

.milestone .timeline-header {
    margin-bottom: 3rem;
}

.milestone .timeline-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #1e293b;
    letter-spacing: -0.025em;
}

.milestone .timeline-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    opacity: 0;
    animation: fadeInUptTitle 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    color: #F48732;
    letter-spacing: 0.025em;
}

@keyframes fadeInUptTitle {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.milestone .timeline-content {
    margin-bottom: 4rem;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.milestone .event-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #F48732, #e67422);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: white;
    box-shadow: 0 10px 25px rgba(244, 135, 50, 0.4);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.milestone .event-year {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #F48732;
    letter-spacing: -0.05em;
}

.milestone .event-company {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #00000094;
    letter-spacing: -0.025em;
}

.milestone .event-description {
    font-size: 1.125rem;
    font-weight: 400;
    max-width: 550px;
    line-height: 1.7;
    color: #2121239c;
    letter-spacing: 0.015em;
}

.milestone .slider-container {
    position: relative;
    margin: 3rem 0 3rem 0;
    padding-bottom: 3rem;
    padding: 0 1rem;
    padding-top: 15px
}

.milestone .slider-track {
    overflow: visible;
    position: relative;
    height: 6px;
    background: #08080833;
    border-radius: 8px;
    margin-bottom: 2rem;
    user-select: none;
}

.milestone .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, #F48732, #e67422);
    border-radius: 8px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.milestone .tick {
    position: absolute;
    top: -4px;
    width: 2px;
    height: 14px;
    background: #08080833;
    border-radius: 1px;
    transform: translateX(-1px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.milestone .tick.active {
    background: linear-gradient(135deg, #F48732, #e67422);
    height: 18px;
    top: -6px;
    width: 3px;
    box-shadow: 0 0 8px rgba(244, 135, 50, 0.5);
}

.milestone .year-labels {
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
    user-select: none;
    letter-spacing: 0.025em;
    position: relative;
}

.milestone .year-label {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    transform: translateX(-50%);
    white-space: nowrap;
}

.milestone .year-label.active {
    color: #F48732;
    font-weight: 700;
    transform: translateX(-50%) scale(1.1);
    text-shadow: 0 0 8px rgba(244, 135, 50, 0.4);
}

.milestone .timeline-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 33px;
    background: transparent;
    outline: none;
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
}

@media (max-width:769px) {
    .milestone .timeline-slider {
        height: 6px;
    }
}

.milestone .timeline-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid #F48732;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(244, 135, 50, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

.milestone .timeline-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(244, 135, 50, 0.6),
        0 0 0 8px rgba(244, 135, 50, 0.15);
    border-color: #e67422;
}

.milestone .timeline-slider::-webkit-slider-thumb:active {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(244, 135, 50, 0.7),
        0 0 0 4px rgba(244, 135, 50, 0.25);
}

.milestone .timeline-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid #F48732;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(244, 135, 50, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
}

.milestone .timeline-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(244, 135, 50, 0.6);
    border-color: #e67422;
}

.milestone .fade-transition {
    animation: fadeOutDown 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.milestone .fade-in {
    animation: fadeInUpContent 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.milestone .timeline-content .fade-in:nth-child(1) {
    animation-delay: 0s;
}

.milestone .timeline-content .fade-in:nth-child(2) {
    animation-delay: 0.1s;
}

.milestone .timeline-content .fade-in:nth-child(3) {
    animation-delay: 0.2s;
}

.milestone .timeline-content .fade-in:nth-child(4) {
    animation-delay: 0.3s;
}

.milestone .event-icon.fade-out {
    animation: fadeOutDown 0.3s ease-in-out forwards;
}

.milestone .event-year.fade-out,
.milestone .event-company.fade-out,
.milestone .event-description.fade-out {
    animation: fadeOutDown 0.25s ease-in-out forwards;
}

@media (max-width: 768px) {
    .milestone body {
        padding: 1rem;
    }

    .milestone .timeline-container {
        padding: 2.5rem 2rem;
        margin: 0;
        border-radius: 16px;
        margin-top: 50px;
    }

    .milestone .timeline-title {
        font-size: 2rem;
    }

    .milestone .timeline-subtitle {
        font-size: 1rem;
    }

    .milestone .event-year {
        font-size: 2.5rem;
    }

    .milestone .event-company {
        font-size: 1.25rem;
    }

    .milestone .event-description {
        font-size: 1rem;
    }

    .milestone .event-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .milestone .timeline-content {
        min-height: 280px;
        margin-bottom: 3rem;
    }

    .milestone .slider-container {
        padding: 0 0.5rem;
        overflow: visible;
    }

    .milestone .year-labels {
        padding: 0 0.5rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .milestone .timeline-container {
        padding: 2rem 1.5rem;
        padding-bottom: 3.5rem;
    }

    .milestone .timeline-title {
        font-size: 1.75rem;
    }

    .milestone .event-year {
        font-size: 2rem;
    }

    .milestone .year-labels {
        font-size: 0.7rem;
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        transform: translateY(5px);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeInUpContent {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    60% {
        opacity: 1;
        transform: translateY(3px);
    }

    to {
        transform: translateY(0);
    }
}

/* milestone page end */
/* quality assurance starts */
/* Quality Policy Section */
.quality .policy-section {
    padding: 50px 20px;
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.quality .policy-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.quality .policy-section h2 {
    font-size: 3rem;
    color: #F48732;
    margin-bottom: 30px;
    text-align: center;
}

.quality .policy-intro {
    font-size: 1.3rem;
    color: #666;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.9;
}

.quality .objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.quality .objective-card {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 35px;
    border-radius: 20px;
    border-left: 5px solid #F48732;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s;
}

.quality .objective-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(244, 135, 50, 0.2);
}

.quality .objective-card i {
    font-size: 2.5rem;
    color: #F48732;
    margin-bottom: 20px;
}

.quality .objective-card h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 15px;
}

.quality .objective-card p {
    color: #666;
    line-height: 1.5;
    font-size: 1.3rem;
}

.quality .process-section {
    padding: 50px 20px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);

}

.quality .process-section h2 {
    text-align: center;
    font-size: 3rem;
    color: #F48732;
    margin-bottom: 80px;
}

.quality .process-flow {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    position: relative;
}

.quality .process-step {
    text-align: center;
    position: relative;
}

.quality .process-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #F48732, #e67422);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 15px 40px rgba(244, 135, 50, 0.3);
    transition: all 0.4s;
}

.quality .process-step:hover .process-icon {
    transform: scale(1.1) rotate(5deg);
}

.quality .process-icon i {
    font-size: 3rem;
    color: white;
}

.quality .process-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.quality .process-step h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.quality .process-step p {
    color: #666;
    line-height: 1.8;
}

.quality .assurance-section {
    padding: 50px 20px;
    background: #1a1a1a;
    color: white;
}

.quality .assurance-section h2 {
    text-align: center;
    font-size: 3rem;
    color: #F48732;
    margin-bottom: 60px;
}

.quality .assurance-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.quality .assurance-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 135, 50, 0.2);
    transition: all 0.4s;
}

.quality .assurance-item:hover {
    background: rgba(244, 135, 50, 0.1);
    transform: translateX(10px);
}

.quality .assurance-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #F48732, #e67422);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quality .assurance-icon i {
    font-size: 2rem;
    color: white;
}

.quality .assurance-content h3 {
    font-size: 1.6rem;
    color: #F48732;
    margin-bottom: 12px;
}

.quality .assurance-content p {
    color: #ccc;
    line-height: 1.8;
}

@media (max-width: 425px) {
    .quality .assurance-section {
        padding: 40px 15px;
    }

    .quality .assurance-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .quality .assurance-grid {
        grid-template-columns: 1fr;
        /* Single column layout */
        gap: 25px;
    }

    .quality .assurance-item {
        flex-direction: column;
        /* Stack icon above content */
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }

    .quality .assurance-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .quality .assurance-icon i {
        font-size: 1.6rem;
    }

    .quality .assurance-content h3 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .quality .assurance-content p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.quality .iso-section {
    padding: 30px 15px;
}

.quality .iso-container {
    max-width: 1128px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: stretch;
    flex-wrap: wrap;
}


.quality .iso-card {
    flex: 0 0 360px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(20, 20, 20, 0.05);
    display: flex;
    flex-direction: column;
}

.quality .iso-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

.quality .iso-card__body {
    padding: 18px;
}

.quality .iso-card__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.quality .iso-card__meta {
    margin: 0 0 12px;
    color: #666;
    font-size: 0.9rem;
}

.quality .iso-download-btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.quality .iso-download-btn .fa {
    margin-right: 8px;
}

.quality .iso-download-btn:focus,
.quality .iso-download-btn:hover {
    background: #b37209;
}

.quality .iso-card__small {
    margin: 6px 0 0;
    color: #888;
    font-size: 0.85rem;
}

.quality .iso-desc {
    flex: 1 1 220px;
    min-width: 260px;
    align-self: center;
}

.quality .iso-desc h4 {
    margin-top: 0;
    font-size: 1.1rem;
}

.quality .iso-desc p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 12px;
}

@media (max-width: 760px) {
    .quality .iso-container {
        flex-direction: column;
        gap: 16px;
    }

    .quality .iso-card {
        width: 100%;
        flex: none;
    }

    .quality .iso-card__img {
        height: 180px;
    }
}

.quality a:hover {
    color: #d19615;
}

.quality .parallax {
    background-image: url('../images/services/quality-assurance.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.quality .parallax::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

@media (max-width:1024px) and (min-width:991px) {
    .quality .iso-card {
        flex: 0 0 485px;
    }
}

@media (max-width:768px) and (min-width:760px) {
    .quality .iso-card {
        flex: 0 0 357px;
    }
}

@media (max-width:768px) and (min-width:760px) {
    .quality .iso-card {
        flex: 0 0 357px;
    }
}

/* quality assurance end */

/* Hero Slider Container */
.custom-hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
}

/* Individual Slide */
.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    display: flex;
    align-items: center;
}

.hero-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1;
}

/* Background Image as IMG tag */
.hero-slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: fill;
    object-position: center;
    z-index: 0;
}

/* Content Container */
.hero-slide-content {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.hero-slide-text {
    flex: 1;
    z-index: 2;
}

.hero-slide-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-slide-text p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 1.9px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-btn {
    display: inline-block;
    padding: 15px 35px;
    background: var(--primary-color);
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s;
}

.hero-btn:hover {
    background: #e36820;
    color: white !important;
}

/* Navigation Arrows */
.hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.hero-nav-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.hero-nav-btn:hover {
    background: white;
    transform: scale(1.1);
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* Tablet View (768px - 991px) */
@media (max-width: 991px) {
    .custom-hero-slider {
        height: 70vh;
        min-height: 450px;
    }

    .hero-slide-content {
        flex-direction: column;
        padding: 30px 40px;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }

    .hero-slide-text h1 {
        font-size: 2.8rem;
    }

    .hero-slide-text p {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .hero-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Mobile View (600px - 767px) */
@media (max-width: 767px) {
    .custom-hero-slider {
        height: 60vh;
        min-height: 400px;
    }

    .hero-slide-content {
        padding: 20px 30px;
    }

    .hero-slide-text h1 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .hero-slide-text p {
        font-size: 1.1rem;
        margin-bottom: 25px;
        letter-spacing: 0.5px;
    }

    .hero-btn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }

    .hero-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Small Mobile View (425px - 599px) */
@media (max-width: 599px) {
    .custom-hero-slider {
        height: 55vh;
        min-height: 350px;
    }

    .hero-slide-content {
        padding: 15px 20px;
    }

    .hero-slide-text h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .hero-slide-text p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .hero-btn {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .hero-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .hero-slider-nav {
        padding: 0 10px;
    }
}

/* Extra Small Mobile View (320px - 424px) */
@media (max-width: 424px) {
    .custom-hero-slider {
        height: 50vh;
        min-height: 320px;
    }

    .hero-slide-content {
        padding: 10px 15px;
    }

    .hero-slide-text h1 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .hero-slide-text h1 br {
        display: none;
        /* Remove line breaks on very small screens */
    }

    .hero-slide-text p {
        font-size: 0.9rem;
        margin-bottom: 15px;
        letter-spacing: 0.3px;
    }

    .hero-btn {
        padding: 8px 20px;
        font-size: 0.85rem;
    }

    .hero-nav-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* Ensure images are fully visible */
@media (max-width: 768px) {
    .hero-slide-bg-image {
        object-fit: fill;
        object-position: center;
    }

    /* Adjust overlay opacity for better text readability on mobile */
    .hero-slide::before {
        background: rgba(0, 0, 0, 0.5);
    }
}

/* Landscape orientation on mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .custom-hero-slider {
        height: 100vh;
        min-height: 100vh;
    }

    .hero-slide-text h1 {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }

    .hero-slide-text p {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .hero-btn {
        padding: 6px 18px;
        font-size: 0.8rem;
    }
}

/* slider end */

/* responsive index page */
@media only screen and (max-width: 767px) {
    .about-one__right {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .team-one__single {
        margin-bottom: unset;
    }
}

.slider-wrapper {
    padding: 0 0px;
}

@media only screen and (max-width: 767px) {
    .services-two-services2 {
        margin-top: unset;
    }
}

@media only screen and (max-width: 767px) {
    .services-two-services2 {
        padding: 50px 0px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .project-one__top {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

.project-one__top {
    display: unset;
}

.brass-product-categories-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: #ffffff;
}

.brass-categories-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.04;
    z-index: 0;
    pointer-events: none;
}

.brass-product-categories-section .container {
    position: relative;
    z-index: 1;
}

/* Header Section */
.brass-categories-header {
    text-align: center;
    margin-bottom: 60px;
}

.brass-categories-main-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.brass-categories-description {
    font-size: 1.15rem;
    color: #666666;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Slider Wrapper */
.brass-categories-slider-wrapper {
    position: relative;
    padding: 0 70px;
}

.brass-categories-slider-container {
    overflow: hidden;
    padding: 25px 0;
}

.brass-categories-slider-track {
    display: flex;
    gap: 30px;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Card Items */
.brass-category-card-item {
    min-width: calc(33.333% - 20px);
    flex-shrink: 0;
}

.brass-category-card-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.brass-category-card-wrapper:hover {
    transform: translateY(-18px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    border-color: rgba(37, 99, 235, 0.2);
}

/* Image Container */
.brass-category-image-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f8f9fa;
}

.brass-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.brass-category-card-wrapper:hover .brass-category-image {
    transform: scale(1.18);
}

.brass-category-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.brass-category-card-wrapper:hover .brass-category-image-overlay {
    opacity: 1;
}

/* Info Content */
.brass-category-info-wrapper {
    padding: 28px 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.brass-category-info-content {
    width: 100%;
}

.brass-category-title {
    margin: 0;
    padding: 0;
}

.brass-category-link {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.brass-category-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #eba925 0%, #f6b83b 100%);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 2px;
}

.brass-category-link:hover {
    color: #eb8f25;
}

.brass-category-link:hover::after {
    width: 100%;
}

/* Navigation Arrows */
.brass-categories-arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
    outline: none;
}

.brass-categories-arrow-button:hover {
    background: #eb8f25;
    border-color: #e0a421;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 10px 35px rgba(235, 162, 37, 0.35);
}

.brass-categories-arrow-button svg {
    transition: all 0.3s ease;
}

.brass-categories-arrow-button:hover svg {
    stroke: #ffffff;
}

.brass-categories-arrow-prev {
    left: 0;
}

.brass-categories-arrow-next {
    right: 0;
}

/* Dots Navigation */
.brass-categories-dots-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 45px;
}

.brass-categories-dot-indicator {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    padding: 0;
    outline: none;
}

.brass-categories-dot-indicator:hover:not(.brass-categories-dot-active) {
    background: #9ca3af;
    transform: scale(1.25);
}

.brass-categories-dot-active {
    background: #eb9c25;
    width: 40px;
    border-radius: 7px;
    box-shadow: 0 4px 15px rgba(235, 133, 37, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .brass-category-card-item {
        min-width: calc(50% - 15px);
    }
}

@media (max-width: 992px) {
    .brass-categories-main-title {
        font-size: 2.3rem;
    }

    .brass-category-image-container {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .brass-product-categories-section {
        padding: 60px 0;
    }

    .brass-categories-main-title {
        font-size: 2rem;
    }

    .brass-categories-description {
        font-size: 1rem;
    }

    .brass-categories-slider-wrapper {
        padding: 0 55px;
    }

    .brass-category-card-item {
        min-width: 100%;
    }

    .brass-categories-slider-track {
        gap: 20px;
    }

    .brass-category-image-container {
        height: 230px;
    }

    .brass-category-link {
        font-size: 1.3rem;
    }

    .brass-categories-arrow-button {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 576px) {
    .brass-categories-main-title {
        font-size: 1.7rem;
    }

    .brass-categories-description {
        font-size: 0.95rem;
    }

    .brass-categories-slider-wrapper {
        padding: 0 45px;
    }

    .brass-category-image-container {
        height: 200px;
    }

    .brass-categories-arrow-button {
        width: 42px;
        height: 42px;
    }

    .brass-categories-arrow-button svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-two-services2 {
        margin-top: 0px;
    }

    .services-two-services2 {
        padding: 0px 0px 0px;
    }
}

/* form bot field */
.field-bot {
    position: absolute;
    left: -9999px;
    height: 1px !important;
    width: 1px !important;
    opacity: 0 !important;
}

.contact-page .button {
    float: right;
}

.set-whatsapp {
    height: 40px;
    width: 40px;
}