/*
 Theme Name: Shri Ram Healthcares - Hello Elementor Child
 Theme URI: https://yourwebsite.com
 Description: A child theme for Hello Elementor customized for Shri Ram Healthcares.
 Author: Shri Ram Healthcares
 Author URI: https://shriramhealthcares.com
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */

/* Header Section */
#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
 box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

#site-header.nav-up {
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

#site-header.nav-down {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.e-con-inner,.header-inner,.footer-container {
    width: 90% !important;
    max-width: 1360px;
    margin: auto;
}
.sn-mb-0 p{
margin-bottom: 0px;
}
nav.sn-manu-item-list ul li a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.sn_Product_marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
	margin: auto;
    position: relative;
}
.sn_Product_track {
    white-space: nowrap;
    will-change: transform;
	display: flex;
	gap: 50px;
}
.sn-header-top {
    display: flex;
    width: 100%;
	background: #2276ba;
	padding: 5px 0px;
}
.sn-main-header{
	padding: 0px !important;
}
.sn_Product_marquee ul li {
    color: #fff;
	font-size: 14px;
	font-weight: 400;
	list-style: none;
}
.sn-header-btn {
    margin-left: 12px;
}
.header-inner {
    padding: 5px 0px;
}
/* Hedaer Section End */

/* Banner Section Start */
.banner-slide {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 60px;
}
.banner-buttons.anim-btns{
padding-left: 3px;
}
.sn-banner-slider {
    width: 90% !important;
    margin: auto;
	max-width: 1360px;
	padding: 55px 0px;
}
.banner-content {
    width: 57.5%;
}

.banner-image {
    width: 42.5%;
	display: flex;
	justify-content: end;
}
h2.banner-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
}
a.banner-btn,a.banner-download-btn {
    background: #2276ba;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 15px;
	transition: 0.3s;
}
.banner-buttons {
    display: flex;
    gap: 16px;
	margin-top: 35px;
}
a.banner-download-btn {
    background: #000 !important;
}
.banner-description p {
    font-size: 19px;
    width: 90%;
	line-height: 30px;
}
.banner-image img{
	max-width: 95% !important;
}
a.banner-btn:hover,a.banner-download-btn:hover {
    background: #91bc2e !important;
    color: #fff !important;
}
/* Products Catagory */
h4.category-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(34 118 186 / 75%);
    backdrop-filter: blur(4px);
    padding: 15px;
    text-align: left;
}

.category-desc p {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}
.sn-catagory-carousel .owl-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.sn-catagory-carousel button.owl-dot {
    width: 23px;
    height: 5px;
    background: #2276ba78 !important;
}

.sn-catagory-carousel button.owl-dot.active {
    width: 40px;
    height: 5px;
    background: #2276ba !important;
}
/* future products */
.featured-product-item {
    border: 1px solid #58aaed42;
    padding: 20px;
	position: relative;
	border-radius: 15px;
	margin-left: 3px;
	background: #fff;
}

.featured-product-image img {
    height: 250px !important;
    width: 100% !important;
    object-fit: contain;
}

h3.featured-product-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    margin: 0px;
    padding-bottom: 3px;
}

p.featured-product-excerpt {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}
.owl-stage {
    display: flex;
    height: 100%;
}
.owl-item {
    display: flex;
}
.featured-product-rating i {
    font-size: 10px;
    color: #ccc;
}
.featured-product-tags {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 13px;
    background: #2276ba;
    border-radius: 50px;
    padding: 4px 15px;
    color: #fff;
    font-size: 13px;
   
    text-align: center;
}
a.featured-product-btn {
    font-size: 14px;
    color: #2276ba !important;
    margin-top: 6px;
    display: inline-block;
}
.featured-product-rating {
    margin-top: 20px;
}

.future-products button.owl-prev {
    position: absolute;
    top: 0px;
    right: -16px;
    height: 100%;
}

.future-products button.owl-next {
    position: absolute;
    top: 0px;
    height: 100%;
    left: -20px;
}

.future-products .slide-icon {
    width: 43px;
    height: 43px;
    background: #fff;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    border-radius: 100px;
    border:1px solid #e7e7e7;
}
/* certficates */
.certificate-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
	align-items: center;
	justify-items: center;
}
.certificate-item {
    border: 1px solid #bcdbf4;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.certificate-item img {
    height: 70px !important;
    object-fit: contain;
	width: 100%;	
}

