.h1mainheading {
    position: relative;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: linear-gradient(50deg, #003f7f, #0059b2, #4da8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.since-head p {
    font-size: 55px !important;
    line-height: 63px;
    text-align: center;
    letter-spacing: 2.5px;
    padding: 45px 20px;
    background: #0059b1;
    margin-bottom: 0px;
    color: #ffffff !important;
}
.about-three.about-sec .about-three_image-two {
    border: 10px solid rgb(255 215 50);
    right: -75px;
}
.abooutuswhat {
    position: relative;
    background-image: url("../images/duplex-steel-pipe.jpg");
    background-size: cover;
    background-position: center;
  background-repeat: no-repeat;  /* no repeat */
    background-attachment: fixed;  /* fix background */
}

/* Black overlay */
.abooutuswhat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.699); /* overlay strength */
    z-index: 1;
}

/* Content above overlay */
.abooutuswhat * {
    position: relative;
    z-index: 2;
}
.aboutus{
	padding: 50px 0px 30px;
	margin: 0px !important;
}

.news-block_one-image1{
	overflow: hidden;
    border-radius: 30px;
}
.innercon{
	padding: 0 !important;
}
.aisubheading{
	color: #ffd732 !important;
}

.aipara{
	padding: 30px 0 20px 0;
	color:#fff;
}
.btn-style-one {
    padding: 2px 8px 2px 15px !important;
}
@media only screen and (min-width:769px) and (max-width: 2000px) {
.aboutusimg img{
	height: 500px;
}
}
    /* Custom Timeline Styling */
        .timeline-wrapper {

            padding: 50px 0;
            font-family: 'Barlow', sans-serif;
        }

        .custom-timeline {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* The vertical center line */
        .custom-timeline::after {
            content: '';
            position: absolute;
            width: 2px;
            background-color: #0059b1;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }

        /* Container around content */
        .timeline-item {
            padding: 10px 40px;
            position: relative;
            background-color: inherit;
            width: 50%;
        }

        /* The circles on the timeline */
        .timeline-item::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -13px;
            background-color: #0059b1;
            border: 4px solid #ffd732;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

        .item-left {
            left: 0;
        }

        .item-right {
            left: 50%;
        }

        /* Arrows */
        .item-left::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            right: 30px;
            border: medium solid white;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent white;
        }

        .item-right::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            left: 30px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

        /* Fix circle for right side items */
        .item-right::after {
            left: -12px;
        }

        /* Content Card */
        .item-content {
            padding: 20px 30px;
            background-color: #ffffff;
            position: relative;
            border-radius: 6px;
            box-shadow: 0 4px 15px rgb(0 89 177 / 16%);
        }

        .item-content h2 {
            font-weight: 700;
            color: #0059b1;
            margin-bottom: 10px;
            font-size: 30px;
            font-family: "Barlow", sans-serif;
        }

        .item-content p {
            margin: 0;
            font-weight: 400;
            font-size: 16px;
            color: #222222;
            line-height: 28px;
            font-family: "Rubik", sans-serif;
        }

        /* Responsive timeline (Mobile) */
        @media screen and (max-width: 600px) {
            .custom-timeline::after {
                left: 31px;
            }

            .timeline-item {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }

            .timeline-item::before {
                left: 60px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent;
            }

            .item-left::after,
            .item-right::after {
                left: 18px;
            }

            .item-right {
                left: 0%;
            }
        }
/* --------technical-pg---------- */
.vertical-tab{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#vertical-tab {
  padding: 50px 0 30px;
}
#vertical-tab .vertical-tab-wrapper {
  
  background: #ffffff;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 15px 30px;
  background-color: #0b4b90;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  color: #dee;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active {
  background-color: #ededed;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title {
  color: #1c2a51;
}

#vertical-tab .vertical-tab-wrapper .vertical-tab-content {
  display: none;
  padding: 0px 25px 0px 25px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #0059b2;
  margin: 0 0 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1c2a51;
  line-height: 1.4;
  font-size: 1rem;
  color: #333333;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content.active {
  display: block;
}
#vertical-tab .mobile-vertical-tab {
  display: none;
  position: relative;
  box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.14);
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab {
  padding: 16px;
  background-color: #5d9ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab .title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: #f7dd4b;
}

table.tech-table th{
	border: 1px solid #000;
    padding: 10px;
}

table.tech-table td{
	border: 1px solid #000;
    padding: 10px;
}

