        @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --orange: #FE1010;
  --black: #000;
  --white: #ffffff;
  --gray: #666666;
  --bg-blue: #0000B8;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bg-primary{
  background-color: var(--bg-blue) !important;
}
.btn-primary{
  background-color: var(--bg-blue) !important;
}
.text-primary{
  color: var(--orange) !important;
}
body {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  background-color: var(--white);
  overflow-x: hidden;
}

/* topbar */
.header-bar .header-logo {
  max-height: 60px;
  width: auto;
}

.contact-stack {
  font-family: "Roboto", Tahoma, Geneva, sans-serif;
}

.contact-stack .contact-item span:nth-child(1) {
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 500;
}
.mobile-header .header-logo{
  width: 200px;
}
.contact-stack .contact-item span:nth-child(2) {
  color: var(--gray);
  font-size: 0.8rem;
}

.contact-stack .contact-icon {
  color: var(--orange);
  font-size: 30px;
  margin-right: 0.5rem;
}

.header-bar {
  background-color: var(--white);
  padding: 1rem 0;
}

/* NAVBAR */
.navbar {
  background: var(--bg-blue);
  min-height: 60px;
}

.navbar .nav-link {
  color: var(--white) !important;
  /*margin-right: 35px;*/
  font-weight: normal;
  text-transform: uppercase;
}

.product-details .badge{
  background: var(--orange);
}

/* ===== DESKTOP DROPDOWN STYLE ===== */
@media (min-width: 1201px) {
  /* Dropdown container */
  .navbar .dropdown-menu {
    background-color: #eef1f5;
    border-top: 2px solid var(--orange) !important;
    min-width: 250px;
    padding: 0;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
    display: block; /* important for animation */
  }

  /* Show dropdown on hover */
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
     

  /* Dropdown items */
  .navbar .dropdown-menu .dropdown-item {
    font-weight: 400;
    color:#000000;
    font-size: 14px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 0.2s ease-in-out;
    background-color: transparent;
  }

  /* Remove border from last item */
  .navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }

  /* Hover effect */
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    color: var(--orange);
    padding-left: 25px;
  }


  .services-dropdown {
    min-width: 280px;
    background: #eef1f5;
    
    border-top: 2px solid var(--orange) !important;
    border: none;
    padding: 0;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.20);
  }

  .services-dropdown .dropdown-item {
    color: #000;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
  }
.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
  .services-dropdown .dropdown-item:hover {
    background: #ffffff;
    padding-left: 25px;
  }

  /* Submenu container */
  .dropdown-submenu {
    position: relative;
  }

  /* Submenu */
  .dropdown-submenu > .dropdown-menu {
    
    top: 0;
    left: 100%;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.25s ease;
    display: block;
    min-width: 260px;
    background: #eef1f5;
  }

  /* Show submenu on hover */
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  /* Arrow indicator */
  .dropdown-submenu > a::after {
          content: "›";
        float: right;
        font-size: 20px;
        border: none;
        margin-top: -5px;
  }
}


.our-services .service-card .card-img img{
  height: 300px !important;
  object-fit: cover;
}
.our-services .btn-primary{
  background-color: var(--orange) !important;
  border: none !important;
}
.our-projects .btn-primary{
  background-color: var(--orange) !important;
  border: none !important;
}


/* ICON BUTTONS */
.icon-btn {
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.icon-btn:hover {
  color: var(--orange);
}

/* GET QUOTE */
.btn-quote {
  background: var(--orange);
  color: var(--white);
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 600;
  padding: 0 24px;
  height: 60px;
  border-radius: 0;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}

.btn-quote:hover {
  color: var(--black);
  background: var(--orange);
}

.custom-toggler {
  border: 2px solid var(--gray);
  border-radius: 5px;
  box-shadow: none;
}

.custom-toggler:focus {
  box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.text-orange{
  color: var(--orange);
}
.text-gray{
  color: var(--gray);
}
.text-black{
  color: var(--bg-blue) !important;
}
.text-dark{
  color: #000 !important;
}
.bg-orange{
  background-color: var(--orange);
}
/* HERO SECTION */
.hero-section {
  margin-top: 0px;
  position: relative;
}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(5, 15, 30, 0.9),
    rgba(5, 15, 30, 0.3)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--orange);
  max-width: 600px;
}

.hero-content .hero-pre-head {
  line-height: 40px;
  letter-spacing: 0px;
  color: var(--orange);
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 0;
}

.hero-content h1 {
  font-family: Oswald;
  text-transform: uppercase;
  color: var(--white);
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 55px;
}

.hero-content p {
    font-family: Roboto;
    text-transform: uppercase;
    color: var(--white);
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 15px;
}