/* footer design start */

.sn-contact-info-box {
    display: flex;
    gap: 4px;
}

.info-title i {
    font-size: 14px;
    color: #2176b9;
}

.info-details a {
    color: #000000 !important;
    font-size: 15px;
}

.info-details p {
    font-size: 14px;
    color: #000;
	margin-bottom: 10px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.sn-main-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
}
ul.social-media-links {
    padding: 0px;
    list-style-type: none;
    display: flex;
	gap: 7px;
	margin-top: 6px;
}
.sn-main-footer ul.menu {
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
h3.footer-widget-title {
    margin: 0px;
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
	color: #2176b9;
    text-transform: uppercase;
	position: relative;
	width: max-content;
}
footer#site-footer {
    background: #f5faff;
    padding-top: 0px;
	padding-bottom: 0px;
}
.sn-main-footer ul.menu li a {
    color: #000;
    font-size: 14px;
}
h3.footer-widget-title:after {
    content: '';
    position: absolute;
    width: 12px;
    background: #d8dae4;
    height: 12px;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
    right: -25px;
}

h3.footer-widget-title:before {
    content: '';
    position: absolute;
    width: 50px;
    background: #d8dae4;
    height: 1px;
    right: -71px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-details p i {
    font-size: 14px;
	color: #000;
}

.contact-details span {
    font-size: 15px;
    font-weight: 500;
	color: #000;
}

.contact-details p a {
    font-size: 14px;
    color: #000;
}
ul.social-media-links li a {
    background: #2176b9;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
}
.ns-news-form-sec {
    position: relative;
	height: 55px;
}

.ns-news-form-sec ul {
    list-style-type: none;
	padding: 0px;
}

.ns-news-form-sec ul li p input {
    border: 0px solid #e5e5e5;
    padding: 0 150px 0 26px;
    width: 100%;
    font-size: 14px;
    border-radius: 100px;
	height: 55px;
}
.ns-news-form-sec li:nth-child(2){
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    margin: auto;
}
.ns-news-form-sec li:nth-child(2) p{
margin: 0px;
}
.ns-news-form-sec .wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0;
    background: #2176b9;
    color: #fff;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 100px;
    height: 43px;
    line-height: 20px;
}
.sn-form-main-sec {
    display: flex;
	align-items: center;
    gap: 40px;
    padding-top: 35px;
	padding-bottom: 35px;
}
.sn-copy-right p a {
    color: #2176b9;
}

.sn-form-main-sec h4 {
    font-size: 30px;
    font-weight: 500;
	padding-bottom: 5px;
	color: #fff;
	margin: 0px;
}
.sn-news-cont p {
    margin: 0px;
    font-size: 16px;
	color: #fff;
}
.nesw-bg{
background: #2176b9;
	margin-bottom: 60px;
}
.sn-news-cont {
    width: 64%;
}
.sn-contact-form-shortcode {
    width: 36%;
}
.sn-copy-right p {
    font-size: 15px;
    margin: 0px;
	color: #333;
}

.sn-copy-right {
    text-align: center;
    padding: 25px 0px;
	border-top: 1px solid #91cfff;
	margin-top: 50px;
}
/* Blog */
.blog-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.blog-post-img img {
    height: 250px !important;
    width: 100%;
	border-radius: 15px !important;
	 object-fit: cover;
    object-position: top;
}
.blog-page .blog-posts-wrapper {
    gap: 25px;
}
.blog-post-title h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
    color: #111;
}

.blog-post-desc p {
    font-size: 15px;
    margin: 0px;
}

.blog-post-meta {
    display: flex;
    justify-content: space-between;
}

.blog-post-meta span {
    font-size: 14px;
    color: #000;
	display: flex;
	align-items: center;
	gap: 3px;
}

.blog-post-title {
    margin-top: 10px;
}

.blog-post-desc {
    padding: 5px 0px;
}

.blog-post {
    border: 1px solid #2a7cbd59;
	background: #fff;
	padding: 20px;
	border-radius: 15px;
}

.blog-post-content {
    padding-top: 20px;
}

.blog-post-btn a {
    font-size: 15px;
    color: #2276ba !important;
}

