@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
p
{
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  
}
h1,h2,h3,h4,h5,h6
{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  
}

.container-fluid
{
  padding-left: 30px;
    padding-right: 30px;
}
    .header-box {
      background: #ffffff;
      border-bottom: 1px solid #ddd;
    }

    .header-box a,
    .mobile-nav a {
      text-decoration: none;
      color: #000;
    }

    .header-box .email,
    .header-box .support {
      font-size: 14px;
    }

    .top-nav-link li {
      display: inline-block;
      margin-right: 15px;
    }

    .top-nav-link li a {
      color: #000;
      font-weight: 500;
    }

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
    .top-nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .primary-menu {
      list-style: none;
    padding-left: 0;
    margin: 0px 0px 8px 79px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 13px;
    border-top: 1px dotted #9ecde3;
    }

    .primary-menu > li {
      position: relative;
    }

    .primary-menu > li a {
      font-weight: 400;
    }

    .dropdown {
      display: none;
      position: absolute;
    top: 100%;
    font-family: 'Open Sans';
    left: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 23%);
    z-index: 999;
    padding: 8px;
    white-space: nowrap;
    font-size: 15px;
    }

    .primary-menu > li:hover .dropdown {
      display: block;
    }

    .dropdown ul {
      list-style: none;
      padding: 0;
      margin: 0 0px 0px 0;
    }

    .dropdown ul li {
      padding: 5px 0;
      border-bottom:1px dotted #e9e5e5;
    }
    
    .dropdown ul li a:hover {
      color: #ea1c71;
    }

    .mobile-nav {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
    }

    .mobile-nav .list-group-item {
      border: none;
      border-bottom: 1px solid #eee;
      font-weight: 400;
      font-size: 15px;
    }

    .drawer-caret {
      float: right;
    }

    .top-nav-link {
    list-style: none;
    padding: 2px 2px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    background-color: #e9e9e9;
}
.top-nav-link li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    text-decoration: none;
    color: #222222;
    border-right: 1px solid #ea1c68;
    display: inline-block;
}
.top-nav .email {
    font-size: 15px;
    margin: 0px 3px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.top-nav .support {
    display: flex;
    align-items: center;
}
.top-nav .support .txt-1 {
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    padding: 0px 10px;
}
.top-nav .support .txt-2 {
    font-size: 20px;
    color: #f1b912;
    font-family:'Open Sans';
    font-weight: 600;

}

.fa
{
  color:#ea1c68;
}

.story, .goal {
    color: #989899;
    font-family: GraphikRegular;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.story span, .goal span {
    color: #ea1c68;
}

.about-img
{
  object-fit: cover;
  height: auto;
  width:100%;
}

.hover-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
.card-img-top {
  border-bottom: 3px solid #27a042;
  height: 300px;
  object-fit: cover;
}

.category-p
{
   max-width: 1100px; 
   margin: auto; 
   color: #555; 
   font-size: 1.05rem;
}
.blue-light
{
  color: #069dd9;
}

.leading {
    background: url(../img/enquiry-bg.jpg) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.leading::after {
    content: "";
    background-color: rgba(4, 42, 66, 0.9);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.stat-card{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
    color: #fff;
  }
  .stat-card:hover{ transform: translateY(-6px); box-shadow: 0 12px 30px rgba(2,6,23,0.6); }
  .icon-wrap{ 
    width:56px; height:56px; display:flex; align-items:center; justify-content:center;
    border-radius:10px; background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.04);
    color: #fff;
  }
  .stat-number{ font-weight:700; letter-spacing: -0.02em; }
  .stat-label{ color: rgba(255,255,255,0.7); }
  
  .bg-about {
    background: url(../img/about-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}
.bg-about::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 31%) 42%, rgb(253 253 253 / 35%) 100%);
    opacity: .9;
    z-index: -1;
}

.section-subtitle {
    display: inline-block;
    font-size: 0.95rem;
    color: #27a042;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;

    letter-spacing: 0.5px;
  }
  .section-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #222;
    font-family: "Montserrat", Sans-serif;
    position: relative;
  }
  .section-title::after {
    content: "";
    display: block;
    width: 91px;
    height: 2px;
    background: #000000;
    margin-top: 0.5rem;
  }
  
.about-pad
{
  border-radius: 0px 0px 70px 0px;
}
.product-card {
  border: 0;
  overflow: visible;
  border-radius: 12px;
  transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
  will-change: transform;
  
}
.product-card:hover {
  transform: translateY(-10px);
    box-shadow: 0 0px 9px rgb(182 186 193 / 8%);
}

/* image wrapper and zoom */
.product-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}
.product-image img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.9,.3,1);
  will-change: transform;
}
.product-card:hover .product-image img {
  transform: scale(1.08) rotate(-0.5deg);
}

