*{
   font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%; /* Ensures the body does not exceed viewport height */
    overflow-x: hidden; /* Prevents horizontal scrolling */

}
a{
  text-decoration: none;
}
    .container{
      max-width: 100%;
    }
:root {
  --blue:#084bb0;
  --green:#209685;
  --white:white;
 
}
/*comb start*/

/*breadcam start*/
.breadcom {
  position: relative; /* For the overlay positioning */
 /* top: 80px;*/
  background-image: url('assests/banner/baerdcom.jpg'); /* Ensure correct relative path */
  background-size: 100% 100%;
  background-position: center;
  height: 400px;
  width: 100%;
  text-align: center;       /* Center text within h1 if it's multi-line */
  overflow: hidden;         /* Hide any overflow from the overlay */
}

/* Overlay to enhance text visibility */
.breadcom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity as needed */
  z-index: 1;
}

/* Center the h1 using absolute positioning */
.breadcom h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
  text-shadow: 2px 2px 4px var(--green);
  background: transparent;
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove any extra padding if necessary */
}


/*breadcom end*/
/*product start*/


/*product end*/
/*comb end*/
/*heading style start*/
h1 {
  position: relative;
  padding: 0;
  margin: 0;
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}
.eleven h1 {
  font-size:30px;
  text-align:center; 
  line-height:1.5em; 
  
  color: var(--blue);
  font-weight: 600;
  padding-left: 60px;
  /*padding-top: 40px;*/
}

#button{
  text-align: center;
  text-decoration: none;
}
button{
  text-decoration: none;
}

.button_b {
  height: 54px;
  width: 196px;
  font-size: 18px;
  margin: 10px; 
  display: grid;
  border-radius: 8px;
 
  cursor: pointer;
  position: relative;
  background: var(--green);
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
}

.button_b:is(:hover, :focus-visible) {
  background: var(--blue);
}

a {
  text-decoration: none;
}

/*button end*/
/*view all button end*/
/*back to top button satrt*/
/* Colors */
:root {
  --back-to-top-button-color: deeppink;
  --back-to-top-icon-color: white;
}

.back-to-top {
  background-color: var(--green);
  text-decoration: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;

  right: 32px;
  bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 12px;
}

/* Hover State */
.back-to-top:hover {
  background-color: var(--blue);
}

/* Active State */
.back-to-top:active {
  box-shadow: none;
  background-color: var(--green);
}

/* Icon */
.back-to-top svg.icon__arrow-up {
  fill: var(--back-to-top-icon-color);
  width: 32px;
  height: 32px;
}