.hero-content .btn {
  background-color: rgba(0, 0, 0, 0);
  font-family: Oswald;
  text-transform: uppercase;
  color: var(--white);
  border-color: var(--orange);
  border-style: solid;
  border-width: 3px;
  padding: 12px 35px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 0px;
}

.hero-content .btn:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.hero-content .hero-pre-head,
.hero-content h1,
.hero-content p,
.hero-content .btn {
  opacity: 0;
  transform: translateX(-200px);
  animation: slideIn 1s ease forwards;
}

.hero-content .hero-pre-head {
  animation-delay: 0.3s;
}

.hero-content h1 {
  animation-delay: 0.8s;
}

.hero-content p {
  animation-delay: 1.3s;
}

.hero-content .btn {
  animation-delay: 1.8s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Carousel controls */
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 50%;
}

.hero-section .carousel-control-prev {
  left: 3%;
}

.hero-section .carousel-control-next {
  right: 3%;
}


 /* ================= ABOUT SECTION =================  */
.about-section{
  position: relative;
  z-index: 2;
}
.about-para{
  color: var(--gray);
  line-height: 1.8;
  font-family: Roboto;

}
.signature{
  height: 60px;
}
.orange-bottom-bar{
  background-color: var(--orange);
  max-width: 1200px;
  position: relative;
  z-index: -22;
  left: 0;
}
.orange-bottom-bar h4{
  padding-left: 3em;
  padding-right: 6em;
}
.about-right-image{
  margin-top: 0;
}
.kwow-more-about-text{
  top: -42px;
  right:0px;
  left:0;
  z-index: 10;
}
.know-more-about-btn{
  text-decoration: none;
}

 /* ================= OUR SERVICES =================  */
.our-services{
  background-color: #eef1f5;
}
.service-card{
  height: 100%;
}
.card-img{
  width: 100%;
}
.card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card .card-content a:nth-child(1){
  font-size: 14px;
  font-weight: 400;
}

 /* ================= WHAT WE DO =================  */
 .what-we-do{
  background-color: var(--black);
 }
.skill-progress{
  background: #f7f7f7;
  position: relative;
  height: 10px;
  /* width: 100%; */
}
.orange-bar{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 111;
  background-color: var(--orange);
}
.first-bar{
  width: 90%;
}
.second-bar{
  width: 80%;
}
.we-do-card{
  padding: 0 20px;
}
.we-do-card .svg-img{
  color: var(--orange);
}
.we-do-para{
  font-family: Roboto;
  opacity: 0.8;
}

 /* ================= OUR PROJECTS ================= */
.project-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Center content */
.center-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Roboto;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s ease;
}

.center-content .link-one {
  margin: 0;
  font-size: 18px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #fff;
}

.center-content .link-sec {
  font-size: 12px;
  opacity: 0.85;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}

/* Expand button */
.expand-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border: 2px solid #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.85;
  transition: 0.3s ease;
}

.expand-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
}

/* Hover Effects */
.project-card:hover .overlay {
  opacity: 1;
}

.project-card:hover .center-content {
  opacity: 1;
  transform: translateY(0);
}


/* MODAL */
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.img-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

 /* ================= CTA =================  */
 
 .cta-btn{
  /* float: inline-end; */
  background-color: rgba(0, 0, 0, 0);
  font-family: Oswald;
  text-transform: uppercase;
  color: var(--white);
  border-color: var(--white);
  border-style: solid;
  border-width: 3px;
  padding: 12px 35px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 0px;
}

.cta-btn:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--white);
}

  /* ================= WHY CHOOSE US =================  */
  .why-choose-us{
    background-color: #eef1f5;
    padding-bottom: 100px;
  }
  .why-choose-us-list{
    line-height: 2.5;
  }
  .why-choose-us-list li i{
    color: var(--orange);
  }
  .why-choose-us-btn{
  background-color: rgba(0, 0, 0, 0);
  font-family: Oswald;
  text-transform: uppercase;
  color: var(--orange);
  border-color: var(--orange);
  border-style: solid;
  border-width: 3px;
  padding: 12px 35px;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 0px;
  }
  .why-choose-us-btn:hover{
    background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  }

   /* ================= NEWS =================  */
   .news{
    background-color: var(--black);
   }
   .news-link{
    color: var(--white);
    transition: all 0.3s ease;
   }
   .news-link:hover{
    color: var(--orange);
   }

   .testi-card .quote{
    color: var(--orange);
   }

   .testi-card-content .testi-user a{
    color: var(--orange);
   }
   .testi-card-content .testi-user .text-small{
    font-size: 12px;
    font-weight: normal;
    font-family: "roboto";
   }
   .testi-carousel{
    position: relative;
   }
   .testi-carousel .owl-dots{
    position: absolute;
    bottom: 4%;
    right: 0%;
   }
   
     .latest-news-img{
    margin-top: -90px;
    float: right;
   }
   .testi-carousel{
    padding-left: 100px;
   }
   /* Normal dot (circle outline) */
