.footer-contact-split {
    display: flex;
    gap: 40px;
}

.footer-left,
.footer-right {
    width: 50%;
}

.footer-right {
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-img {
    width: 100%;
    max-width: 200px;
}
.custom-ul li{
    margin-bottom: 10px;
}
.about-style5__img img {
    width: 100%;
    height: 600px;
}

.sticky-logo {
    width: 100%;
    height: 55px;
}

/* Mobile fix */
@media (max-width: 767px) {
    .footer-contact-split {
        flex-direction: column;
    }

    .footer-right {
        padding-left: 0;
        border-left: none;
        margin-top: 30px;
    }
}

/* default state */
.single-project-style2__img-content-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
    transition: all 0.3s ease;
}

.single-project-style2__img-content-right a i {
    color: var(--thm-black);
    font-size: 21px;
    line-height: 21px;
    transition: all 0.3s ease;
}

/* hover on circle */
.single-project-style2__img-content-right a:hover {
    background-color: var(--thm-base);
    /* or var(--thm-black) */
}

.single-project-style2__img-content-right a:hover i {
    color: var(--thm-white);
}

/* hover on entire card */
.single-project-style2:hover .single-project-style2__img-content-right a {
    background-color: var(--thm-base);
    /* circle becomes colored */
}

.single-project-style2:hover .single-project-style2__img-content-right a i {
    color: var(--thm-white);
    /* arrow becomes white */
}

/* default icon color */
.single-blog-style3__content-meta li i {
    color: var(--thm-primary-color);
    /* or your default color */
    transition: 0.3s ease;
}

/* change icon color to white when hovering on whole card */
.single-blog-style3:hover .single-blog-style3__content-meta li i {
    color: #fff;
}

/* smooth animation */
.about-style1__bottom-single-icon-inner img {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

/* flip on hover */
.about-style1__bottom-single:hover .about-style1__bottom-single-icon-inner img {
    transform: rotateY(180deg);
}

.custom-footer-para {
    color: black;
}

@media(max-width:992px) {
    .activities-style1__left-img {
        padding-top: 20px;
    }

    .about-style1__bottom-award {
        margin-bottom: 70px;
    }
}

.custom-padding {
    padding: 50px 0;
}


.whatsapp-sticky {
    position: fixed;
    left: 20px;
    bottom: 50px;
    background-color: #25D366;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-sticky:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

/* SERVICE CARD HOVER ICON - DARK MODE */
body.dark-mode .single-project-style2:hover .single-project-style2__img-content-right a i {
    color: #ffffff !important;
}

.mobile-toggle {
    display: none !important;
}

@media(max-width:526px) {
    .mobile-toggle {
        display: inline-block !important;
    }

    .dark-toggle:hover {
        transform: none !important;
    }
}

.project-style3__text {
    background: #f5f5f5;
    height: 100%;
    width: 100%;
    padding: 40px 35px 0;
    border-radius: inherit;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-style3__text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.project-style3__text p {
    font-size: 16px;
    line-height: 28px;
}

.project-style3__single {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.project-style3__single:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.project-style3 .row {
    display: flex;
    flex-wrap: wrap;
}

.project-style3__single {
    height: 100%;
}

.project-style3__img {
    height: 100%;
}

.project-style3__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

/* Make row align vertically */
.mission-vission-style1 .row {
    align-items: center;
}


/* Key Objectives Card */
.mission-vission-style1__single:last-child {
    background: #f2e6e6;
    padding: 45px 45px;
    border-radius: 18px;

    /* CENTERING */
    margin: auto;

    /* BOX SHADOW */
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}

/* Optional smooth hover */
.mission-vission-style1__single:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.project-style3__single {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.project-style3__single:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.key-objectives-box {
    background: #ffffff;
    padding: 45px;
    border-radius: 18px;

    /* WHITE GLOW SHADOW */
    box-shadow:
        0 0 25px rgba(255, 255, 255, 0.4),
        0 10px 40px rgba(0, 0, 0, 0.15);

    position: relative;
    z-index: 2;
}

/* better spacing */
.key-objectives-box ul {
    margin-top: 20px;
}

/* text color inside white card */
.key-objectives-box p {
    color: #000000 !important;
}

.custom-vision {
    padding: 90px 0;
}

/* Equal Height */
.location-info__single {
    height: 100%;
    transition: all 0.4s ease;
}

.location-info__single-content {
    height: 100%;
    transition: all 0.4s ease;
}

/* Hover Lift Effect */
.location-info__single-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Card Content Alignment */
.location-info__single-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    padding: 30px 20px;
}

/* Icon Size Fix */
.location-info__single-content img {
    height: 50px;
    object-fit: contain;
}

/* ===== PCB TABLE DESIGN ===== */

.table {
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

/* HEADER STYLE */
.table thead th {
    background-color: #9c1102;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 12px;
    border: 1px solid #ffffff33;
}

/* BODY CELLS */
.table tbody th,
.table tbody td {
    font-size: 16px;
    border: 1px solid #dee2e6;
    padding: 10px;
    vertical-align: middle;
    color: black;
}

th {
    font-weight: 400;
}

/* FULL ROW LINES */
.table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

/* OPTIONAL HOVER EFFECT */
.table tbody tr:hover {
    background-color: #f5f5f5;
    transition: 0.3s;
}

.owl-carousel .owl-item .single-project-style2__img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 292px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    background-color: #e9eef5;
}

.agriculture-skills__title {
    font-size: 80px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;

    /* Gradient based on logo colors */
    background: linear-gradient(90deg, #f44430, #e6b768, #9b1101, #b32017);

    background-size: 300% auto;

    /* Text Gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    /* Animation */
    animation: gamtechGradient 5s linear infinite;
}

/* Moving Left → Right */
@keyframes gamtechGradient {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 300% center;
    }
}

/* Mobile Responsive Table */


/* Prevent text breaking badly */
.table th,
.table td {
    white-space: nowrap;
}

.table-responsive {
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox */
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}

/* Better spacing on mobile */
@media (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table th,
    .table td {
        font-size: 14px;
        padding: 10px;
    }
}

.register-form__inner-content .input-field textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    border: none;
    background-color: var(--thm-gray-bg-2);
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--thm-font-2);
    border-radius: 10px;
    transition: all 700ms ease 0s;
}

.register-form__inner-content .input-field select {
    display: block !important;
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: var(--thm-gray-bg-2);
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--thm-font-2);
    border-radius: 10px;
    transition: all 700ms ease 0s;
}

/* ===================================
   SERVICES SIDEBAR STICKY
=================================== */

/* Bootstrap flex fix */
.services-details .row {
    align-items: flex-start;
}

/* Sticky column */
.service-sticky-col {
    position: sticky;
    top: 120px;
    /* adjust based on header height */
    height: fit-content;
}

/* prevent overlap */
.sidebar-style1 {
    background: #fff;
    position: relative;
    z-index: 10;
}

/* Mobile disable */
@media (max-width: 991px) {
    .service-sticky-col {
        position: relative;
        top: 0;
    }
}

/* ===============================
   REAL FAQ STICKY FIX
================================ */

/* stop bootstrap stretch */
.faq-page .row {
    align-items: flex-start;
}

/* STICK COLUMN (not inner box) */
.faq-sticky-col {
    position: sticky;
    top: 120px;
    height: fit-content;
    z-index: 10;
}

/* prevent overlap illusion */
.faq-page__left-content {
    background: #fff;
}

/* mobile disable */
@media(max-width:991px) {
    .faq-sticky-col {
        position: relative;
        top: 0;
    }
}


/* Section spacing */
/* Modern Version Wrapper */
.mission-modern-style {
    padding: 60px 0;
}

/* Card Design */
.mission-modern-style .mission-vission-style1__single.custom-card {
    position: relative;
    border: 2px solid var(--thm-primary-color);
    border-radius: 30px;
    padding: 60px 40px 40px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
    background: #ffeeee;
}

/* Hover Effect */
.mission-modern-style .mission-vission-style1__single.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.custom-space {
    padding-top: 80px;
}

/* Floating Title */
.mission-modern-style .mission-vission-style1__title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 35px;
    border: 2px solid var(--thm-primary-color);
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-primary-color);
}