/*back to top button end*/
/*wt app link start*/
.float{
  position:fixed;
  width:55px;
  height:55px;
  bottom:112px;
  right:37px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*wt app link end*/
/* Full-screen banner */

.banner {
  width: 100%;
  height: 110vh; /* Default for larger screens */
  background-image: url('assests/banner/banner_3.jpeg'); /* Ensure correct path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}

/* Responsive adjustments for mobile */
/*@media (max-width: 768px) {
  .banner {
    height: 80vh; 
    background-size: contain; 
    padding: 10px;
  }
}*/

/*@media (max-width: 576px) {
  .banner {
    height: 4%; 
    background-size: cover;
    background-position: top;
    margin-top: 50px;
  }
  .feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
}*/


/* Content Box */
.banner-content {  
  padding: 30px;
  border-radius: 12px;
  max-width: 85%;  
}
.main-title {
 
  text-shadow: 2px 2px 3px black, -2px -2px 3px white;
  padding-top: 40px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.feature-list li a{
  font-size: 1.2rem;

 background: var(--green);
 color: white;
  padding: 10px 15px;

  white-space: nowrap;
  color: white;
}

/* E3 Text at Bottom Left */
.e3-container {
  position: absolute;
  bottom: 50px; /* Adjust bottom space */
  left: 20px; /* Adjust left space */
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-family: Arial, sans-serif;
}

/* Large E3 Text */
.e3-text {
  font-size: 6rem;
  font-weight: bold;
  margin: 0;
}

/* Vertical Separator */
.separator {
  width: 2px;
  height: 70px;
  background-color: white;
}

/* Right-side text */
.e3-description p {
  margin: 0;
  font-size: 1.4rem;
  text-align: start;
}

/* Responsive Adjustments */
/*@media (max-width: 768px) {
  .e3-container {
    bottom: 10px;
    left: 10px;
    gap: 10px;
  }

  .e3-text {
    font-size: 4rem;
  }

  .e3-description p {
    font-size: 1.2rem;
  }
  
}
@media (max-width: 380px){
  .feature-list li a{
    font-size: 15px;
  }
  .feature-list li{
    padding: 7px 8px;
  }
} */
/*rounded box start*/
.rounded-box {
  /*background: linear-gradient(to right, #1468a0, #0b4c83); 
  *//* Gradient background */
    background: var(--green);
  padding: 15px 30px;
  /*border-radius: 20px 20px 0 0;*/ /* Rounded top corners */
  text-align: center;
  width: 100%;
  max-width: 100%;
  /*position:relative;
  top: -123px;*/

  color: white;
  font-family: Arial, sans-serif;
}

/* Inline list styling */
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; /* Wrap on smaller screens */
  gap: 30px; 
  margin:auto;/* Space between items */
}

/* Custom bullet points */
.inline-list li {
  font-size: 1rem;
  position: relative;
  /*padding-left: 20px;*/
}

/* Custom bullet before each item */
.inline-list li::before {
 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 1rem;
  line-height: 1;
}
li i{
  height: 35px;
  width: 35px;
  border-color: transparent;
  font-size: 26px;
}

/* Responsive adjustments */
/*@media (max-width: 600px) {
  .inline-list {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: 100%;
  }
  .rounded-box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .inline-list li {
  font-size: 18px;
  position: relative;
  padding-left: 15px;
}
}*/
/*footer start*/

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #f8f8f8;
  /*position: relative;*/

  max-width: 100%;
}
.footer-cta {
            background: #0a2a61;
            padding: 50px 0;
            color: white;
            text-align: center;
        }

        .single-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            padding: 15px;
            border-radius: 5px;
        }

        .single-cta i {
            font-size: 28px;
            color: var(--green);
            background: rgba(255, 255, 255, 0.2);
            padding: 15px;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cta-text h4 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .cta-text span {
            font-size: 16px;
            opacity: 0.9;
        }

        /* Responsive Fixes */
        @media (max-width: 768px) {
    .row {
        flex-direction:row;
        text-align: center;
    }

    .single-cta {
        flex-direction: column;
        padding: 5px;
    }
    .cta-text h4{
      font-size: 18px;
    }

    .single-cta i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .cta-text span{
      font-size: 12px;
    }
}
.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: 14px;
  font-size: 14px;
      color: black;
  line-height: 28px;
}
.footer-social-icon span {
  color: var(--green);
  display: block;
  font-size: 20px;
  font-weight: 700;
  /*font-family: 'Poppins', sans-serif;*/
  margin-bottom: 10px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.linkedin-bg{
  background: #007bb6;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px; /* Space between the columns */
}

/* Each column */
.footer-column {
  width: 48%; /* Makes both columns fit side by side */
}
.footer-widget-heading h3 {
  color: var(--green);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
 /* left: 35%;*/
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: var(--green);
}
.footer-widget ul li {
  display: block;
 /* float: left;
  width: 50%;*/
  margin-bottom: 12px;
}
.footer-widget ul li a {
  position: relative;
  color: black;
  text-transform: capitalize;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.footer-widget ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: var(--blue);
  transition: width 0.3s ease-in-out;
}

.footer-widget ul li a:hover {
  color: var(--blue);
  font-weight: 520;
}

.footer-widget ul li a:hover::after {
  width: 100%;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: var(--blue);
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--green);
    padding: 13px 20px;
    border: 1px solid white;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #0a2a61;
  padding-top: 15px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: white;
}
.copyright-text p a{
  color: #ff5e14;
  text-decoration: none;
  
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;

}
.footer-menu ul{
  padding-left: 193px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: white !important;
  text-decoration: none;
}
@media only screen and (max-width: 576px){
  .copyright-area{
    padding: 15px;
  }
  .footer-widget-heading h3{
    font-size: 18px;
  }
  .footer-social-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .single-cta{
    flex-direction: column;
  }
  .copyright-area{
    padding: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
   .single-cta {
    flex-direction: column;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .footer-section {
   /* padding: 40px 0;*/
  }

  .footer-content {
    gap: 40px;
  }

  .footer-widget-heading h3 {
    font-size: 18px;
  }

  .footer-text p {
    font-size: 15px;
  }

  .footer-widget ul li {
    margin-bottom: 10px;
  }

  .footer-menu ul {
    padding-left: 150px;
  }

  .single-cta {
    flex-direction: column;
  }

  .cta-text h4 {
    font-size: 24px;
  }
  .cta-text span {
    font-size: 20px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .footer-section {
    /*padding: 50px 0;*/
  }

  .footer-content {
    gap: 50px;
  }

  .footer-widget-heading h3 {
    font-size: 20px;
  }

  .footer-text p {
    font-size: 16px;
  }

  .footer-widget ul li {
    margin-bottom: 12px;
  }

  .footer-menu ul {
    padding-left: 170px;
  }

  .single-cta {
    flex-direction: column;
  }

  .cta-text h4 {
    font-size: 26px;
  }
  .cta-text span {
    font-size: 22px;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .footer-section {
   /* padding: 60px 0;*/
  }

  .footer-content {
    gap: 60px;
  }

  .footer-widget-heading h3 {
    font-size: 22px;
  }

  .footer-text p {
    font-size: 18px;
  }

  .footer-widget ul li {
    margin-bottom: 14px;
  }

  .footer-menu ul {
    padding-left: 200px;
  }

  .single-cta {
    flex-direction: column;
  }

  .cta-text h4 {
    font-size: 26px;
  }
  .cta-text span {
    font-size: 23px;}
}


/*footer end*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

nav{
  position: fixed;
  top: 0;
  left: 0;
width: 100%;
  height: 100%;
  height: 85px;
  background: #3E8DA8;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
  z-index: 99;
  background: white;
}
nav .navbar{
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo {
 display: block;
  float: left;
  font-size: 2em;
  padding: 13px 13px;
  text-decoration: none;
  width: 200px;
}


nav .navbar .nav-links{
 /* line-height: 65px;*/
 /* height: 100%;*/
 /* padding-left: 193px;*/
 margin-top: 10px;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 7px;
}
nav .navbar .links li a{
/*  height: 100%;*/
  text-decoration: none;
  white-space: nowrap;
  color: var(--green);
  font-size: 15px;
  font-weight: 500;
  padding: 15px 10px;
}
nav .navbar .links li a:hover{
  color: white;
  background: var(--green);
  /*height: 10px;*/
  border-radius: 5px;
  padding: 10px;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 60px;
  left: 0px;
  line-height: 40px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  color: white;
  padding: 0px;

}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li{
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav .navbar .links li .sub-menu li.more {
  padding: 0px; /* Increased padding */
  font-size: 18px;
}
nav .navbar .links li .sub-menu li.more  a {
  display: block;
  padding: 0px 20px; /* Increased padding */
 /* margin: 8px 0;*/ /* Increased margin */
  font-size: 15px; /* Increased font size */
  /*font-weight: 600;*/ /* Optional: Makes text bolder */
  width: 165%;
  border-radius: 0px;

}

.navbar .links li .sub-menu .more-sub-menu a{
 /* color: #fff;*/
  font-size: 15px;
  font-weight: 500;
  padding: 7px 7px;
  /*margin: 5px;*/
}
.navbar .links li .sub-menu a{
 / display: block;
  padding: 0px 56px; /* Increased padding */
 /* margin: 8px 0;*/ /* Increased margin */
  font-size: 15px; /* Increased font size */
  /*font-weight: 600;*/ /* Optional: Makes text bolder */
  width: 230px;
}
.navbar .links li .sub-menu .more-arrow{
  /*line-height: 40px;*/
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    /*padding: 0 10px;*/
    white-space: nowrap;
    position: relative;
  }
  nav .navbar .links li a{
    font-size: 18px;
    padding: 0px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 100%;
    width: 100%;
    background:  white;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    height: 100vh;  

  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: var(--green);
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 50px;
      color: var(--green);
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  /*border-bottom: none;
*/
}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 58px;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  /*.links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }*/
    /* Ensure parent <li> stays active when hovered, focused, or clicked */
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:focus-within .htmlCss-sub-menu,
nav .navbar .links li:active .htmlCss-sub-menu {
  display: block;
}

/* Also apply hover and focus for sub-menu */
nav .navbar .links li .htmlCss-sub-menu:hover {
  display: block;
}

/* Style for the active state */
nav .navbar .links li.active > a {
  background: var(--green);
  color: white;
  border-radius: 5px;
}
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
.nav-links {
  transition: left 0.4s ease-in-out;
}

.nav-links.active {
  left: 0 !important;
}
@media (max-width:600px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
.navbar .logo{
/*padding: 0px 10px;*/

}
nav .navbar{
  max-width: 100%;
  padding: 0px 57px;
}
}
/*downloard start*/
.download-btn {
  background: var(--green);
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.download-btn i {
  font-size: 14px;
}

.download-btn span {
  padding-left: 10px;
}

.download-btn:hover {
  background: var(--blue);
}

.download-btn:active {
  background:var(--green) ;
}
.download-btn:active i, 
.list-download-btn:active i {
  transform: rotate(360deg);
  transition: transform 0.3s ease;
}

/*services start*/
/* General Styles */
/*.features-one {
    background: var(--logistiq-white);
    /
    padding-top: 20px;
    z-index: 1;
    max-width: 100%;
}

.features-one__single {
     background: white;
            border-top: 3px solid #008080;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 300px;
            transition: transform 0.3s;
}


.features-one__single-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--green);
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.features-one__single-icon .icon span {
    color: #fff;
    font-size: 20px;
    transition: all .5s ease;
}

.features-one__single-content h2 {
    font-weight: 698;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--blue);
}

.features-one__single-content h2 a {
    color: var(--logistiq-black);
    text-decoration: none;
    font-size: 23px;
}

.features-one__single-content p {
    color: black;
    font-size: 16px;
}


.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  
    margin: 0 auto;
    padding: 0 15px;
}*/


/*@media only screen and (max-width: 575px) {
  .features-one__single{
    width: auto;
    max-height: 217px;
    height: 350px;
    padding: 10px;
  }
  .features-one__single-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
  }
  .features-one__single-content h2 a{
    font-size: 18px;
    text-decoration: none;
  }
  .features-one__single-content p {
    font-size: 12px;
  }
  .features-one__single-icon .icon span{
    font-size: 26px;
  }
    .features-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
       
       
    }
}*/

/*@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container_round{
    max-width: 90%;
    margin: auto;
  }
    .features-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .features-one__single {
        width: 100%; 
        height: 160px;
    padding: 5px;
    }
    .features-container{
      padding: 0px;
      height: 90%;
    }
    .features-one__single-content h2 a{
      font-size: 21px;
    }
     .features-one__single-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
  }
  .features-one__single-content p{
    font-size: 14.5px;
    margin-bottom: 3px;
  }
}

    @media only screen and (min-width: 768px) and (max-width: 992px) {
  .container_round {
    max-width: 90%;
    margin: auto;
  }

  .features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .features-one__single {
    width: 100%;
    height:213px;
    padding: 10px;
  }

  .features-container {
    padding: 0px;
    height: auto;
  }

  .features-one__single-content h2 a {
    font-size: 22px;
  }

  .features-one__single-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
  }

  .features-one__single-content p {
    font-size: 15px;
    margin-bottom: 5px;
  }
}


@media (min-width: 993px) and (max-width: 1200px) {
    .features-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px; 
        justify-content: center;
        align-items: center;
        max-width: 100%; 
        margin: 0 auto; 
        padding: 0 50px; 

    }
    
    .features-one {
        padding: 20px 0; 
    }

    .features-one__single {
        padding: 20px;
        text-align: center;
        width: 100%;
        height: auto;
    }
    .features-one__single-content h2 a{
    font-size: 22px;
    text-decoration: none;
  }
  .features-one__single-content p {
    font-size: 18px;
  }
   .features-one__single-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
  }
   .features-one__single-icon .icon span{
    font-size: 28px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .features-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }

    .features-one {
        padding: 25px 0;
    }

    .features-one__single {
        padding: 25px;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .features-one__single-content h2 a {
        font-size: 24px;
        text-decoration: none;
    }

    .features-one__single-content p {
        font-size: 19px;
    }

    .features-one__single-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 5px;
    }

    .features-one__single-icon .icon span {
        font-size: 30px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .features-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px;
    }

    .features-one {
        padding: 30px 0;
    }

    .features-one__single {
        padding: 5px;
    }

    .features-one__single-content h2 a {
        font-size: 25px;
    }

    .features-one__single-content p {
        font-size: 20px;
    }

    .features-one__single-icon {
        width: 100px;
        height: 100px;
    }

    .features-one__single-icon .icon span {
        font-size: 32px;
    }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
/*@media (min-width: 1601px) {
    .features-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 60px;
    }

    .features-one {
        padding: 40px 0;
    }

    .features-one__single {
        padding: 35px;
        width: 280px;
        height: 360px;
    }

    .features-one__single-content h2 a {
        font-size: 26px;
    }

    .features-one__single-content p {
        font-size: 21px;
    }

    .features-one__single-icon {
        width: 85px;
        height: 85px;
    }

    .features-one__single-icon .icon span {
        font-size: 34px;
    }
}*/
/*new servi
ces start*/\



.service-container {
display: grid;
  gap: 20px;
  padding: 50px 0;
  width: 100%; /* Full width */
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto; /* Center the container */
    padding: 20px;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.service-container .service-box {
  width: 450px;
  text-align: center;
  padding: 0 0 30px 20px;
  position: relative;
}

.service-container .service-box::before {
  content: "";
  border: 3px dotted var(--green);
  border-top-style: solid;
  border-bottom-style: solid;
  border-right: none;
  position: absolute;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  width: 35%;
  top: 73px;
  bottom: 7px;
  left: 0;
}

.service-container .service-icon {
  font-size: 30px;
  line-height: 81px;
  background-color: #fff;
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 1px 5px var(--green);
  position: relative;
  color: var(--green);
  top:  37px;
}

.service-container .service-content {
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid var(--green);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 5px 5px 10px #0000004d;
}

.service-container .service-content::before,
.service-container .service-content::after {
  content: "";
  position: absolute;
  background: var(--green);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 70px;
  left: 35%;
}

.service-container .service-content::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: auto;
  bottom: 4px;
}

.service-container .service-title a {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-decoration: none;
  color: var(--blue);
}

.service-container p {
  color: #0e0e0e;
  font-size: 22px;
  line-height: 30px;
}

.service-container .service-box.red,
.service-container .service-box.red .service-title a,
.service-container .service-box.red .service-icon {
  color: var(--green);
}

.service-container .service-box.red::before,
.service-container .service-box.red .service-icon,
.service-container .service-box.red .service-content {
  border-color: blue;
}

.service-container .service-box.red .service-content::after,
.service-container .service-box.red .service-content::before {
  background-color: #F70437;
}
/*
@media(max-width:768px) {
  .service-container {
    flex-direction: column;
  }

  .service-container .service-box {
    width: 85%;
    margin: auto;
  }
}*/
@media only screen and (max-width: 576px) {
  .service-container {
   grid-template-rows: repeat(1, 1fr); /* 2 items per row */
    display: grid;
     flex-direction: column;
    justify-content: center;
   
   /* margin: auto;*/
   margin-top: 0px!important;
    gap: 20px;
    margin: 0px!important;
    padding: 0px!important;
  }
  .service-container .service-box{
    width: 70%;
    padding: 0 0 22px 24px;
   /* height: 238px;*/
   text-align: center;
   margin-left: 15%;

  }
  .service-container .service-box::before{
    bottom:10px;
  }
  .service-container .service-content::after {
    bottom: 7px;
  }
  .service-container .service-title a{
    font-size: 16px;
  }
  .service-container p{
    font-size: 12px;
  }
  .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: -0%!important;
  
}
}

/* ✅ Small devices (481px to 768px - Large Phones & Tablets) */
/* ✅ Medium devices (577px to 768px - Tablets) */
@media (min-width: 577px) and (max-width: 768px) {
  .service-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    margin: -6px!important;
    padding: 0px!important;
    gap: 20px;
  }

  .service-container .service-box {
     width: 80%;
margin-left: 10%;
    /*height: 250px;*/
    padding: 0 0 22px 24px;
  }

  .service-container .service-title a {
    font-size: 16px;
  }
   .service-container .service-box::before{
    bottom: 0px;

  }
  .service-container .service-content::after {
    bottom: -3px;
    left: 31%;

  }
  .service-container .service-content::before, .service-container .service-content::after{
    left: 31%;

  }
  .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: 0%!important;
  
}

  .service-container p {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .service-container {
    
    gap: 25px;
    margin: 10px!important;
    padding: 0px!important;
    
    
   
    
  }

  .service-container .service-box {
    width: 90%;
    /*height: 270px;*/
    margin-left: 5%;
  }
   .service-container .service-box::before{
    bottom:7px;

  }
  .service-container .service-content::after {
    bottom: 4px;
    

  }
  .service-container .service-content::before, .service-container .service-content::after{
    left: 34%;

  }

  .service-container .service-title a {
    font-size: 20px;
  }

  .service-container p {
    font-size: 15px;
  }
  .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: 0%!important;
  
}
}

/* ✅ Extra Large devices (993px to 1200px - Laptops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .service-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    gap: 18px;
   
    margin: auto;
  }

  .service-container .service-box {
    width: 90%;
    margin-left: 5%;
    /*height: 290px;*/
  }
    .service-container .service-box::before{
    bottom: 19px;

  }
  .service-container .service-content::after {
    bottom: 16px;
    

  }
  .service-container .service-content::before, .service-container .service-content::after{
    left: 34%;

  }

  .service-container .service-title a {
    font-size: 20px;
  }

  .service-container p {
    font-size: 16px;
  }
   .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: 0%!important;
  
}
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .service-container {
     
    gap: 20px;
    justify-content: center;
    
    margin: 10px auto;
  }
  .service-container .service-box{
   
    height: auto;
   /* height: 213px;*/
   padding: 0 0 19px 20px;
   width: 90%;
    margin-left: 5%;
  }
  .service-container .service-title a{
    font-size: 18px;
  }
  .service-container p{
    font-size: 14px;
  }
  .service-container .service-content{
    height: 200px;
  }
   .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: 0%!important;
  
}

}