.testi-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;     
  border: 2px solid rgba(255, 255, 255, 0.5);       
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot */
.testi-carousel .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: transparent;     
}
.cta-svg svg{
  color: #fff;
}
   
/* ================= FOOTER =================  */
.footer-section {
  background: #ffffff;
  padding: 70px 0 50px;
  font-size: 15px;
  color: #555;
}

.footer-logo {
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
}

.footer-logo i {
  margin-right: 6px;
}

.footer-title {
  font-weight: 500;
  position: relative;
  color: #313131;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--orange);
  position: absolute;
  left: 0;
  bottom: -13px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--gray);
  font-size: 15px;
  font-family: Roboto;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--orange);
}

/* Flickr */
.flickr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.flickr-grid img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #aaaaaa;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: var(--orange);
  color: #fff;
}

/* Newsletter */
.newsletter-form {
  display: flex;
}

.newsletter-form input::placeholder{
  font-family: roboto;
  font-size: 1rem;
  letter-spacing: 0.8px;
}
.newsletter-form input {
  flex: 1;
  padding: 14px;
  border: 1px solid #fff;
  outline: none;
  background-color: #f2f2f2;
}

.newsletter-form button {
  padding: 0 40px;
  background: var(--orange);
  height: 60px;
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.newsletter-form button:hover{
  background: var(--bg-blue);
}


.copyright{
  font-family: roboto;
  font-weight: 500;
}
.copyright-left span a{
  color: var(--bg-blue);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.copyright-left span a:hover{
  color:  var(--orange);
}
.copyright-right{
  float: inline-end;
}
.copyright-right ul li a{
  color: var(--bg-blue);
  transition: all 0.3s ease;
}
.copyright-right ul li a:hover{
  color: var(--orange);
}


/* ======================================== ABOUT PAGE ========================================== */
.about-hero{
  height: 50vh;
  background: url(../images/about/titlebarbg2.jpg) no-repeat center;
  background-size: cover;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgb(255, 255, 255); 
}
/* approach section  */
.about-approach{
  background-color: #eef1f5;
}


  .worker-img {
  width: 50px;
  filter: brightness(0) saturate(100%)
          invert(69%) sepia(75%)
          saturate(2140%)
          hue-rotate(344deg)
          brightness(102%)
          contrast(101%);
}



   /* Vision Section Styles */
.vision-section {
  background-color: var(--bg-blue);
}

.vision-image {
  width: 100%;
  height: 500px;   /* IMPORTANT: height dena zaroori hai */
  position: relative;
}

.vission-img-lyer {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: -80px;

  width: 100%;

  background-image: url("../images/about/construction-workers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 1;
}
.vision-content {
  background-color: var(--bg-blue);
  color: var(--white);
  min-height: 100%;
}

.vision-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.vision-title {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  text-transform: uppercase;
}

.vision-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.stat-label {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--white);
}

.stat-value {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.progress {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--white);
  width: 0;
  transition: width 1.5s ease-in-out;
}



/* Team Section Styles */
.team-section {
  background-color: #EEF1F5;
  padding-bottom: 300px !important;
  z-index: -1;
  position: relative;
}

.section-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
  text-transform: uppercase;
}

.team-card {
  background-color: var(--white);
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.team-image {
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      filter: gray;
    -webkit-filter: grayscale(1);

  display: block;
  transition:  0.3s ease;
}

.team-card:hover .team-image img {
    -webkit-filter: grayscale(0);

}

.team-info {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:10px;
  height: 100%;
}
.border-bottom{
  border-bottom: 1px solid #ccc;
}

.team-name {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.team-role {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--orange);
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

.team-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  padding-bottom: 20px;
}

.team-social {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 35px;
  height: 35px;
  background-color: #3a3a3a;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

.social-link:hover {
  background-color: var(--orange);
  color: var(--white);
}



/* Testimonials Section Styles */
.testimonials-section {
  position: relative;
  overflow: hidden;
  margin-top: -250px;
}
.testimonials-section .container {
  position: relative;
  background-color: var(--orange);
  padding: 30px 0;

}
.testimonials-section .testimonial-wrapper::before{
  position: absolute;
  content: "";
  top: 0;
  right: -30%;
  width: 60%;
  height: 100%;
  z-index: -1;
  background-color: var(--orange);
}

.testimonial-wrapper {
    padding: 60px 0 60px 30px;
}

/* Quote Icon */
.quote-icon {
  text-align: center;
  margin-bottom: 30px;
}

.quote-icon i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.3);
}

/* Testimonial Content */
.testimonial-item {
  text-align: center;
  padding: 0 50px;
}

.testimonial-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: var(--white);
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 300;
}

.testimonial-name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.testimonial-position {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  display: block;
}

