@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}
p {
  text-align: justify;
  font-weight: 400 !important;
}
.text-justify {
  text-align: justify;
}
.text-primary {
  color: #105357 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.text-secondary {
  color: #1fa4ab !important;
}
.home-bg {
  height: 530px !important;
}
.right-img {
  height: 400px !important;
  object-fit: contain;
}
.home .slide img,
.home .slide picture {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .home .slide img,
  .home .slide picture {
    height: auto !important;
  }
}
.home-position-relative {
  overflow: hidden;
  line-height: 0;
}
.home .owl-stage-outer,
.home .owl-stage,
.home .owl-item,
.home .slide {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.home-position-relative::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(31, 164, 171, 0.4),
    rgba(0, 0, 0, 0.89) /* left side dark green */ /* right side light green */
  );
  z-index: 1;
  pointer-events: none;
}
.home-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: white; */
  max-width: 100%;
  width: 1450px;
  text-align: center;
}
/* .about-img{
    max-width: 100%;
    height: 500px;
} */
/* .about-img-wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
} */

.about-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* .about-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
      height: 400px;
  background: linear-gradient(
    to right,
    rgba(16, 83, 87, 0.8),
    rgba(31, 164, 171, 0.8)
  );
  z-index: 0;
} */
.home-btn {
  background-color: #105357;
  border: 3px solid #105357;
  color: white;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.product-btn {
  background-color: #1fa4ab;
  border: 3px solid #1fa4ab;
  color: #000;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.product-btn:hover {
  background-color: #ffffff;
  border: 3px solid #1fa4ab;
  color: black;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #105357;
  color: black;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.border-left {
  border-left: 6px solid #1fa4ab;
  padding-left: 10px;
  border-radius: 10px;
}
/* .product-btn {
  background-color: #105357 ;
  color: white;
  padding: 8px 17px;
  border-radius: 4px;
  font-weight: 700;
} */
.bg-primary {
  background-color: #105357 !important;
}

/* .bg-secondary {
  background-color: #fc0100 !important;
} */

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 20px;
}
.py-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mt-6 {
  margin-top: 120px;
}
.certifocate-border {
  border: 4px solid #105357;
}
.industry-icon {
  background-color: #105357;
  color: white;
  padding: 20px;
  border-radius: 12px;
  /* height: 80px; */
}
.industry-border {
  border-bottom: 8px solid #105357;
  border-radius: 12px;
}
.mb-75 {
  margin-bottom: 75px !important;
}

@media (max-width: 991px) {
  .mb-75 {
    margin-bottom: 120px !important;
  }
}
.performance-icon {
  background-color: #1fa4ab;
  color: white;
  padding: 25px;
  border-radius: 2px;
  border-radius: 50%;
}
.tick-icon {
  background-color: #1fa4ab;
  color: white;
  padding: 24px 25px;
  border-radius: 2px;
  border-radius: 50%;
}
.solution-banner-blog {
  background-image: url(/embed/preetemp_technologies_assets/images/solutions/solution-banner.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.product-banner-blog {
  background-image: url(/embed/preetemp_technologies_assets/images/home/product-bg.jpg);
  /* min-height: 350px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.performance-banner-blog {
  background-image: url(/embed/preetemp_technologies_assets/images/home/performance-bg.jpg);
  /* min-height: 350px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.industry-absolute {
  position: absolute !important;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.industry-absolute i {
  font-size: 40px;
}

.solution-banner-blog .content {
  color: white;
  text-align: center;
}

.solution-banner-blog ul li {
  display: inline;
}
.solution-banner-blog ul {
  padding-left: 0;
}
.about-heading {
  position: relative;
  display: inline-block;
}

.about-heading::before,
.about-heading::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 41px;
  background-color: #105357;
  bottom: 9px;
}

.home-tagline-heading::before,
.home-tagline-heading::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 41px;
  background-color: #fff;
  bottom: 9px;
}

.about-heading::before {
  left: -46px;
}

.about-heading::after {
  right: -46px;
}

/* .about-heading::before {
    left: -46px;
} */

.lh-1 {
  line-height: 1;
}

/* border animation start */
.animated-border-card {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
}

/* PERFECT ROTATION FIX */
.animated-border-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250%;
  aspect-ratio: 1;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 35%,
    #0b3d40 43%,
    /* Dark Shade of #105357 */ #105357 46%,
    /* Primary Color */ #1fa4ab 49%,
    /* Light Accent */ #ffffff 50%,
    /* White Tip */ transparent 50%,
    transparent 85%,
    #0b3d40 93%,
    /* Dark Shade */ #105357 96%,
    /* Primary */ #1fa4ab 99%,
    /* Light Accent */ #ffffff 100% /* White Tip */
  );
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rotate-border 8s linear infinite;
  z-index: -2;
}

/* Inner card mask - adjusting 'inset' controls the border thickness */
.animated-border-card::after {
  content: "";
  position: absolute;
  inset: 3px; /* Increased to 3px for a clearly visible, thicker border */
  background-color: #6b9395;
  border-radius: 9px; /* Adjusted to match the outer 12px minus 3px inset */
  z-index: -1;
}

.animated-border-content {
  position: relative;
  z-index: 2;
}

@keyframes rotate-border {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* border animation end */

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  /* border-radius: .25rem; */
  border: 2px solid #0b3d40;
  color: #fff;
  background-color: #0b3d40;
  border-radius: 0px 20px;
  padding: 10px 10px;
  /* width: 100%; */
  margin-bottom: 12px;
}
.nav-pills .nav-link:last-child {
  margin-bottom: 0 !important;
}
.product-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fff;
  color: #0b3d40;
}
.border-primary {
  border-color: #0b3d40 !important;
}
.border {
  border: 2px solid #0b3d40 !important;
  border-radius: 1px 25px;
}
.product-bg {
  position: relative;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url("images/product-bg/product1.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  transition: background-image 0.4s ease-in-out;
}
.key-features-bg {
  position: relative;
  background:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url("images/home/banner/demo.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}
/* .counter-section {
  background: #f8f9fa;
}

.counter-box {
  padding: 30px 15px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.counter-box:hover {
  transform: translateY(-8px);
}

.counter {
  font-size: 40px;
  font-weight: 700;
  color: #105357;
}

.counter-box p {
  margin-top: 10px;
  font-weight: 500;
  color: #555;
} */

/* .home-section {
  overflow: hidden;
}

.slide {
  height: 500px; 
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: linear-gradient(
    rgba(16, 83, 87, 0.7),
    rgba(31, 164, 171, 0.5)
  );

  z-index: 1;
}

.slide .container {
  position: relative;
  z-index: 2;
}

.slide img {
  max-height: 420px;
  object-fit: contain;
} */
.slide .container {
  position: relative;
  z-index: 2;
}
.slide {
  height: auto;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center;
  position: relative;
}
.slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  /* rgba(31, 164, 171, 0.7) */
  /* background: linear-gradient(
    rgba(16, 83, 87, 0.99),
    rgba(0, 0, 0, 0.4)
  ); */

  z-index: 1;
}
/* Button styling */
/* .home-btn {
  background: #1fa4ab;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
} */

/* .home-btn:hover {
  background: #105357;
} */
.product-img-box {
  position: relative;
  overflow: hidden;
}

.product-img {
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}

/* Hover image initially hidden */
.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* On hover */
.product-img-box:hover .hover-img {
  opacity: 1;
}

.product-img-box:hover .main-img {
  opacity: 0;
}

/* .cta-section {
  padding: 60px 0;
  background: linear-gradient(-45deg, #105357, #1fa4ab, #0c3c3f, #1fa4ab);
  background-size: 400% 400%;
  animation: gradientMove 8s ease infinite;
  color: #fff;
  overflow: hidden;
  position: relative;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.cta-text h4 {
  font-size: 28px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

.cta-text p {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.4s;
}

.cta-btn {
  background: #fff;
  color: #105357;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.4s ease;
  display: inline-block;
  font-weight: 600;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.8s;
}

.cta-btn:hover {
  background: #105357;
  color: #fff;
  transform: scale(1.05);
} */

/* @keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
.cta-section {
  padding: 60px 0;
  background: linear-gradient(-45deg, #105357, #1fa4ab, #0c3c3f, #1fa4ab);
  background-size: 400% 400%;

  /* ⬇️ Slower background animation */
  animation: gradientMove 18s ease infinite;

  color: #fff;
  overflow: hidden;
  position: relative;
}

/* Background animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Text animation (slower) */
.cta-text h4 {
  font-size: 28px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.5s ease forwards;
}

.cta-text p {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.5s ease forwards;
  animation-delay: 0.5s;
}

/* Button (slower) */
.cta-btn {
  background: #fff;
  color: #105357;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.5s ease;
  display: inline-block;
  font-weight: 600;

  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.5s ease forwards;
  animation-delay: 1s;
}

.cta-btn:hover {
  background: #105357;
  color: #fff !important;
  transform: scale(1.05);
}
.overflow-hidden {
  overflow: hidden !important;
}
.banner-right-img {
  height: 350px;
  object-fit: cover;
  border-radius: 53px;
  filter: opacity(0.5);
}
/* Fade Up Animation */

.services-section {
  overflow: hidden;
}

/* Circular Stat Styling */
.stat-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.3s ease; */
  transform: scale(1.15);
}

.stat-circle:hover {
  transform: scale(1.05);
}

/* .blue-glow {
    background: radial-gradient(circle, #1a4a91 0%, #0a2558 100%);
    color: white;
} */
.blue-glow {
  background:
    radial-gradient(circle, rgba(31, 164, 171, 0.8), rgba(0, 0, 0, 0.89) 100%),
    url("/embed/preetemp_technologies_assets/images/home/key-feature-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

.white-bg {
  background: white;
  color: #0b3d40;
  border: 1px solid #dee2e6;
}

.stat-circle h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
}

.stat-circle p {
  font-size: 0.9rem;
  margin: 0;
}

/* Text Content Styling */
.section-title {
  color: #0b3d40;
  font-weight: 800;
  letter-spacing: 1px;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-weight: 500;
  color: #444;
}

/* Custom Double Arrow Bullet */
.service-list li::before {
  content: "»";
  position: absolute;
  left: 0;
  color: #0b3d40;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

/* Machine Image Overlap Effect */
.machine-image-container {
  position: relative;
  z-index: 2;
  /* This creates the "pop-out" look from the section */
  /* margin-top: 40px;  */
}
.client-bg-secondary {
  background-color: #e4e6e8 !important;
}
.client-rounded-3 {
  border-radius: 3.3rem !important;
}
.machine-image-container img {
  /* border: 8px solid white; */
  width: 100%;
  max-width: 700px;
  display: block;
  /* margin-left: auto; */
}

.client-img {
  max-height: 80px;
  width: auto !important;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.client-img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .machine-image-container img {
    margin: 0 auto;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .home .slide img {
    max-height: 520px !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {
  .home-position-relative::before {
    display: none !important;
  }
  .home .slide img,
  .home-section .slide img {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .owl-dots {
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
  }
  .flex-direction {
    flex-direction: column-reverse;
  }
}

@media (max-width: 528px) {
  .home .slide img,
  .home-section .slide img {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .pt-6 {
    padding-top: 80px;
  }
  .py-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-6 {
    margin-top: 80px;
  }
  .home-bg {
    height: 730px !important;
  }
  /* .expertise-heading::after,
.expertise-heading::before {
    right: 0px;
    left: 0px;
} */
  .expertise-heading::before {
    left: 0px;
  }

  .expertise-heading::after {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .key-features-bg {
    background:
      linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
      url("images/home/banner/dem.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}
