/*********************************
    - Special comparision area -
**********************************/
.row.comparision-top {
    position: relative;
    /* margin-top: -260px; */
}
.images {
    height: 100%;
    width: 100%;
    display: flex;
}
.wrapper {
    height: 520px;
    width: 1170px; /* fixed typo */
    background: #efefef;
    position: relative;
    overflow: hidden;
}

.image-1 {
    background: url(../img/portfolio/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.image-2 {
    background: url(../img/portfolio/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 50%;
    height: 100%;
    position: absolute;
}
.slider {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.slider input {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    background: none;
}
.slider input::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 580px;
    width: 3px;
    background: none;
    cursor: col-resize;
}
.drag-line {
    width: 3px;
    height: 520px;
    position: absolute;
    left: 49.85%;
    background: none;
    pointer-events: none;
}
.drag-line:before, .drag-line:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 240px;
    background: #fff;
}
.drag-line:after {
    bottom: 0;
}
.drag-line:before {
    top: 0;
}
.drag-line span {
    position: absolute;
    background: #45acca;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.drag-line span:before, .drag-line span:after {
    position: absolute;
    content: "";
    top: 50%;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.drag-line span:before {
    left: 40%;
    border-left-color: #fff;
}
.drag-line span:after {
    left: 60%;
    border-top-color: #fff;
}
p.text-cler {
    color: #cccccc;
}
/*style two*/
.style-two.comparision-area {
    background: #2C2C2C;
}
.comparision-top {
    margin-top: 70px;
    margin-left: 30px;
}
.comparision-area {
    padding-top: 60px;
    padding-bottom: 100px;
}
/******************** 
comperstion bg-img
********************* */

.tc-video-st3 {
    background-size: cover; 
    background-position: left;
    background-repeat: no-repeat;
    padding: 100px 0;     /* add spacing if needed */
}
.tc-video-st3 {
   background-image: url("../img/shape.jpg") !important;
}
/*********************
about page section
**********************/

.nova-value-section {
    background-color: #ffffff;
    padding: 80px 0;
}

/* Box Styling */
.nova-value-box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e4e4e4;
    transition: 0.4s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0); /* initial */
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Icon */
.nova-value-box span {
    font-size: 60px;
    margin-bottom: 15px;
    display: block;
    color: #f2f2f2;
    transition: 0.4s ease;
}

/* Title */
.nova-value-box h4 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

/* Text */
.nova-value-box p {
    color: #555;
    font-size: 16px;
    transition: 0.3s ease;
}

/* Hover Effect */
.nova-value-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    border-color: #45acca;
}

/* Icon hover animation */
.nova-value-box:hover span {
    color: #45acca;
    transform: scale(1.15) rotate(5deg);
}

/* Title hover */
.nova-value-box:hover h4 {
    color: #45acca;
}
/*******************
about page text
********************/
/* New Section Styling */
.we-are-section {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 60vh; */
  background: #f2f2f2;
}

/* System Fonts Only */
.we-are-section p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color:#000 !important;
}

/* Rotating words box */
.changebox {
  display: inline-block;
  height: 1em;
  line-height: 1.0em;
  overflow: hidden;
  margin: 0 6px;
  color: #45acca;
  vertical-align: middle;
}

/* Words */
.changebox span {
  display: block;
  animation: slide 8s infinite;
  color: #45acca;
}

/* Animation */
@keyframes slide {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(0); }

  25%  { transform: translateY(-1.1em); }
  45%  { transform: translateY(-1.1em); }

  50%  { transform: translateY(-2.2em); }
  70%  { transform: translateY(-2.2em); }

  75%  { transform: translateY(-3.3em); }
  95%  { transform: translateY(-3.3em); }

  100% { transform: translateY(0); }
}
/***************
Text shodow
****************/
.heading-shadow {
  color: #fff; /* glow looks best on darker bg */
  text-shadow: 0 2px 8px rgba(69,172,202,0.6);
}
/*****************
table css
******************/
.tech-spec-section {
  padding: 60px 0;
  background: #f2f2f2;
}

.tech-title {
  text-align: center;
  font-size: 40px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 700;
}

.tech-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.tech-table th {
  background: #45acca;
  color: #fff;
  padding: 14px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  padding-left: 20px;
}

.tech-table td {
  padding: 14px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}

.tech-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.tech-table tbody tr:hover {
  background: #e8f7fc; /* Light blue hover */
  transition: 0.3s;
}

.infot{
    position: relative;
    padding: 20px 0;
}
/********************
qulity page css
*********************/

