:root {
    --main-color: #1c7a3c;
    --white-color: #ffffff;
    --black-color: #000;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
    --primary: #EB1616;
  --secondary: #255597;
  --light: #000;
  --dark: #e0e7ef;
  --grey: #6c757e5c;
  --body: #e1ecff;
  --span-c :#e90000;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/

.section-entry {
  padding: 5.5rem 0 4.5rem;
}
.section-entry-top {
  padding-top: 5.5rem;
}
.section-entry-bottom {
  padding-bottom: 4.5rem;
}
.page-section {
  padding: 2rem 0;
}

.relative {
  position: relative;
}
.width100 {
  width: 100%;
}
.txtct {
  text-align: center;
}
.align-c {
  align-items: center;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    /* background: var(--bs-white); */
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


   /* /////////<<<--------Navbar start here--------------->>>//////////// */

.nav-top-w {
  background-color: rgb(255 255 255 / 70%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-top-w.scrolled {
    background-color: #fff;
}

.top-nav-e {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.top-nav-e a {
  margin-left: 0.5rem;
  color: var(--secondary);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.subheader-seo {
  padding-top: 120px;
  background: #fff;
}

.subheader-seo .crumb {
  color: rgba(0, 0, 0, 0.55);
}

.subheader-seo .crumb a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.subheader-seo .crumb a:hover {
  color: var(--secondary);
}

.subheader-seo .crumb-sep {
  opacity: 0.6;
  margin: 0 0.25rem;
}

.subheader-seo .subheader-title {
  display: inline-block;
  background: #fff;
  padding: 0.55rem 1.75rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .subheader-seo {
    padding-top: 95px;
  }
  .subheader-seo .subheader-title {
    font-size: 1.05rem;
    padding: 0.45rem 1.25rem;
  }
}

.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

.product-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main_menu>ul>li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}

.main-menu-ul {
  margin: 0;
}

.main_menu ul li {
  position: relative;
}

.main_menu ul li .active,
.main_menu ul li:hover>a {
  color: var(--hover-color);
}

.main_menu ul li ul {
  width: 200px;
  background: #fff;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  left: 0;
  right: 0;
  background: var(--main-color);
  /*display: flex;
  flex-wrap: wrap;*/
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
}

.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}

.mega_menu_item h3 {
  margin-bottom: 15px;
}

.mega_menu_item img {
  width: 100%;

}

.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1250px;
}

.mobile_btn {
  display: none;
}

/*working now*/

/*.navbar-toggler-icon {
  background-image: none; 
  color: black; 
}*/


/*.navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: black; 
  margin: 4px 0;
  transition: all 0.3s ease;
}*/
.navbar-toggler {
    background: none; /* Remove background */
    border: none!important; /* Remove border */
    outline: none!important; /* Remove outline */
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
    display: block; /* Make sure the hamburger icon is displayed */
    font-size: 28px; /* Adjust size as needed */
    color: black; /* Hamburger icon color */
}

.navbar-toggler-close {
    display: none; /* Hide close icon initially */
    font-size: 35px; /* Adjust size as needed */
    color: black; /* Close icon color */
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.main-menu-ul li:last-child {
  margin-left: 1.5rem;
}

.top-enqiry {
  background-color: #000;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-size: 18px;
  cursor: pointer;
}
.top-enqiry:hover {
  background-color: #efefff;
}
/*end code of navbar*/


  /* add */
  .product-links a span {
    padding: 0.5rem 1rem;
}

.nav-front-nav {
  margin-right: 1.5rem;
  padding: 0.5rem 1.5rem!important;
}
.nav-front-nav:hover {
  border: none!important;
}
.nav-col {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff !important;
  background-color: var(--secondary) !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  background-color: var(--main-color);
  color: #fff;
  border-bottom: 1px solid #fff;
}

.product-links a span {
  color: #fff;
  font-weight: 400;
  padding: 0.4rem;
  display: block;
  font-size: 15px;
  margin-bottom: 0.3rem;
}

.product-links a span:hover {
  background-color: var(--secondary);
  color: #fff;
}

.nav-link-a {
  padding-left: 2rem;
  color: #000;
  font-weight: 500;
}

.logo {
  width: 160px;
}

.txtbc {
  color: #000;
}

.button2 {
  position: relative;
  height: 40px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  background-color: #255597;
  color: white;
  animation: blink 2s infinite;
  outline: none;
  cursor: pointer;
  border: none;
  overflow: hidden;
}

.button2 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s, opacity 0.5s;
}

.button2 .title {
  margin: 0;
  transition: transform 0.5s, opacity 0.5s;
}

.button2 .description {
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 20px;
  transition: transform 0.5s, opacity 0.5s;
}

.button2:hover .title {
  transform: translateX(-150px);
  opacity: 0;
}

.button2:hover .content img {
  transform: translateX(-100px);
  opacity: 1;
}

.button2 .description {
  font-size: 15px;
}

.button2:hover .description {
  transform: translateX(10px);
  opacity: 1;
}

@keyframes blink {

  0%,
  100% {
    background-color: #255597;
  }

  50% {
    background-color: #1c7a3c;
  }
}

.call-btn {
  width: 25%;
}

.myspan-b {
  color: var(--secondary);
}

.myspan-g {
  color: var(--main-color);
}

.hm-service {
  background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
  padding: 2.5rem 0;
}

.top-nav-e a:first-of-type {
  color: var(--main-color);
}

.top-nav-e a:hover {
  color: #000;
}


/* /////////<<<--------Navbar end here--------------->>>//////////// */


 
  .active-category {
    background-color: var(--secondary); /* Customize this color as needed */
    border-color: #000; /* Customize this color as needed */
    color: white; /* Customize the text color if needed */
  }
  
  /* .active-category .text-white {
    color: #000; 
  } */

  
  
  .product-links a span {
    color: #fff;
    font-weight: 400;
    padding: 0.4rem;
    display: block;
    font-size: 15px;
    margin-bottom: 0.3rem;

  }

  .product-links a span:hover{
    background-color: var(--secondary);
    color: #fff;
  }
.nav-link-a {
    /* padding: 0.2rem 1.5rem; */
    padding-left: 2rem;
    color: #000;
    font-weight: 500;
}

.logo {
    width: 160px;
}
.txtbc {
    color: #000;
}
/*** Navbar End ***/



/* nav button call css */


.button2 {
    position: relative;
    height: 40px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    background-color: #255597;
    color: white;
    animation: blink 2s infinite;
    outline: none;
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.button2 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s, opacity 0.5s;
}

.button2 .title {
    margin: 0;
    transition: transform 0.5s, opacity 0.5s;
}

.button2 .description {
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: transform 0.5s, opacity 0.5s;
}

.button2:hover .title {
    transform: translateX(-150px);
    opacity: 0;
}

.button2:hover .content img {
    transform: translateX(-100px);
    opacity: 1;
}
.button2 .description {
    font-size: 15px;
}

.button2:hover .description {
    transform: translateX(10px);
    opacity: 1;
}

@keyframes blink {
    0%, 100% {
        background-color: #255597;
    }
    50% {
        background-color: #1c7a3c;
    }
}

.call-btn {
    width: 25%;
}
.myspan-b {
    color: var(--secondary);

}
.myspan-g {
 color: var(--main-color);
}
.hm-service {
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
    padding: 2.5rem 0;
}
.top-nav-e a:first-of-type {
  color: var(--main-color);
}
.top-nav-e a:hover {
  color: #000;
}



/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 3rem;
    margin-top: 8rem;
    background-attachment: fixed;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    /* url(../img/cart-page-header-img.jpg) */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.megacontainer {
  margin: 0 7rem;
}

.image-container img {
  width: 100%;
   height: 400px; 
  object-fit: cover;
  object-position: center; 
}



.mybtn {
    padding: 0.3rem 0.5rem;
    background-color: var(--secondary);
    color: #fff;
}
.mybtn:hover {
    background-color: var(--main-color);
    color: #fff;
}




.industry-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.hm-industry img {
  width: 88px;
}
.industry-wrap h4 {
  color: #fff;
  font-size: 17px;
  /*margin-top: 1rem;*/
}

.industry-cover {
  background-color: #255597;
}

.industry-wrap .hm-industry {
  border-right: 1px solid #fff;
  padding-right: 50px;
}


.industry-wrap .hm-industry:last-child {
    border-right: none;
    padding-right: 0;
}


/* Container  industry-title for the title */
.industry-title {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; /* Space below the line */
}

/* Styling for the title text */
.industry-title h3 {
    font-size: 1.5em; /* Adjust as needed */
    color: #333; /* Text color */
    position: relative;
    padding-bottom: 5px; /* Space between text and line */
    margin: 0; /* Remove default margin */
}

/* Add the bottom line with animation */
.industry-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; /* Start from 0 width */
    height: 3px; /* Thickness of the line */
    background-color: #fff; /* Line color */
    border-radius: 2px; /* Rounded edges for a softer look */
    
    /* Animation properties */
    animation: infiniteLineint 6s linear infinite; /* Animate line infinitely */
}

/* Define the animation */
@keyframes infiniteLineint {
    0% {
        width: 0; /* Start with 0 width */
    }
    50% {
        width: 100%; /* Grow to full width */
    }
    100% {
        width: 0; /* Shrink back to 0 width */
    }
}





/*** featurs Start ***/
.featurs-item {
    height: 100%;
}
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: #376aae24;
    
}
.featurs-icon {
    background-color: #376aae24;
}
.feature-side {
    position: relative;
    overflow: hidden;
    padding: 7px 0 15px;
    background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
  }
  
  .feature-side::before,
  .feature-side::after {
    content: '';
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 50%;
    z-index: 0;
  }
  
  .feature-side::before {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
  }
  
  .feature-side::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
  }
  
  /* Ensure content is above the background shapes */
  .feature-side .container {
    position: relative;
    z-index: 1;
  }
  
  /* Define keyframes for animations */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  /* Feature items animation */
  .featurs-item {
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
  }
  
  .featurs-item:nth-child(1) {
    animation-delay: 0.2s;
  }
  
  .featurs-item:nth-child(2) {
    animation-delay: 0.4s;
  }
  
  .featurs-item:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  .featurs-item:nth-child(4) {
    animation-delay: 0.8s;
  }
  .featurs-item {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .featurs-item:hover {
    transform: translateY(-10px);
    background-color: #e0e0e0; /* Slightly darker background on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  /* Ensure the icons also have a nice transition */
  .featurs-icon img {
    transition: transform 0.3s ease;
  }
  
  .featurs-item:hover .featurs-icon img {
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
  }
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    /* max-width: 350px;  */
    /* height: 80px; */
    /* height: 130px;  */
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/

.hm-pro-card h4 {
    font-size: 20px;
}

/*** Fruits Start ***/
/*
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
    border: 1px solid var(--secondary);
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid var(--secondary);
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}*/
/*** Fruits End ***/


/*** vesitable Start ***/
/*.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}*/
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}

.banner-btn {
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    font-size: 25px;
}
.banner-btn:hover {
    color: #fff;
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/

.testimonial-card-bg {
  background-color: #e3eaf1;
  height: 100%;
  padding: 2.8rem 1rem;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 16px;
     margin-top: 0px;
}
  

.hm-pro-cover {
  position: relative;
  padding: 4rem 0 3rem;
}
.product-item {
  background-color: #e2e9f1;
  color: #000;
/*  padding: 0.5rem;*/
/*  height: 100%;*/
}
.hy-hm-pro {
  margin-top: 1.5rem;
}
.hm-pro-t-in {
  color: #000;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.owl-nav {
  position: absolute;
  top: -55px;
  right: 20px;
  font-size: 35px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  margin-left: 2rem!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    /* padding: 0 !important; */
    font: inherit;
    background: #dae1ea;
    height: 53px;
    width: 53px;
    border-radius: 50%;
}



/*dots cods */
.owl-carousel .owl-dots {
    text-align: center; /* Center the dots */
    margin-top: 20px; /* Add spacing between the carousel and dots */
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block; /* Align dots horizontally */
    margin: 0 5px; /* Add spacing between dots */
}

.owl-dots .owl-dot span {
    width: 12px; /* Dot size */
    height: 12px;
    background-color: white; /* Dot color */
    border-radius: 50%; /* Make dots circular */
    display: block;
    transition: background-color 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ffcc00; /* Highlight color for active dot (optional) */
}

.fa-quote-left, .fa-quote-right {
    color: #ffcc00; /* Choose your preferred color for quotes */
    font-size: 16px; /* Adjust size */
    margin: 0 5px; /* Add spacing */
}

/* Container styling for the product item */
.product-item {
    position: relative;
    overflow: hidden;
border: 1px solid #000;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Slight scale-up of the entire item on hover */

}

.product-item:hover {
    transform: scale(1.02); /* Slight scale-up on hover */
}

/* Style for the anchor link */
.product-item a {
    display: block;
    text-decoration: none;
    color: inherit; /* Ensure text color is inherited */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* Image styling */
.hm-pro-img {
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

/* Hover effect to scale up the image */
.product-item:hover .hm-pro-img {
    transform: scale(1.1); /* Zoom in on the image */
}

/* Overlay styling on hover */
.product-item:hover .hm-pro-t-in {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    color: #fff; /* Change text color to white */
}

/* Centered overlay text */
.hm-pro-t-in {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8); /* Default background color */
    transition: background-color 0.3s ease; /* Smooth transition for overlay */
    text-align: center;
    border-top: 1px solid #000;
    color: #333; /* Default text color */
}
.hm-pro-t-in span {
  font-size: 15px;
}



/* Container  industry-title for the title */
.hm-pro-t {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px; /* Space below the line */
}

/* Styling for the title text */
.hm-pro-t h3 {
    font-size: 1.5em; /* Adjust as needed */
    color: #333; /* Text color */
    position: relative;
    padding-bottom: 5px; /* Space between text and line */
    margin: 0; /* Remove default margin */
}

/* Add the bottom line with animation */
.hm-pro-t h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; /* Start from 0 width */
    height: 3px; /* Thickness of the line */
    background-color: var(--main-color); /* Line color */
    border-radius: 2px; /* Rounded edges for a softer look */
    
    /* Animation properties */
    animation: infiniteLine 6s linear infinite; /* Animate line infinitely */
}

/* Define the animation */
@keyframes infiniteLine {
    0% {
        width: 0; /* Start with 0 width */
    }
    50% {
        width: 100%; /* Grow to full width */
    }
    100% {
        width: 0; /* Shrink back to 0 width */
    }
}



.testimonial-card-bg {
  background-color: #e3eaf1;
  height: 100%;
  padding: 2.8rem 1rem;
}

.testimonial-section {
   padding: 60px 0;
   background-color: #f9f9f9;
}

.testimonial-card {
   /*background: #ffffff;*/
   padding: 20px;
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s;
}

.testimonial-card:hover {
   transform: translateY(-5px);
}

.text-primary {
   color: #007bff !important;
}

.text-muted {
   color: #6c757d !important;
}

.testimonial-card img {
   width: 80px;
   height: 80px;
   border-radius: 50%;
   display: inline!important;
}

.testimonial-card h5 {
   font-size: 1.25rem;
   font-weight: 600;
}

.testimonial-card p {
   font-size: 0.9rem;
   color: #555;
}

.testimonial-bg {
  background-image: url("../img/b3.jpg");
  padding: 4.5rem 0 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative; /* Ensure relative positioning for the pseudo-element */
  color: white; /* Make text inside visible against the black overlay */
  text-align: center; /* Align text if needed */
  z-index: 1; /* Ensure content is above the overlay */
}

.testimonial-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 67%);
  z-index: -1; /* Place overlay behind the content */
}


