/* Base */
body {
  line-height: 1.7;
  color: #8c92a0;
  font-weight: 300;
  font-size: 16px;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

.text-black {
  margin-top: 40px;
  color: #000;
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-transform: uppercase;
  border-width: 2px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary:hover {
  background: transparent;
  color: #51eaea;
}

.btn.btn-black {
  background: #000;
  color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  background-color: #51eaea;
  color: #000;
}

.form-control {
  height: 43px;
}

.form-control:active,
.form-control:focus {
  border-color: #51eaea;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative;
}
.site-section-heading samp{
  color:#3295e6;
  font-weight: 500;
}
.col-md-5 p{
    color: #2b2929;
}
.site-section-heading:before {
  display: none;
  content: "";
  left: 0%;
  top: 0;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #51eaea;
}

.site-section-heading.text-center:before {
  display: none;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #51eaea;
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

/* topbar */
.top-header {
  background-color: #222222;
  /* Dark background */
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  font-size: 13px;
}

/* Left Side Info Details */
.header-left {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Vertical Divider line between phone and email */
.divider {
  color: #444444;
  margin: 0 20px;
}

/* Right Side Details (Timing, Socials, Button) */
.header-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.office-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 30px;
  color: #dddddd;
}

/* Social Icons Links */
.social-icons {
  display: flex;
  gap: 15px;
  margin-right: 25px;
}

.social-icons a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.social-icons a:hover {
  color: #dfa900;
  /* Hover effect color */
}

/* Get A Quote Yellow Button */
.quote-btn {
  background-color: #dfa900;
  /* Golden Yellow color */
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.quote-btn:hover {
  background-color: #c69600;
}

/* Navbar */
/*==========================
Header
==========================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*==========================
Logo
==========================*/

.logo img {
  width: 80px;
  display: block;
}

/*==========================
Menu
==========================*/

.navbar {
  flex: 1;
  display: flex;
  justify-content: center;
}

.navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}

.navbar ul li {
  position: relative;
}

.navbar ul li a {

  color: #222;

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

  transition: .3s;

  padding: 10px 0;

}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: #73b52c;
}

.navbar ul li a::after {
  ontent: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  background: #73b52c;
  transition: .3s;
}
.navbar ul li a:hover::after,
.navbar ul li a.active::after {
  width: 100%;
}
/*==========================
Search
==========================*/
.search-box {
  width: 260px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 18px;
  font-size: 15px;
}
.search-box button {
  width: 55px;
  height: 48px;
  border: none;
  background: #73b52c;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
}
.search-box button:hover {
  background: #5a9720;
}
/*==========================
Responsive
==========================*/
@media(max-width:992px) {
  .container {
    flex-direction: column;
    gap: 20px;
  }
  .logo img {
    width: 170px;
  }
  .navbar {
    width: 100%;
  }
  .navbar ul {
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-box {
    width: 100%;
    max-width: 420px;
  }
}
@media(max-width:768px) {
  .navbar ul {
    flex-direction: column;
    gap: 15px;
  }
  .logo img {
    width: 150px;
  }
  .search-box {
    max-width: 100%;
  }
}
@media(max-width:480px) {
  .container {
    padding: 15px;
  }
  .logo img {
    width: 100px;
  }
  .search-box {
    height: 45px;
  }
  .search-box button {
    width: 50px;
  }
}
/* Logo Container */
.logo {
  display: flex;
  align-items: center;
}
/* Logo */
.site-logo img {
  width: 100px;
  /* Apni requirement ke hisaab se 160-220px kar sakte ho */
  height: auto;
  display: block;
}
.site-logo a:hover {
  text-decoration: none;
}
.icons-btn {
  display: inline-block;
  text-align: center;
}
.icons-btn span {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .icons-btn span {
    width: 24px;
  }
}

.site-menu-toggle {
  display: block;
  text-align: center;
  font-size: 28px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.site-menu-toggle>span {
  top: 5px;
  position: relative;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  background: #fff;
}

.site-navbar.position-relative {
  position: relative;
  background: #f9f9f9 !important;
}

.site-navbar.transparent {
  background: transparent;
}

.site-navbar .site-navbar-top {
  border-bottom: 1px solid #f3f3f4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .site-navbar .site-navbar-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.site-navbar .site-search-icon a span {
  display: inline-block;
  margin-right: 10px;
}

.site-navbar .site-search-icon a:hover {
  text-decoration: none;
}

.site-navbar a {
  color: #000;
}

.site-navbar a:hover {
  color: #000;
}

.site-navbar .icon {
  font-size: 20px;
}

.site-navbar .site-top-icons ul,
.site-navbar .site-top-icons ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navbar .site-top-icons ul li {
  display: inline-block;
}

.site-navbar .site-top-icons ul li a {
  margin-right: 10px;
}

.site-navbar .site-top-icons ul li a.site-cart {
  display: block;
  position: relative;
}

.site-navbar .site-top-icons ul li a.site-cart .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -15px;
  margin-top: -20px;
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: #51eaea;
  color: #fff;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.site-navbar .site-top-icons ul li a:hover .count {
  -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
  margin-top: -22px;
}

.site-navbar .site-top-icons ul li:last-child a {
  padding-right: 0;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active>a {
  color: #000;
  position: relative;
}

.site-navbar .site-navigation .site-menu .active>a:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #000;
  bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  font-size: 15px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #25262a;
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #51eaea;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #51eaea !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children a {
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 40px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  letter-spacing: .2em;
  font-size: 22px;
  font-weight: 900;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #51eaea;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #51eaea;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 18px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-blocks-1 {
  border-bottom: 1px solid #edf0f5;
}

.site-blocks-1 .divider {
  position: relative;
}

.site-blocks-1 .divider:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 10px;
  background: #edf0f5;
}

.site-blocks-1 .divider:last-child:after {
  display: none;
}

.site-blocks-1 .icon span {
  position: relative;
  color: #6c757d;
  top: -10px;
  font-size: 50px;
  display: inline-block;
}

.site-blocks-1 .text h2 {
  color: #25262a;
  letter-spacing: .05em;
  font-size: 18px;
}

.site-blocks-1 .text p:last-child {
  margin-bottom: 0;
}

.site-blocks-2 .block-2-item {
  display: block;
  position: relative;
}

.site-blocks-2 .block-2-item:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.site-blocks-2 .block-2-item .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.site-blocks-2 .block-2-item .image img {
  margin-bottom: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-blocks-2 .block-2-item .text {
  z-index: 2;
  bottom: 0;
  padding-left: 20px;
  position: absolute;
  width: 100%;
}

.site-blocks-2 .block-2-item .text>span,
.site-blocks-2 .block-2-item .text h3 {
  color: #fff;
}

.site-blocks-2 .block-2-item .text>span {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 900;
}

.site-blocks-2 .block-2-item .text h3 {
  font-size: 40px;
}

.site-blocks-2 .block-2-item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block-3 .no-direction .owl-nav {
  display: none;
}

.block-3 .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-3 .owl-nav .owl-prev,
.block-3 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}

.block-3 .owl-nav .owl-prev {
  left: 0;
}

.block-3 .owl-nav .owl-next {
  right: 0;
}

.block-3 .owl-dots {
  text-align: center;
}

.block-3 .owl-dots .owl-dot {
  display: inline-block;
}

.block-3 .owl-dots .owl-dot>span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  background: #ccc;
}

.block-3 .owl-dots .owl-dot.active>span {
  background: #51eaea;
}

.block-3 .product {
  border-right: none !important;
  border-left: none !important;
}

.block-3 .product .item {
  border: 1px solid #eee;
}

.block-4 {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.block-4 .block-4-text h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.block-4 .block-4-text h3 a {
  text-decoration: none;
}

.block-5 ul,
.block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.block-5 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #25262a;
}

.block-5 ul li:before {
  top: 0;
  font-family: "icomoon";
  content: "";
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: #51eaea;
}

.block-5 ul li.address:before {
  content: "\e8b4";
}

.block-5 ul li.email:before {
  content: "\f0e0";
}

.block-5 ul li.phone:before {
  content: "\f095";
}

.block-6 {
  display: block;
}

.block-6 img {
  display: block;
}

.block-6 h3 {
  font-size: 18px;
}

.block-6 p {
  color: #737b8a;
}

.block-7 .form-group {
  position: relative;
}

.block-7 .form-control {
  padding-right: 96px;
}

.block-7 .btn {
  position: absolute;
  width: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
}

.block-8 .post-meta {
  color: #c4c7ce;
}

.block-8 .block-8-sep {
  margin-left: 10px;
  margin-right: 10px;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 1px !important;
  vertical-align: middle;
  color: #212529;
  font-size: 18px;
  font-weight: normal;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #212529;
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #51eaea !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000;
}

.site-block-top-search {
  position: relative;
}

.site-block-top-search .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-block-top-search input {
  padding-left: 40px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-block-top-search input:focus,
.site-block-top-search input:active {
  padding-left: 25px;
}

.site-block-27 ul,
.site-block-27 ul li {
  padding: 0;
  margin: 0;
}

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.site-block-27 ul li a,
.site-block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  color: #000;
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
  background: #343a40;
  color: #fff;
  border: 1px solid transparent;
}

#slider-range {
  height: 8px;
}

#slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none !important;
  background: #51eaea;
}

#slider-range .ui-slider-handle:focus,
#slider-range .ui-slider-handle:active {
  outline: none;
}

#slider-range .ui-slider-range {
  background-color: #51eaea;
}

.color-item .color {
  width: 14px;
  height: 14px;
}

.block-16  {
  position: relative;
}
.block-16 img{
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}
.block-38 .block-38-header .block-38-heading {
  color: #000;
  margin: 0;
  font-weight: 300;
}

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .1em;
}

.block-38 .block-38-header img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.bag {
  position: relative;
}

.bag .number {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  color: #000;
  font-size: 12px;
  background: #51eaea;
  right: -5px;
}

.search-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.search-wrap .container {
  position: relative;
  height: 100%;
}

.search-wrap.active {
  opacity: 1;
  visibility: visible;
}

.search-wrap .form-control {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  z-index: 3;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .search-wrap .form-control {
    font-size: 20px;
  }
}

.search-wrap .search-close {
  z-index: 4;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrap .search-close span {
  font-size: 30px;
}

.title-section h2 {
  padding-left: 30px;
  border-left: 4px solid #51eaea;
  display: inline-block;
  color: #000;
}

.title-section.text-center h2 {
  border-left: none;
  position: relative;
  padding-left: 0px;
  padding-bottom: 20px;
}
.about-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
    
}
.about-content p {
    color: #111111;
    font-size: 20px;
}
.about-btn a{
    display: inline-block;
    background: #3295e6;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
}
.about-btn{
 text-align: center;
}
.about-btn a:hover{
    background: #c82333;
}