.blog-post-btn {
    margin-top: 2px;
}

/* Client Industrie  */

.client-industrie-wrap {
    display: flex;
	justify-content: center;
	gap: 15px;
}

.client-industrie-item {
    align-items: center;
	width: calc(20% - 20px);
	
}

h3.client-industrie-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    left: 0;
    right: 0px;
    color: #fff;
	padding: 20px;
}

.client-industrie-image img {
    width: 100%;
    height: 231px !important;
    object-fit: cover;
}

.client-industrie-item {
   position: relative;
    height: 231px;
    border-radius: 20px !important;
    overflow: hidden;
	transition: all 0.4s ease;
}

.client-industrie-image:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #1b6097, rgb(0 0 0 / 0%));
    pointer-events: none;
    z-index: 0;
}
.client-industrie-item:hover {
    transform: scale(1.06);
    transition: all 0.4s ease;
}

/* conatact page */
.sn-contact-infor .info-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.sn-contact-infor .info-details span {
    font-size: 17px;
    line-height: normal;
}

.sn-contact-infor .info-title i {
    font-size: 25px;
    margin-top: 3px;
}
.sn-contact-infor .sn-contact-info-box{
	gap: 15px;
}
.sn-contact-infor .contact-details {
    gap: 20px;
}

.input-flieds input {
    width: 100% !important;
    padding: 15px 15px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: 1px solid #2276ba47 !important;
    margin-top: 16px;
}

.input-flieds textarea {
    width: 100% !important;
    padding: 17px 15px !important;
    font-size: 15px !important;
    border-radius: 5px !important;
    border: 1px solid #2276ba47 !important;
    margin-top: 16px;
    height: 150px;
}
.sn-contact-page-form p {
    margin: 0px;
}
.btn-flieds input {
    border: 0;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 12px 33px !important;
    width: auto;
    border-radius: 6px !important;
}
.input-flieds.d-flex {
    display: flex;
    gap: 20px;
}
.btn-flieds{
	margin-top: 17px;
}
/* Contact Form 7 - remove focus border & outline */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Blog Detals Page */

