@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 700 !important;
  src: local("Segoe UI"),
    url("https://fonts.cdnfonts.com/s/15051/Segoe UI Bold.woff") format("woff");
}
body {
  font-family: "Segoe UI";
  font-weight: 700;
}
/* About Styles   */

.sb-about .container {
  padding: 0px 50px;
}

@media (max-width: 500px) {
  .sb-about .container {
    padding: 0px;
  }

  .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-c0d5ccf6.wp-block-group-is-layout-flex.Address-Bar {
    display: none;
  }

  .wp-block-navigation-item.wp-block-navigation-link.about-menu {
    display: none;
  }
  .wp-container-core-navigation-is-layout-4e4505e1 {
    gap: 20px;
  }

  .service-image,
  .service-description {
    flex: none !important;
    min-width: 320px;
    max-width: 50%;
    box-sizing: border-box;
  }

  .services-professional {
    padding: 0 !important;
  }

  .wp-block-group.is-layout-constrained.wp-container-core-group-is-layout-6812f098.wp-block-group-is-layout-constrained {
    padding-top: 0 !important;
  }

  .features-section {
    padding: 20px !important;
  }

  .cleaning-agency-container {
    margin: 0 !important;
    padding: 20px !important;
  }

  .about-img-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .benefit-section {
    margin: 0 !important;
    padding-top: 40px !important;
  }

  .adv-img,
  .adv-img svg,
  .adv-img img {
    width: 400px !important;
    border-radius: 20px !important;
  }

  .adv-section {
    margin: 0 !important;
  }
  .process-card {
    /* padding: 0 !important; */
    width: 280px !important;
  }

  .process-card-img {
    width: 250px !important;
  }
  .process-cards {
    padding: 0 0 20px 0 !important;
  }

  .features-bar {
    padding: 2rem !important;
  }
}

@media (max-width: 800px) {
  .wp-block-group.Hdr-Top-Strip.has-background.is-layout-flow.wp-container-core-group-is-layout-c804827d.wp-block-group-is-layout-flow {
    display: none;
  }
}

/* Hero */
.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 30px 30px;
  background: linear-gradient(135deg, #004b8d, #007bba) !important;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hero-text h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.hero-text .lead {
  font-size: 1.2rem;
  max-width: 750px;
}

.hero-stats {
  display: flex;
  gap: 30px;
  text-align: center;
}

.hero-stats .stat strong {
  font-size: 2rem;
  display: block;
}

.hero-stats .stat span {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* About & Services */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #004b8d;
}

.about-text p {
  font-size: 1.05rem;
  color: #444;
}

.about-visual {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* .about-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("<?php echo esc_url( get_template_directory_uri() . '/assets/images/cutting-metal-with-plasma-equipment.jpg' ); ?>")
    no-repeat center center;
  background-size: cover; 
  z-index: -1;
} */

/* .about-visual .card span {
  position: absolute;
  top: 27%;
  color: white;
  font-size: 2rem;
  font-weight: bold;
} */

/* Industries */
.capabilities {
  text-align: center;
  margin: 80px 0 50px;
}

.capabilities h2 {
  font-size: 2rem;
  color: #004b8d;
}

.chips {
  display: flex;
  /* flex-wrap: no-wrap; */
  overflow: hidden;
  gap: 30px;
  margin-top: 20px;
}
.chips-track {
  display: flex;
  gap: 30px;
  animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(7%);
  }
  100% {
    transform: translateX(-85%);
  } /* adjust -50% if needed */
}
.chips span {
  padding: 10px 20px;
  border-radius: 50%;
  font-weight: 500;
  color: #007bba;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  max-width: 150px;
  min-height: 150px;
}

.chips span img {
  min-height: 150px;
  min-width: 150px;
  max-width: 150px;
  border-radius: 50%;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  object-fit: contain;
}

/* Process */

.process-cards {
  display: flex;
  gap: 30px;
  overflow-x: scroll;
  padding: 20px;
}

.process h2 {
  text-align: center;
  font-size: 2rem;
  color: #004b8d;
}

.process-cards::-webkit-scrollbar {
  display: none;
}

.process-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  object-fit: fill !important;
}

.process-card-img {
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  height: 300px;
}

.process-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.process-card-header {
  color: #007bba;
  font-size: 1.2rem;
  margin: 10px 0 5px;
}