.title-section.text-center h2:after {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #51eaea;
  content: "";
}

.product-item {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.product-item .product-category {
  position: absolute;
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  color: #000;
  z-index: 8;
  top: 60%;
  left: 50%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item .product-category span {
  color: #ced4da;
  font-size: 12px;
}

.product-item .product-category:hover {
  background: #000;
  color: #fff;
}

.product-item .product-category:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.product-item.full-height {
  height: 100% !important;
}

@media (max-width: 991.98px) {
  .product-item.full-height {
    height: 300px !important;
    margin-bottom: 30px;
  }
}

.product-item.bg-gray {
  background: #f9f9f9;
}

.product-item.sm-height {
  height: 300px;
  padding: 40px;
}

.product-item.md-height {
  height: 700px;
  padding: 40px;
}

.product-item img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  position: absolute;
}

.item-entry .product-item {
  margin-bottom: 30px;
}

.item-entry .item-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

.item-entry .item-title a {
  color: gray;
}

.item-entry .item-title a:hover {
  color: #000;
}

.item-entry .item-price {
  color: #000;
  font-weight: normal;
}

.item-entry .item-price del {
  color: #b3b3b3;
}

.custom-border-bottom {
  border-bottom: 1px solid #f9f9f9;
}

.custom-border-top {
  border-top: 1px solid #f9f9f9;
}

.height-auto {
  height: auto !important;
}

.featured-hero-product {
  text-align: center;
}

.featured-hero-product h1,
.featured-hero-product h4 {
  color: #000;
}

.featured-hero-product h1 {
  font-size: 4rem;
  letter-spacing: 1rem;
}

@media (max-width: 991.98px) {
  .featured-hero-product h1 {
    font-size: 2rem;
  }
}

.featured-hero-product h4 {
  font-size: 1rem;
}

.featured-hero-product .price {
  font-size: 2rem;
  color: #000;
}

@media (max-width: 991.98px) {
  .featured-hero-product .price {
    font-size: 1.5rem;
  }
}

.featured-hero-product .price del {
  margin-left: 10px;
  color: #6c757d;
}

.border {
  border: 1px solid #eee !important;
}

.border a {
  display: block;
  padding: 30px;
}

.item h3 a {
  color: #000;
}

.item .price {
  color: #000;
}

.tag {
  position: absolute;
  background: #e86b00;
  color: #fff;
  letter-spacing: .2em;
  padding: 7px 20px;
  font-size: .8rem;
  font-weight: 900;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
  -ms-transform: rotate(-90deg) translateX(-100%) translateY(-70%);
  transform: rotate(-90deg) translateX(-100%) translateY(-70%);
}

.banner-wrap {
  background: #74d12b;
  border-radius: 4px;
}

.banner-wrap a {
  padding: 30px;
  display: block;
  text-align: center;
}

.banner-wrap a h5 {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 10px;
}

.banner-wrap a h5,
.banner-wrap a p {
  color: #fff;
}

.banner-wrap a p {
  color: #fff;
  font-size: 1.4rem;
}

.banner-wrap a p strong {
  font-size: .9rem;
  display: block;
}

.banner-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  min-height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
}