/* Navigation Buttons */
.testimonial-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.nav-btn {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: transparent;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background-color: var(--white);
  color: var(--orange);
  border-color: var(--white);
}

/* Custom Dots */
.testimonial-dots {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.testimonial-dots .owl-dot {
  width: 12px;
  height:16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dots .owl-dot.active,
.testimonial-dots .owl-dot:hover {
  background-color: var(--white);
  border-color: var(--white);
}

/* Owl Carousel Custom Styles */
.testimonial-slider .owl-nav,
.testimonial-slider .owl-dots {
  display: none;
}



/* Blog Section Styles */
.blog-section {
  background-color: #fff;
}

.blog-item {
  padding: 15px;
}

.blog-card {
  background-color: var(--white);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}



.blog-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}



.blog-category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--orange);
  color: var(--white);
  padding: 8px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-category i {
  font-size: 14px;
}

.blog-content {
  padding: 30px 10px;
}

.blog-title {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  margin-bottom: 10px;
}

.blog-link {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.blog-link:hover {
  color: var(--orange);
}

.blog-link i {
  transition: transform 0.3s ease;
}

.blog-link:hover i {
  transform: translateX(5px);
}

/* Hide Owl Carousel Navigation and Dots */
.blog-slider .owl-nav,
.blog-slider .owl-dots {
  display: none !important;
}




/* CTA Section Styles */
.cta-section {
  background-color: var(--orange);
  padding: 25px 0;
}

.cta-content {
  gap: 20px;
}

.cta-icon {
  width: 50px;
  height: 50px;
  border: 2px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-icon i {
  font-size: 24px;
  color: var(--white);
}

.cta-title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.2;
}

.cta-button {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: var(--white);
  color: var(--orange);
}



/* Services Section Styles */
.services-section {
  background-color: #f8f8f8;
}

.services-header {
  max-width: 100%;
}

.services-title {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.services-description {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray);
  max-width: 100%;
}

.service-card {
  background-color: transparent;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}



.service-image {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-bottom: 1px solid var(--orange);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.849);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}

.view-details-btn {
  padding: 9px 20px;
  border: 2px solid var(--orange);
  background-color: transparent;
  color: var(--orange);
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.view-details-btn:hover {
  background-color: var(--orange);
  color: var(--white);
}

.service-content {
  padding: 10px 0;
  text-align:start;
}

.service-name {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--bg-blue) !important;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.g-8{
 row-gap: 40px;
}


/* What We Do Section Styles */
.what-we-do-section {
  background-color: var(--white);
}

.section-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.what-title {
    font-family: "Oswald", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--black);
    text-transform: uppercase;
}

.what-description {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray);
}

.divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

/* Feature Items */
.feature-item {
  position: relative;
}

.feature-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
}

.feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  font-size: 50px !important;
  color: var(--orange);
}

.feature-number {
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #e5e5e5dc;
  line-height: 1;
  position: absolute;
  left: 80px;
  top: -10px;
  z-index: 1;
}

.feature-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.feature-description {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    margin-bottom: 0;
}


/* Supplier Section Styles */
.supplier-section {
  background-color: var(--white);
}