.two-column-layout .container {
	display: flex;
	gap: 30px;
	width: 90%;
	max-width: 1360px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.two-column-layout .content-left {
	width: 75%;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	margin-top: 10px;
}

.two-column-layout .content-right {
	width: 25%;	
	margin-top: 10px;
}

.two-column-layout .content-right .sticky-box {
	position: sticky;
	top: 100px; /* header ke neeche space */
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
	.two-column-layout .container {
		flex-direction: column;
	}
	.two-column-layout .content-left,
	.two-column-layout .content-right {
		width: 100%;
	}
	.two-column-layout .content-right .sticky-box {
		position: static;
	}
}
.featured-image img {
    height: 400px;
    object-fit: cover;
    object-position: top;
	width: 100%;
}
.content-left h1.entry-title,.content-left h2 {
    font-size: 25px;
    margin: 0px;
    padding: 5px 0px;
    margin-top: 10px;
	color: #333;
	font-weight: 600;
}
.two-column-layout{
background: #F5FAFF;
}
ul.recent-post-titles {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.recent-post-titles li h6{
    font-size: 15px;
    color: #333;
    font-weight: 500;
    width: 85%;
    margin: 0px;
    padding: 5px 8px;
}

.recent-post-widget {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    border-radius: 12px;
}
.recent-post-widget h3 {
    margin-bottom: 10px;
    font-size: 21px;
    border-bottom: 2px solid #2276ba26;
    padding-bottom: 8px;
    margin: 0px;
    margin-bottom: 13px;
}
.sn-input-flieds input {
    border: 1px solid #2276ba47 !important;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 3px;
}

.sn-input-flieds textarea {
    border: 1px solid #2276ba47 !important;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 3px;
    height: 90px;
}

.sn-blog-form h3 {
    font-size: 21px;
    border-bottom: 2px solid #2276ba26;
    padding-bottom: 8px;
    margin: 0px;
    margin-bottom: 13px;
}

.sn-blog-form {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-top: 25px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
}

.sn-blog-form p {
    font-size: 15px;
}
.sn-btn-flieds p {
    margin: 0px;
}

.sn-btn-flieds input {
    padding: 8px 33px !important;
    font-size: 15px !important;
}
.content-left h5{
font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}
ul.recent-post-titles li {
    display: flex;
    align-items: center;
    background: #f5faff;
    height: 45px;
}
ul.recent-post-titles li a:hover{
background: #91BC2E;
}
ul.recent-post-titles li a {
    color: #fff;
    width: 15%;
    text-align: center;
    height: 100%;
    background: #2276ba;
    line-height: 47px;
	transition: 0.3s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
box-shadow: 0 2px 10px rgb(0 0 0 / 18%);
}
.mega-menu-row > .mega-sub-menu:first-of-type{
display: flex !important;
gap: 20px;
}
a.category-link{
	position: absolute;
    top: 15px;
    right: 15px;
    background: rgb(0 0 0 / 36%);
    color: #fff !important;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
a.category-link:hover{
background: #2276BA;
}


/* Products-list */
.product-image {
    background: #2276ba1f;
	border-radius: 10px;
}
.products-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-item {
    border: 1px solid #2276ba66;
	padding: 20px;
    border-radius: 13px;
	position: relative;
}

h3.product-title {
    line-height: 20px;
    text-align: center;
    margin: 0px;
    padding-bottom: 5px;
	 font-size: 18px;
    font-weight: 600;
}

p.product-desc {
    margin: 0px;
    font-size: 15px;
    text-align: center;
}
.product-image img {
    height: 210px !important;
    object-fit: contain;
    width: 100%;
	border-radius: 10px !important;
}
.sn-pro-desc {
    padding-top: 15px;
}
.sn-produ-link a {
    font-size: 14px;
    color: #2276ba !important;
    margin-top: 10px;
    display: inline-block;
}

.sn-produ-link {
    text-align: center;
}

/* catagery sidebar */
ul.products-categories-sidebar.with-image {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 0px;
}
li.sidebar-cat-item {
    display: flex;
    gap: 8px;
    background: #2276ba;
    align-items: center;
}

span.sidebar-cat-img img {
    width: 40px;
}

span.sidebar-cat-img {
    height: 40px;
}

span.sidebar-cat-title {
    color: #fff;
    font-size: 15px;
}
.sn_sidebar_marquee{
	height: 250px;
	overflow: hidden;
}
.sn-blog-form.sn-extra-mr {
    margin-top: 0px;
}
li.sidebar-cat-item:hover span.sidebar-cat-title{
color: #91BC2E;
}
.product-tags {
    position: absolute;
    top: 10px;
    left: 10px;
}

span.product-tag {
    background: #2276ba;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
}

/* Certificate Page */
.sn-main-certificate .certificate-images {
    grid-template-columns: repeat(4, 1fr) !important;
}

.sn-main-certificate .certificate-images  .certificate-item img{
height: auto !important;
}
.sn-main-certificate .certificate-images .certificate-item{
	border: none;
	padding: 0px;
}


/* pulsing animation fix button */
.cnt-bnt-field {
  background-color: #42db87;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 30px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(66, 219, 135, 0);
  }
}

.sn-bnt-animation-field {
  position: fixed;
  bottom: 20px;
  left: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.sn-bnt-animation-field p {
  color: #000;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
  margin-top: 7px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 4px 9px;
	box-shadow: 0px 0px 0px 1px #e5e5e5;
}

/* Hedaer popup */
/* Disable scroll */
body.popup-open {
    overflow: hidden;
}

/* Overlay */
#contact-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Active overlay */
#contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup box */
#contact-popup {
	max-height: 555px;
    overflow: auto;
    background: #fff;
    max-width: 700px;
    width: 90%;
    padding: 30px;
    border-radius: 10px;
    position: relative;

    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s ease;
}

/* Popup animation */
#contact-popup-overlay.active #contact-popup {
    transform: translateY(0) scale(1);
}

/* Close button */
#popup-close {
    position: absolute;
    top: -4px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}
h4.form-popup-title {
    text-align: center;
    font-size: 30px;
}