.banner-1:hover {
  top: -10px;
  -webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.4);
}

.banner-1 .banner-1-inner {
  width: 50%;
}

.banner-1 .banner-1-inner h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
}

.banner-1 .banner-1-inner p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}

.testimony blockquote p {
  color: #000;
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-style: italic;
}

.bg-image {
  background-size: cover;
  position: relative;
}

.bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(81, 234, 234, 0.9);
  z-index: 1;
}

.bg-image>.container {
  position: relative;
  z-index: 2;
}

.section-overlap {
  position: relative;
  margin-top: -120px;
  z-index: 10;
}

.custom-pill .nav-item {
  margin-right: 4px;
}

.custom-pill .nav-item a {
  background: #f4f4f4;
  color: #000 !important;
}

.custom-table th {
  color: #000;
  font-weight: normal;
}

.custom-table td {
  color: #000;
}

/*silder*/
.heroSlider {
  width: 100%;
  height: 700px;
  position: relative;
  /* Smooth transitions ke liye safe side */
}

.site-blocks-cover {
  height: 700px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.site-block-cover-content {
  color: #fff;
}

.site-block-cover-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 25px;
  color: #080808;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  margin-right: 15px;
  border-radius: 30px;
  text-decoration: none;
}

.btn-primary {
  background: #7bc043;
  color: #fff;
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: #7bc043;
}
.banner-wrap i {
  font-size: 60px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}
.usp-section {
  padding: 90px 0;
  background: #fff;
}
.usp-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.usp-title {
  width: 30%;
}
.usp-title span {
  color: #72b84d;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.usp-title h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #222;
  margin: 0;
}
.usp-title em {
  color: #72b84d;
  font-style: italic;
  font-family: Georgia, serif;
}
.usp-text {
  width: 45%;
  padding-left: 40px;
  border-left: 1px solid #eee;
}
.usp-text p {
  color: #666;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
}
.usp-btn {
  width: 25%;
  text-align: right;
}
.btn-read {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #222;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.btn-read:hover {
  background: #72b84d;
  color: #fff;
  border-color: #72b84d;
}

.product-box {
  background: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  transition: .3s;
}

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

.product-box img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.product-box h5 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

/* Responsive */

@media(max-width:991px) {

  .usp-top {
    flex-direction: column;
    text-align: center;
  }

  .usp-title,
  .usp-text,
  .usp-btn {
    width: 100%;
  }

  .usp-text {
    border-left: none;
    padding-left: 0;
  }

  .usp-btn {
    text-align: center;
  }

  .usp-title h2 {
    font-size: 34px;
  }

  .product-box img {
    height: 220px;
  }

}

@media(max-width:576px) {

  .usp-section {
    padding: 60px 0;
  }

  .usp-title h2 {
    font-size: 28px;
  }

  .product-box img {
    height: 180px;
  }

}

/*==============================
 Healthcare Section
==============================*/

.healthcare-section {
  padding: 80px 0;
  background: #fff;
}

.content-box h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  margin-bottom: 20px;
}

.content-box h2 span {
  color: #73b52c;
  font-style: italic;
  font-family: Georgia, serif;
}