/* Paragraph */
.mission-modern-style .mission-vission-style1__single p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .mission-modern-style .mission-vission-style1__single.custom-card {
        padding: 55px 25px 35px;
    }

    .mission-modern-style .mission-vission-style1__title {
        font-size: 18px;
        padding: 8px 25px;
    }
}

.why-work-section {
    padding: 160px 0 20px;
}

.section-title h2 {
    font-weight: 600;
    color: #000000;
    font-family: "Albert Sans", sans-serif;
    
}

/* CARD */
.why-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: 0.3s;
}

/* LEFT ACCENT LINE */
.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 4px;
    background: var(--thm-primary-color);
    border-radius: 4px;
}

/* ICON */
.why-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* TEXT */
.why-card h5 {
    margin: 0;
    font-weight: 700;
    color: #333;
}

/* HOVER EFFECT */
.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .why-card {
        padding: 20px;
    }

    .why-icon img {
        width: 50px;
    }
}


.enquiry-process {
    background: #f8f8f8;
}

.process-icon img {
    height: 60px;
    width: auto;
}

.enquiry-process h5 {
    margin-bottom: 10px;
}

.enquiry-process p {
    font-size: 15px;
}

.enquiry-process {
    background: #f7f7f7;
}

.process-timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
    margin-top: 65px;
}

.process-timeline:before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--thm-primary-color);
}

.process-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.process-number {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--thm-primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin-right: 25px;
}

.process-content h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.process-content p {
    color: black;
    margin: 0;
}

.detail-link {
    color: var(--thm-primary-color);
}

.detail-link:hover {
    color: black;
}

.feature-box {
    background: white;
    padding: 15px 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.feature-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: black;
}

/* Hover Effect */
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}


@media(max-width:768px) {
    .breadcrumb-style1 .title h2 {
        font-size: 40px;
    }

    .services-details__content-top-text {
        padding-top: 50px;
    }

    .mission-modern-style .mission-vission-style1__single.custom-card {
        margin-top: 30px;
    }

    .custom-space {
        padding-top: 30px;
    }

    .btn-one .txt {
        padding: 5px 10px 5px;
    }

    .services-details__content-top-img {
        padding-bottom: 15px;
    }

    .detail-padding {
        padding-top: 0;
    }

    .contact-map-section {
        padding-top: 30px;
    }

    .products-style2__top-content .sec-title .text {
        padding-top: 10px;
    }

    .key-objectives-box {
        margin-top: 30px;
    }

    .account-style1 {
        padding-top: 0px;
    }

    .about-style1__bottom {
        padding-top: 40px;
    }
}