#counter {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#counter li {
    flex: 1;
    text-align: center;
    font-size: 40px;
}

.counter-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.counter-ul li {
    background: #efefff;
    padding: 20px 8px;
    margin: 0 10px;
}

.counter-ul li:first-child {
    margin-left: 0;
}

.counter-ul li:last-child {
    margin-right: 0;
}

.counter-ul li:nth-child(1) {
    color: green;
}

.counter-ul li:nth-child(2) {
    color: #000;
}

.counter-ul li:nth-child(3) {
    color: #3357FF;
}

.counter-ul li:nth-child(4) {
    color: #114856;
}

.counter-ul li p {
    font-size: 17px;
}

.icon {
    font-size: 35px; /* Size of the icon */
    margin-bottom: 10px; /* Space between icon and count */
    display: block;
    margin-top: 0.7rem;
    margin-right: 0.5rem;
}

/* Style to move the + symbol slightly above the count */
.count-pluse {
    font-size: 30px;
    vertical-align: super; /* Raises the + sign slightly */
    margin-left: 2px; /* Adjust horizontal spacing if needed */
    position: relative;
    top: -10px; /* Move the + symbol upwards */
}

/* Additional styling for responsive or other adjustments */
.counter-cover {
    padding-bottom: 2rem;
}

.icon-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}