.accordion {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* 3D layered card */
.accordion-item {
  background: #ffffff;
  border-radius: 18px;
  border: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 0.35s ease;

  /* Elevated soft shadow */
  box-shadow:
    0 3px 8px rgba(0,0,0,0.06),
    0 8px 25px rgba(0,0,0,0.05),
    inset 0 0 0 1px #e7e7e7;
}

/* Animated gradient border top */
.accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: linear-gradient(90deg, #45acca, #7bd8f6);
  transition: width .45s ease;
}

/* Glow + gradient line when open */
.accordion-item:focus-within::before {
  width: 100%;
}

/* Lift + glow on open */
.accordion-item:focus-within {
  transform: translateY(-5px);
  box-shadow:
    0 6px 18px rgba(69, 172, 202, 0.25),
    0 12px 30px rgba(0, 0, 0, 0.10);
}

/* BUTTON */
.accordion-btn {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 26px 30px;
  cursor: pointer;

  font-size: 20px;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.3px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  transition: 0.25s ease;
}

/* On hover: subtle highlight */
.accordion-btn:hover {
  background: #f2f2f2;
}

/* Chevron icon */
.chev {
  font-size: 22px;
  color: #000;
  opacity: 0.6;
  transition: .45s ease;
  transform-origin: center;
}

/* Rotate + darker on open */
.accordion-item:focus-within .chev {
  transform: rotate(180deg);
  opacity: 1;
}

/* PANEL */
.accordion-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  background: #fbfbfb;

  border-top: 1px solid #ececec;

  transition:
    max-height .45s ease,
    padding .35s ease;
}

/* Panel Open */
.accordion-item:focus-within .accordion-panel {
  max-height: 400px;
  padding: 20px 30px 30px;
}

/* Panel text */
.accordion-panel p {
  margin: 0;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}
.qa-lab {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

.lab-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}

.lab-subtitle {
  color: #333;
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Responsive grid */
.lab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Cards */
.lab-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 22px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
  transition: 0.35s ease;
  text-align: center;
}

/* Hover effect */
.lab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(69, 172, 202, 0.25);
  border-color: #45acca;
}

/* Icon */
.lab-icon {
  font-size: 40px;
  margin-bottom: 14px;
  color: #45acca;
}

/* Card heading */
.lab-card h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 700;
}

/* Card text */
.lab-card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive (Mobile) */
@media (max-width: 900px) {
  .lab-grid {
    grid-template-columns: 1fr;
  }
}
/* ===================================================
   PREMIUM QA CHECKPOINTS SECTION
   Colors: #45acca / #000 / #f2f2f2
===================================================*/

.qa-check-section {
  padding: 30px 0;
}

.qa-check-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  text-align: center;

}

.qa-check-desc {
  color: #444;
  font-size: 16px;
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: 20px;
 
  
}

/* Grid of cards */
.qa-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* Card */
.qa-check-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;

  display: flex;
  gap: 14px;
  align-items: flex-start;

  border: 1px solid #e5e7eb;
  box-shadow: 0 5px 18px rgba(0,0,0,0.07);
  transition: 0.3s ease;
}

.qa-check-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(69,172,202,0.22);
  border-color: #45acca;
}

/* Icon */
.qc-icon {
  font-size: 28px;
  color: #45acca;
  font-weight: bold;
  min-width: 30px;
}

/* Title */
.qa-check-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

/* Text */
.qa-check-item p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .qa-check-grid {
    grid-template-columns: 1fr;
  }
}
/***********************
process css
************************/
/* WRAPPER TO AVOID CSS CONFLICTS */
.process-wrapper * {
    box-sizing: border-box;
}

.process-wrapper .process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}

.process-wrapper .process-left:after {
    content: "";
    border: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
}

.process-wrapper .process-right:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid transparent;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
}

.process-wrapper .process-step {
    background: #00BCD4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.process-wrapper .process-step p {
    font-size: 20px;
}

.process-wrapper .process-step h2 {
    font-size: 39px;
}

.process-wrapper .process-point-right,
.process-wrapper .process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    /*bottom: 40px;*/
}

.process-wrapper .process-point-right {
    left: 50%;
    
}

.process-wrapper .process-point-left {
    right: 55%;
}

.process-wrapper .process-point-right:before,
.process-wrapper .process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
}

.process-wrapper .process-point-right:before {
    transform: rotate(36deg);
    position: relative;
    left: -50px;
}

.process-wrapper .process-point-left:before {
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
}

.process-wrapper .process-last:before {
    display: none;
}

.process-wrapper .process-line-l,
.process-wrapper .process-line-r {
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    top: 64px;
    z-index: 9;
}

.process-wrapper .process-line-l {
    right: -153px;
}

.process-wrapper .process-line-r {
    left: -153px;
}
/**************************************
 certification css
***************************************/
.cert-section {
    padding: 70px 0;
    background: #fff;
}

.cert-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cert-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

/* SIDE-BY-SIDE ROW */
.cert-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap; /* allows mobile stacking */
}