.new-breadcrumb h1{
	color: #fff;
	margin-bottom: 50px;
}
.accordion-box .block .acc-btn {
        padding: 15px 55px 15px 35px !important;
}
.team-block_one-share_icon {
    position: relative;
    width: 60px!important;
    height: 60px;
    z-index: 10;
    line-height: 60px!important;
    border-radius: 50px;
    display: inline-block!important;
    background-color: #f5f5f5;
}
.team-block_one-share_icon:hover{
background-color: #ffd732;
}
.about-two, .career-sec {
    padding: 50px 0px 30px !important;
}
.globalexebition{
     padding: 30px 0px 50px !important;
}
.contact-three {
    padding: 50px 0px 0px !important;
}

.static-img-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.5rem;
}

.static-img-box img {
    width: 100%;
    height: auto;
    display: block;
    border: 5px solid #e0e0e0;
}

.static-img-box:hover img {
    transform: none !important;
}
.project-block-four .button{
    transition: all 1s ease !important;
    margin-top: 20rem!important;
}
.bottompadding{
    padding-bottom: 30px;
}
.project-block_three-image::before{
    background:none !important;
}
.project-block_three-image > img {
padding-top:15px;
height: 500px;
}
/* Mobile padding top */
@media (max-width: 767px) {
    
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
    padding-top: 30px;
  }
}

table.tech-table {
    width: 100%;
    table-layout: fixed; /* forces equal column width */
    border-collapse: collapse;
}

table.tech-table td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}
.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.contact-info-icon {
    width: 40px;
    min-width: 40px;
    font-size: 22px;
    color: #0059b2;
    margin-top: 4px;
}

.contact-info-label {
    width: 90px;
    min-width: 90px;
    font-weight: 600;
    color: #222;
}

.contact-info-data {
    flex: 1;
    color: #555;
    line-height: 1.6;
}

.contact-info-data a {
    color: #0059b2;
    text-decoration: none;
}

.contact-info-data a:hover {
    text-decoration: underline;
}
.addresscol{
    position: relative;
    padding: 60px 10px 30px 10px;
    border: 1px solid #e0d9d9;
    box-shadow: rgb(0 89 178 / 60%) 0px 5px 15px;
    border: 2px solid #0059b1;
    border-radius: 5px;
}
.contact-three_form-column{
    padding: 0 40px 0 40px;
}


/* -------new-breadcrumb-css------ */
.bread-crumb-bg{
    background: #1770c9;
    padding: 45px 0px;
    border-bottom: 12px solid #ffd732;
}
.bread-crumb-bg h1,.bread-crumb-bg h2{
    color: #fff;
}


/*-------------Gallary------------------*/
/* Styling the heading below image */
.certificate-caption {
    text-align: center;
    padding: 5px;
    background: #ffd732;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    margin-top: 10px;
    
}
.clickable-item { cursor: pointer; }
.clickable-item:hover .certificate-caption { background: #f9f9f9; }
.certificate-caption h4 {
    margin: 0;
    color: #0059b2;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
}

/* Modal Styling */
.custom-gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    align-items: center;
    justify-content: center;
}

.modal-image-container {
    text-align: center;
    max-width: 80%;
}

#modalImg {
    max-width: 100%;
    max-height: 80vh;
    border: 3px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#modalCaption {
    color: #0059b2;
     text-align: center;
    padding: 5px;
    background: #ffd732;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 20px;
    transition: 0.3s;
}

.modal-nav:hover { color: #ff9900; } /* Change color to your theme color */
.prev-btn { left: 20px; }
.next-btn { right: 20px; }
#certificateModal{
        display: none;
    }


/* -------new-breadcrumb-css------ */
.bread-crumb-bg{
    background: #0ea5e9;
    padding: 45px 0px;
    border-bottom: 12px solid #ffd732;
}
.bread-crumb-bg h1{
    color: #fff;
    font-family: "Barlow", sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
}

/* -----pipes-and-tubes-main-page-css----- */
.pro-sec{
	padding: 55px 0 80px 0;
}
.product-card{
    max-width: 420px;
    margin: auto;
    overflow: hidden;
    background: #fff;
	margin-bottom: 25px;
}

.product-img img{
    width: 100%;
    display: block;
	margin-bottom: -65px;
	border: 1px solid #0059b1;
}