/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

/*.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}*/
.nav-tabs{
    border-bottom: 2px solid transparent!important;
}
/*** Single Page End ***/











/* about us  */
.ab-top {
  background-image: url("../img/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position:  right;
  /* background-attachment: fixed; */
  padding: 12rem 0;
}

.ab-top-text h3 {
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.sec-title{
  position:relative;
  z-index: 1;
  /* margin-bottom:60px; */
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}
/* 
.about-section .sec-title{
  margin-bottom: 10rem;
} */

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}
/* 
.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
} */

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: var(--main-color);
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid var(--secondary);
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}


.about-wel {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
  padding: 4rem 0;
}


.error-sp {
  padding: 9rem 0 3rem;
}

.prod-wrap {
  background: linear-gradient(to bottom right, #f0f4f8, #d9e2ec);
}

.prod-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.prod-tabs-enabled .prod-cat-section {
  display: none;
}

.prod-tabs-enabled .prod-cat-section.is-active {
  display: block;
}

.prod-cat-tab.is-active {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.prod-cat-tab.is-active:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.prod-cat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  text-decoration: none;
  font-weight: 600;
  transition: background 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.prod-cat-pill:hover {
  background: #fff;
  transform: translateY(-2px);
  border-color: rgba(28, 122, 60, 0.35);
  color: #111;
}

.prod-cat-section {
  scroll-margin-top: 110px;
  margin-top: 10px;
  padding-top: 12px;
}

.prod-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px rgba(8, 13, 62, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.prod-card a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.prod-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 250ms ease;
}

.prod-title {
  font-weight: 700;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.prod-sub {
  color: rgba(0, 0, 0, 0.68);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.6em;
}

.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(8, 13, 62, 0.14);
  border-color: rgba(28, 122, 60, 0.35);
}

.prod-card:hover .prod-img {
  transform: scale(1.06);
}

.btn.btn-teal {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  color: #fff !important;
}

.btn.btn-teal:hover,
.btn.btn-teal:focus {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
}
/* products code */
.pro-top-sec {
  padding: 3rem 12rem 3rem;
  background-color: #fff;
  text-align: center;
  overflow-x: hidden;
}
.table-sp-c {
  text-align: left;
}
.pro-top-sec-main {
  padding: 3rem 0;
  background-color: #fff;
  text-align: center;
  overflow-x: hidden;
}
.pro-title {
  text-align: center;
  margin-bottom: 1rem;
}

.pro-title h1 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 2.5rem;
/*  color: #fff;
  background: linear-gradient(135deg, #255597, #7a9cc6);*/
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pro-title h1:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.pro-top-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
}

.pro-top-wrap a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pro-top-wrap img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  transition: transform 0.3s ease;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pro-top-wrap div {
  padding: 18px;
  text-align: center;
  background-color: #ddd9;
}

.pro-top-wrap h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  transition: color 0.3s;
 
}