/* responsive  */
@media only screen and (min-width: 1025px) and (max-width: 1300px){
	span.sidebar-cat-title{
font-size: 14px;
	}
	ul.recent-post-titles li h6{
		font-size: 14px;
		font-weight: 500;
	}
	a.sidebar-cat-link{
      line-height: 17px;
		padding-right: 8px;
	}
	li.sidebar-cat-item{
		overflow: hidden;
	}
	a.sidebar-cat-link{
		height: 100%;
	}
	span.sidebar-cat-img img{
		width: 45px;
		object-fit: cover;
	}
	
	
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	
	.featured-image img{
	height: 100%;
	}
	.two-column-layout .content-left{
		padding: 0px;
	}
	.two-column-layout .container{
		width: 93%;
		padding-bottom: 30px;
		padding-top: 10px;
	}
	.products-wrap{
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	#contact-popup{
		top: -35px;
		overflow: scroll;
		max-height: 610px;
	}
	.blog-post{
		padding: 15px;
	}
	.blog-post-img img{
		height: 100% !important;
	}
	.sn-main-certificate .certificate-images{
	grid-template-columns: repeat(2, 1fr) !important;
	}
	h4.form-popup-title{
	font-size: 25px;
	}
	.input-flieds.d-flex {
    flex-direction: column;
    gap: 0px;
}
	.nesw-bg{
		margin-bottom: 50px;
	}
	.sn-copy-right{
	padding: 20px 0px;
		margin-top: 40px;
	}
	h3.footer-widget-title{
		margin-bottom: 10px;
	}
	.sn-main-footer ul.menu{
		gap: 8px;
	}
	.sn-header-top{
		padding: 8px 0px;
	}
	ul.social-media-links li a{
		font-size: 15px;
		border-radius: 50px;
		width: 35px;
		height: 35px;
		line-height: 37px;
	}
	ul.social-media-links {
    flex-wrap: wrap;
}
	.sn-main-footer{
	grid-template-columns: repeat(1, 1fr);
		gap: 25px 10px;
		padding: 0px 10px;
	}
	.info-details a{
		line-break: anywhere;
	}
	.sn-form-main-sec{
		flex-wrap: wrap;
	}
	.sn-tab-gap ul {
    gap: 15px 6px;
}
	span.sidebar-cat-img img , span.sidebar-cat-img{
	width: 45px;
		height: 100%
	}
	li.sidebar-cat-item{
	height: 45px;
	}
	.blog-posts-wrapper{
	grid-template-columns: repeat(1, 1fr);
	}
	.e-con-inner, .header-inner, .footer-container{
	width: 93% !important;
	}
	.sn-header-btn{
	order: -1;
	margin-left: 0px;
	}
	.sn-header-btn button {
    padding: 7px 17px !important;
    display: inline-block;
    font-size: 14px !important;
}
	nav.sn-manu-item-list{
    gap: 7px;
}
	.header-inner {
		padding: 12px 0px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
	border-bottom: 1px solid #ffffff8f;
	padding-left: 5px;
	}
	.mega-menu-row > .mega-sub-menu:first-of-type{
		display: block !important;
	}
	.banner-slide {
    flex-direction: column;
		gap: 10px;
		justify-content: center;
  }
	.banner-content{
	width: 100%;
	}
	.banner-description p{
		display: none;
	}
	h2.banner-title{
	font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
	}
	.banner-image{
		width: 100%;
		order: -1;
	}
	.sn-banner-slider {
		padding: 40px 0px;
	}
	
	a.banner-btn, a.banner-download-btn{
		padding: 11px 18px;
		font-size: 13px;
	}
	.banner-buttons{
		margin-top: 20px;
		justify-content: center;
	}
	.sn-text-center h6{
		text-align: center;
	}
	.sn-catagory-carousel .owl-dots{
		margin-top: 0px;
	}
	.category-desc p{
	font-size: 15px;
	}
	h4.category-title{
		font-size: 21px;
	}
	.sn-catagory-carousel button.owl-dot{
		width: 18px;
		height: 3px;
	}
	.sn-catagory-carousel button.owl-dot.active{
		width: 25px;
		height: 4px;
	}
	.future-products .slide-icon{
		width: 38px;
		height: 38px;
		line-height: 36px;
		font-size: 16px;
	}
	.future-products button.owl-prev{
		right: -3px;
	}
	.future-products button.owl-next{
		left: -3px;
	}
	.client-industrie-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.client-industrie-item {
	width: 100%;
	}
	.blog-posts-wrapper{
		gap: 20px;
	}
	.certificate-images {
    gap: 5px;
}

.certificate-item {
    padding: 3px;
	border-radius: 5px !important;
}
	.certificate-item img{
		height: 40px !important;		
	}
	.sn-news-cont,.sn-contact-form-shortcode{
		width: 100%;
	}
	.sn-form-main-sec h4 {
		font-size: 27px;
		text-align: center;
	}
	.sn-news-cont p{
	font-size: 15px;
		text-align: center;
	}
	.sn-form-main-sec{
		gap: 25px;
	}
	.ns-news-form-sec .wpcf7-form-control.wpcf7-submit.has-spinner{
		padding: 8px 20px;
	}
	.ns-news-form-sec ul li p input{
		padding:0 131px 0 26px;
		font-size: 13px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
		left: calc(min(100vw - 40px, 251px));
		top: 10px;
	}
	.sn-banner-bg{
		background-image: none !important;
		background-color: #def0f5 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.sn-tab-gap ul{
		flex-wrap: wrap;
    	gap: 20px 10px;		
	}
	span.sidebar-cat-img,li.sidebar-cat-item {
    height: 50px;
}
	span.sidebar-cat-img img {
		height: 50px;
		width: 50px;
}
	a.sidebar-cat-link{
line-height: 22px !important;
	}
.sn-header-btn{
	order: -1;
	margin-left: 0px;
	margin-right: 10px;
	}
    .sn-header-btn button {
        padding: 7px 23px 7px 23px !important;
        display: inline-block;
        font-size: 15px !important;
    }
	.banner-description p {
       font-size: 16px;
    width: 100%;
    line-height: 27px;
}

h2.banner-title {
    font-size: 34px;
    line-height: 40px;
	margin-bottom: 10px;
}
	.banner-slide {
    gap: 20px;
}
	a.banner-btn, a.banner-download-btn{
	padding: 11px 23px;
    border-radius: 50px;
    font-size: 14px;
	}
	.sn-banner-slider{
	padding: 45px 0px;
	}
	.banner-buttons.anim-btns {
    padding-left: 0px;
}
	.banner-buttons{
	margin-top: 20px;
	}
	.sn-text-center h6{
	text-align: center;
	}
	.sn-why-title .elementor-image-box-wrapper{
	flex-direction: column !important;
	}
	.sn-why-title figure.elementor-image-box-img {
    margin: 0px !important;
}
	.client-industrie-wrap {
    flex-wrap: wrap;
}
.client-industrie-item {
    width: 23.3%;
}
	.blog-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px !important
}
	.sn-tab-blog-hide .blog-posts-wrapper .blog-post:nth-child(3) {
    display: none;
}
	.certificate-images {
    gap: 6px;
}