@media (min-width: 1401px) and (max-width: 1600px) {
  .service-container {
  
    gap: 20px;
    justify-content: center;
    
    margin: margin: 20px auto;;
  }
  .service-container .service-box{
    width: 90%;
   /* height: 213px;*/
   margin-left: 5%;
  }
  .service-container .service-content{
    height: 225px;
  }
   .product-carousel .owl-nav .owl-prev {
    left: 0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: 0%!important;
  
}

}
@media(min-width: 1600px) {
  .service-container {

    gap: 20px;
    justify-content: center;
    
   margin: 20px auto!important;
  }
   .service-container .service-box{
     width: 90%;
   /* height: 213px;*/
   margin-left: 5%;
   /* height: 213px;*/
  }
  .service-container .service-content{
    height: 200px;
  }
   .product-carousel .owl-nav .owl-prev {
    left: -0%!important;

}

.product-carousel .owl-nav .owl-next {
    right: -0%!important;
  
}
.service-container p{
  font-size: 19px;
}

}

/* ✅ Large devices (1201px and above - Desktops & Large Screens) */

/*sevice services end*/
/*cards end*/
/*health care product start*/
.container_health{
 padding-top: 20px;
}


.body_1 {
    display: flex;
    justify-content: center;
    align-items: center;
   /* min-height: 60vh;*/
    background: white;
    box-sizing: border-box;
}