.pro-top-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.pro-top-wrap:hover img {
  transform: scale(1.1);
}

.pro-top-wrap:hover h4 {
  color: var(--main-color); /* Change to your brand's primary color */

}

.pro-top-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 123, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 15px;
}
/*.pro-nav-detail {
  margin-top: 3rem;
}*/
.pro-top-wrap:hover::before {
  opacity: 1;
}
.pro-detail-tab {
  background-color: var(--main-color)!important;
}
.pro-details-des {
  text-align: left;
}
.table .table-header{
  background:#ddd;
  color:#333;
  margin-top: 0.5rem;
}
.table .table-header .cell{
  padding:20px;
  /* text-align: left; */
}
.mytable tbody tr {
  text-align: left;
}
.pro-details-ul li {
  margin-bottom: 0.5rem;
}
.pro-details-ul li i {
  color: var(--main-color);
  margin-right: 0.5rem;
}

.main-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--secondary);
}

.thumbnail-slider .thumbnail-wrap {
  padding: 5px;
}

.thumbnail-slider .thumbnail-image {
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.thumbnail-slider .thumbnail-image:hover {
  transform: scale(1.1);
}

.thumbnail-slider .slick-slide {
  padding: 0 5px;
}

.tab-content .pro-details-des {
  margin-top: 20px;
}

.pricing-desc ul {
  padding-left: 0;
  list-style: none;
}

.pricing-desc li {
  margin-bottom: 10px;
}

.pricing-desc i {
  margin-right: 10px;
  color: #007bff;
}
.pro-detail-img {
  height: 75px!important;
  width: 100%;
  cursor: pointer;
  border: 1px solid;
  padding: 0.1rem;
  transition: transform 0.3s ease; /* Smooth zoom effect */

}
.pro-detail-img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}
/* .pro-thum-slider {
  overflow: hidden;
} */
.pro-des-spe {
  margin-top: 5rem;
}