.supplier-content {
  background-color: var(--orange);
  padding: 80px 60px 80px 115px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.supplier-label {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.supplier-title {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* Service List */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.service-year {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
  min-width: 60px;
  flex-shrink: 0;
  position: relative;
  padding-left: 25px;
}

.service-year::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: var(--white);
}

.service-details {
  flex: 1;
}

.service-name {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.service-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

/* Image Section */
.supplier-image {
  height: 100%;
  min-height: 500px;
  margin-top: 40px !important;
}

.supplier-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Clients Section Styles */
.clients-section {
  background-color: #f8f8f8;
  padding-top: 90px !important;
}

.clients-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.clients-title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clients-description {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gray);
  margin-bottom: 0;
}

/* Client Logos */
.clients-logos {
  width: 100%;
}

.client-logo-box {
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  transition: all 0.3s ease;
}

.client-logo-box:hover {
  border-color: var(--orange);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.client-logo-box img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.client-logo-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.leadership-card{
  padding: 1rem;
  display: flex;
  justify-content: center;
}

/* Team Inner Page Section Styles */
.team-inner-section {
  background-color: var(--white);
}

.team-member-card {
  background-color: var(--white);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.team-member-image {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-color: #f5f5f5;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.team-member-card:hover .team-member-image img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.team-member-info {
  padding: 10px 0px;
  text-align: left;
}

.team-member-role {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--orange);
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.team-member-name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}



/* FAQ Section Styles */
.faq-section {
  background-color: #f8f8f8;
}

.faq-block {
  
  padding: 50px 40px;
}

.faq-main-title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.faq-intro-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 15px;
}

/* FAQ Accordion */
.faq-accordion {
  margin-top: 30px;
}

.faq-item {
  border: none;
  margin-bottom: 20px;
  background-color: #eef1f5;
  border-radius: 5px;

}

.faq-item.active-question {
  border-color: var(--orange);
}

.faq-question {
  width: 100%;
  background-color:#eef1f5;
  border: none;
  padding: 18px 25px;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item.active-question .faq-question {
  background-color: var(--orange);
  border-radius: 4px 4px 0 0;
  color: var(--white);
}

.faq-question:hover {
  background-color: var(--orange);
  color: var(--white);
}


.faq-item.active-question .faq-question i {
  color: var(--white);
}


.faq-answer p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gray);
  margin-bottom: 0;
}



.faq-answer {
  padding: 0;
  background-color: var(--white);
  display: none; /* jQuery slide के लिए */
  overflow: hidden;
}

.faq-answer.show {
  display: block;
  padding: 20px 25px;
  border-top: 1px solid #e5e5e5;
}

/* Icon rotation smooth */
.faq-question i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.faq-question:not(.collapsed) i {
  transform: rotate(180deg);
}



/* Services Banner Section */
.services-banner-section {
 
  padding: 80px 0 60px;
  position: relative;
}

.services-banner-content {
  max-width: 100%;
}

.banner-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.banner-title {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color:#000;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 50px;
}

.services-cards-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.service-mini-card {
  background-color: var(--white);
  padding: 30px;
  flex: 1;
  min-width: 280px;
  box-shadow: var(--shadow);
}

.service-mini-icon {
  width: 60px;
  height: 60px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-mini-icon i {
  font-size: 28px;
  color: var(--white);
}

.service-mini-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.service-mini-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 0;
}

/* About Video Section */
.about-video-section {
    background-image: url(../images/our-approach/ts-approchbg.jpg);
  background-size: cover;
  background-position: center;  
  padding: 80px 0;
  position: relative;

}




/* About Content Box */
.about-content-box {
  background-color: #f5f5f5cc;
  padding: 80px 60px;
  backdrop-filter: blur(5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-label {
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.about-title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 25px;
}

.about-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 20px;
}

/* Counter Stats Section */
.counter-stats-section {
  /* background-color: #EEF1F5; */
  /* border-top: 1px solid #e5e5e5; */
}

.counter-item {
  text-align: center;
}

.counter-number {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 15px;
}

.counter-number .plus-sign {
  font-size: 30px;
  margin-left: 5px;
}

.counter-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}



.industry-section {
  font-family: "Oswald", sans-serif;
  padding: 70px 0;
}

.industry-img img,
.bottom-img img {
  min-height: 100%;
  object-fit: cover;
}

/* Right content */
.industry-content {
  padding: 80px 70px;
  background: var(--white);
}

.industry-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--black);
}

.industry-content p {
  font-family: "Roboto", sans-serif;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 30px;
}

.read-more {
  font-weight: 600;
  text-decoration: none;
  color: var(--black);
  border-bottom: 2px solid var(--black);
  padding-bottom: 4px;
}

/* ----------------- products page filter -------------------- */
.filter-sidebar {
  position: sticky;
  top: 100px; /* Adjust this value based on header height */
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .filter-sidebar {
    align-self: flex-start; /* Ensures it starts at the top of its flex container */
  }
}

/* ----------------- blog page -------------------- */

.blog-card .card-title a:hover {
    color: var(--orange) !important;
}

.blog-card .btn-link:hover {
    color: var(--orange) !important;
}

.sidebar .widget-title {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

.sidebar .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 50px;
    height: 3px;
    background-color: var(--orange);
}

.sidebar .btn-orange {
    background-color: var(--orange);
    color: white;
    border: none;
}

.sidebar .btn-orange:hover {
    background-color: #e68a00;
}

.sidebar-widget .related-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar-widget .related-post a:hover {
    color: var(--orange) !important;
}

/* ----------------- contact page -------------------- */

.contact-form .form-control {
    border-radius: 0;
    padding: 1rem;
    border: 1px solid #ddd;
}

.contact-form .form-control:focus {
    border-color: var(--orange);
    box-shadow: none;
}

.map-container {
    min-height: 450px;
}

/* Mobile Header */
.mobile-header {
    display: none; /* Hidden by default */
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

/* Mobile Bottom Nav */
.mobile-bottom-nav {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    justify-content: space-around;
    padding: 0.5rem 0;
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    font-size: 0.75rem;
    background: none;
    border: none;
}

.mobile-bottom-nav .nav-item i {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

/* Offcanvas Menu */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -300px; /* Hidden by default */
    width: 300px;
    height: 100%;
    background-color: var(--white);
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
}

.offcanvas-menu.open {
    right: 0;
}

.offcanvas-menu .offcanvas-body{
    height: 500px;
}
.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.offcanvas-body .navbar-nav {
    padding: 1rem;
}

.offcanvas-body .nav-link {
    color: var(--black) !important;
    padding: 0.75rem 1rem;
}

.offcanvas-backdrop {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1040;
}

.offcanvas-backdrop.show {
    display: block;
}


@media (max-width: 767.98px) {
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-bottom-nav {
        display: flex;
    }
}




.filter-title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.form-check {
  margin-bottom: 10px;
}

.form-check-label {
  cursor: pointer;
}


/* Orange quote */
.quote-box {
  background: var(--orange);
  color: var(--white);
  padding: 80px 60px;
  display: flex;
  align-items: center;
}

.quote-box p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}