.process-card-body {
  font-size: 1.05rem;
  color: #444;
}

.arrows {
  position: absolute;
  top: 55%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  /* let clicks pass through except on arrow divs */
}

@media (max-width: 600px) {
  .arrows {
    display: none;
  }
}
.process {
  position: relative;
}
.process-arrow-next {
  margin-left: 1270px !important;
}

.process-arrow-prev,
.process-arrow-next {
  pointer-events: auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.process-arrow-prev img,
.process-arrow-next img {
  width: 40px;
  /* adjust arrow size */
  height: 40px;
}

/* Testimonials */
.testimonials {
  margin-top: 30px;
}

.testimonials h2 {
  font-size: 2rem;
  color: #004b8d;
  text-align: center;
}

.testimonials blockquote {
  font-style: italic;
  background: #f4f9ff;
  padding: 25px;
  border-radius: 12px;
  border-left: 6px solid #007bba;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonials cite {
  display: block;
  margin-top: 15px;
  text-align: right;
  font-style: normal;
  color: #004b8d;
}

/* Contact CTA */
.contact-strip {
  text-align: center;
  padding: 35px;
  background: linear-gradient(135deg, #007bba, #004b8d);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.contact-strip a {
  color: #fff;
  text-decoration: underline;
}

.contact-strip a:hover {
  text-decoration: none;
}

.contact-strip h3 {
  font-size: 25px;
}

.contact-strip p {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: center;
    flex-direction: column;
  }

  .hero-stats {
    margin-top: 20px;
  }
}

.services-professional {
  padding: 50px 0;
}
.services-header {
  font-size: 2.35rem;
  color: #184a8b;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
  letter-spacing: 1.5px;
}
.services-container {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
}
.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(30, 64, 175, 0.1);
  max-width: 280px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
  border: 1px solid #e6ecf2;
}

.service-card:hover {
  box-shadow: 0 16px 40px rgba(17, 37, 84, 0.12);
  transform: translateY(-6px);
}
.icon-circle {
  background: #e6ecf2;
  color: #184a8b;
  font-size: 2.4rem;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: background 0.2s, color 0.2s;
}
.our-service-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #282a5a;
  margin-bottom: 7px;
  text-align: center;
}
.service-desc {
  font-size: 1rem;
  color: #0c73c6;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
}
.service-card p {
  color: #374469;
  font-size: 0.97rem;
  text-align: center;
  margin: 0;
  line-height: 1.64;
}
@media (max-width: 980px) {
  .services-container {
    gap: 18px;
  }
  .service-card {
    max-width: 85vw;
  }
}
@media (max-width: 700px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }
  .service-card {
    max-width: 96vw;
    margin-bottom: 18px;
  }
}

/* Contact Form 7 – Custom Styling */

.contact-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 20px !important;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper label {
  display: block;
  /* margin-bottom: 15px; */
  font-weight: 600;
  color: #0b3954;
  font-size: 1rem;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
  width: 90% !important;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-top: 5px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper input[type="button"],
.contact-form-wrapper button {
  margin: 0 !important;
}
.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
  border-color: #0b3954;
  box-shadow: 0 0 5px rgba(11, 57, 84, 0.3);
  outline: none;
}
.contact-form-wrapper h1 {
  font-size: 30px;
  margin: 0;
}

.contact-form-wrapper textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper input[type="button"],
.contact-form-wrapper button {
  display: inline-block;
  /* padding: 15px 25px; */
  background-color: #0b3954;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper button:hover {
  background-color: #06415a;
  transform: translateY(-2px);
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.9rem;
  margin-top: 5px;
}