@media(max-width:426px) {
    .header-logo-box-style1 a img {
        height: 46px;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 10px;
    }

    .blog-details-page-top .content-box-title h2 a {
        font-size: 22px;
    }

    .blog-details-page-top .content-box-top .date h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .blog-details-page-top .content-box-top .author .img img {
        width: 40px;
    }

    .rising-demand-for-speed-efficiency-list {
        padding-left: 5px;
    }

    .features-style1__content-two-title h2 {
        font-size: 22px;
    }

    .features-style1__content-two {
        padding-top: 0;
    }

    .footer-widget-useful-links-style3 {
        padding-top: 0;
    }

    .footer-main-style3 {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .footer-widget-useful-links-style3 ul li a {
        padding-top: 15px;
    }

    .copyright-text-style3 p {
        font-size: 15px;
    }

    .custom-footer-para {
        font-size: 15px;
    }

    .location-info {
        padding-bottom: 20px;
    }

    .breadcrumb-style1 .title h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .services-details__content-top-img {
        padding-bottom: 0;
    }

    .services-details__content-top-text h2 {
        font-size: 22px;
    }

    .services-details__content-top-text {
        padding-top: 30px;
    }

    .sidebar-style1 {
        margin-top: 30px;
    }

    .about-style5 {
        padding-top: 60px;
    }

    .activities-style1__left-fact {
        right: 83px;
        bottom: 0px;
        top: 332px;
    }

    .sec-title h2 {
        font-size: 22px;
    }

    .agriculture-skills__title {
        font-size: 40px;
    }

    .mission-modern-style .mission-vission-style1__title {
        font-size: 16px;
    }

    .d-lg-none {
        display: none !important;
    }

    .footer-widget-style3-contact li .text p a {
        font-size: 16px;
    }

    .footer-widget-style3-contact li .text p {
        font-size: 16px;
    }

    .footer-widget-useful-links-style3 ul li {
        font-size: 16px;
    }

    .main-slider-style4 .container {
        padding-top: 144px;
    }

    .register-form__inner-content {
        margin-top: 5px;
    }

    .product-details__nav .swiper-button-next,
    .product-details__nav .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .detail-padding {
        padding-top: 0;
    }
}

@media(max-width:376px) {
    .activities-style1__left-fact {
        top: 268px;
    }

    .footer-widget-useful-links-style3 ul li a {
        padding-top: 10px;
    }
}

@media(max-width:320px) {
    .header-logo-box-style1 a img {
        height: 39px;
    }

    .activities-style1__left-fact {
        right: 50px;
        top: 215px;
    }
}

.mv-wrap {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

/* MAIN CARD */
.mv-card {
    position: relative;
    background: #f3f3f3;
    border-radius: 14px;
    padding: 40px 30px;
    z-index: 2;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

/* ICON */
.mv-icon img {
    width: 55px;
    margin-bottom: 15px;
}

/* TITLE */
.mv-card h4 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/* TEXT */
.mv-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

/* BASE (BOTTOM SHAPE) */
.mv-base {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 90px;
    background: #9c1102;
    border-radius: 0 0 90px 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 12px;
    z-index: 1;
}

/* LEFT SHAPE */
.mv-left::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 120px;
    height: 160px;
    background: #9c1102;
    border-radius: 60px;
    z-index: 0;
    filter: brightness(1.2);
}

/* RIGHT SHAPE */
.mv-right::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 120px;
    height: 160px;
    background: #9c1102;
    border-radius: 60px;
    z-index: 0;
    opacity: 0.9;
}

/* SHAPE CUT EFFECT (creates folded look) */
.mv-left::after {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 60px;
    width: 40px;
    height: 80px;
    background: #f5f1e0;
    transform: rotate(20deg);
    z-index: 1;
}

.mv-right::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 60px;
    width: 40px;
    height: 80px;
    background: #f5f1e0;
    transform: rotate(-20deg);
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .mv-base {
        width: 140px;
        height: 70px;
        font-size: 16px;
    }

    .mv-left::before,
    .mv-right::before {
        width: 90px;
        height: 120px;
    }
}

.single-products-style1__img-overlay-icon img {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.single-products-style1 {
    border-radius: 12px;
}

/* Hover on whole card */
.single-products-style1:hover .single-products-style1__img-overlay-icon img {
    transform: rotateY(180deg);
}

.custom-arrow {
    color: var(--thm-primary-color);
    font-size: 22px;
}

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


/* FRONT + BACK */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* BACK SIDE */
.flip-card-back {
    transform: rotateY(180deg);
    background: #fff;
    /* optional */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Optional: image icon styling */
.single-products-style1__img-overlay-icon img {
    width: 60px;
    height: auto;
}

/* ICON FLIP */
.single-products-style1__img-overlay-icon {
    perspective: 1000px;
}

.single-products-style1__img-overlay-icon img {
    transition: transform 0.6s ease-in-out;
    display: block;
}

/* Flip icon when hovering card */
.single-products-style1:hover .single-products-style1__img-overlay-icon img {
    transform: rotateY(180deg);
}


/* CARD HOVER LIFT EFFECT */
.single-products-style1 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Move card up */
.single-products-style1:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.enquiry-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.toggle-btn {
    flex: 1;
    border-radius: 30px;
    padding: 12px;
    border: none;
    background: #e9eef5;
    font-weight: 600;
}

.toggle-btn.active {
    background: var(--thm-primary-color);
    color: #fff;
}

.enquiry-form {
    display: none;
}

.enquiry-form.active {
    display: block;
}

.process-timeline {
    position: sticky;
    top: 120px;
    max-height: calc(100vh - 120px);
}

/* SECTION BACKGROUND */
.sic-modern {
    padding: 60px 0;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

/* Glow background effect */
.sic-modern::before {
    content: "";
    position: absolute;
    width: 358px;
    height: 282px;
    background: radial-gradient(circle, rgba(7, 90, 255, 0.2), transparent);
    top: -100px;
    left: -169px;
    filter: blur(80px);
}

/* TITLE */
.sic-modern-title {
    color: black;
    font-size: 32px;
    font-weight: 700;
}

.sic-divider {
    width: 80px;
    height: 3px;
    background: var(--thm-primary-color);
    margin: 10px auto 0;
    border-radius: 10px;
}

/* CARD STYLE */
.sic-card {
    background: #e9eef5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    text-align: center;
    padding: 30px 15px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
}

/* HOVER EFFECT */
.sic-card:hover {
    transform: translateY(-8px);
    border-color: var(--thm-primary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* ICON */
.sic-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: rgba(7, 110, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.sic-icon img {
    width: 50px;
    transition: 0.3s;
}
.sic-card:hover .sic-icon img {
    filter: brightness(0) invert(1);
}
/* ICON HOVER */
.sic-card:hover .sic-icon {
    background: var(--thm-primary-color);
}

.sic-card:hover .sic-icon i {
    color: #fff;
}

/* TEXT */
.sic-card p {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.sic-card small {
    font-size: 15px;
    opacity: 0.7;
    color: black;
}

/* MOBILE */
@media (max-width: 767px) {
    .sic-modern-title {
        font-size: 24px;
    }
}

/* SECTION */
.why-v2 {
    padding-top: 90px;
    padding-bottom: 60px;
    background: #f8f9fb;
}

/* TITLE */
.why-v2-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-black);
}

/* CARD */
.why-v2-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #eee;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* LEFT ACCENT BAR (clean, not awkward) */
.why-v2-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background: var(--thm-primary-color);
    border-radius: 10px;
}

/* FLEX LAYOUT */
.why-v2-inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* ICON */
.why-v2-icon {
    min-width: 55px;
    height: 55px;
    border-radius: 10px;
    background:rgb(1 37 155 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-v2-icon i {
    font-size: 22px;
    color: var(--thm-primary-color);
}

/* CONTENT */
.why-v2-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--thm-black);
}

.why-v2-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}

/* HOVER */
.why-v2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* MOBILE */
@media (max-width: 767px) {
    .why-v2-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .why-v2-card::before {
        display: none;
    }
}

/* RIGHT PANEL */
.contact-side-theme {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

/* subtle accent strip (your theme color) */
.contact-side-theme::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--thm-primary-color);
}

/* TITLE */
.contact-side-theme h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-black);
}