/* Bottom image */
.bottom-img {
  min-height: 300px;
}


/* ======================================== PRODUCTS PAGE ========================================== */

 .product-card {
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 0PX;
    border: 8px solid #eef1f5;
    box-shadow: 0 0 30px rgba(115, 128, 157, 0.1);
    transition: border .5s all ;
  }
  .product-card:hover {
    border: 4px solid var(--orange);
    box-shadow: 0 10px 30px rgba(115, 128, 157, 0.2);
  }

  .product-card .card-title{
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  .product-card .card-text{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: var(--gray);
    margin-bottom: 15px;
  }
  .product-card .card-category{
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color:#b4b4b4 !important;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
  }
  .card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .text-orange {
    color: var(--orange);
  }
  .product-card:hover .card-img-top {
    transform: scale(1.05);
  }
  .btn-view-more {
    background-color: var(--orange);
    color: white;
    width: 100%;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .btn-view-more:hover {
    background-color: #e0861a;
  }


  /* Main Section Styling */
.project-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

/* Heading */
.project-section h2 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #09162a;
}

/* Details List */
.project-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-section li {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.project-section strong {
    display: block;
    font-size: 1rem;
    color: #000;
}
.project-section span {
    display: block;
    font-size: .9rem;
    color: #495057;
}

/* Inquiry Button */
.button-wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .button-wrapper {
    text-align: left;
  }
}

.inquiry-btn {
  padding: 8px 25px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #fd972e;
  border: none;
  border-radius: 0px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inquiry-btn:hover {
  background-color: #e0861a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(253, 151, 46, 0.3);
}

/* Images Spacing */
.images-column img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .images-column {
    order: -1; /* Images above details on mobile/tablet */
  }
}

@media (max-width: 768px) {
  .project-section h2 {
    font-size: 2rem;
  }
  
  .project-section strong {
    font-size: 1.1rem;
  }
  
  .project-section span {
    font-size: 1rem;
  }
}


/* Challenge, Milestone & Mission Section */
.challenge-section {
  background-color: #f8f8f8;
}

.info-block {
  background-color: var(--white);
}

.block-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.block-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

/* Challenge Block */
.challenge-block {
  padding: 40px;
}

/* Milestone Block (Orange) */
.milestone-block {
  background-color: var(--orange);
  overflow: hidden;
}

.milestone-content {
  padding: 60px 50px;
}

.milestone-image {
  height: 100%;
  min-height: 400px;
}

.milestone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mission Block */
.mission-block {
  padding: 40px;
}

/* Post Footer */
.post-footer {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.post-tags {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tags-label {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
}

.tag-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.3s ease;
}

.tag-link:hover {
  color: var(--orange);
}

/* Social Share */
.social-share {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.share-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.share-icon:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

/* Post Navigation */
.post-navigation {
  padding: 20px 0;
}

.nav-link {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--orange);
}

.nav-link i {
  transition: transform 0.3s ease;
}

.prev-post:hover i {
  transform: translateX(-5px);
}

.next-post:hover i {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .milestone-content {
    padding: 40px 30px;
  }
  
  .milestone-image {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .challenge-block,
  .mission-block {
    padding: 30px 20px;
  }
  
  .milestone-content {
    padding: 30px 20px;
  }
  
  .milestone-image {
    min-height: 250px;
  }
  
  .block-title {
    font-size: 18px;
  }
  
  .block-text {
    font-size: 13px;
  }
  
  .social-share {
    justify-content: flex-start;
    margin-top: 15px;
  }
  
  .post-tags {
    margin-bottom: 15px;
  }
}



/* Sidebar Page Section */
.sidebar-page-section {
  background-color: #f8f8f8;
}

/* Sidebar Styles */
.sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background-color: var(--white);
  overflow: hidden;
}

/* Services Menu */
.services-menu {
  box-shadow: var(--shadow);
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  border-bottom: 1px solid #e5e5e5;
}

.services-list li:last-child {
  border-bottom: none;
}

.services-list a {
  display: block;
  padding: 18px 25px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.services-list a::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  transition: all 0.3s ease;
}

.services-list a:hover,
.services-list a.active {
  background-color: var(--orange);
  color: var(--white);
  padding-left: 35px;
}

.services-list a:hover::after,
.services-list a.active::after {
  color: var(--white);
  right: 20px;
}

/* Download Widget */
.download-widget {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background-color: var(--black);
  color: var(--white);
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: var(--orange);
  color: var(--white);
  padding-left: 30px;
}

.download-btn i {
  font-size: 24px;
}

/* Contact Box */
.contact-box {
  padding: 30px 25px;
  box-shadow: var(--shadow);
}

.widget-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 20px;
}

.contact-link {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--black);
  gap: 12px;
}