.wpcf7-response-output {
  /* margin-top: 15px; */
  /* padding: 10px; */
  border-radius: 8px;
  font-size: 0.95rem;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-mail-sent-ng {
  background-color: #f8d7da;
  color: #721c24;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 30px 15px;
  }
}
.contact-map iframe {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.contact-map h2 {
  color: #0b3954;
  margin-bottom: 20px;
  font-size: 2rem;
}

/* Service Styles */

.services-section {
  max-width: 100%;
  padding: 0 100px 0 100px;
}

@media (max-width: 800px) {
  .services-section {
    padding: 0 20px 0 20px;
  }

  .contact-map {
    padding: 0px;
  }
}
.service-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-row.reverse {
  flex-direction: row-reverse;
}
.service-image,
.service-description {
  flex: 1 1 400px;
  min-width: 320px;
  max-width: 50%;
  box-sizing: border-box;
}
.service-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(44, 62, 80, 0.09);
  background: #fafbff;
  display: block;
  margin: 0 auto;
}
.service-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.2em;
  color: #14143b;
}
.service-subtitle {
  font-size: 1.1rem;
  color: #006de9;
  margin-bottom: 1em;
}
.service-description p {
  font-size: 1.08rem;
  color: #363763;
  line-height: 1.58;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .service-row,
  .service-row.reverse {
    flex-direction: column;
  }
  .service-image,
  .service-description {
    max-width: 100%;
    padding: 12px;
  }
  .service-image img {
    max-width: 100%;
  }
}