/* TEXT */
.contact-side-theme p {
    font-size: 16px;
    color: black;
}

/* FEATURES */
.contact-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-feature i {
    color: var(--thm-primary-color);
    font-size: 16px;
}

.contact-feature span {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
}

.contact-list-para {
    color: black !important;
}

/* CTA BUTTON */
.contact-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--thm-primary-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-call-btn:hover {
    background: var(--thm-black);
    color: #fff;
}

/* MOBILE */
@media (max-width: 991px) {
    .contact-side-theme {
        margin-top: 30px;
    }
}

.mfp-wrap {
    position: fixed !important;
    top: 50px !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}


/* Electronic Component Source */

.electronics-hero-bg {
    position: relative;
    padding: 90px 0;
    color: #fff;

    /* 🔥 YOUR IMAGE HERE */
    background-image: url("../images/gamtech/component-source/component-source.webp");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

/* DARK LEFT OVERLAY (important for readability) */
/* .electronics-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(3, 18, 35, 0.95) 0%,
        rgba(3, 18, 35, 0.9) 30%,
        rgba(3, 18, 35, 0.75) 50%,
        rgba(3, 18, 35, 0.4) 70%,
        rgba(3, 18, 35, 0) 100%
    );
} */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    padding: 40px 0 0px;
}

/* TEXT */
.hero-content h1 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-content h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 14px;
    color: #bbc1cb;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* BUTTON */
.hero-btn {
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;

    background: linear-gradient(180deg, #2f6fc2, #1e56a0);
}

.hero-btn:hover {
    background: white;
    color: var(--thm-primary-color);
}

@media (max-width: 991px) {
    .electronics-hero-bg {
        padding: 80px 0;
        background-position: center !important;
    }

    .electronics-hero-bg::before {
        background: linear-gradient(180deg,
                rgba(3, 18, 35, 0.95) 0%,
                rgba(3, 18, 35, 0.8) 60%,
                rgba(3, 18, 35, 0) 100%);
    }

    .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 30px;
    }
}

.sourcing-section {
    padding: 60px 0;
    background: #f5f7fb;
}

/* TEXT */
.sourcing-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    line-height: 1.4;
}

.sourcing-content p {
    font-size: 14px;
    color: black;
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 95%;
}

/* IMAGE */
.sourcing-image {
    text-align: right;
}

.sourcing-image img {
    width: 100%;
    /* max-width: 520px; */
    border-radius: 10px;
}

.row.align-items-center {
    --bs-gutter-x: 24px;
    /* default is 30px, we reduce it */
}


@media (max-width: 991px) {
    .sourcing-section {
        padding: 50px 0;
    }

    .sourcing-image {
        margin-top: 25px;
        text-align: center;
    }

    .sourcing-image img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .sourcing-content h3 {
        font-size: 22px;
    }

    .sourcing-content p {
        font-size: 13px;
    }
}

.direct-access-section {
    padding: 50px 0;
    background: #ffffff;
}

/* TITLE */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

/* TEXT */
.section-text {
    font-size: 17px;
    line-height: 1.3;
    color: #000000;
    /* max-width: 750px; */
    margin: 0 auto;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 22px;
    }

    .section-text {
        font-size: 13px;
    }
}

.components-section {
    padding: 50px 0;
    background: #eef2f7;
    /* softer grey like reference */
}

/* GRID GAP (important) */
.components-section .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

/* CARD */
.component-card {
    background: #f8fafc;
    /* light grey instead of pure white */
    border-radius: 12px;
    padding: 14px 14px 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}

/* IMAGE */
.component-card img {
    width: 100%;
    height: 95px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* 🔥 TITLE STRIP (FIXED) */
.card-title {
    background: linear-gradient(180deg, #0b2a4a 0%, #081f36 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;

    /* ✅ SAME HEIGHT FOR ALL */
    height: 56px;

    /* ✅ CENTER TEXT PERFECTLY */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 0 10px;
    margin-bottom: 6px;
}

/* TEXT */
.component-card p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* HOVER (subtle like reference) */
.component-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

.component-card {
    background: #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
    /* 🔥 IMPORTANT */
    text-align: center;
    padding: 0;
    /* 🔥 remove inner spacing */
    height: 100%;
}

/* IMAGE FIX */
.card-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 removes white gaps */
    display: block;
}

.component-card p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    padding: 10px 14px 14px;
    margin: 0;
}

/* REMOVE GAP ABOVE */
.why-gamtech-wrap {
    margin-top: -1px;
}

/* FULL WIDTH BG */
.why-bg {
    background: #061a2d;
    padding: 35px 0;
    /* tight spacing like design */
}

/* FLEX ROW */
.why-row {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* CARD */
/* .why-card {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    position: relative;
} */

/* RED SIDE STRIP */
.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    background: var(--thm-primary-color);
    border-radius: 2px;
}

/* ICON */
.why-icon img {
    width: 66px;
    height: 70px;
    object-fit: contain;
}

/* TEXT */
.why-text h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #0f172a;
}

.why-text p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* ===== COMMON ===== */
.split-banner .content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

/* ===== LEFT SIDE ===== */
.split-left {
    position: relative;
    min-height: 320px;

    background-image: url("../images/gamtech/component-source/why-choose-left.webp");
    /* your image */
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    padding: 50px;
}

