@import url('https://fonts.googleapis.com/css2?family=Monda:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Monda:wght@400..700&display=swap');

:root {
  --primary-color: #e5332d;
  --secondary-color: #ffffff;
  --text-color: #333333;
  --text-color-white: #ffffff;
  --heading-color: #000000;
  --font-family-para: 'Manrope', sans-serif;
  --font-family-Heading: 'monda', sans-serif;
  --section-title-color: rgba(130, 126, 125, 1)
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.contact-popup form{
  overflow: hidden;
}

.contact-popup .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-popup .form-control,
.contact-popup .form-select {
  border-radius: 6px;
  padding-left: 40px;
}

.contact-popup .input-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #aaa;
}

.contact-popup .form-group {
  position: relative;
  margin-bottom: 15px;
}

.contact-popup .submit-btn {
  background: #e63946;
  border: none;
  padding: 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.contact-popup .submit-btn:hover {
  background: #d62839;
}

/* Header Section Start */
.header-section .header-contact-detail {
  background-color: var(--primary-color);
}

.header-section .icon ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.header-section .icon ul li {
  background: white;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
}

.header-section .icon ul li img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.header-section .contact ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0px;
}

.header-section .contact ul li {
  color: white;
  font-size: 14px;
  font-family: inter;
  padding-top: 4px;
}

.header-section .get-quote-btn a {
  font-family: inter;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: black;
}

.header-section .get-quote-btn a span {
  margin-left: 8px;
  line-height: 10px;
}

.header-section .get-quote-btn a img {
  vertical-align: middle;
}

.header-section .get-quote-btn a .img02 img {
  width: 10px;
  height: 10px;
  margin-bottom: 4px;
}

.header-section .menu {
  font-family: inter;
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  margin-left: 40px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  padding: 0 0;
}

.header-section .menu:hover {
  transition: all 0.2s ease-in-out;
  border-left: 2px solid red;
  border-right: 2px solid red;
  color: red;
}

.v-line {
  width: 1px;
  height: 65px;
  background: #e5e5e5;
  margin: 0 24px;
}

.quote-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border: 0;
  background-color: #fff;
}

.quote-btn .icon-box {
  width: 38px;
  height: 38px;
  background: #e94d26;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-btn .icon-box i {
  color: #fff;
  font-size: 20px;
}

.quote-btn:hover {
  color: #000;
}


.top-bar {
  background-color: #e4362f;
  /* exact red color */
  color: #fff;
  font-size: 14px;
}

/* Icons Left */
.social-icons a {
  width: 32px;
  height: 32px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
}

/* Contact icons */
.contact-info i {
  font-size: 16px;
}




/* Responsive adjustments */
/* ===== MOBILE VIEW FIX (No HTML Change) ===== */

@media (max-width: 1250px) {
  .header-section .menu {
    margin-left: 25px;
  }
}

@media (max-width: 1100px) {
  .header-section .menu {
    margin-left: 10px;
  }

  .header-section .menu:hover {
    border-left: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
  }
}

@media (max-width: 991px) {
  .header-section .menu:hover {
    border-left: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
  }
}