.container_1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 8px;
    /*padding: 74px 10px;*/
}

.container_1 .card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    max-width: 100%;
    height: 276px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.container_1 .card:hover {
    height: 335px;
    /*margin-top: 60px;
    margin-bottom: 20px;*/
}

.container_1 .card .img-box {
    position: absolute;
    top: 20px;
    width: 268px;
    height: 184px;
   /* background: #333;*/
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
    right: 15px;
}

.container_1 .card:hover .img-box {
    top: -10px;
    scale: 0.75;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);*/
}

.container_1 .card .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_1 .card .content {
    position: absolute;
    top: 235px;
    width: 100%;
    height: 53px;
    padding: 0 4px;
    text-align: center;
    overflow: hidden;
    transition: 0.5s;
}

.container_1 .card:hover .content {
  position: relative;
  top: 60px;
    
    height: 148px;
}

.container_1 .card .content h2 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    background: url("assests/banner/heading.jpg");
    background-size: cover;
    background-position: center;
    padding: 5px;


}
.container_1 .card .content h3 {
    font-size: 17px;
   /* font-weight: 700;*/
    color: var(--green);
    
  /*  padding: 10px;*/


}

.container_1 .card .content p {
    color: #333;
    margin:0;
    padding-bottom: 10px;
}

.container_1 .card .content a {
    position: relative;
    top: 0px;
   /* display: inline-block;*/
    
    text-decoration: none;
    background: var(--green);
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
}