/* 🔥 DARK GRADIENT */
.split-left .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(3, 18, 35, 0.95) 0%,
            rgba(3, 18, 35, 0.9) 35%,
            rgba(3, 18, 35, 0.7) 60%,
            rgba(3, 18, 35, 0.2) 85%,
            rgba(3, 18, 35, 0) 100%);
}

/* LEFT TEXT */
.split-left h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.split-left p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

/* ICON */
.split-left .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgb(45 109 191);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.split-left .icon img {
    width: 20px;
}

/* ===== RIGHT SIDE ===== */
.split-right {
    min-height: 320px;

    /* background-image: url("/assets/images/gamtech/component-source/why-choose-right.webp"); */
    /* your image */
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    padding:56px 0 20px 30px;
}

/* LIGHT OVERLAY LOOK */
.split-right::before {
    content: "";
    position: absolute;
    inset: 0;
   background: #b9babc;
}

/* FIX POSITIONING */
.split-right {
    position: relative;
}

.split-right .content {
    position: relative;
    z-index: 2;
}

/* RIGHT TEXT */
.split-right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.split-right p {
    font-size: 14px;
    color: #000000;
    /* font-weight: 700; */
    line-height: 1.7;
}

.split-banner {
    background: linear-gradient(90deg, rgb(4 19 36) 0%, rgb(4 19 36) 35%, rgb(3 18 35 / 28%) 60%, rgb(185 186 188) 85%, rgb(185 186 188) 100%);
}

/* ICON */
.split-right .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #041324;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.split-right .icon img {
    width: 20px;
}
/* MAKE ICON + TEXT INLINE */
.split-left .content,
.split-right .content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* ICON FIX */
.split-left .icon,
.split-right .icon {
    flex: 0 0 50px; /* fixed width */
}

/* TEXT WRAP */
.split-left .content h3,
.split-left .content p,
.split-right .content h3,
.split-right .content p {
    margin: 0;
}

/* GROUP TEXT (important) */
.split-left .content,
.split-right .content {
    flex-wrap: wrap;
}


.gamtech-why-section {
   background-image: 
    linear-gradient(180deg, rgba(10,31,60,0.9) 0%, rgba(7,23,44,0.9) 100%),
    url(../images/gamtech/component-source/why-choose-bg.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gamtech-title {
    font-weight: 600;
    color: white;
    font-size: 28px;
}

/* Cards */
.gamtech-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    height: 100%;
    transition: 0.3s;
}

.gamtech-card:hover {
    transform: translateY(-5px);
}

.gamtech-icon {
    width: 70px;
    height: 70px;
    background: #0a1f3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.gamtech-icon img {
    width: 40px;
}

.gamtech-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #0a1f3c;
}

.gamtech-card p {
    font-size: 14px;
    color: black;
    line-height: 1.3;
    margin-bottom: 0;
    padding-top: 10px;
}

/* CTA Box */
.gamtech-cta {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 30px;
}
.gx-0 {
    --bs-gutter-x: 0 !important;
}
.gamtech-cta h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0a1f3c;
    padding-bottom: 10px;
}

.gamtech-cta p {
    font-size: 14px;
    color: black;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Button */
.gamtech-btn {
    background: #ff5a1f;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.gamtech-btn:hover {
    background: white;
    border: 1px solid var(--thm-primary-color);
    color: var(--thm-primary-color);
}


/* CONTRACT Manufacturing */


/* ================= HERO ================= */
.gamtech-ecm-final-hero {
    background: linear-gradient(
        135deg,
        var(--thm-primary-color),
        var(--thm-primary-dark)
    );
    padding: 120px 0 140px;
    position: relative;
}

.gamtech-ecm-final-title {
    color: var(--thm-white);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1px;
}

/* ================= CARD WRAP ================= */
.gamtech-ecm-final-card-wrap {

    padding-bottom: 80px;
}

/* ================= FLOATING CARD ================= */
.gamtech-ecm-final-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 35px;
    
    /* 🔥 THIS IS THE MAGIC */
    margin-top: -100px;

    box-shadow: 0 30px 80px rgba(0,0,0,0.12);

    position: relative;
    z-index: 2;
}

/* ================= TOP TEXT ================= */
.gamtech-ecm-final-top {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--thm-heading-font-color);
    margin-bottom: 30px;
}

/* ================= ITEMS ================= */
.gamtech-ecm-final-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* ICON BOX */
.gamtech-ecm-final-item .icon {
    width:45px;
    height: 45px;
    /* background: var(--thm-gray-bg-2); */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-primary-color);
    font-size: 20px;
    flex-shrink: 0;
}

/* TEXT */
.gamtech-ecm-final-item p {
    font-size: 14px;
    color: black;
    margin: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .gamtech-ecm-final-title {
        font-size: 32px;
    }

    .gamtech-ecm-final-card {
        margin-top: -80px;
    }
}

@media (max-width: 768px) {
    .gamtech-ecm-final-title {
        font-size: 26px;
    }

    .gamtech-ecm-final-card {
        padding: 25px 20px;
    }

    .gamtech-ecm-final-item {
        margin-bottom: 15px;
    }
}

/* ======= PCB SECTION ======= */
.gamtech-pcb-section {
    padding: 0px 0 20px;

}

/* LEFT CONTENT */
.gamtech-pcb-content {
    max-width: 520px;
}

/* TITLE */
.gamtech-pcb-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--thm-heading-font-color);
    margin-bottom: 20px;
}



/* IMAGE */
/* IMAGE WRAP */
.gamtech-pcb-image img {
    max-width: 100%;
    animation: gamtechFloatPCB 3s ease-in-out infinite;
}