/* Main Content Styles */
.main-content {
  background-color: var(--white);
  padding: 50px;
}

.content-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.content-description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
  margin-bottom: 15px;
}

/* Featured Images */
.featured-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Section Styles */
.section-heading {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray);
}

/* Features List */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 12px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
}
.feature-item i {
  color: var(--orange);
  font-size: 18px;
}

/* Expert Services */
.expert-service {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.service-icon {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 2px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-icon i {
  font-size: 24px;
  color: var(--black);
}

.service-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.service-description {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .main-content {
    padding: 40px 30px;
  }
  
  .sidebar {
    position: static;
    margin-top: 40px;
  }
  
  .content-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding: 30px 20px;
  }
  
  .content-title {
    font-size: 24px;
  }
  
  .featured-images img {
    height: 200px;
  }
  
  .expert-service {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
  }
}


.case-studies-section .card-img-top{
  height: 450px;
}

.case-studies-section .card{
  border: none;
}
.case-studies-section .card-body {
  padding: 20px 0;
  
}

.case-studies-section .card-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.case-studies-section .card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--gray);
  margin-bottom: 15px;
}

.case-studies-section .studi-btn{
  color:var(--orange);
  border: none;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.case-studies-section .display-2{
  font-size: 2.5rem;
}



/* Floating Action Buttons */
.fab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.fab-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.fab-item:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.fab-item i {
    font-size: 20px;
}
/* Floating Action Buttons */
.fab-container-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
.fab-container-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fab-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: var(--orange); */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.whats-btn{
  background-color: #1DAA61;
}
.call-btn{
  background-color: #007bff;
}
.fab-item:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.fab-item i {
    font-size: 20px;
}

/* Wave animation */
.wave {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--orange);
    opacity: 0;
    animation: wave 3s infinite;
    z-index: -1;
}

.wave:nth-child(2) {
    animation-delay: 1s;
}

.wave:nth-child(3) {
    animation-delay: 2s;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Chatbot styles */
.chatbot-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px;
    height: 500px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    display: none; /* Hidden by default */
}

.chatbot-header {
    background-color: var(--orange);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-messages {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: #f7f7f7;
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
}
#chat-input-area{
  position:absolute;
  bottom: 0px;
  width: 100%;
}

#user-input {
    flex-grow: 1;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

#send-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: var(--orange);
    cursor: pointer;
    margin-left: 10px;
}

.chat-message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    max-width: 80%;
    word-wrap: break-word;
}

.bot-message {
    background-color: #e9e9eb;
    align-self: flex-start;
}

.user-message {
    background-color: var(--orange);
    color: white;
    align-self: flex-end;
    margin-left: auto;
}
/* Update Chatbot styles for better layout and scrolling */
.chatbot-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px;
    height: 500px; /* Fixed height for consistent sizing */
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column; /* Arrange children vertically */
    overflow: hidden; /* Hide any overflow from content */
    z-index: 1000;
    display: none; /* Hidden by default */
}

.chatbot-header {
    background-color: var(--orange);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0; /* Prevent header from shrinking */
}

.chat-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow chat-area to take available space */
    overflow: hidden; /* Hide overflow within chat-area */
}

.chat-messages {
    flex-grow: 1; /* Messages take available space */
    padding: 15px;
    overflow-y: auto; /* Enable scrolling for messages */
    background-color: #f7f7f7;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    flex-shrink: 0; /* Prevent input from shrinking */
}

#user-input {
    flex-grow: 1;
    border: 1px solid #ccc; /* Add border for visibility */
    padding: 8px; /* Adjust padding */
    border-radius: 5px;
    margin-right: 5px; /* Space between input and button */
}

#send-btn {
    background-color: var(--orange); /* Use theme color */
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px; /* Adjust font size */
}

#send-btn i {
    font-size: 16px; /* Match button text size */
}

.chat-message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    max-width: 80%;
    word-wrap: break-word;
    font-size: 14px; /* Adjust font size */
    line-height: 1.4;
}

.bot-message {
    background-color: #e9e9eb;
    align-self: flex-start;
}

.user-message {
    background-color: var(--orange);
    color: white;
    align-self: flex-end;
    margin-left: auto;
}