.feature-container {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 58px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.entry-content {
  max-width: 100% !important;
}

.feature-icon {
  font-size: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.feature-container::-webkit-scrollbar {
  display: none;
}

.feature-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 18px 0 rgba(44, 62, 80, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 380px;
  max-width: 390px;
  padding: 24px 18px;
  flex: 0 0 340px;
  transition: box-shadow 0.18s;
}

.feature-title {
  font-size: 1.33rem;
  font-weight: bold;
  margin-bottom: 7px;
}

@media (max-width: 900px) {
  .feature-container {
    padding: 15px 8px;
    gap: 18px;
  }
  .feature-box {
    min-width: 240px;
    max-width: 75vw;
    padding: 15px 7px;
  }
  .scroll-btn {
    padding: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 650px) {
  .feature-box {
    min-width: 85vw;
    max-width: 96vw;
  }
  .feature-container {
    gap: 8px;
  }
}

.why-choose {
  background: #e4f0f6;
  padding: 1px 0 20px 0;
  border-radius: 20px;
}

.why-choose h3 {
  color: #0b3954;
  margin-bottom: 20px;
  font-size: 2rem;
  text-align: center;
}

.why-choose p {
  margin: 0 auto;
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  max-width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    padding: 25px 15px;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

/* Features Home page Styles  */
.features-section {
  text-align: center;
  padding: 20px 150px 20px 150px;
}

@media (max-width: 500px) {
  .features-grid {
    display: flex !important;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
  }

  .features-grid::-webkit-scrollbar {
    display: none;
  }

  .feature-card {
    min-width: 280px !important;
  }
}

@media (max-width: 900px) {
  .features-section {
    padding: 20px 50px 20px 50px;
  }
}

.features-section h3 {
  color: #0073e6;
  margin-bottom: 10px;
  font-size: 18px;
}

.features-section h1 {
  font-size: 32px;
  margin: 0 0 40px;
  font-weight: bold;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.feature-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  text-align: left;
}

.feature-content h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.feature-content p {
  margin: 2px 0 0;
  font-size: 14px;
}

/* Our Benefits Section  */
.benefit-section {
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
  min-height: 600px;
  padding-top: 90px;
}

.benefit-imgs {
  position: relative;
  width: 540px;
  min-width: 300px;
  height: 510px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.benefit-img-main {
  width: 400px;
  height: 400px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 12px 48px 0 rgba(60, 60, 160, 0.09);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 100px;
  top: -80px;
}

.benefit-img-back {
  width: 400px;
  height: 450px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 12px 32px 0 rgba(100, 100, 150, 0.07);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
}

/* .benefit-content {
  flex: 1;
  padding: 0 200px 0 0;
} */

.benefit-content h5 {
  color: #2176ff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.benefit-content h2 {
  color: #140e40;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 18px 0;
  line-height: 1.05;
}

.benefit-content p {
  color: #252c3b;
  font-size: 1.14rem;
  margin-bottom: 35px;
  margin-top: 0;
  max-width: 600px;
}

.progress-group {
  margin-bottom: 35px;
}

.progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.19rem;
  font-weight: 700;
  color: #24243c;
  margin-bottom: 7px;
}

.progress-bar-bg {
  width: 100%;
  height: 13px;
  background: #e9eaf0;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 17px;
}

.progress-bar-fill {
  background: #1877ff;
  height: 100%;
  width: 0%;
  border-radius: 15px 2px 2px 15px;
  transition: width 1.2s cubic-bezier(0.77, 0, 0.18, 1) !important;
}

.benefit-btn {
  margin-top: 18px;
  padding: 16px 44px;
  border-radius: 7px;
  background: #f26b1e;
  color: white;
  font-weight: bold;
  border: none;
  font-size: 1.28rem;
  box-shadow: 0 2px 14px rgba(60, 60, 60, 0.09);
  cursor: pointer;
  transition: background 0.3s;
}

.benefit-btn:hover {
  background: #f26b1e;
}

@media (max-width: 1100px) {
  .benefit-section {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .benefit-imgs {
    margin: 0 auto 28px auto;
    height: 480px;
  }

  .benefit-content {
    padding: 5% 5% 5% 5%;
  }

  .benefit-content h2 {
    font-size: 2.1rem;
  }

  .process-arrow-next {
    margin-left: 0px !important;
  }
}

@media (max-width: 600px) {
  .benefit-imgs {
    width: 90%;
    max-width: 90%;
    height: 265px;
  }

  .benefit-img-main {
    width: 60vw;
    height: 160px;
    left: 20vw;
    top: 0;
  }

  .benefit-img-back {
    width: 60vw;
    height: 160px;
    left: 0;
    bottom: 0;
  }
}
/* why choose us styles */

.cleaning-agency-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 40px auto;
  padding: 20px 150px 20px 150px;
  background: #fff;
  border-radius: 16px;
}
.agency-left {
  flex: 1 1 48%;
  min-width: 350px;
}
.headline-small {
  color: #2151d8;
  font-weight: 700;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}
.headline-main {
  font-size: 2.5rem;
  font-weight: bold;
  color: #07286e;
  margin-bottom: 20px;
  line-height: 1.1;
}
.headline-desc {
  font-size: 1.1rem;
  color: #2f3651;
  margin-bottom: 24px;
}
.agency-list {
  list-style: none;
  padding-left: 0;
}
.agency-list li {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: #07286e;
  position: relative;
  padding-left: 30px;
}

.agency-right {
  flex: 1 1 40%;
  min-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter-circle {
  background: #07286e;
  color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: -60px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.09);
  border: 10px solid #fff;
  z-index: 2;
}
.counter-label {
  font-size: 1.05rem;
  color: #fff;
  font-weight: 400;
}

.agency-img {
  max-width: 90%;
  border-radius: 14px;
}
@media (max-width: 900px) {
  .cleaning-agency-container {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 50px 20px 50px;
  }
  .agency-left,
  .agency-right {
    min-width: 100%;
    padding: 10px 0;
  }
  .agency-img-block {
    width: 100%;
    height: auto;
  }
}

/* home cleaning process   */
.section-container {
  margin: 0 auto;
  padding: 5% 3% 2% 3%;
  text-align: center;
}

.subheading {
  color: #2362f6;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.main-heading {
  font-weight: 900;
  font-size: 2.25rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.cards-container {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px;
  max-width: 350px;
  padding: 2.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-wrapper {
  width: 110px;
  height: 110px;
  background: white;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.08);
  margin-bottom: 1.8rem;
}

.icon-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #2362f6;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  filter: drop-shadow(0 4px 6px rgba(35, 98, 246, 0.7));
}

.icon-svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  top: 22%;
  stroke: #2362f6;
  stroke-width: 2;
  fill: none;
}

.card-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #041d95;
}

.card-text {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333333;
}

.icon-wrapper img {
  padding-top: 25px;
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 2rem;
  }
}

/* Features Bar */
.features-bar {
  background: #4466b7;
  padding: 4rem 0 4rem 0;
  display: flex;
  justify-content: center;
  gap: 5vw;
  flex-wrap: wrap;
}

.feature {
  color: #fff;
  display: flex;
  float: left;
  gap: 1.25rem;
  max-width: 400px;
  align-items: flex-start;
}

.features-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: unset !important;
  bottom: unset !important;
}

.feature-text {
  color: #e3e8fd;
  font-size: 1rem;
  line-height: 1.4;
}

/* Promo Section */
.promo-section {
  padding: 5rem 2vw;
  display: flex;
  gap: 15vw;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}

.promo-info {
  min-width: 320px;
  max-width: 650px;
}