/* FLOATING ANIMATION */
@keyframes gamtechFloatPCB {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .gamtech-pcb-title {
        font-size: 30px;
    }

    .gamtech-pcb-content {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .gamtech-pcb-title {
        font-size: 26px;
    }
}



/* ===== TABLE WRAPPER ===== */
.pcb-table-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* ===== TABLE ===== */
.pcb-table {
    margin: 0;
}


.pcb-table thead th {
    background-color: #0b2b4a !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    white-space: nowrap;
}

/* ===== BODY ===== */
.pcb-table tbody tr {
    transition: all 0.3s ease;
}

.pcb-table tbody tr:nth-child(even) {
    background-color: #f7fbff;
}

.pcb-table tbody tr:hover {
    background-color: #eaf3ff;
}

/* ===== CELLS ===== */
.pcb-table td {
    color: #0b2b4a;
    font-size: 14px;
    border-color: #e6ecf2;
    white-space: nowrap;
}

/* ===== MOBILE IMPROVEMENT ===== */
@media (max-width: 767px) {
    .pcb-table thead {
        font-size: 13px;
    }

    .pcb-table td {
        font-size: 13px;
        padding: 10px;
    }
}
/* ======= ASSEMBLY SECTION ======= */
.gamtech-assembly-section {
    padding: 60px 0 0px;

    background: linear-gradient(
        135deg,
        var(--thm-primary-color) 0%,
        var(--thm-primary-dark) 100%
    );

    color: #fff;
}

/* IMAGE */
.gamtech-assembly-image img {
    max-width: 100%;

}


/* CONTENT */
.gamtech-assembly-content {
    padding-left: 30px;
}

/* TITLE */
.gamtech-assembly-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* LIST */
.gamtech-assembly-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.gamtech-assembly-list li {
    position: relative;
    /* padding-left: 20px; */
    margin-bottom: 12px;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
}

.gamtech-assembly-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gamtech-assembly-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

/* SIMPLE ICON */
.gamtech-assembly-list li i {
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
    flex-shrink: 0;
}

/* TEXT */
.gamtech-assembly-list li span {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.7;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .gamtech-assembly-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .gamtech-assembly-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .gamtech-assembly-title {
        font-size: 24px;
    }
}

/* ======= BOX BUILD SECTION ======= */
.gamtech-boxbuild-section {
    padding: 80px 0 0;
    background: var(--thm-gray-bg);
}

/* TEXT */
.gamtech-boxbuild-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--thm-body-font-color);
    margin-bottom: 15px;
}

/* IMAGE BOX */
/* IMAGE BOX SMALLER */
.gamtech-boxbuild-img {
    max-width: 260px;   /* 👈 controls size */
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

/* IMAGE */
.gamtech-boxbuild-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* HOVER */
.gamtech-boxbuild-img:hover img {
    transform: translateY(-8px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .gamtech-boxbuild-content p {
        font-size: 15px;
    }
}

#pcb-section,
#pcb-assembly-section,
#turnkey-section {
    scroll-margin-top: 120px;
}

.custom-index-image{
    min-height: 300px;
}
.custom-image-img{
    min-height: 300px;
}

.bread-space{
    padding-top: 115px;
    padding-bottom: 20px;
    background-color: #e0eaff;
}

.title-breadcrumb ul{
    display: flex;
    padding: 10px;
    gap: 10px;
}
.title-breadcrumb ul li{
    color: rgb(23, 25, 52);
}


/* HERO SECTION */
.bp-hero-bg {
  position: relative;
  padding: 150px 0 120px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background-image: 
    linear-gradient(to right, rgba(11,43,74,0.8) 30%, rgba(11,43,74,0.1) 60%, transparent),
    url('../images/gamtech/electronic-engineering/bg-enginerring.webp');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #ffffff;
}

/* subtle glow */
.bp-hero-overlay {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(77,163,255,0.1), transparent 70%);
  z-index: 1;
}

/* container */
.bp-hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* content */
.bp-hero-content {
  max-width: 520px;
}

/* tag */
.bp-hero-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #4da3ff;
  text-transform: uppercase;
}

/* heading */
.bp-hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.bp-hero-highlight {
  color: #4da3ff;
}

/* text */
.bp-hero-text {
  font-size: 16px;
  color: #d8d9db;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* buttons */
.bp-hero-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.bp-btn-primary {
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #ff5a1f;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(77,163,255,0.3);
  transition: 0.3s ease;
}

.bp-btn-primary:hover {
  transform: translateY(-2px);
  color: var(--thm-primary-color);
  background-color: white;
}

.bp-btn-outline {
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
  transition: 0.3s ease;
}

.bp-btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* MOBILE */
@media (max-width: 768px) {
  .bp-hero-bg {
    background-image: 
      linear-gradient(to bottom, rgba(11,43,74,0.4), rgba(11,43,74,0.85)),
      url('../images/gamtech/electronic-engineering/bg-enginerring.webp');
    text-align: center;
  }

  .bp-hero-content {
    margin: 0 auto;
  }

  .bp-hero-title {
    font-size: 34px;
  }

  .bp-hero-cta {
    justify-content: center;
  }
}

.bp-process-section {
  background: #f7f9fc;
}

.bp-process-title {
  font-size: 28px;
  font-weight: 700;
  color: #0b2b4a;
}

/* item */
.bp-process-item {
  position: relative;
  margin-bottom: 30px;
}

/* vertical divider */
@media (min-width: 768px) {
  .bp-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #dcdcdc;
  }
}

/* box */
.bp-process-box {
  padding: 10px 15px;
}

/* step */
.bp-step-title {
  font-size: 17px;
  font-weight: 600;
  color: #0b2b4a;
  margin-bottom: 15px;
}

/* icon */
.bp-icon-box {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.bp-icon-box img {
  max-height: 55px;
}

/* heading */
.bp-process-heading {
  font-size: 17px;
  font-weight: 700;
  color: #0b2b4a;
  margin-bottom: 5px;
}

/* text */
.bp-process-text {
  font-size: 15px;
  line-height: 1.3;
  color: black;
  margin: 0;
}

/* base */
.bp-process-box {
  padding: 15px;
  transition: all 0.3s ease;
  border-radius: 6px;
  background: transparent;
}

/* icon */
.bp-icon-box img {
  transition: all 0.3s ease;
}

/* hover effect */
.bp-process-item:hover .bp-process-box {
  transform: translateY(-4px);
}

/* subtle navy underline */
.bp-process-box::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #0b2a4a;
  margin: 12px auto 0;
  transition: width 0.3s ease;
}

/* expand line on hover */
.bp-process-item:hover .bp-process-box::after {
  width: 40%;
}

/* icon slight move (not scale) */
.bp-process-item:hover .bp-icon-box img {
  transform: translateY(-2px);
}