.line {
  width: 60px;
  height: 3px;
  background: #73b52c;
  margin-bottom: 25px;
}

.content-box p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 18px;
}

.list-wrapper {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-wrapper ul li {
  margin-bottom: 14px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.list-wrapper ul li i {
  color: #73b52c;
  margin-right: 10px;
}

.contact-box {
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  font-size: 18px;
  color: #333;
}

.contact-box a {
  color: #73b52c;
  text-decoration: none;
}

.contact-box strong {
  color: #111;
  font-size: 24px;
  margin-left: 8px;
}

/*==============================
 Images
==============================*/

.image-wrapper {
  position: relative;
  padding-left: 30px;
}

.top-image img,
.bottom-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.top-image img {
  height: 260px;
}

.bottom-image {
  margin-top: -40px;
  padding-left: 40px;
}

.bottom-image img {
  height: 320px;
}

.info-box {
  position: absolute;
  right: -10px;
  top: 80px;
  background: #73c641;
  color: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

/*==============================
 Responsive
==============================*/

@media(max-width:991px) {

  .healthcare-section {
    padding: 60px 0;
  }

  .content-box h2 {
    font-size: 36px;
  }

  .list-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .image-wrapper {
    margin-top: 40px;
    padding-left: 0;
  }

  .bottom-image {
    padding-left: 0;
    margin-top: 20px;
  }
  .info-box {
    right: 20px;
    top: 20px;
    font-size: 16px;
    padding: 22px 18px;
  }
}
@media(max-width:576px) {

  .content-box h2 {
    font-size: 30px;
  }
  .content-box p {
    font-size: 15px;
    line-height: 28px;
  }

  .contact-box {
    font-size: 16px;
  }

  .contact-box strong {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 20px;
  }

  .top-image img {
    height: 220px;
  }

  .bottom-image img {
    height: 260px;
  }

  .info-box {
    position: static;
    margin: 20px auto;
    width: max-content;
  }

}

.services-section {
  padding: 90px 0;
  background: #f8fbff;
  text-align: center;
}

.services-section .sub-title {
  color: #65b741;
  font-weight: 600;
}

.services-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0 60px;
}

.services-section h2 span {
  color: #65b741;
  display: block;
  font-style: italic;
}

.service-item {
  position: relative;
  padding-top: 25px;
}

.icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #69be45;
  z-index: 2;
  position: relative;
}

.line {
  width: 2px;
  height: 60px;
  background: #d9d9d9;
  margin: auto;
}

.card-box {
  background: #ceeea5;
  padding: 35px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  min-height: 260px;
  transition: .4s;
}

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

.card-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.card-box p {
  color: #666;
  line-height: 1.8;
}

.swiper {
  padding-bottom: 20px;
}

.footer-area {
  background: #070707;
  color: #fff;
  padding: 70px 0 20px;
}

.footer-logo {
  width: 120px;
  margin-bottom: 20px;
}

.footer-area h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  position: relative;
}

.footer-area h4::after {
  content: "";
  width: 45px;
  height: 3px;
  background: #6bc048;
  display: block;
  margin-top: 10px;
}

.footer-text {
  color: #d7d7d7;
  line-height: 28px;
  font-size: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #d7d7d7;
  text-decoration: none;
  transition: .3s;
}

.footer-links a:hover {
  color: #6bc048;
  padding-left: 8px;
}

.footer-contact i {
  color: #6bc048;
  width: 25px;
  margin-right: 8px;
}

.footer-area hr {
  border-color: rgba(255, 255, 255, .1);
  margin: 40px 0 20px;
}

.footer-bottom {
  text-align: center;
  color: #ccc;
  font-size: 15px;
}
/* Copyright Bar Container */
.site-copyright-bar {
    background-color: #1a2436; /* Dark navy blue background matching the image */
    padding: 20px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    
    /* 3D Elevated Shadow Effect taaki bar thoda upar utha hua dikhe */
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25), 
                0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* Typography styles */
.copyright-text {
    color: #b0bac9;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.3px;
}

.copyright-text strong {
    color: #ffffff;
    font-weight: 600;
}

/* Bottom Links Alignment */
.footer-bottom-links {
    display: inline-flex;
    align-items: center;
}

.footer-bottom-links a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #7bc043; /* Hover color matches your theme */
}

.footer-bottom-links .divider {
    color: #4a576d;
    margin: 0 12px;
    font-size: 14px;
}