/* overlay buttons */
.card-overlay {
  position: absolute;
  inset: 10px 10px auto auto;
  display: flex;
  gap: 8px;
  z-index: 30;
}
.card-overlay .btn {
  padding: 6px 8px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,.72);
  box-shadow: 0 4px 10px rgba(13,20,30,.06);
  transition: transform .18s;
}
.card-overlay .btn:active { transform: scale(.96); }


/* card body */
.card-body {
  padding: 16px;
}
.product-title { font-size: 1rem; margin-bottom: .4rem; font-weight:600; color:#0f1724; }
.product-desc { font-size: .88rem; color:#6b7280; margin-bottom:8px; }


/* action footer */
.card-footer-actions {
  display:flex;
  gap: .6rem;
  justify-content:center;
  padding: 12px 16px 18px;
}

.company_vision {
    background: linear-gradient(135deg, #c4f1ef, #f9eb85);
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    font-family: "Montserrat", Sans-serif;
}
.company_vision strong {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.company_vision span {
    display: inline-block;
    
    padding-left: 10px;
}

.company-profile {
    background-color: #fff;
    border-radius: 60px;
    max-width: 1140px;
    margin: 30px auto;
}
.company-profile .text-box {
    padding: 0px 30px;
}
.story, .goal {
    color: #989899;
    font-family: "Montserrat", Sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.story span, .goal span {
    color: #26a042;
}

.story-img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center center;
    border-top-right-radius: 60px;
}
.story-img1 {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center center;
    border-bottom-left-radius: 60px;
}
.goal-img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center center;
    border-bottom-left-radius: 60px;
}

.btn-theme-w {
    background-color: #ffffff;
    font-size: 14px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    width: 120px;
    border: 0px;
    transition: .6s;
    display: inline-block;
    text-align: center;
    color: #222;
    text-decoration: none;
}

.about-marg
{
  margin-top: -43px;
}

.enquiry-form
{
   box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  background: #153342f0;
  width: 100%;

}

.enquiry-img
{
  height:500px;
}

.leading1 {
    background: url(../img/enquiry-bg.jpg) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.leading1::after {
    content: "";
    background-color: rgb(32 30 30 / 43%);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-title1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #222;
    font-family: "Montserrat", Sans-serif;
    position: relative;
  }
.section-title1::after {
    content: "";
    display: block;
    width: 91px;
    height: 2px;
    background: #fff;
    margin-top: 0.5rem;
}
.catalog-card {
  transition: all 0.3s ease;
  background: #ffffff;
}
.catalog-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.catalog-img img {
  transition: transform 0.4s ease;
}
.catalog-card:hover .catalog-img img {
  transform: scale(1.05);
}
.btn-success {
  background: linear-gradient(135deg, #28a745, #218838);
  border: none;
}
.btn-success:hover {
  background: linear-gradient(135deg, #51bc19, #468705);
}



.signature-heading {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #222;
  padding-bottom: 10px;
}

.signature-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #20a2d4, #6bcf0f);
  border-radius: 5px;
  transform: translateX(-50%);
}

.signature-heading span {
  color: transparent;
  background: linear-gradient(90deg, #20a2d4, #6bcf0f);
  -webkit-background-clip: text;
  background-clip: text;
}
.about-bg-mar
{
  background-repeat: no-repeat!important;
    
}

.sec-pading {
    padding: 50px 0;
}
.main_title h1, .main_title h2 {
    color: #324545;
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.main_title h1 .line, .main_title h2 .line {
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 50%;
}
.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 15px rgb(0 0 0 / 18%);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #20a2d4, #6bcf0f);
    transition: all 0.4s ease;
}

.feature-card:hover::before {
    left: 0;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.feature-card img {
    width: 70px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.feature-card:hover img {
    transform: scale(1.1);
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.feature-card p {
    font-size: 14px;
    color: #555;
}

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background:linear-gradient(168deg, #ffffff, #e0f6fbd6);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #5bb647;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 8px;
  font-size: 14px;
      color: #3a3939;
  line-height: 28px;
}
.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
 
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}
.footer-social-icon i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #5bb647;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;

}
.footer-widget ul li a:hover{
  color: #5bb647;
}
.footer-widget ul li a {
  color: #3a3939;
  text-decoration: none;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #5bb647;
    padding: 13px 20px;
    border: 1px solid #5bb647;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #dbdbdb;
    padding: 10px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #3a3939;
}
.copyright-text p a{
  color: #5bb647;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
.footer-menu li:hover a{
  color: #5bb647;
}
.footer-menu li a {
  font-size: 14px;
  color: #3a3939;
}

.footer-icon
{
  color: #5ab645;
    font-size: 18px;
}


.main-footer__middle__call__icon {
  width: 40px;
  height: 40px;
  background-color: #33bb07;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-footer__middle__call {
  position: relative;
  min-height: 40px;
  padding: 5px 0 0 66px;
}
.main-footer__middle__call__icon::after {
  position: absolute;
  left: -11px;
  top: -11px;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(var(--ienet-white-rgb, 255, 255, 255), 0.15);
}
.main-footer__middle__call__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.main-footer__middle__call:hover .main-footer__middle__call__icon span {
  animation: iconTranslateY 0.4s forwards;
}


#videoWrapper {
  height: 80vh;
  overflow: hidden;
  position: relative;
}

#videoWrapper video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; 
  z-index: -100;

  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#videoWrapper .caption {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);
}

#videoWrapper .caption .contents {
  width:70%;
  color: #fff;
  text-align: center;
  padding: 1rem;
  background: linear-gradient(45deg, #3ce778eb, #0a9ecbb3);
}

  .modal-dialog {
    --bs-modal-width: 550px;
    margin-top: 80px;
}
.marquee-container {
   
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 12px 0;
}

/* Marquee Text */
.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

/* Hover Pause */
.marquee-container:hover .marquee-text {
    animation-play-state: paused;
}

/* Animation Keyframes */
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}
/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff9800, #e65100);
    color: white;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Hover Effect */
#scrollTopBtn:hover {
    background: linear-gradient(135deg, #ffa726, #ef6c00);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}


.bg-one {
    background-image: url(../png/sec-bgone.jpeg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    margin-top: 100px;
    margin-bottom: 36px;
    padding: 0;
}

.blog-p
{
  font-size: 15px;
color: #616364;
line-height: 25px;
}

#top-banner {
  height: 35vh;
  overflow: hidden;
  position: relative;
}

#top-banner video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover; 
  z-index: -100;

  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#top-banner .caption1 {
  display: flex;
  justify-content: left;
  align-items: center;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);
}

#top-banner .caption1 .contents1 {
  width:100%;
  color: #fff;
/*  margin: 0px 66px 0px 0px;*/
  text-align: center;
  padding: 1rem;
/*  background: linear-gradient(45deg, #3ce778eb, #0a9ecbb3);*/
}

.pro-img-box {
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
   
}
.pro-img {
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}
.pro-img::before {
    content: '';
    background: rgb(232, 235, 237);
    background: linear-gradient(30deg, rgba(232, 235, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    clip-path: polygon(40% 0, 0 0, 0 60%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.exp {
    position: absolute;
    top: -109px;
    right: -19px;
    z-index: 0;
    background-color:#f6f1ee;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    box-shadow: 0px 5px 5px #cfcfcf;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.exp img {
    width: 130px;
}
.pro-img-box .text-box {
    padding: 0px 20px 30px 20px;
}
.pro-img-box .text-box .title {
    
       text-transform: uppercase;
    font-size: 20px;
    /* line-height: 19px; */
    /* line-height: 38px; */
    font-family: 'Open Sans';
    font-weight: 700;
}
.theme-primary-color {
    color: #6fa90e;
}
.green-color {
    background-color: #6fa90e;
    border:1px solid #198754;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}


.company-profile1 {
   background: #fff;
    border-radius: 60px;
    max-width: 80%;
    margin: 30px auto;
}
.company-profile .text-box {
    padding: 0px 30px;
}

.blog-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 63px 0px 0px 0px;
}
.blog-text {
    padding: 0px 10px;
    margin-top: -353px;

}
.sidebar {
    border: 1px solid #eee;

}
.sidebar__title {
    font-size: 1.2rem;
    text-transform: uppercase;


}
.side-blog {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #ddd;
    transition: transform 0.3s ease;

}
.sidebar__posts__item:hover .side-blog {
    transform: scale(1.05);
}
.hover-shadow:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.hover-primary:hover a {
    color: #007bff !important;
}

.position-sticky
{
  position: sticky!important;
    top: 50px;
}

.product-img-top {
  border-bottom: 3px solid #27a042;
  height: 300px;
  object-fit: cover;
  padding-top: 0px;
}

.image-blog
{
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e9e3e3;
}

.main-img {
  max-height: auto;
  object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}

.thumb-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.thumb-img:hover {
  border-color: #f9f9f9;
  transform: scale(1.05);
}

.thumb-img.active {
  border-color: #f9f9f9;
}


.table {
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
}

.table thead th {
    background:linear-gradient(90deg, #dff1de, #c5dee1);
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
    transition: 0.3s ease;
}

.table td, .table th {
    padding: 6px;
    vertical-align: middle;
}

.table td strong {
    color: #1d3557;
    font-size: 15px;
}

.btn-orange {
    background: linear-gradient(135deg, #e47d08, #e9480c);
    border: none;
}

.btn-orange:hover {
  background: linear-gradient(135deg, #fbd23e, #de821b);
}

.overflow-scroll
{
    overflow: scroll!important;
    height: 80vh!important;
    margin: 0px 0px 0px -7px!important;
    scrollbar-width: none;
  -ms-overflow-style: none;
}
