.logo-img {
  max-width: 200px;
}
.intro-section .intro-wrapper.style1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-padding120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.text-primary {
  color: var(--theme) !important;
}
.text-load {
  color: var(--header) !important;
}
.nav-pills .nav-link {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme);
  background-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: var(--header);
  background-color: transparent;
  border-bottom: 4px solid var(--header);
}
.nav-pills .nav-link:focus {
  box-shadow: none;
}

.service-title {
  min-height: 60px; /* keeps 2-line titles aligned */
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-title .icon i {
  font-size: 48px;
  color: var(--main-color); /* use your theme’s main color */
}

.service-title .icon i {
  color: var(--theme);
  min-width: 48px;
  text-align: center;
}

.service-title h3 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Fix height to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card {
  border: 1px solid var(--border);
  padding: 30px;
  transition: all 0.3s ease;
  border-radius: 20px;
  background-color: var(--white);
}
.service-card .product-title {
  font-size: 24px;
  font-weight: 600;
  height: 30px;
  overflow: hidden;
  color: var(--header);
}
.service-card p {
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.sticky.header-1 .header-main .main-menu ul li a.active,
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.message-wrapper.style1
  .message-inner
  .message-left-part
  .title-section.style2
  .title-content
  h2 {
  color: var(--white);
  font-size: 48px;
}
/* Product Card */
.product-card {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #f27d01;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Card Image: No padding, fills width */
.card-img {
  padding: 10px;
  width: 100%;
  height: 200px; /* fixed height */
  overflow: hidden;
  border-radius: 10px;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 10px;
}

/* Card Content */
.card-content {
  padding: 5px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

/* Product Title: 2-line fixed height */
.product-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  /* height: 2.8em; 1.4 */
  overflow: hidden;
  color: #333;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Paragraph */
.card-content p {
  font-size: 16px;
  color: #555;
  margin: 0;
  flex-grow: 1;
}

.product-title2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
  /* font-family: sans-serif; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.about-text {
  line-height: 26px !important;
  font-size: 18px !important;
  margin-bottom: 10px;
}
.title-text a {
  /* font-size: 32px !important; */
  text-transform: capitalize !important;
}

@media screen and (max-width: 768px) {
  .contact-title {
    line-height: 58px !important;
    color: #000000 !important;
  }
}

.page-breadcrumb {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #555;
  width: 100%;
  min-height: 200px;
  padding: 100px 60px 60px 60px;
  color: #ffffff !important;
}
.page-breadcrumb ul li {
  color: #ffffff !important;
  padding: 10px 10px !important;
}

.all-services .product-card:hover {
  border: 1px solid var(--theme);
  scale: 1.05;
}
.all-services .product-card:hover h3 {
  color: var(--theme) !important;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-list li {
  display: flex;
  align-items: flex-start; /* keeps icon aligned with first text line */
  gap: 10px; /* space between icon and text */
  margin-bottom: 12px;
  line-height: 1.5;
}

.spec-list img {
  width: 20px; /* adjust icon size */
  height: 20px;
  flex-shrink: 0; /* prevents icon from shrinking */
  margin-top: 3px; /* small visual alignment tweak */
}

.header-main .main-menu ul li a {
  display: inline-block;
  padding: 18px 0;
  text-align: left;
  position: relative;
  color: var(--header) !important;
  font-family: "Lexend", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 28px;
  transition: all 0.4s ease-in-out;
}
.details-items {
  /* border-radius: 10px; */
  padding: 50px 0px;
  border-bottom: 4px solid var(--header);
}
.breadcumb-wrapper {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-social-icon ul li a i {
  color: var(--header) !important;
}

.coming-soon-content {
  padding: 60px 20px;
  border-radius: 20px;
  background: #f8f9fa;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.coming-soon-content:hover {
  transform: translateY(-5px);
}
.breadcumb .breadcumb-bg {
  position: absolute;
  right: 0px;
  bottom: 0;
  opacity: 0.7;
  z-index: 1;
}
.header-button .gt-btn-icon-2::after {
  color: #fff !important;
}

.card-content .gt-btn-icon-2::after {
  color: #fff !important;
}

.components-bg {
  background-image: url(../images/comp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.description p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000000;
}
/* Properly aligned check-circle icon before each list item */
.tab-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px; /* space between icon and text */
  margin-bottom: 5px;
}

.tab-content ul li::before {
  content: "\F26B"; /* Bootstrap icon for check-circle-fill */
  font-family: "bootstrap-icons";
  color: #f07d01; /* your brand color */
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}
.tab-content h4 {
  margin: 20px 0px;
  color: #000000;
}
.bg-primary {
  background-color: var(--theme) !important;
}

/* Background video setup */
.intro-section {
  position: relative;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  color: #fff;
}

.intro-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Black overlay */
.intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* Adjust opacity for visibility */
  z-index: 2;
}

/* Content sits above video and overlay */
.intro-wrapper {
  position: relative;
  z-index: 3;
}

.intro-title h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

.intro-title p {
  font-size: 18px;
  margin-top: 20px;
  color: #f1f1f1;
}

@media screen and (min-width: 1200px) {
  .header-container {
    max-width: 1200px;
  }
}
.components-bg .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-heading h5 {
  font-size: 30px !important;
}
.sticky.header-1 {
  padding: 0 0 !important;
}