.container_1 .card .content a:hover {
    opacity: 0.8;
    background: var(--blue);
}

/*heath care product end*/
/*pharma care product satrt*/
/*cards start*/
.container2_pharma{
  display: flex;
  justify-content: center;
  align-items: center;
   background: #f1fcf8;
  box-sizing: border-box;
  padding-bottom: 21px;

}
.container_pharma{
  padding-top: 20px;
  background-color: none;
}
.content_hide:hover .title_h {
    visibility: hidden;
}

.title_h{
          font-size: 23px;
            font-weight: bold;
            color: var(--green);
            text-align: center;
        }
.ul_p {
  display: flex;
 /* flex-wrap: wrap;*/
  list-style: none;
  padding: 0;
    align-items: center;
     justify-content: center;
     background:#f1fcf8;
     margin-bottom:0px;
     
}

ul .booking-card {
  position: relative;
  width: 300px;
  display: flex;
  flex: 0 0 292px;
  flex-direction: column;
  margin: 10px;
  /*margin-bottom: 30px;*/
  border-radius: 10px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: white;
  transition: 0.3s;
  height: 350px;
 /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/

}

ul .booking-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 72, 112, 0);
  transition: 0.3s;
}

ul .booking-card .book-container {
  height: 178px;
}

ul .booking-card .book-container .content {
  position: relative;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 100%;
  transform: translateY(-200px);
  transition: 0.3s;
}