.certificate-item {
    padding: 10px;
    border-radius: 7px;
}
	.sn-contact-form-shortcode,.sn-news-cont{
width: 50%;
	}
	.ns-news-form-sec .wpcf7-form-control.wpcf7-submit.has-spinner{
	padding: 8px 25px;
	}
	.sn-main-footer{
	grid-template-columns: repeat(2, 1fr);
    gap: 35px 15px;
	}
	h3.footer-widget-title{
		margin-bottom: 10px;
	}
	.sn-copy-right{
		padding: 20px 98px;
	}
	#contact-popup{
		top: -60px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
	border-bottom: 1px solid #ffffff8f;
	padding-left: 5px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
		width: 426px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
		left: calc(min(100vw - 40px, 375px)) !important;
		top: 10px;
	}
	.products-wrap{
	grid-template-columns: repeat(2, 1fr);
	}
	.two-column-layout .content-left{
		padding: 0px;
	}
	.sticky-box {
    display: flex;
		gap: 15px;
}
	.blog .recent-post-widget {
    width: 50%;
		
}

.blog .sn-blog-form {
    width: 50%;
    margin-top: 0px;
}
	.sn-banner-bg{
		background-image: none !important;
		background-color: #def0f5 !important;
	}
}
.ns-news-form-sec span.wpcf7-spinner {
    position: absolute;
    /* background: red !important; */
    left: -70px;
    top: 50px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #91bc2e; 
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha-notice {
    font-size: 12px !important;
    margin-top: 5px !important;
}
.recaptcha-notice a {
    text-decoration: underline;
}