/* Contact Form Section within Chatbot */
.contact-form-section {
    flex-grow: 1;
    padding: 15px;
    background-color: #f7f7f7;
    overflow-y: auto; /* Allow scrolling if form content is too long */
}

.contact-form-section h5 {
    color: var(--black);
}

.contact-form-section .form-control {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.contact-form-section .btn-primary {
    background-color: var(--orange);
    border-color: var(--orange);
}
.contact-form-section .btn-primary:hover {
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
}


/* ================= CASE STUDIES SECTION CSS ================= */
.case-studies-section {
    position: relative;
    overflow: hidden;
}

.case-study-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-left: 4px solid transparent;
}

.case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-left-color: var(--orange);
}

.case-study-image {
    position: relative;
    overflow: hidden;
    height: 280px;
    background-color: #f0f0f0;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.08);
}

.industry-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.industry-tag span {
    display: inline-block;
    background-color: var(--orange);
    color: #ffffff;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 2px 8px rgba(254, 16, 16, 0.3);
}

.case-study-content {
    padding: 28px 24px 32px;
    background: #ffffff;
}

.case-study-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-study-summary {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    min-height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-study-cta {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.case-study-cta:hover {
    color: var(--orange);
    border-bottom-color: #000;
    padding-left: 5px;
}

.case-study-cta i {
    transition: transform 0.3s ease;
}

.case-study-cta:hover i {
    transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .case-study-image {
        height: 250px;
    }
    
    .case-study-title {
        font-size: 20px;
        min-height: auto;
    }
    
    .case-study-summary {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .case-study-image {
        height: 220px;
    }
    
    .case-study-content {
        padding: 22px 20px 28px;
    }
    
    .industry-tag {
        top: 15px;
        right: 15px;
    }
    
    .industry-tag span {
        padding: 6px 14px;
        font-size: 12px;
    }
}



/* Blog card modern look */
.blog-card {
    transition: all 0.35s ease;
    border-radius: 16px;
    overflow: hidden;
    background: white;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

.blog-image {
    height: 240px;
    object-fit: cover;
    transition: transform 0.6s ease;
}



.image-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-card:hover .image-overlay {
    opacity: 1;
}

.blog-card:hover .btn-read-more {
    opacity: 1;
    transform: translate(-50%, -10px);
    transition: all 0.4s ease;
}

/* Previous styles same rakhna + yeh naye/add karo */

/* Remove old button styles if you had */
.btn-read-more,
.btn-outline-dark.mt-auto {
    display: none !important;   /* safety ke liye */
}

/* New simple read more link */
.read-more-link {
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #111 !important;
}

.read-more-link:hover {
    color: var(--orange) !important;   /* indigo shade, ya apna brand color daal sakte ho */
    text-decoration: underline !important;
}

.read-more-link:hover .arrow-icon {
    transform: translateX(6px);
}

.arrow-icon {
    font-size: 1.2rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Dark mode friendly (optional) */
@media (prefers-color-scheme: dark) {
    .read-more-link {
        color: #e2e8f0 !important;
    }
    .read-more-link:hover {
        color: #a5b4fc !important;
    }
}

.badge.bg-gradient-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: white;
    border: none;
    font-weight: 600;
}

/* Line clamp for text overflow */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blog-owl-carousel .card {
    transition: all 0.35s ease;
    border-radius: 16px;
}

.blog-owl-carousel .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}


.badge.bg-gradient-primary {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
    color: white;
    font-weight: 600;
    border: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-link {
    color: #111;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #6366f1;
    text-decoration: underline;
}

.read-more-link:hover .arrow-icon {
    transform: translateX(6px);
}

.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Owl nav polish */
.owl-nav button {
    background: rgba(0,0,0,0.6) !important;
    color: white !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    margin: 0 -15px !important;
    font-size: 1.4rem !important;
}

.owl-nav button:hover {
    background: rgba(0,0,0,0.9) !important;
}

.owl-nav .owl-prev { left: 0; }
.owl-nav .owl-next { right: 0; }

.owl-dots .owl-dot span {
    background: #ccc !important;
    width: 10px !important;
    height: 10px !important;
}

.owl-dots .owl-dot.active span {
    background: var(--orange) !important;
}

.trust-bar {
    background-color: #1a1a1a; /* dark background for contrast */
    border-bottom: 2px solid #ff6b00; /* orange accent */
}

.trust-bar .separator {
    color: #666;
    font-weight: bold;
    margin: 0 8px;
}

.trust-bar span {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.blog-owl-carousel .owl-nav{
    display: none !important;
}
@media (max-width: 768px) {
    .trust-bar {
        padding: 1.25rem 0 !important;
    }
    .trust-bar span {
        font-size: 1rem;
    }
}
@media (max-width: 563px){
    .blog-owl-carousel .owl-dots{
        margin-top: 18px !important;
    }
}