ul .booking-card .informations-container  .btn {
  border: 1px solid none;
  padding: 14px 18px;
  background: var(--green);
  /*text-transform: uppercase;*/
/*  font-weight: bold;*/
  font-size: 12px;
  color: white;
  cursor: pointer;
  transiton: 0.3s;
  font-weight: 400;
}

ul .booking-card .book-container .content .btn:hover {
  background: var(--blue);
 /* border: 0px solid white;*/
  color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 1px;
}

ul .booking-card .informations-container {
  flex: 1 0 auto;
  padding: 25px;
  /*background: #f0f0f0;*/
  transform: translateY(144px);
  transition: 0.3s;
}


ul .booking-card .informations-container .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: var(--green);
}
ul .booking-card .informations-container .title .sub-title p{
  color: white;
}
ul .booking-card .informations-container .title p{
  font-size: 16px;
}

ul .booking-card .informations-container .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 50px;
  margin: auto;
 /* background: #0a4870;*/
  color: white;
}

ul .booking-card .informations-container .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: black; 
  font-weight: 500;
}

ul .booking-card .informations-container .price .icon {
  margin-right: 10px;

}

ul .booking-card .informations-container .more-information {
  opacity: 0;
  transition: 0.3s;

}

ul .booking-card .informations-container .more-information .info-and-date-container {
  display: flex;
}