.product-content{
       background: #f3f3f3;
    padding: 15px;
	margin: 30px 22px;
    position: relative;
	box-shadow: rgb(55 123 193) 0px 5px 15px;
}

.product-content h2{
	font-size: 24px;
    color: #0059b1;
	text-align: center;
}

.product-content ul{
    margin: 0;
}

.product-content ul li{
    margin-bottom: 8px;
    color: #357dc5;
    font-size: 14px;
}
@media only screen and (min-width: 1201px) and (max-width: 1399px){
	.product-content h2 {
    font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.product-content h2 {
    font-size: 18px;
}
}

/* ------quality-management-css----- */
.col-count-3{
    column-count: 3;
}
@media only screen and (min-width: 320px) and (max-width: 992px){
.col-count-3{
    column-count: 1;
}
}

/* ------industry-pg---------- */
.application-sec .project-block_one-text{
	font-weight: 500;
}
.application-sec .project-block_one-heading {
	color: #004c99;
	font-size: 30px;
}
.process-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #1770c7;
    height: 100%;
}

.process-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}



.step-no {
    font-weight: 700;
    color: #ffffff;
    min-width: 28px;
}

.arrow {
    color: #198754;
    font-weight: 700;
}
.youtube-icon {
    color: #ff0000;
    font-size: 50px;
}

.process-box1 {
    border: 1px solid #000000;
    border-radius: 6px;
    background: #ffffff;
}

.process-box1 a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    font-weight: 700;
    color: #1770c7;
    text-decoration: none;
} 
.headingh1{
        text-transform: capitalize !important;
    }

    .process-box1 img {
  border-radius: 8px;
  cursor: pointer;
}

.video-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  display: block;
  height: 300px;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.youtube-play-icon {
  font-size: 60px;
  color: #ff0000;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 12px;
}

.video-overlay-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.masonry-container {
    column-count: 3;
    column-gap: 25px;
    width: 100%;
}
.product-content-sitemap h2 {
    font-size: 18px;
    border-bottom: 2px solid #ededed;
    line-height: 35px;
    margin-bottom: 10px;
}
.product-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-link-list li {
    margin-bottom: 8px;
}
@media (max-width: 1100px) {
    .masonry-container {
        column-count: 2; /* Tablets: 2 columns */
    }
}

@media (max-width: 768px) {
    .masonry-container {
        column-count: 1; /* Mobile: 1 column */
    }
}

.padd-bottom-sitemap{
    padding-bottom: 55px;
} 
.product-content-sitemap{
    background: #f3f3f3;
    padding: 15px;
    position: relative;
    box-shadow: rgb(55 123 193) 0px 5px 15px;
}
.product-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-link-list li {
    margin-bottom: 8px;
}
.product-link-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    text-decoration: none;
}

.product-link-list li a i {
    color: #0059b2;
    font-size: 14px;
}

.product-link-list li a:hover {
    color: #0059b2;
}


/* ------quality-new-pg-css-------- */

.quality-main-sec .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    background: #f2f2f2;
    box-shadow: rgb(204 215 227) 0px 5px 15px;
    border: 1px solid #d4d9de;
}

.quality-main-sec p{
    font-size: 16px;
    text-align: left;
}
.quality-main-sec ul li{
    font-size: 16px;
}


.quality-testing-sec .service-block_three-icon {
    left: -74px;
}
.quality-testing-sec .service-block_three-icon i{
    font-size: 42px;
    color: #005aaf;
}
.blue-text-color{
    color: #0059b3;
}
@media only screen and (min-width: 320px) and (max-width: 575px){
    .quality-testing-sec .service-block_three-icon {
    left: -62px;
}
}
   .btn-style-one1{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 11px 14px 12px 14px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    background-color: #0b4b90;
    margin-top: 20px;
    text-align: center;
}