/* title color shift */
.bp-process-item:hover .bp-process-heading {
  color: #0b2a4a;
}

/* step title slight emphasis */
.bp-step-title {
  transition: all 0.3s ease;
}

.bp-process-item:hover .bp-step-title {
  letter-spacing: 0.5px;
}

/* SECTION */
.pgx-product-split-section-v2 {
  position: relative;
  overflow: hidden;
}

/* FULL WIDTH BACKGROUND */
.pgx-bg-layer-v2 {
  position: absolute;
  inset: 0;
  background: url("../images/gamtech/electronic-engineering/bg.webp") center/cover no-repeat;
  z-index: -2;
}

/* OVERLAY */
.pgx-product-split-section-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 25, 45, 0.75) 0%,
    rgba(5, 25, 45, 0.85) 50%,
    rgba(5, 25, 45, 0.95) 100%
  );
  z-index: -1;
}

/* ROW SPACING */
.pgx-content-row-v2 {
  min-height: 340px;
}

/* COLUMN */
.pgx-split-col-v2 {
  display: flex;
  /* align-items: center; */
  padding: 80px 50px;
}

/* CENTER DIVIDER */
.pgx-left-col-v2 {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

/* CONTENT */
.pgx-content-wrap-v2 {
  max-width: 520px;
  color: #ffffff;
}

/* TITLE */
.pgx-title-v2 {
  font-size: 28px;
  color: white;
  font-weight: 600;
  margin-bottom: 16px;
}

/* TEXT */
.pgx-text-v2 {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .pgx-split-col-v2 {
    padding: 40px 20px;
    text-align: center;
    justify-content: center;
  }

  .pgx-left-col-v2 {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .pgx-title-v2 {
    font-size: 22px;
  }
}

.hero-btn {
    transition: all 0.3s ease; /* controls smoothness */
}

.custom-padding{
    /* padding-bottom: 180px; */
}

.upload-box {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #f8fafc;
    cursor: pointer;
    transition: 0.3s ease;
}

.upload-box:hover {
    border-color: var(--thm-primary-color);
    background: #f1f5ff;
}

.upload-content p {
    margin: 10px 0;
    color: #374151;
}

.upload-content span {
    color: var(--thm-primary-color);
    font-weight: 600;
    cursor: pointer;
}

.upload-content small {
    display: block;
    color: #6b7280;
    margin-bottom: 10px;
}

.upload-btn {
    border: 1px solid var(--thm-primary-color);
    background: transparent;
    color: var(--thm-primary-color);
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.upload-btn:hover {
    background: var(--thm-primary-color);
    color: #fff;
}


.file-list {
    margin-top: 15px;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f5f9;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.file-item span {
    color: #374151;
}

.remove-file {
    color: red;
    cursor: pointer;
    font-weight: bold;
}
.upload-label{
    color: black;
    font-weight: 700;
        font-family: var(--thm-font-2);
        padding-bottom: 10px;
}


.hero-overlay-left {
    position: relative;
    overflow: hidden;
}

.hero-overlay-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Smooth left → right fade */
    background: linear-gradient(
        to right,
        rgba(10, 25, 60, 0.95) 0%,
        rgba(10, 25, 60, 0.85) 30%,
        rgba(10, 25, 60, 0.6) 55%,
        rgba(10, 25, 60, 0.3) 75%,
        rgba(10, 25, 60, 0) 100%
    );

    z-index: 1;
}
/* Ensure content stays above overlay */
.hero-overlay-left .container {
    position: relative;
    z-index: 2;
}

.hero-overlay-left {
    position: relative;
    overflow: hidden;
}

.hero-overlay-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(10,25,60,0.95) 0%,
        rgba(10,25,60,0.9) 25%,
        rgba(10,25,60,0.7) 45%,
        rgba(10,25,60,0.4) 65%,
        rgba(10,25,60,0.15) 80%,
        rgba(10,25,60,0) 100%
    );

    z-index: 1;
}

.hero-overlay-left .container {
    position: relative;
    z-index: 2;
}
.excellence-link:hover{
    color: var(--thm-primary-color);
}
/* Section base */
.process-section {
    position: relative;
    background-color: #0b2a4a;
    overflow: hidden;
}

/* Background image */
.process-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/gamtech/background/about-us-bg-2.webp'); /* change path */
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Overlay */
.process-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 42, 74, 0.25); /* navy overlay */
    z-index: 2;
}

/* Content above overlay */
.process-section .container {
    position: relative;
    z-index: 3;
}

/* Title */
.section-title {
    color: #ffffff;
    font-weight: 600;
}

/* Cards */
.process-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 14px;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Hover */
.process-card:hover {
    background: #0b2a4a;
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* Icon */
.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #eef3f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 35px;
}

/* Text */
.process-card h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #0b2a4a;
    transition: 0.3s;
}

.process-card p {
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    transition: 0.3s;
}

/* Hover text */
.process-card:hover h4,
.process-card:hover p {
    color: #ffffff;
}

/* Icon hover */
.process-card:hover .icon-box {
    background: rgba(255,255,255,0.15);
}

.process-card:hover .icon-box img {
    filter: brightness(0) invert(1);
}

/* KEEP EXACT 2-COLUMN DESIGN */
.top-right-slider .swiper-slide,
.bottom-left-slider .swiper-slide {
    width: 50% !important;
    flex-shrink: 0;
}

/* KEEP SPACING SAME AS BOOTSTRAP */
.top-right-slider .swiper-wrapper,
.bottom-left-slider .swiper-wrapper {
    display: flex;
}

/* OPTIONAL (smooth look) */
.product-image-card img {
    width: 100%;
    border-radius: 10px;
}