.cert-card {
    width: 300px;
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #e2e2e2;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}

.cert-card:hover {
    transform: translateY(-5px);
    border-color: #45acca;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.08);
}

.cert-img img {
    max-width: 120px;
    margin-bottom: 15px;
    filter: grayscale(20%);
    transition: 0.3s;
}

.cert-card:hover img {
    filter: grayscale(0);
}

.cert-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cert-card p {
    font-size: 14px;
    color: #555;
}
/*********************************
css Sustainability & Safety
**********************************/
.ss-section {
    padding: 70px 0;
    background: #fff;
}

.ss-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ss-subtitle {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-bottom: 45px;
}

/* 3-box row */
.ss-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.ss-box {
    width: 320px;
    background: #fff;
    padding: 30px 25px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    transition: 0.3s;
    box-shadow: 0px 3px 12px rgba(0,0,0,0.05);
}

/* Hover effect */
.ss-box:hover {
    transform: translateY(-6px);
    border-color: #45acca;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
}

/* Icon */
.ss-icon {
    font-size: 45px;
    margin-bottom: 12px;
}

/* Titles */
.ss-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Text */
.ss-box p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

/********************************
action values page css
*********************************/
:root{
  --card-width: 340px;
  --card-radius: 14px;
  --accent: #45acca;
  --bg: #f7f7f7;
  --text: #222;
}

.premium-cards {
  padding: 70px 16px;
  background: var(--bg);
  font-family: system-ui, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-title {
  text-align:center;
  font-size:34px;
  font-weight:700;
  color:var(--text);
  margin-bottom:6px;
}

.pc-subtitle {
  text-align:center;
  color:#5b5b5b;
  margin-bottom:34px;
  font-size:15px;
}

/* Card layout */
.pc-row {
  display:flex;
  gap:28px;
  justify-content:center;
  flex-wrap:wrap;
}

.pc-card {
  width: var(--card-width);
  background:#fff;
  border-radius:var(--card-radius);
  border:1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 20px rgba(10,10,10,0.04);
  overflow:hidden;
  transition: transform 300ms cubic-bezier(.2,.9,.2,1), box-shadow 300ms;
  transform-style: preserve-3d;
  perspective: 1200px;
  cursor: pointer;
  display:flex;
  flex-direction:column;
  position: relative;
}

/* Image area */
.pc-media {
  height: 220px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfbfb 0%, #efefef 100%);
}

.pc-media img {
  width:100%;
  height:100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.9,.2,1), filter 400ms;
  filter: grayscale(30%) contrast(95%);
}

/* Text content */
.pc-body {
  padding:20px 22px 28px;
  text-align:left;
}

.pc-body h3 {
  margin:0 0 10px;
  font-size:20px;
  font-weight:600;
}

.pc-body p {
  font-size:14px;
  color:#555;
  line-height:1.55;
}

/* Hover effects */
.pc-card:hover {
  transform: translateY(-14px) rotateX(0.6deg);
  box-shadow: 0 18px 40px rgba(7,22,40,0.12), 0 4px 24px rgba(9,20,40,0.06);
}

.pc-card:hover .pc-media img {
  transform: scale(1.06);
  filter: grayscale(0%) contrast(100%);
}

/* Glow border */
.pc-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--card-radius) + 2px);
  background: linear-gradient(90deg, rgba(217,168,74,0.08), rgba(217,168,74,0) 50%);
  opacity: 0;
  transition: opacity 300ms;
  pointer-events:none;
}

.pc-card:hover::before {
  opacity: 1;
}

/* Accent bottom bar */
.pc-card::after {
  content: "";
  height: 4px;
  width: 60px;
  background: linear-gradient(90deg, var(--accent), rgba(5, 78, 128, 0.6));
  border-radius: 20px;
  margin: 0 auto 12px;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

.pc-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile responsive */
@media (max-width: 1020px) {
  .pc-card { width: 320px; }
  .pc-media { height:200px; }
}
@media (max-width: 720px) {
  .pc-card {
    width: 100%;
    max-width: 560px;
    margin:0 auto;
  }
  .pc-media { height:220px; }
}

/*Responsive*/
@media only screen and (max-width: 768px) {
    a.navbar-brand.col-md-2.me-lg-5{
        width: 55%;
    }
    div#navbarSupportedContent{
        padding-top: 10%;
    }
    .tc-about-st1 .about-card{
        margin-top: -200px;
    }
    .tc-header-st1 .lg-title{
        top: 170px;
    }
    .tc-header-st1 .title{
        padding: 25% 0 5% 0;
    }
    .tc-about-st1 .about-card .info{
        padding: 30px 0;
    }
    .tc-footer-st1 .col-lg-3:nth-child(2) .item, .tc-footer-st1 .col-lg-3:nth-child(4) h5{
        margin-top: 30px;
    }
    .tc-footer-st1 .col-lg-3:nth-child(4) .adress-item{
        display:inline-grid;
    }
    .adress-item a{text-decoration: underline;}
    .links-wrapper{margin-top: 0 !important;}
    .foot-links a > span{text-transform:capitalize;}
    .tc-features-st2 .cards-box::before, .tc-features-st2 .cards-box::after{display:none;}
    .process-wrapper .process-point-right::before,
    .process-wrapper .process-point-left::before,
    .process-wrapper .process-left::after,
    .process-wrapper .process-right::after{display:none;}
    .process-box .process-right, .process-point-right {display:none;}
    .tc-portfolio-st12{padding-top:60px!important;}
    .work-process .row:nth-child(1) .col-md-5,
    .work-process .row:nth-child(3) .col-md-5,
    .work-process .row:nth-child(5) .col-md-5 {margin-bottom:20px;}
    .work-process .row:nth-child(2) .col-md-5,
    .work-process .row:nth-child(4) .col-md-5 {margin-bottom:50px;}
    
}