/* Flex Gap adjustment for Links and Payment Icons */
.gap-custom {
    gap: 25px;
}

/* Payment Icons Wrapper */
.payment-methods {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-methods img {
    height: 24px;
    width: auto;
    border-radius: 3px;
    filter: brightness(0.95);
    transition: transform 0.2s ease;
}

.payment-methods img:hover {
    transform: scale(1.1);
    filter: brightness(1);
}

/* Scroll To Top Green Button */
.scroll-to-top-btn {
    position: absolute;
    right: 25px;
    bottom: 12px;
    background-color: #7bc043; /* Green background matching your primary color */
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    
    /* Shadow for the button itself to make it pop out */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.scroll-to-top-btn:hover {
    background-color: #69a737;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Responsive fix for smaller screens */
@media (max-width: 991px) {
    .gap-custom {
        gap: 15px;
        margin-top: 10px;
    }
    .scroll-to-top-btn {
        position: fixed; /* Mobiles me right corner par float karega */
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }
}
.vision-section{
    background:#f8f9fa;
}

.section-title{
    font-size: 2rem;
    color:#222;
    margin-bottom:15px;
}

.section-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.vision-section img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:12px;
}

.vision-section h4{
    color:#d80e0e;
    font-weight:700;
    margin-bottom:10px;
}

.vision-section p{
    color:#555;
    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

    .section-title{
        font-size:32px;
    }

    .vision-section img{
        height:350px;
    }

}

@media(max-width:767px){

    .section-title{
        font-size:28px;
    }

    .vision-section img{
        height:280px;
    }

    .vision-section{
        text-align:center;
    }

}
.image-box{
    padding-right: 50px;
}
.text-center h2{
  color: #181616;
}
.product-img{
    width: 325px;      /* Apni requirement ke hisab se */
    height: 220px;
    object-fit: contain;   /* Image cut nahi hogi */
    margin: 0 auto;
    display: block;
}
.read-more{
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.read-more:hover{
    color: #0056b3;
    text-decoration: underline;
}
.banner {
  background-image: url('../image/05.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.product-card {
  background: #fff;
  margin: 50px auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
  padding: 40px;
  color: #070707;
}

.product-img {
  width: 100%;
  max-width: 350px;
}

h2 {
  font-weight: 700;
}

h4 {
  color: #0d6efd;
  margin-top: 25px;
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
}

.btn-custom {
  background: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
}

.btn-custom:hover {
  background: #084298;
  color: #fff;
}
.product-head{
  color: #0056b3;
}
.contact-box{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.contact-info{
    background:#0d6efd;
    color:#fff;
    padding:35px;
    border-radius:15px;
    height:100%;
}

.contact-info h3{
    color:#fff;
    margin-bottom:25px;
}

.contact-info p{
    color:#fff;
    margin-bottom:20px;
}

.contact-icon{
    width:45px;
    height:45px;
    background:#fff;
    color:#0d6efd;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:12px;
}

.contact-form .form-control{
    height:50px;
    border-radius:8px;
}

.contact-form textarea{
    height:130px !important;
}

.map-box iframe{
    width:100%;
    height:400px;
    border:0;
    border-radius:15px;
}
.faq-area{

padding:100px 0;
background:#f7fbff;

}

.faq-heading{

text-align:center;
margin-bottom:60px;

}

.faq-heading span{

color:#2d6cdf;
font-weight:600;
letter-spacing:2px;

}

.faq-heading h2{

font-size:46px;
font-weight:700;
margin:10px 0;

}

.faq-heading p{

max-width:650px;
margin:auto;
color:#666;

}

.faq-wrapper{

display:flex;
gap:60px;
align-items:center;

}

.faq-left{

flex:1;

}

.faq-right{

flex:1;
text-align:center;

}

.faq-right img{

width:100%;
max-width:450px;

}

.faq-item{

background:#fff;
border-radius:18px;
margin-bottom:20px;
padding:25px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.3s;

}

.faq-item:hover{

transform:translateY(-5px);

}

.faq-question{

display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;

}

.faq-question h4{

font-size:20px;
margin:0;
font-weight:600;

}

.faq-question span{

font-size:28px;
color:#2d6cdf;
font-weight:bold;

}

.faq-answer{

margin-top:20px;
color:#666;
line-height:28px;

}