ul .booking-card .informations-container .more-information .info-and-date-container .box {
  flex: 1 0;
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  background: white;
  font-weight: bold;
  font-size: 0.9em;
  color: var(--blue);
}

ul .booking-card .informations-container .more-information .info-and-date-container .box .icon {
  margin-bottom: 5px;
}

ul .booking-card .informations-container .more-information .info-and-date-container .box.info {
  color: #ec992c;
  margin-right: 10px;
}
ul .booking-card .informations-container .more-information .info-and-date-container .box.info p{
  padding-top: 16px;
  color: white;
}
ul .booking-card .informations-container .more-information .info-and-date-container .box.date p{
  padding-top: 16px;
}

ul .booking-card .informations-container .more-information .disclaimer {
  margin-top: 20px;
  font-size: 0.8em;
  color: #7d7d7d;
}

ul .booking-card:hover::before {
  background: #092a27;
  opacity: 0.6;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
 ul .booking-card:hover .informations-containerer .title{
  font-size: 32px;
  color: white;
 }
ul .booking-card:hover .book-container .content {
  opacity: 1;
  transform: translateY(0px);
}

ul .booking-card:hover .informations-container {
  transform: translateY(-77px);
}

ul .booking-card:hover .informations-container .more-information {
  opacity: 1;
}
/* Large screens (1300px and above) */
/*@media screen and (min-width: 1300px) {
  .ul_p {
    justify-content: space-around;
    padding: 20px;
  }

  ul .booking-card {
    max-width: 500px;
    height: 100%;
    height:365px; 
    display: flex;
    flex-direction: column;
  }

  ul .booking-card .informations-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  ul .booking-card:hover {
    transform: scale(1.05);
  }
}*/
/*
@media (max-width: 768px) {
  ul .booking-card::before {
    background: rgba(10, 72, 112, 0.6);
  }
  ul .booking-card .book-container .content {
    opacity: 1;
    transform: translateY(0px);
  }
  ul .booking-card .informations-container {
    transform: translateY(0px);
  }
  ul .booking-card .informations-container .more-information {
    opacity: 1;
  }
}*/

.credits {
  display: table;
  background: #0a4870;
  color: white;
  line-height: 25px;
  margin: 10px auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.credits a {
  color: #e3ebf1;
}

h1 {
  margin: 10px 20px;
}
/*add css*/

/**/
/*cards end*/
/* /*New lanchu satrt*/*/
/*cards_2 satrt*/
.img_1{
  height:150px;
  width:100%;
}

.container_cards{
  padding-left:5px;
  padding-right:5px;
}
.card_3{
  transition:0.5s;
  cursor:pointer;
  padding: 15PX;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}
.card-title{  
  font-size:20px;
  transition:1s;
  cursor:pointer;

  color: var(--green);
  font-weight: 600;

}
/*.card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}*/
.card_3:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  /*height:80px; */
  color: var(--blue);
  font-weight: 500; 
  font-size: 17px;
}
.Available_p{
  font-size: 18px;
  text-align: center;

}
.container_box {
    /*display: flex;
    gap: 20px;*/
    text-align: center;
}

.box {
    width: 150px;
    height: 47px;
    background-color: var(--white);
    color: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.card_3::before, .card_3::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card_3::before {
  transform-origin: left top;
}
.card_3::after {
  transform-origin: right bottom;
}
.card_3:hover::before, .card_3:hover::after, .card_3:focus::before, .card_3:focus::after {
  transform: scale3d(1, 1, 1);
} 

/*cards_2 end*/
/*pharama care product end*/
/*New launch start*/
/*cards_2 satrt*/
.img_1{
  height:150px;
  width:100%;
}

.container_cards{
  padding-left:5px;
  padding-right:5px;
  padding-top: 5px;
}
.card_3{
  transition:0.5s;
  cursor:pointer;
  padding: 15PX;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}
.card-title_2 {
  font-size: 20px;
  transition: 1s;
  cursor: pointer;
  color: var(--green);
  font-weight: 600;
  position: relative;
  
  text-align: center;
}

.card-title_2::after {
  content: "";
  display: block;
  width: 50px; /* Adjust the underline width */
  height: 3px; /* Adjust the thickness */
  background-color: var(--green);
  margin: 6px auto 0; /* Controls spacing below the text */
  border-radius: 2px;
}

.card-title_3{  
  background-image: url('assests/banner/new_b.png');
background-size:cover; 
background-position: center;
height: 75px;
width: 75px;
  transition:1s;
  cursor:pointer;
  color:var(--white);
  text-align: center;
  position: relative;
  top: -30px;
  padding-top: 15px;
}
.card_container{
  margin-top: -48px;

}
/*.card-title p:hover{
  transform: scale(1.25) rotate(100deg); 
  color:var(--green);
  
}*/
.card_3:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  /*height:80px; */
  color: var(--blue);
  font-weight: 500; 
  font-size: 17px;
  padding: 0px;
  width: 258px;
}
.Available_p{
  font-size: 14px;
  text-align: center;

}
.container_box {
    display: flex;
     justify-content: center; /* Centers horizontally */
  align-items: center;
}

.box {
    width: 110px;
    height: 40px;
    background-color: var(--green);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
}
.box:hover{
  background: var(--blue);
}

.card_3::before, .card_3::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card_3::before {
  transform-origin: left top;
}
.card_3::after {
  transform-origin: right bottom;
}
.card_3:hover::before, .card_3:hover::after, .card_3:focus::before, .card_3:focus::after {
  transform: scale3d(1, 1, 1);
} 

/*New launcg end*/
/*our accreditations start */
.our_accreditions{
  padding-top: 20px;
}
.body_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f5f5f5;
}