@media (max-width: 768px) {
  .promo-info {
    padding: 5%;
  }
}
.promo-label {
  color: #2277e6;
  font-weight: 600;
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
  display: block;
}

.promo-title {
  color: #051975;
  font-weight: 800;
  font-size: 2.45rem;
  margin-bottom: 2.2rem;
  line-height: 1.1;
}

.promo-actions {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  flex-wrap: wrap;
}

.promo-btn {
  background: #f26b1e;
  color: white;
  font-weight: 600;
  font-size: 1.18rem;
  border: none;
  border-radius: 32px;
  padding: 1rem 2.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  transition: background 0.17s;
  box-shadow: 0 3px 18px rgba(50, 100, 255, 0.06);
}

.promo-btn:hover {
  background: #f26b1e;
}

.promo-btn svg {
  width: 32px;
  height: 32px;
  stroke-width: 2.5;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: -6px;
}

.promo-call {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.promo-call-icon {
  background: #e3ebfd;
  border-radius: 50%;
  padding: 0.7rem;
}

.promo-call-icon svg {
  width: 34px;
  height: 34px;
  color: #2277e6;
  stroke-width: 2.5;
}

.promo-call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-size: 1.18rem;
}

.promo-call-text .call-label {
  color: #2277e6;
  font-weight: 600;
  font-size: 1.07rem;
}

.promo-call-text .call-number {
  color: #051975;
  font-size: 1.17rem;
  font-weight: 700;
  margin-top: 2px;
  letter-spacing: 0.03em;
}

/* Promo Image/Video */
.promo-media {
  flex: 1 1 320px;
  min-width: 300px;
  max-width: 420px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #eee;
}

.promo-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #2277e6;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.13);
  z-index: 2;
  cursor: pointer;
}

.promo-play svg {
  width: 46px;
  height: 46px;
  color: #fff;
  margin-left: 4px;
}

@media (max-width: 900px) {
  .features-bar {
    gap: 2.5vw;
  }

  .promo-section {
    flex-direction: column;
    gap: 2.5rem;
  }

  .promo-media {
    max-width: 320px;
  }
}

/* advantages section home page  */