/* --------technical-pg-redesign-css--------- */

     
    /* 鈹€鈹€鈹€ SECTION WRAPPER 鈹€鈹€鈹€ */
  .tech-info-sec-new {
    padding: 80px 20px;
    background: linear-gradient(160deg, #eaf2ff 0%, #f4f8ff 50%, #fffbee 100%);
    position: relative;
    overflow: hidden;
  }

  .tech-info-sec-new::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,89,178,0.07) 0%, transparent 70%);
    pointer-events: none;
  }
  .tech-info-sec-new::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,215,50,0.1) 0%, transparent 70%);
    pointer-events: none;
  }

  /* 鈹€鈹€鈹€ SECTION HEADING 鈹€鈹€鈹€ */
  .tech-info-sec-header {
    text-align: center;
    margin-bottom: 50px;
  }
  .tech-info-sec-header .eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e5bd1e;
    background: rgba(255,215,50,0.15);
    border: 1px solid rgba(255,215,50,0.4);
    padding: 5px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
  }
  .tech-info-sec-header h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #003d80;
    line-height: 1.1;
  }
  .tech-info-sec-header h2 span { color: #e5bd1e; }
  .tech-info-sec-header p {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 15px;
  }

  /* 鈹€鈹€鈹€ TAB NAV 鈹€鈹€鈹€ */
  .tabs-wrapper-new {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 60px rgba(0,89,178,0.15);
  }

  .tab-nav-tech {
    display: flex;
    background: #003d80;
    overflow-x: auto;
    scrollbar-width: none;
    position: relative;
  }
  .tab-nav-tech::-webkit-scrollbar { display: none; }

  .tab-nav-btn-new {
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 22px 16px 18px;
    cursor: pointer;
    border: none;
    background: #07407c;
    color: rgba(255,255,255,0.55);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 1.35;
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgb(255 255 255 / 32%)
  }
  .tab-nav-btn-new:last-child { border-right: none; }

  .tab-nav-btn-new::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, rgba(255,215,50,0.12) 0%, rgba(0,89,178,0.2) 100%); */
    background: linear-gradient(135deg, rgb(0 88 185) 0%, rgb(20 139 210) 100%);
    opacity: 0;
    transition: opacity 0.35s;
  }
  .tab-nav-btn-new:hover::before,
  .tab-nav-btn-new.active::before { opacity: 1; }

  .tab-nav-btn-new::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%; height: 3px;
    background: #ffd732;
    border-radius: 3px 3px 0 0;
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
  }
  .tab-nav-btn-new.active::after,
  .tab-nav-btn-new:hover::after { transform: translateX(-50%) scaleX(1); }

  .tab-nav-btn-new.active {
    color: #ffd732;
  }
  .tab-nav-btn-new:hover { color: rgba(255,255,255,0.9); }

  .tab-icons-tech-info {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    background: rgb(255 255 255);
    transition: all 0.35s cubic-bezier(.34,1.56,.64,1);
    position: relative;
  }
  .tab-nav-btn-new.active .tab-icons-tech-info,
  .tab-nav-btn-new:hover .tab-icons-tech-info {
    background: rgb(255 215 50);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }

  .tab-label-info { 
    position: relative; 
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

  /* 鈹€鈹€鈹€ TAB CONTENT 鈹€鈹€鈹€ */
  .tab-body-tech-info {
    padding: 40px;
  }

  .tab-panel-tech-info {
    display: none;
    animation: fadeSlide 0.4s cubic-bezier(.4,0,.2,1) forwards;
  }
  .tab-panel-tech-info.active { display: block; }

  @keyframes fadeSlide {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .tab-panel-tech-info h3 {
    font-size: 26px;
    font-weight: 700;
    color: #003d80;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .tab-panel-tech-info h3::before {
    content: '';
    display: inline-block;
    width: 5px; height: 28px;
    background: linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);
    border-radius: 4px;
    flex-shrink: 0;
  }

  /* 鈹€鈹€鈹€ TABLE 鈹€鈹€鈹€ */
  .info-tech-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,89,178,0.08);
    font-size: 14px;
  }

  .info-tech-table thead tr th {
    background: #0059b2;
    color: #fff;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;    
    text-align: center;
    position: relative;
  }
  .info-tech-table thead tr th:first-child { border-radius: 12px 0 0 0; }
  .info-tech-table thead tr th:last-child  { border-radius: 0 12px 0 0; }

  .info-tech-table tbody tr {
    transition: all 0.25s;
    cursor: default;
  }
  .info-tech-table tbody tr:nth-child(even) td {
    background: rgba(0,89,178,0.03);
  }
  .info-tech-table tbody tr:hover td {
    background: rgb(94 148 201 / 22%);
    transform: translateX(3px);
  }

  .info-tech-table tbody td {
    padding: 13px 20px;
    border-bottom: 1px solid var(--border);
    color: #2a3550;
    transition: background 0.25s, transform 0.25s;
    font-size: 16px;
  }
  .info-tech-table tbody tr:last-child td {
    border-bottom: none;
  }
  .info-tech-table tbody tr:last-child td:first-child { border-radius: 0 0 0 12px; }
  .info-tech-table tbody tr:last-child td:last-child  { border-radius: 0 0 12px 0; }

  .info-tech-table tbody td a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0059b2;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1.5px solid #0059b2;
    transition: all 0.25s cubic-bezier(.34,1.56,.64,1);
    white-space: nowrap;
  }
  .info-tech-table tbody td a::after { content: '鈫�'; }
  .info-tech-table tbody td a:hover {
    background: #0059b2;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 14px rgba(0,89,178,0.35);
  }

  /* 鈹€鈹€鈹€ CTA SECTION 鈹€鈹€鈹€ */
  .tech-info-cta-section {
    padding: 80px 20px;
    background: #003d80;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 55px;
  }

  /* diagonal geometric accents */
  .tech-info-cta-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 340px; height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,215,50,0.12) 0%, transparent 70%);
  }
  .tech-info-cta-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: 5%;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,130,255,0.15) 0%, transparent 70%);
  }

  /* grid lines overlay */
  .tech-info-cta-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
  }

  .tech-info-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
  }

  .tech-info-cta-content { flex: 1; min-width: 260px; }

  .tech-info-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,215,50,0.15);
    border: 1px solid rgba(255,215,50,0.35);
    color: #ffd732;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
  }

  .tech-info-cta-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
  }
  .tech-info-cta-content h2 span { color: #ffd732; }

  .tech-info-cta-content p {
    color: rgb(255 255 255 / 85%);
    font-size: 16px;
    line-height: 1.7;
    max-width: 520px;
  }

  /* checkmarks */
  .tech-info-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 20px;
  }
  .cta-point-new {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.75);
    font-size: 14px;
  }
  .cta-point-new .check {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: rgba(255,215,50,0.2);
    border: 1.5px solid #ffd732;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    color: #ffd732;
    flex-shrink: 0;
  }

  .cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
  }

  .tech-info-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffd732;
    color: #003d80;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(255,215,50,0.35);
    transition: all 0.3s cubic-bezier(.34,1.56,.64,1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .tech-info-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .tech-info-cta-btn:hover::before { opacity: 1; }
  .tech-info-cta-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 40px rgba(255,215,50,0.5);
  }
  .tech-info-cta-btn svg { flex-shrink: 0; }

  .cta-note {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    text-align: center;
  }

  /* 鈹€鈹€鈹€ RESPONSIVE 鈹€鈹€鈹€ */
  @media (max-width: 900px) {
    .tab-nav-tech { flex-wrap: nowrap; }
    .tab-nav-btn-new { min-width: 130px; padding: 18px 10px 14px; font-size: 12px; }
    .tab-body-tech-info { padding: 28px 20px; }
  }

  @media (max-width: 600px) {
    .tab-nav-btn-new { min-width: 110px; }
    .tab-icons-tech-info { width: 34px; height: 34px; font-size: 17px; }
    .info-tech-table { font-size: 12px; }
    .info-tech-table tbody td, .info-tech-table thead tr th { padding: 10px 10px; }
    .info-tech-table tbody td a { padding: 4px 10px; font-size: 11px; }
    .tech-info-cta-inner { flex-direction: column; text-align: center; }
    .tech-info-cta-content p { margin: 0 auto; }
    .tech-info-cta-points { justify-content: center; }


.tech-info-sec-new {
    padding: 50px 3px;
}

 .tech-info-cta-section {
    padding: 60px 12px;
}
.tab-nav-tech{
    display:flex;
    flex-wrap:wrap;   /* allow next line */
    overflow-x:unset;
}
.tab-nav-btn-new{
    flex:0 0 50%;     /* 2 tabs per row */
    min-width:unset;
    border-right:1px solid rgb(255 255 255 / 32%);
    border-bottom:1px solid rgb(255 255 255 / 32%);
}
.tech-info-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffd732;
    color: #003d80;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
}
}
@media only screen and (max-width: 992px){
    .tech-info-cta-content h2 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 14px;
}
.tech-info-cta-section {
    padding: 30px 20px;
}
.tech-info-cta-btn {
    font-size: 15px;
    letter-spacing: 0px;
}
.tech-info-sec-new {
    padding: 50px 20px;
}
.tech-info-sec-header {
    margin-bottom: 25px;
}
}



/*page*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

img{max-width: 100%;}
table{width: 100%!important;}