@media (max-width: 768px) {


  /* Top bar alignment */
  .top-bar .container {
    flex-direction: column;
    gap: 8px;
  }

  /* Center social icons */
  .social-icons {
    justify-content: center;
  }

  /* Hide contact info on mobile (as image) */
  .contact-info {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    text-align: center;
  }

  .contact-info span {
    font-size: 12px;
  }

  .contact-info i {
    font-size: 14px;
  }

  /* Top bar alignment */
  .top-bar .container {
    flex-direction: column;
    gap: 10px;
  }

  .social-icons {
    justify-content: center;
  }

  /* Navbar spacing */
  .navbar {
    padding: 10px 0;
  }

  /* Logo size adjustment */
  .navbar-brand img {
    width: 70px;
    height: auto;
  }

  /* Hide vertical lines */
  .v-line {
    display: none;
  }

  /* Hamburger button style (black circle) */
  .navbar-toggler {
    border: none;
    background: #000;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* White hamburger lines */
  .navbar-toggler-icon {
    filter: invert(1);
    width: 22px;
    height: 22px;
  }

  /* Hide GET A QUOTE on mobile */
  .quote-btn {
    display: none;
  }

  /* Center menu text when opened */
  .navbar-nav {
    text-align: center;
    margin-top: 10px;
  }

  .menu {
    margin-left: 0;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {

  .navbar .container {
    position: relative;
  }

  /* Toggler stays FIXED (no movement) */
  .navbar-toggler {
    position: absolute;
    right: 12px;
    top: 12px;
    /* 🔥 FIXED position */
    transform: none;
    /* 🔥 REMOVE translate */
    z-index: 1050;
  }

  .navbar-collapse {
    width: 100%;
  }
}

/* Header Section End */

/* Hero Section Start */
.hero-section {
  background-image: url("../images/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* full screen height */
  width: 100%;
}

.hero-section .hero-banner-text {
  color: var(--secondary-color);
  padding: 0px 0px;
  padding-top: 80px;
}

.hero-section .hero-banner-text h1 {
  font-family: "monda", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-section .hero-banner-text p {
  font-family: var(--font-family-para);
  font-size: 20px;
  line-height: 1.2;
  max-width: 800px;
  color: rgba(214, 214, 214, 1);
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .hero-section .hero-banner-text h1 {
    font-size: 25px;
  }

  .hero-section .hero-banner-text p {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .hero-section .hero-banner-text h1 {
    font-size: 18px;
  }

  .hero-section .hero-banner-text p {
    font-size: 14px;
  }
}

/* Hero Section End */

/*------------- About Section Start---------------- */
.about-section {
  padding: 0;
  background: #ffffff;
}

.left-column {
  background: #f3f3f3;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-column img {
  width: 100%;
  object-fit: cover;
  width: 500px;
  height: 481px;
}

.about-content {
  font-family: "Manrope", sans-serif;
  padding: 0px 60px;
}

.about-content h6 {
  font-family: "Monda", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--section-title-color);
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.about-content h6::after {
  content: "";
  width: 84px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-content h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
  font-family: var(--font-family-Heading)
}

.about-content p {
  color: rgba(130, 126, 125, 1);
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 18px;
  font-family: var(--font-family-para);
}

.about-section .about-content-deatils {
  border-bottom: 1px solid rgba(226, 226, 226, 1);
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.custom-btn {
  background: #e94d26;
  color: #fff;
  padding: 13px 15px 13px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
}

.custom-btn .icon-circle {
  width: 26px;
  height: 26px;
  background: #fff;
  /* white circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.custom-btn .icon-circle i {
  color: #e94d26;
  /* orange arrow */
  font-size: 14px;
  font-weight: bold;
}

.content-wrapper {
  margin-top: 25px;
}

/* -----------About Section End----------------- */



/*------------- Services Section Start---------------- */

.services-section {
  background: rgba(243, 241, 241, 1);
  margin: 30px 0px;
}

.services-section {
  position: relative;
  background: #f7f7f7;
}

.services-section .vertical-lines {
  position: absolute;
  top: 0;
  left: -189px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(to right,
      transparent 0,
      transparent calc(25% - 1px),
      rgba(0, 0, 0, 0.08) calc(25% - 1px),
      rgba(0, 0, 0, 0.08) 25%,
      rgba(0, 0, 0, 0.08) 25%);
  opacity: 1.2;
}

.services-label {
  font-size: 12px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  letter-spacing: 2px;
  border-bottom: red 1px solid;
  width: 4.5rem;
  padding-bottom: 0.2rem;
  margin: auto;
}

.service-box {
  padding: 20px;
}

.service-box:hover .img-circle {
  transform: scale(1.04);
}

.img-circle {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ddd;
  padding: 8px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.12); */
  transition: 0.3s;
  overflow: hidden;
}

.img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.service-link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  /* color: #d23c2c; */
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

.service-link .icon-circle,
.satisfaction-quote .icon-circle {
  color: #d23c2c;
  border: 1px solid red;
  border-radius: 100%;
  padding: 1px 5px;
  margin-right: 7px;
}

.message-btn .icon-circle {
  background-color: white;
  color: #d23c2c;
  border-radius: 100%;
  font-weight: bold;
  padding: 2px 6px;
  margin-left: 10px;
}

.service-link img {
  background-color: #d23d2c8a;
  border-radius: 100%;
  margin-right: 0.5rem;
  width: 30px !important;
  height: 30px;
}

.service-link:hover {
  color: #ff1900;
  /* letter-spacing: 1px; */
}

.services-section .vertical-lines {
  display: none;
}

@media (max-width: 400px) {}

/* ----------- Services Section End----------------- */


/* ---------------------------- Strength Section Start -------------------  */
.strength-section {
  background: #ffffff;
  padding: 0 0.5rem;
}

.strength-section .strength-box {
  background: #fff;
  border: 2px solid #000000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* Top corner red triangle */
.strength-section .strength-top-shape {
  width: 0;
  height: 0;
  border-top: 125px solid #EB5424;
  border-right: 310px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.strength-section .text-orange {
  color: #EB5424;
}

.strength-section .strength-card {
  border: 1px solid #EB5424;
  padding: 25px;
  border-radius: 8px;
  transition: 0.3s;
}

.strength-section .strength-card:hover {
  background: #fff5f0;
  transform: translateY(-5px);
}

.strength-section .exp-card {
  border: 2px solid #ff6a4d;
  border-radius: 12px;
  background: #fff;
  /* padding: 25px; */
}

.strength-section .icon-box {
  width: 60px;
  height: 60px;
  background: #eef5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength-section .icon-box i {
  font-size: 28px;
  color: #ff6a4d;
}


/* Responsive */
@media (max-width: 768px) {
  .strength-section .strength-top-shape {
    border-top: 60px solid #EB5424;
    border-right: 150px solid transparent;
  }

  .strength-box h2 {
    margin-top: 3rem;
  }
}

/* ----------Strength Section End----------------------------- */


/* ---------------------- */

.owl-nav button {
  position: absolute;
  top: 40%;
  background: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.owl-prev {
  background: #fff !important;
  border-radius: 100% !important;
  left: -20px;
  border: black solid 1px !important;
}

.owl-next {
  background: #fff !important;
  border: black solid 1px !important;
  border-radius: 100% !important;
  right: -20px;
}

/* Zoom-in animation on active slide */
.owl-carousel .owl-item {
  transition: 0.5s ease-in-out;
  transform: scale(0.92);
  opacity: 0.5;
}

.owl-carousel .owl-item.active.center,
.owl-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1;
}

/* --------------------------------------- */

.product-card {
  position: relative;
  height: 25rem;
  overflow: hidden;
}

@media (min-width: 570px) and (max-width: 1024px) {
  .product-card {
    height: 20rem;
  }
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.product-card:hover .product-img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.788), transparent);
}

.btn-orange {
  background: #e34826;
  color: #fff;
  padding: 6px 18px;
  font-size: 14px;
  border: none;
  text-decoration: none;
}

.btn-orange:hover {
  background: #c83d1f;
  color: #fff;
}

.btn-view-all {
  display: inline-block;
  padding: 10px 25px;
  background: #e34826;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

.btn-view-all:hover {
  background: #c83d1f;
  color: white;
}

/* ------------------- */
.brand-section {
  background: #f3f1f1;
}

.brand-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.brand-card:hover {
  transform: translateY(-5px);
}

.brand-icon {
  width: 156px;
  height: 46px;

  margin-bottom: 10px;
}

.brand-text {
  font-size: 16px;
  font-weight: 500;
  color: #d9534f;
  /* red color like image */
}

/* --------------------------- */

.footer-section {
  /* background: #09142e; */
  background: #1d254b;
  color: #fff;
  position: relative;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links a {
  color: #cfd4db;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #00aaff;
}

.footer-social {
  width: 35px;
  height: 35px;
  background: #1b2847;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social:hover {
  background: #00aaff;
}

.footer-contact p {
  color: #cfd4db;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-line {
  border-color: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

@media (max-width: 800px) {
  .footer-divs {
    text-align: center;
  }

}

/* WhatsApp Button */
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  /* background: #25d366; */
  color: #fff;
  font-size: 28px;
  /* padding: 12px; */
  /* border-radius: 50%; */
  z-index: 999;
  animation: float 2s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}


.blog-section {
  background: #ffffff;
}


.small-title {
  font-family: "Monda", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #777;
  font-weight: 600;
  margin-bottom: 8px;
}

.main-title {
  font-family: "Monda", sans-serif;
  font-size: 36px;
  font-weight: 700;
}


.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blog-content {

  font-family: "Manrope", sans-serif;
  padding: 22px;
}

.blog-content .date {
  font-size: 13px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}

.blog-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.read-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 22px;
  background: #ff4b2b;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.read-btn:hover {
  background: #e63a1c;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 22px;
  }

  .blog-card img {
    height: 200px;
  }
}


.faq-section {
  padding: 70px 0;
  background: #fff;
}

/* LEFT IMAGE */

.faq-image-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.faq-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay Box */

.image-overlay-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #1e1e1e;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-overlay-box h5 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.query-btn {
  background: #ff4b2b;
  color: #fff;
  border-radius: 30px;
  padding: 7px 18px;
  border: none;
}

/* RIGHT SIDE */

.faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* ACCORDION */

.custom-accordion .accordion-item {
  background: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

/* Active Item */

.custom-accordion .accordion-item.active {
  background: #ff4b2b;
  color: #fff;
}

.custom-accordion .accordion-item.active .accordion-header i {
  transform: rotate(90deg);
}

/* Header */

.accordion-header {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

/* Body */

.accordion-body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Show Body */

.accordion-item.active .accordion-body {
  padding: 15px 20px 20px;
  max-height: 300px;
  background: #f4f4f4;
  color: rgba(67, 67, 67, 1);
}

/* Icon */

.accordion-header i {
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Responsive */

@media(max-width:768px) {

  .faq-title {
    font-size: 26px;
  }

  .image-overlay-box {
    flex-direction: column;
    gap: 10px;
  }

}

/* ---------------About page css----------------- */

.about-page-banner {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url("../images/Background-about.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}



/* Content */
.about-page-banner .banner-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-page-banner .banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-page-banner .banner-content p {
  margin-top: 10px;
  font-size: 16px;
  opacity: 0.8;
}

.about-page-banner .banner-content span {
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-page-banner .about-page-banner {
    height: 220px;
  }

  .about-page-banner.banner-content h1 {
    font-size: 30px;
  }

  .about-page-banner .banner-content p {
    font-size: 14px;
  }
}


@media(min-width:992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


/* industry css */

.rt-section {
  background: #ffffff;
}

.rt-title {
  font-size: 32px;
  font-weight: 700;
}

/* Card */
.rt-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.rt-card:hover {
  transform: translateY(-5px);
}

/* Image Box */
.rt-img-box {
  position: relative;
  overflow: hidden;
}

.rt-img-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Icon Button */
.rt-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e63946;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

/* Content */
.rt-content {
  padding: 18px;
}

.rt-content h5 {
  font-weight: 700;
  font-size: 18px;
}

.rt-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* Responsive Fix */
@media(max-width: 576px) {
  .rt-img-box img {
    height: 180px;
  }

  .rt-title {
    font-size: 26px;
  }
}


.brand-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.bd-section .brand-item {
  padding: 0 10px;
}

.bd-section .brand-card {
  background: #fff;
  border-radius: 10px;
  height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.bd-section .brand-card img {
  max-width: 80%;
  max-height: 60px;
  object-fit: contain;
}

.bd-section .slick-prev:before,
.slick-next:before {
  color: #ccc;
  font-size: 30px;
}

.bd-section .slick-prev {
  left: -40px;
  z-index: 1;
}

.bd-section .slick-next {
  right: -40px;
  z-index: 1;
}


/* service page css */

.cnc-tools-section {
  background: #f8fbff;
}

/* Title */
.cnc-tools-title {
  font-weight: 700;
  font-size: 32px;
}

.cnc-tools-subtitle {
  font-size: 14px;
  color: #6c757d;
}

/* Card */
.cnc-tools-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.cnc-tools-card:hover {
  transform: translateY(-6px);
}

/* Image */
.cnc-tools-img {
  position: relative;
}

.cnc-tools-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Icon */
.cnc-tools-icon {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Content */
.cnc-tools-content {
  padding: 18px;
}

.cnc-tools-content h5 {
  font-size: 18px;
  font-weight: 700;
}

.cnc-tools-content p {
  font-size: 14px;
  color: #666;
}

.cnc-tools-content a {
  font-size: 14px;
  font-weight: 600;
  color: #ff5722;
  text-decoration: none;
}

.cnc-tools-content a:hover {
  text-decoration: underline;
}

/* Button */
.cnc-tools-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.cnc-tools-btn:hover {
  background: #ff5722;
}

/* Mobile Fix */
@media (max-width: 576px) {
  .cnc-tools-title {
    font-size: 24px;
  }

  .cnc-tools-img img {
    height: 170px;
  }
}


.ods-section {
  background: #ffffff;
}

/* Title */
.ods-title {
  font-size: 34px;
  font-weight: 700;
}

.ods-subtitle {
  font-size: 15px;
  color: #6c757d;
}

/* Card */
.ods-card {
  background: #fff;
  border-radius: 15px;
  padding: 45px 20px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  position: relative;
  height: 100%;
}

/* Step Number */
.ods-step-number {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: #0b132b;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon Circle */
.ods-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Icon Colors */
.ods-blue {
  background: #2979ff;
}

.ods-orange {
  background: #ff6d00;
}

.ods-green {
  background: #00c853;
}

/* Card Text */
.ods-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.ods-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* Connecting Line */
.ods-row {
  position: relative;
}

.ods-line {
  position: absolute;
  top: 90px;
  left: 1%;
  width: 90%;
  height: 3px;
  background: linear-gradient(to right,
      #2979ff 0%,
      #ff6d00 50%,
      #00c853 100%);
  z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  .ods-line {
    display: none;
  }

  .ods-title {
    font-size: 26px;
  }

  .ods-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}





.supcnt-section {
  background: #ffffff;
  position: relative;
}

/* Top Icon */
.supcnt-top-icon {
  width: 55px;
  height: 55px;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: auto;
}

/* Title */
.supcnt-title {
  font-size: 34px;
  font-weight: 700;
}

.supcnt-phone {
  color: #ff3d00;
  font-weight: 600;
}

/* Horizontal Line */
.supcnt-top-line {
  width: 80%;
  height: 1px;
  background: #ededed;
  /* margin-bottom: 40px; */
  position: absolute;
  bottom: 100px;
  left: 0px;
}

/* Box */
.supcnt-box {
  padding: 0 25px;
}

/* Icons */
.supcnt-icon {
  font-size: 26px;
  color: #bdbdbd;
  margin-bottom: 10px;
}

/* Heading */
.supcnt-box h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Text */
.supcnt-box p {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 1.8;
}

/* Links */
.supcnt-box a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
}

.supcnt-box a:hover {
  text-decoration: underline;
}

/* Vertical Lines */
.supcnt-mid-border {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

/* Responsive Fix */
@media (max-width: 768px) {

  .supcnt-mid-border {
    border-left: none;
    border-right: none;
  }

  .supcnt-top-line {
    margin-bottom: 20px;
  }

  .supcnt-box {
    padding: 15px 10px;
  }

  .supcnt-title {
    font-size: 26px;
  }
}


/* ----------------Satisfaction Start   ---------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

/* HERO */
.motto {
  position: relative;
  height: 80vh;
  background: url("../images/Background-motto.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.motto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.motto-content {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

/* TOP */
.top-title {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ccc;
  padding-bottom: 6px;
  border-bottom: 2px solid red;
  margin-bottom: 25px;
}

/* MIDDLE */
.middle-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 25px;
}

.middle-content h1 {
  font-size: 48px;
  margin-top: 10px;
}

/* PLAY CIRCLE */
.play-circle {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* PLAY ICON */
.play-icon {
  font-size: 28px;
  z-index: 2;
}

/* CIRCULAR TEXT */
.circle-text {
  position: absolute;
  inset: 0;
}

.circle-text span {
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: 0 70px;
  font-size: 10px;
  letter-spacing: 2px;
}

/* BOTTOM */
.bottom-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bottom-content p {
  max-width: 520px;
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 14px 36px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transform: translateX(-20px);
  transition: 0.3s;
}

.btn:hover {
  background: #f04a2f;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 600px) {

  .motto {
    height: auto;
    padding: 60px 0;
    text-align: center;
  }

  .motto-content {
    padding: 0 20px;
  }

  .top-title {
    margin-left: auto;
    margin-right: auto;
  }

  .middle-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    border-bottom: none;
  }

  .middle-content h1 {
    font-size: 30px;
    margin-top: 0;
  }

  .play-circle {
    width: 120px;
    height: 120px;
  }

  .circle-text span {
    transform-origin: 0 60px;
    font-size: 9px;
  }

  .bottom-content {
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
  }

  .bottom-content p {
    max-width: 100%;
    font-size: 14px;
  }

  .btn {
    transform: translateX(0);
    padding: 12px 32px;
  }
}

*body {
  background: #f4f1ef;
}

/* ===== HEADING ===== */
.heading {
  text-align: center;
  padding: 40px 15px;
}

.heading span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  padding-bottom: 5px;
  border-bottom: 2px solid red;
}

.heading h2 {
  font-size: 32px;
  margin-top: 10px;
}

/* ===== MAIN ===== */
.work-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

/* ===== LEFT IMAGE (DESKTOP) ===== */
.work-image {
  flex: 2;
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* ===== CONTENT BOX ===== */
.content-box {
  background: #fff;
  width: 340px;
  padding: 30px;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.content-box span {
  font-size: 12px;
  color: #999;
}

.content-box h3 {
  margin: 10px 0;
  font-size: 22px;
}

.content-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.content-box a {
  display: inline-block;
  margin-top: 20px;
  /* color: #f04b23; */
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.content-box a:hover {
  transition: color 0.2s ease-in-out;
  color: #f04b23;

}

/* ===== RIGHT STEPS ===== */
.work-steps {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.step {
  border-left: 1px solid #e0e0e0;
  background: #f7f5f4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 768px) {
  .step {
    height: 20rem;
  }
}

/* NUMBER */
.step-no {
  width: 100%;
  padding: 18px 0;
  font-weight: bold;
  color: #333;
}

/* TITLE (FIXED CENTERING) */
.step-title {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #777;
  flex: 1;

  /* 🔥 FIX */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

/* ACTIVE STATE */
.step.active .step-no {
  background: #f04b23;
  color: #fff;
}

.step.active .step-title {
  background: #1c1c1c;
  color: #fff;
  width: 100%;

  /* 🔥 KEEP CENTER */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== MOBILE VIEW ===== */
@media(max-width:768px) {

  .work-container {
    flex-direction: column;
  }

  /* REMOVE IMAGE */
  .work-image {
    background: none !important;
    height: auto;
  }

  .content-box {
    position: static;
    transform: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media(max-width:480px) {
  .heading h2 {
    font-size: 26px;
  }
}