.spec-table th,
.spec-table td {
  padding: 12px 15px;
  vertical-align: middle;
  word-break: break-word;
  font-size: 15px;
  white-space: normal;
}

.spec-table th {
  background: #f8f9fa;
  font-weight: 600;
}

@media (max-width: 767px) {
  .spec-table th,
  .spec-table td {
    font-size: 13px;
    padding: 10px;
  }
}
/* @media screen and (max-width: 640px){
  table {
      overflow-x: auto;
      display: block;
  }
  .table .table-header .cell{
      padding:20px 5px;
  }
} */

.brochure-btn {
     background: #727376;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: .5rem 1rem;
    margin-left: 0.5px;
    color: #fff;
}
.brochure-btn-item {
  margin-top: 9.2px;
}
.brochure-btn:hover {
  background-color: #000;
  color: #fff;
}

.ft-logo a img {
  background-color: #fff;
}

.pro-title h1 {
  font-size: 20px;
}


.social-icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: var(--main-color);
  color: #fff;
}

.social-icon i {
  font-size: 20px;
}
.ab-points {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ab-points i {
  margin-right: 0.3rem;
}
.ab-points h6 {
  margin-bottom: 0;
}


.contact-top {
  background-image: url("../img/contact.jpg");
  padding: 12rem 0 17rem;
  background-position: left;
  background-size: cover;

}

.contact-button {
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s;
  z-index: 1030;

}

.contact-button i {
  font-size: 30px;
}

.whatsapp-button {
  bottom: 100px;
  right: 20px;
  background-color: #25d366;
  z-index: 1030;
}

.whatsapp-button:hover {
  background-color: #1ebe57;
  transform: scale(1.1);
}

.call-button {
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
}

.call-button:hover {
  background-color: var(--main-color);
  transform: scale(1.1);
  color: #fff;
}


.testimonial-my {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}
.testimonial-main {
  overflow: hidden;
}


.whatsapp-info,
.pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 35px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp::before {
    content: "\f232";
}


.line-ad {
  width: 100%;
  /* height: 0.2px; */
  border: 2px solid #ddd;
  margin-top: 1rem;
}


.pro-thum-slider {
            width: 100%; /* Full width for the slider */
            margin: auto; /* Center the slider */
        }
        .main-image-wrap img {
            width: 100%; /* Main image fluid */
            height: auto;
        }
        .thumbnail-slider {
            margin-top: 10px; /* Space between main image and thumbnails */
        }
        .thumbnail-wrap {
            cursor: pointer; /* Change cursor on hover */
        }
        .thumbnail-image {
            width: 100%; /* Thumbnails fluid */
            height: auto;
        }





.banner-blog {
    background-image: url("../img/bg-blog.jpg");
    padding: 11rem 0 3rem;
}
.blog-active {
    color: #efefff;
}
/* Blog Section */
.blog-card {
    position: relative;
    overflow: hidden;
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.blog-card:hover {
    transform: scale(1.03);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-card img {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--secondary);
    transition: transform 0.4s ease-in-out;
}

.blog-card:hover img {
    transform: translateY(-20px);
    z-index: 1;
}

.card-body {
    position: relative;
/*    background: #fff;*/
    z-index: 2;
    transition: background 0.3s;
}

.blog-card:hover .card-body {
/*    background: rgba(255, 255, 255, 0.9); */
}

.blog-title {
    font-size: 20px;
    transition: color 0.3s;
}
.blog-c {
  border: 1px solid var(--secondary);
}

/*.blog-link:hover .blog-title {
    color: #007bff;
}
*/
/* Sidebar Section */
.blog-sidebar {
    position: sticky;
    top: 140px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: #f9f9f9;
    transition: box-shadow 0.3s ease-in-out;
}

.blog-sidebar:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sidebar-item {
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 8px 5px;
    border-radius: 5px;
    cursor: pointer;
}

.sidebar-item:hover {
    background-color: #f1f1f1;
    transform: scale(1.05);
}

.sidebar-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.sidebar-item:hover img {
    transform: rotate(-0deg) scale(1.1);
}

.sidebar-item h6 {
    color: #333;
    transition: color 0.3s ease;
}

.sidebar-item:hover h6 {
    color: var(--main-color);
}

/* Sidebar Icon Animation */
.sidebar-item::after {
    content: "→";
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
}

.sidebar-item:hover::after {
    opacity: 1;
    transform: translateX(0);
}





.csr-wrap {
    position: relative;
    overflow: hidden;
}

.csr-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.csr-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

/* Optional Hover Effect */
.csr-wrap:hover .csr-title {
    background: var(--secondary);
    color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}


.company-img-fit{
    aspect-ratio: 3/1.4;
    object-fit:"cover";
    margin-right:20px;
    
}
.client-logo{
    /*background-color: #0dcaf0;*/
    padding: 2rem 0;
}
.client-item {
    background: #dddddd94;
    padding: 0.3rem;
    
}
.client-top {
    padding: 2rem 0;
}

/*** Footer Start ***/
.footer {
    background-color: #333; /* Dark background */
    color: #ffffff80; /* Soft white for links */
}
.footer-section h6 {
    font-weight: 600;
}

.footer a {
    color: #ffffff80;
    text-decoration: none;
    margin: 0 5px;
}

.footer a:hover {
    color: #ffffff;
}

.map-wrap {
    width: 36%;
}

.map-wrap img {
    max-width: 100%; /* Ensures the image fits within the container width */
    height: auto;
}

.map-wrap h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff; /* Title color */
    margin-bottom: 15px;
}

.map-container {
    position: relative;
    display: inline-block;
}

.dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #255597;; /* Blue color for the dots */
    border-radius: 50%; /* Makes the dot circular */
    transform: translate(-50%, -50%); /* Centers the dot at the given coordinates */
    animation: pulsemap 1.5s infinite ease-in-out; /* Pulsemap animation */
}