.fact-counter-style2__inner {
    position: relative;
    background-image: linear-gradient(to right, #051834, rgba(11, 60, 130, 0.2)), url('../images/gamtech/background/funfact-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px; /* optional */
    overflow: hidden;
}
/* .fact-counter-style2__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0b3c82, rgba(11, 60, 130, 0.2));
    z-index: 1;
} */

.bg-custom-1{
    background-color: var(--thm-primary-color);
    padding: 60px 0 60px;
}
.copyright-text-style3 p{
    font-size: 16px;
}
.custom-footer-para{
    font-size: 16px;
}
.sic-title{
    font-size: 28px;
}
.component-title-custom{
    color: black;
}
.enquiry-title{
    font-size: 28px;
}
.about-exp-title{
    font-size: 20px;
    padding: 0 10px;
}

.qs-mosfet-page {
    background: #fff;
}

/* Titles */
.qs-title,
.qs-heading,
.qs-subtitle,
.qs-point h5 {
    color: #000000;
}

/* Table */
.qs-table {
    border: 1px solid #e5e5e5;
}

.qs-table thead {
    background: #0b2b4a !important;
    color: #fff;
}

.qs-table th,
.qs-table td {
    padding: 12px 8px;
    vertical-align: middle;
    text-align: center;
}

.qs-table tbody tr:nth-child(even) {
    background: #f8f9fb;
}

/* Links */
.qs-table a {
    color: #0b2b4a;
    text-decoration: none;
    font-weight: 500;
}

.qs-table a:hover {
    text-decoration: underline;
}

/* Banner */
.qs-banner img {
    border-radius: 6px;
}

/* Content */
.qs-content p {
    margin-bottom: 15px;
    color: black;
}

/* Points */
.qs-point {
    padding-bottom: 25px;
}

.qs-point ul {
    /* padding-left: 20px; */
}

.qs-point ul li {
    margin-bottom: 8px;
    position: relative;
}

/* Custom bullet */
.qs-point ul li::marker {
    color: #0b2b4a;
}

/* Bottom table */
.qs-bottom-table {
    border-top: 1px solid #0b2a4a8b;
    padding-top: 20px;
}

 
  .custom-table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
  }

  .custom-table,
  .custom-table th,
  .custom-table td {
    border: 2px solid #000;
  }

  .title-row {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px;
  }

  .highlight {
    color: var(--thm-primary-color); /* red for Schottky Diodes */
    font-weight: bold;
  }
@media(max-width:768px){
     .productul li{
        padding-bottom: 20px !important;
    }
}

/* 1. Ensure the parent lists allow the submenu to overflow the container */
.main-menu .main-menu__list li {
    overflow: visible !important;
}

/* 2. Target the 4th level Product Menu specifically */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu {
    position: relative !important;
}

.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul {
    display: block !important; /* Always block, but controlled by opacity */
    position: absolute !important;
    top: -10px !important; /* Align with the top of the 'Products' item */
    left: 100% !important; /* Move it to the right of the current menu */
    visibility: hidden !important;
    opacity: 0 !important;
    min-width: 250px !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
}

/* 3. Show on Hover */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu:hover > ul.productul {
    visibility: visible !important;
    opacity: 1 !important;
    left: 102% !important; /* Adds a tiny 2% gap for that floating look in your SS */
}

/* 4. Style the links inside the 4th level to match your theme */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li {
    width: 100% !important;
    padding: 0 20px !important;
}

.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li > a {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    padding: 20px 0;
    display: block !important;
    border-bottom: 1px solid #f2f2f2 !important;
    transition: color 0.3s ease !important;
}

.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li:last-child > a {
    border-bottom: none !important;
}

.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li > a:hover {
    color: var(--thm-primary-color) !important;
    padding-left: 5px !important;
}

/* 1. Reset the padding to make room for the icon */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li > a {
    position: relative !important;
    padding-left: 0px !important;
    transition: all 0.3s ease !important;
}

/* 2. Create the icon using a pseudo-element (initially hidden or small) */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li > a::before {
    content: "\ec0c" !important; /* This matches the arrow icon code in your theme */
    font-family: 'icomoon' !important; /* Uses your theme's icon font */
    position: absolute !important;
    left: -20px !important; /* Start slightly off-side */
    top: 50% !important;
    transform: translateY(-50%) rotate(-90deg) scale(0) !important; /* Hidden by default */
    color: var(--thm-primary-color) !important;
    font-size: 40px !important;
    margin-left: -15px;
    transition: all 0.3s ease !important;
    opacity: 0 !important;
}

/* 3. Show the icon and shift text on hover */
.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li:hover > a {
    padding-left: 20px !important; /* Shift text to the right to make room */
    color: var(--thm-primary-color) !important;
}

.main-menu .main-menu__list > li > ul > li > ul > li.products-menu > ul.productul > li:hover > a::before {
    left: 0px !important; /* Move icon into view */
    opacity: 1 !important;
    transform: translateY(-50%) rotate(-90deg) scale(1) !important; /* Scale up to visible */
}

.qs-table {
    border-collapse: collapse;
    width: 100%;
}

/* Header border */
.qs-table thead th {
    border: 1px solid white;
    padding: 12px;
    font-size: 14px;
}

/* Body cell border */
.qs-table tbody td {
    border: 1px solid #ddd;
    padding: 3px;
}
.td-content{
    font-size: 14px;
    font-weight: 600;
}
.emoji{
    width: 20px;
}

.td-content p {
    font-size: 15px;
}
.qs-content ul i{
    color: var(--thm-primary-color);
}
.qs-content ul li{
    font-size: 17px;
    color: black;
    line-height: 28px;
}
.product-table{
    max-width: none !important;
}
.product-table, .product-table th, .product-table td{
    border: 1px solid #ddd;
}
.product-table th{
    background-color: var(--thm-primary-color);
    color: white;
}

@media(max-width:768px){
    .products-style1{
        padding-top: 120px !important;
    }
    .product-contact{
        flex-direction: column;
        align-items: start;
    }
    .hero-content p{
        color: white;
    }
    .about-style4__points li{
        flex-wrap: nowrap;
    }
}

.blog-image-new{
    border-radius: 11px;
}


.contact-questbutn{
    background-color: #ff5a1f;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
}
.contact-questbutn:hover{
    background-color: transparent;
    border: 1px solid #ff5a1f;
    color: white;   
}
@media(max-width:526px){
    .contact-btn-wrapper{
        margin-top: 20px;
    }
}
.quest-handshake{
    height: 80px; width: auto; background-color: white; border-radius: 11px;
}