.adv-section {
  max-width: 1550px;
  margin: 70px auto 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: 580px;
  justify-content: center;
  padding: 0 15px;
}
.adv-img {
  width: 600px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
}
/* Example SVG for illustration, replace src with your own if needed */
.adv-img svg,
.adv-img img {
  width: 600px;
  border-radius: 20px;
  /* height: 440px; */
  object-fit: contain;
  display: block;
}
.adv-content {
  flex: 1;
  max-width: 900px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adv-content h5 {
  color: #2176ff;
  font-size: 1.23rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.adv-content h2 {
  color: #140e40;
  font-size: 2.55rem;
  font-weight: 800;
  margin: 0 0 17px 0;
  line-height: 1.09;
}
.adv-content p {
  color: #252c3b;
  font-size: 1.13rem;
  margin-bottom: 32px;
  margin-top: 0;
  max-width: 650px;
  line-height: 1.6;
}
.adv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 28px;
  margin-top: 14px;
}
.adv-card {
  background: #fff;
  color: #1a237e;
  padding: 30px 38px 28px 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 12px rgba(100, 110, 180, 0.07);
  gap: 22px;
  min-width: 240px;
  transition: box-shadow 0.18s;
}
.adv-card:hover {
  box-shadow: 0 3px 24px rgba(100, 110, 180, 0.19);
}
.adv-card-icon {
  background: #1877ff;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}
.adv-card-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #162844;
}
@media (max-width: 950px) {
  .adv-section {
    flex-direction: column;
    gap: 36px;
    min-width: 0;
  }
  .adv-img,
  .adv-img svg,
  .adv-img img {
    width: 320px;
    height: 330px;
  }
  .adv-content {
    padding-left: 0;
  }
  .adv-content h2 {
    font-size: 1.55rem;
  }
  .adv-grid {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .adv-card {
    min-width: 0;
  }
}
@media (max-width: 600px) {
  .adv-content h2 {
    font-size: 1.11rem;
  }
  .adv-img,
  .adv-img svg,
  .adv-img img {
    width: 350px !important;
    height: 220px;
    object-fit: cover;
  }
  .adv-card {
    padding: 22px 15px;
  }
}

/* swiper button home page css  */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}

/* clients page css */
.client-chips {
  max-width: 100% !important;
  margin-top: 20px;
  padding: 0 40px 40px 40px;
}

.client-chips-track {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.client-chips span {
  padding: 10px 20px;
  border-radius: 50%;
  font-weight: 500;
  color: #007bba;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 150px;
}

@media (max-width: 426px) {
  .client-chips-track {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0 !important;
  }

  .client-chips-track span {
    margin: 0;
    padding: 0;
    width: 50% !important;
  }

  .client-chips {
    padding: 0 !important;
  }
}

.client-chips span img {
  min-height: 150px;
  min-width: 150px;
  max-width: 150px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  border: 1px solid black;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  object-fit: contain;
}

/* director section about page */
.director-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 350px;
  padding: 38px;
  box-sizing: border-box;
  background: none;
  gap: 98px;
}

.director-content {
  flex: 3 1 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.director-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #1c232c;
  line-height: 1.1;
}

.director-title .blue {
  color: #094576;
  font-weight: 700;
}

.director-msg {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 44px;
  color: #222;
}

.director-sign {
  margin-bottom: 0;
}

.director-role {
  font-weight: bold;
  font-size: 1.3em;
}

.director-name {
  margin-top: 0.2em;
  font-size: 1em;
}

.director-photo-block {
  flex: 1 1 350px;
  min-width: 260px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.director-photo {
  width: 320px;
  height: 320px;
  max-width: 90vw;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0.5em;
  box-shadow: 0 2px 24px -8px rgba(90, 90, 120, 0.14);
  background: #eaeaea;
}

@media (max-width: 800px) {
  .director-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .director-title {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }

  .director-photo {
    width: 150px;
    height: 150px;
  }
}

/* industies portion home page  */
.container-industries {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 10px 100px;
}

.header-industries {
  text-align: center;
  margin-bottom: 20px;
}

.header-industries h2 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.header-industries h1 {
  font-size: 42px;
  font-weight: 700;
  color: #004a7c;
  margin: 0;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.industry-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.industry-item:hover {
  transform: translateY(-5px);
}

.icon-wrapper-industry {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
}

.icon-wrapper-industry svg {
  width: 80px;
  height: 80px;
  stroke: #666;
  fill: none;
  stroke-width: 1.5;
}

.icon-wrapper-industry img {
  width: 150px;
  height: 150px;
  fill: none;
}

.industry-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 32px;
  }

  .header h2 {
    font-size: 16px;
  }

  .industries-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
  }

  .icon-wrapper-industry {
    width: 80px;
    height: 80px;
  }

  .icon-wrapper-industry svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .container-industries {
    padding: 40px;
  }

  .header h1 {
    font-size: 28px;
  }

  .industry-name {
    font-size: 12px;
    margin-top: 40px;
  }
}

/* company details  */
.container-company-details {
  padding: 50px 50px 50px 180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.company-details-header {
  font-size: 1.5rem;
  text-align: center;
  color: #003366;
}

.certificate-card {
  background: white;
  padding: 40px 0 30px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: block;
  justify-content: center;
  display: flex;
  width: 80%;
  height: 90%;
}

.certificate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.card-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}

.card-title-prefix {
  color: #666;
  font-weight: normal;
}

.card-title-main {
  color: #003366;
  font-weight: bold;
}

.certificate-image {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
}

.certificate-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .container-company-details {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 50px;
  }

  .certificate-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container-company-details {
    padding: 0px;
  }

  .certificate-card {
    width: 100%;
    height: 100%;
  }
}

/* quality tabs  */
.section {
  width: 90%;
  margin: 0px auto 30px auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Tabs */
.tabs {
  display: flex;
  background: #4466b7;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
  justify-content: center;
}

.tab-button {
  padding: 15px 30px;
  cursor: pointer;
  color: white;
  font-weight: 600;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
  border-radius: 30px;
}

.tab-button:hover {
  background: #f26b1e;
}

.tab-button.active {
  background: #f26b1e;
}

/* Content area */
.tab-content {
  display: none;
  padding: 30px;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

/* Grid layout for items */
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.equipment-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.equipment-card img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  border-radius: 10px;
}

.equipment-card h4 {
  font-size: 16px;
  margin-top: 12px;
  color: #333;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 400px) {
  .home-menu {
    display: none !important;
  }
}