/* Pulsemap animation for the dots */
@keyframes pulsemap {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5); /* Increase size */
        opacity: 0.7; /* Slightly fade out */
    }
    100% {
        transform: translate(-50%, -50%) scale(1); /* Return to original size */
        opacity: 1;
    }
}

#contact {
  scroll-margin-top: 100px; /* Adjust to your navbar height */
}
.modal-content {
  background-color: var(--secondary)!important;
}
.btn-close {
      filter: invert(10);
}
 
 .ft-left-w {
  width: 60%;
 }
.footer-social a {
    color: #ffffff80;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-section h6 {
    color: #ffffff; /* Ensures consistent color for all titles */
    margin-top: 1rem;
    margin-bottom: 0.5rem; /* Space between sections */
}

.footer-section a {
    color: #ffffff80;
}

.footer-section a:hover {
    color: #ffffff;
}

.cer {
    position: absolute;
    z-index: 1;
    bottom: 20%;
    right: 19%;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.ce {
    width: 20%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 22%;
}
.ios {
    width: 20%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.cat-wrap {
    position: relative;
    width: 100%;
    height: 180px; /* Set a fixed height */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.cat-wrap:hover {
    transform: scale(1.05);
}

.cat-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* PDF Badge */
.pdf-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;
}

/* PDF Title */
.pdf-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    color: #333;
}

.breadcrumb-all {
  padding: 9rem 0 2rem;
  background-color: #255597;
}
.page-content-image{
    float:right;
    width:40%;
        margin: 0 0 20px 20px;
}
/* Card Style */
.tile {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* Make full card clickable */
.card-link {
  text-decoration: none;
  color: #333;
  display: block;
  height: 100%;
  position: relative;
  z-index: 2; /* keeps link above overlay */
}

/* Text styles */
.title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.text {
  color: #777;
  font-size: 13px;
}

/* Hover effect */
.tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Gradient overlay (does NOT block clicks) */
.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(0, 123, 255, 0.08));
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none; /* ✅ important fix */
  z-index: 1;
}

/* Show overlay on hover */
.tile:hover::before {
  opacity: 1;
}

/* Text hover color */
.tile:hover .title {
  color: #007bff;
}

.tile:hover .text {
  color: #555;
}

/*.footer-section {
    flex: 1;
    min-width: 150px;
    margin-right: 20px;
    text-align: left;
}
.footer a {
    color: #ffffff80;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer hr {
    border-top: 1px solid #555;
}
.footer-social a {
    color: #ffffff80;
    margin-right: 15px;
}*/

/*** Footer End ***/