/*@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-80px * 9)); }
}
*/
.slider {
    height: 192px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 39px;
    width: 100%;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slider .slide-track {
    display: flex;
    /*width: calc(219px * 18);
    animation: scroll 20s linear infinite;*/
}

.slider .slide {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 10px;
    margin: 0 28px;
}
/*our accreditations end */
/*image_with text start*/
.img_container{
  padding-top: 20px;
}
.image_heading {
    position: relative; /* Corrected from 'position: center;' */
    width: 100%;
    height: 250px; /* Adjust as needed */
    background: url('assests/banner/image_p.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.image_heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better readability */
}

.image_heading .content {
    position: relative;
    z-index: 2;
    max-width: 80%;
}

.image_heading h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.image_heading p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.image_heading .btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--green);
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.image_heading .btn:hover {
    background: var(--blue);
    transform: scale(1.05);
}

/*image with text end*/
/*Topical / Skin Antiseptics start*/
.container_topical{
  padding-top: 20px;
}
.body_pro {
            margin: 0;           
            display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-sizing: border-box;
            
            
        }
        .container_products {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
           /* padding: 20px;*/
            PADDing-bottom: 0px;
        }
        .figure_pro {
            position: relative;
            display: flex;
            flex-direction: column;
            border-radius: 1rem;
            overflow: hidden;
            cursor: pointer;
            background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
            height: 320px;
            display: flex;
    justify-content: center;
    align-items: center;
    width: 295px; /* Adjust based on the container */
    height: 309px; /* Same as image height */
        }
        .figure_pro:hover {
            transform: translateY(-5px);
        }
        .figure_pro {
    
}

.figure_pro img {
    width: 300px;
    height: 273px;
    object-fit: cover;
}

        .figure_pro img {
            width: 100%;
           /* height: auto;*/
            object-fit: cover;
            height: 100%;
            height: 273px;
            width: 300px;
        }
        .content_pro {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            position: absolute;
            left: 0;
            top: 81px;
            width: 100%;
            height: 100%;
            transform: translateX(-100%);
            transition: transform 0.3s ease-in-out;
        }
        .figure_pro:hover .content_pro {
            transform: translateX(0);
        }
        .title_pro {
            text-align: center;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--green);
            margin: 10px 0;
        }
        .paragraph_p {
            font-size: 1rem;
            color: white;
            margin-bottom: 15px;
            text-align: center;
        }
        .availability {
            font-size: 0.9rem;
            font-weight: bold;
            margin-top: 10px;
        }
        .button_pro {
            background: var(--green);
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .button_pro:hover {
            background: var(--blue);
        }
       /*@media (max-width: 768px) {
            .container {
                grid-template-columns: repeat(2, 1fr);
            }
        }*/
       /* @media (max-width: 400px) {
            .container {
                grid-template-columns: repeat(1, 1fr);
            }
            @media only screen and (min-width: 1200px) {
              .container {
                grid-template-columns: repeat(3, 1fr);
            }
            }
        }
         @media (min-width: 1300px){
             .figure_pro{
                 width:411px;
             }
             
         }
         */
/*Topical / Skin Antiseptics end*/