@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/inter-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/montserrat-v31-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/fonts/montserrat-v31-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/montserrat-v31-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/montserrat-v31-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/montserrat-v31-latin-800.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('https://deeppink-bison-755458.hostingersite.com/wp-content/themes/pico/css/fonts/montserrat-v31-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

input {
   /* font-family: 'Century Gothic', sans-serif !important;*/
	font-family: "Montserrat", sans-serif !important;
}
body p, body div, body a.elementor-button {
  /* font-family: 'Century Gothic', sans-serif !important;*/
	font-family: "Inter", sans-serif;
}
body h1, body h2, body h2 a, body h3, body h3 a, body h4, body h5, body h6{
  /* font-family: 'Century Gothic', sans-serif !important;*/
	font-family: "Montserrat", sans-serif !important;
}
.site-footer {
  background: #0b0b0d;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.footer-top p.textv {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.subscribe-form input {
  padding: 8px 12px;
  border-radius: 4px;
  border: none;
  width: 220px;
}

.subscribe-form button {
  background: #2e6ddf;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 40px 0px;
}

.footer-logo h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.footer-logo .cdcp {
  color: #3366ff;
  font-weight: 700;
}

.footer-logo .dental {
  font-weight: 400;
  color: #fff;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

site-footer a:hover {
    opacity: .8;
}
.footer-hours {
  margin-top: 10px;
}

.footer-hours h4 {
  color: #2e6ddf;
  margin-bottom: 5px;
}

.footer-contact p {
  margin: 0px 0;
  font-size: 26px;
}nav.footer-menu {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-contact i {
  margin-right: 5px;
  color: #5cb359!important;
}
footer.site-footer {
    background: url(/wp-content/uploads/2026/02/footer-bg.jpg) !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  gap: 10px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social span {
  margin-right: 8px;
}

.footer-social a {
  color: #fff;
  font-size: 14px;
}

.footer-social a:hover {
  color: #2e6ddf;
}

@media (max-width: 768px) {
  .footer-main {
    text-align: center;
  }
  .footer-menu ul {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-top {
    display: flex;
    justify-content: center;
        gap: 40px;
}
.subscribe-form input {
    height: 26px;
}
.subscribe-form button {
    height: 26px;
}

.footer-contact {
    display: flex;
}



nav.footer-menu {
    margin-bottom: 0px;
}

.footer-top {
    padding: 40px 0;
}.footer-menu ul {
    margin: 0;
    padding: 0;
}

nav.footer-menu {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-top p.textv {
    padding: 0;
    margin: 0;
	flex-direction: column;
  text-align: left;
}

.footer-top p {
    padding: 0!important;
    margin: 0!important;
}

.ast-site-identity .site-title a {
    font-weight: 300;
}
.includebox  .elementor-widget.elementor-widget-image {
    margin:auto;

    padding: 46px 0 45px;

    position: relative;

    width: 178px;

    border: 2px solid #5cb359;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #ffffff;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

}
 
.includebox .elementor-widget.elementor-widget-image:hover {

    border: 2px solid #13304e;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #5cb359;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    /* filter: brightness(0) invert(1); */

}
 
.includebox .elementor-widget.elementor-widget-image:hover img {

    filter: brightness(0) invert(1);

}

img.attachment-large.size-large.wp-image-428 {
    filter: brightness(0) saturate(100%) invert(33%) sepia(10%) saturate(5637%) hue-rotate(180deg) brightness(109%) contrast(96%);
}


.includebox1  .elementor-widget.elementor-widget-image {
    margin:auto;

    padding: 35px 0 35px;

    position: relative;

    width: 178px;

    border: 2px solid #5cb359;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #ffffff;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

}
 
.includebox1 .elementor-widget.elementor-widget-image:hover {

    border: 2px solid #13304e;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    background: #5cb359;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);

    /* filter: brightness(0) invert(1); */

}
 
.includebox1 .elementor-widget.elementor-widget-image:hover img {

    filter: brightness(0) invert(1);

}

.left-art-icons {
    max-width: 700px !important;
    margin-right: 0;
    margin-left: auto;
}

 
/* Set global Astra container to 1200px */

/* Elementor container (Flexbox or Section) full alignment */
.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-container {
    max-width: 1600px !important;
}

.site-above-header-wrap img {
    width: 13px;
    margin-right: 6px;
}

.site-above-header-wrap span {
    display: flex;
	 font-size: 14px;
    align-items: center;
    justify-content: center;
}

.ast-logo-title-inline .ast-site-identity
{
	padding: 0em 0 !important;
}

.boxcls {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29) !important;
}

.includebox .elementor-widget.elementor-widget-image
{
	height:168px !important;
	width:168px !important;
align-items: center;
display: flex;
    justify-content: center;
}
.iconcls figure.elementor-image-box-img img {
    width: 80px;
    border: 2px solid #5cb359;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    padding: 19px;
    border-radius: 50%;
    overflow: visible;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin: auto;
    height: 80px;
    display: block;
}

.iconcls .elementor-image-box-wrapper {
    gap: 18px;
    justify-content: flex-start;
}
.subtext {
    max-width: 1200px!important;
    margin: 0 auto;
    display: block;
}

.iconcls  figure.elementor-image-box-img {
    flex-shrink: 0;
}


.boxicon2 {
    max-width: 434px!important;
    margin-top: -220px;
}



.boxicon1 {
    margin-left: 56px;
}


.left-art-icons { max-width: 585px!important; margin-right: 0; margin-left: auto;}


.iconcls1 figure.elementor-image-box-img img {
    width: 127px;
    border: 2px solid #5cb359;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    padding: 27px;
    border-radius: 50%;
    overflow: visible;
    display: flex
;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin: auto;
}



details[open] .e-n-accordion-item-title
 {
    border: 1px solid #13304e !important;
    padding: 14px 21px;
}

.e-n-accordion-item-title {
    padding: 14px 21px !important;
    margin-bottom: 13px;
}


details[open] .e-flex.e-con.e-child {
    border: none !important;
}

hr {
  display: none;
}

.footer-contact {
    display: flex;
    gap: 20px;
}

.footer-contact p {
    margin: 5px 0;
    font-size: 22px !important;
    font-weight: 500;
    color: #2e6ddf;
    letter-spacing: 1px;
}



.container
{
	max-width:1500px !important; margin: 0 auto; padding: 0px 15px;
}


.footer-bottom p {
    margin: 0;
	font-size:14px;
text-align:center;
 letter-spacing:0.7px;
}


.footer-social i {
    background: #2e6ddf;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
	color:#000;
}

.footer-social span {
    margin-right: 8px;
    font-weight: 600;
}

.subscribe-form
{
	gap:0px !important;
}

.subscribe-form input
{
	border-radius:4px 0px 0px 4px !important;
}

.subscribe-form button
{
	border-radius:0px 4px 4px 0px !important;
}




.footer-menu ul
 {
    margin-left: 0px;
}




/* =====ca slider ===== */



#testimonialSplide {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}







.clientslider:before {
    content: "”";
    position: absolute;
    top: 20px;
    left: -10px;
    font-size: 135px;
    line-height: 59px;
    color: #216cc2;
    font-weight: 600;
}

.clientslider:after {
    content: "”";
    position: absolute;
    bottom: -20px;
    right: 0px;
    font-size: 135px;
    line-height: 59px;
    color: #216cc2;
    font-weight: 600;
}


.testimonial-item p {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.h3function {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-style: italic;
}
.slide-overlay {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 100%;
  padding: 0 10px; 
  box-sizing: border-box;
}
.slide-overlay h2{
	font-size: 56px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
	margin-bottom:0px;
	text-align:center;
	padding-left: 5%;
  padding-right: 5%;
}
.slide-overlay p{
	font-size: 32px;
    text-transform: none;
    color: #ffffff;
    font-weight: 400;
	margin-top:10px;
	text-align:center;
	padding-left: 10%;
  padding-right: 10%;
}
header#masthead {
    position: absolute;
    width: 100%;
}
.custom-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.slide-overlay a.slide-btn {
    background: #5cb359;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 253px;
    height: 40px;
    border-radius: 11px;
    background-color: #5cb359;
    border: 1px solid #5cb359;
    text-align: center;
    margin: 0 auto;
	display:block;
}



.splide__pagination__page {
    background: transparent!important;
    border: 1px solid #5cb359!important;
    width: 10px!important;
    height: 10px!important;
    opacity: 1;
}

.splide__pagination__page.is-active {
    transform: inherit!important;
    background: #fff!important;
    border-color: #fff!important;
    opacity: 1!important;
}
.ast-main-header-wrap.main-header-bar-wrap {
    position: absolute;
    width: 100%;
	margin-top:0px;
}
.splide__pagination {
    gap: 5px!important;
    bottom: 40px!important;
}


.splide__arrow {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.splide__arrow--prev {
    left: 10px;
}

.splide__arrow--next {
    right: 10px;
}

   ul#testimonialSplide-list {
    margin: 0px 0px 60px !important;

}


/* General styling for desktop */
.clientslider {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: url('/wp-content/uploads/2026/02/testimonial-img.png') no-repeat center center;
    background-size: contain; /* Ensures the image fits without cropping */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
	position:relative;
     min-height: 220px;
    background-repeat: no-repeat !important;
	align-content: center;
}


/*=========================================contact page===========================*/
.main-form h2 {
    color: #000;
    font-family: "century gothic";
    font-size: 40px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 25px;
    text-align: center;
}

.main-form input
{
	font-family: "century gothic";
}

.form_side {
    width: 40% !important;
    margin: auto !important;
/*     margin-right: 0 !important; */
	    display: flex !important
;
    align-items: center !important;
    justify-content: center !important;
}

.call_section svg path {
    fill: #fff;
}
.main-form p {
    color: #000;
    text-align: center;
    font-size: 20px;
}

.main-form h3 {
    color: #999999;
    font-family: "century gothic";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.main-form {
    padding: 20px 20px 0 20px;
    /* border: 2px solid #5e925d; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
/*     margin-bottom: 30px; */
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 2px solid #00a0d2;
}



.main-form input {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    border-radius: 5px 5px 5px 5px;
    height: 45px;
    width: 100%;
    padding-left: 10px;
    outline: none;
}

.main-form input.wpcf7-form-control.wpcf7-submit.has-spinner.cf-btn {
    background-color: #206dc0 !important;
    font-family: "century gothic";
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
	border:none;
	width:100%;
	height:50px;
}

.col-sm-12.mt-2.main-form-btn p {
    margin: 0;
}

.foodmenutwo .main-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px !important;
}
.main-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    height: 150px !important;
}
.cardcontact {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 50px 20px !important;
    border-radius: 10px !important;

}
.col-sm-3.mt-2.main-form-btn p {
    margin: 0;
    padding: 0;
}
.cardcontact:hover
{
	    transform: translateY(-10px);
    transition: all .3s ease;
}


.main-form  p {
    margin-bottom: 15px !important;
}

.main-form .col-sm-12.mt-2.main-form-btn {
    height: 50px;
}


/* =====blog start==== */

.blog section.blog-background h1 {
    text-align: center;
}

.blog .blog-page-inner
 {
    /*box-shadow: rgb(0, 0, 0, 0.5) 0px 0px 6px;*/
    padding: 10px 10px 20px 10px;
    border-radius: 4px;
}

.blog .read-btn a {
    background: #5CB359;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.blog-title a
 {
    font-size: 18px;
    font-weight: 600 !important;
    color: #000;
}

.blog-content a {
    font-size: 16px;
    color: #000;
}


.blog-content p {
    margin-top: 7px;
    margin-bottom: 20px;
}

.single-post article {
    background: transparent !important;
}

div#comments {
    display: none;
}


.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 10;
}


aside.sidebar {
    box-shadow: rgb(0, 0, 0, 0.2) 0px 0px 3px;
    padding: 20px;
    border-radius: 8px;
    margin-top: 3px;
}

aside.sidebar ul {
    margin: 0;
    padding: 0;
}

aside.sidebar ul li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 2px dotted #236cc0 !important;
    padding-top: 10px;
}


aside.sidebar ul li a {
    color: #000;
    font-size: 18px;
}


.ourbrandsoverlay {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.boxcls {
    position: relative;
}
li.ast-article-single  .astra-shop-thumbnail-wrap {
    border: 2px solid #ffffff;
    background: #ffffff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);*/
    padding: 15px!important;
    text-align: center!important;
}

li.ast-article-single img.attachment-woocommerce_thumbnail {
    height: 200px!important;
    object-fit: contain;
}

li.ast-article-single:hover .astra-shop-thumbnail-wrap {
    border: 2px solid #5cb359;
    background: #ffffff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.29);*/
}

li.ast-article-single:hover  .astra-shop-summary-wrap h2 {
    color: #5cb359;
}

.astra-shop-summary-wrap {
    text-align: center;
    margin-top: 10px;
}

.astra-shop-summary-wrap h2 {
    color: #333332;
    font-size: 23px!important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px!important;
}

.astra-shop-summary-wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #313131;
    text-align: center;
}

.ast-on-card-button .ahfb-svg-iconset {
    display: none;
}
.right-social-icon span {
    color: #c6c6c6;
    font-size: 18.87385px;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.right-social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.right-social-icon ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
}
.footer-top p { display: flex; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}


.footer-bottom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.footer-bottom-menu ul li a {
    color: #fff;
    color: #fefefe;
    font-size: 17px;
    letter-spacing: 0.025em;
}

.footer-bottom-menu ul li a:after {
    position: relative;
    color: #fefefe;
    content: "|";
    padding-left: 10px;
}

.footer-bottom-menu ul li:last-child a:after {
    display: none;
}

.copyright {
    color: #c6c6c6;
    font-size: 17px;
    letter-spacing: 0.025em;
    text-align: center;
}
.footer-top form  input.wpcf7-form-control.wpcf7-submit.has-spinner.submitbtn {
    background-image: url(/wp-content/uploads/2026/02/paper-plane.svg);
    background-color: #232323;
    background-repeat: no-repeat;
    font-size: 0;
    background-position: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 0 29px;
    height: 37px;
    color: #fff !important;
    background-size: 26px;
}

.footer-top form .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required {
    background: #fff!important;
    font-size: 16px;
    color: #878787!important;
    border-radius: 5px !important;
    height: 37px;
    background: #fff;
    border: 1px solid #5cb359!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}
/* For mobile devices (up to 768px) */
@media (max-width: 768px) {
	
	
    .clientslider {
        width: 95%;  /* Full width for mobile */
        padding: 20px;
        background-size: contain;  /* Background image covers the entire container */
        background-position: center center;
        background-repeat: no-repeat;  /* Prevents tiling */
    }

    .testimonial-item {
        padding: 15px;  /* Adjust padding for smaller screens */
    }
	
	    .clientslider:before {
        content: "”";
        position: absolute;
        top: 15px;
        left: 0px;
        font-size: 55px;
        line-height: 59px;
        color: #216cc2;
        font-weight: 600;
    }
	
	    .clientslider:after {
        content: "”";
        position: absolute;
        bottom: -14px;
        right: 0px;
        font-size: 45px;
        line-height: 59px;
        color: #216cc2;
        font-weight: 600;
    }
}

/* For very small screens (like phones in portrait mode, under 480px) */
@media (max-width: 480px) {
    .clientslider {
        padding: 10px; /* Smaller padding */
        background-size: contain; /* Ensure the background image scales without being cropped */
        background-position: center;
    }

    .testimonial-item p {
        font-size: 1rem;  /* Adjust font size for better readability */
    }

    .h3function {
        font-size: 1rem;  /* Adjust text size for mobile */
    }
	    .clientslider:before {
        content: "”";
        position: absolute;
        top: 15px;
        left: 0px;
        font-size: 45px;
        line-height: 59px;
        color: #216cc2;
        font-weight: 600;
    }
	
	    .clientslider:after {
        content: "”";
        position: absolute;
        bottom: -14px;
        right: px;
        font-size: 45px;
        line-height: 59px;
        color: #216cc2;
        font-weight: 600;
    }
}





@media only screen and (max-width: 768px)
{
	
	.form_side {
    width: 100% !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
	
	.footer-top {
    display: flex
;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}
	
	form.wpcf7-form
 {
    display: flex
;
    flex-direction: column;
    gap: 14px;
    margin: auto;
    width: 90%;
}
	

ul#testimonialSplide-list {
    margin: 0px 0px 60px 0px !important;
}
	.includebox .elementor-widget.elementor-widget-image

	{
	height: 127px !important;
    width: 127px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.includebox .elementor-widget.elementor-widget-image
{
	width:127px !important;
	height:127px !important;
	display:flex;
	justify-content:center;
	    align-items: center;
}

.boxcls1 {
    width: 127px !important;
    height: 127px !important;
    display: flex
;
    align-items: center;
    justify-content: center;
}
	

	.ast-site-identity .site-title a
 {
    font-weight: 300;
    font-size: 2.786946rem;
}
	

	
	.footer-contact {
    display: flex;
    flex-direction: column;
}
	

	
}
.woocommerce ul.products li.product:hover{
    box-shadow: none;
    transform: none;
}

span.acc-icon {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #5cb359;
    display: inline;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wc-cat-sidebar {
    width: 100%;
}

.wc-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wsc-cat-parent > a {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #eee;
}

.wc-cat-parent .arrow {
    transition: 0.3s;
}

.wc-cat-parent.open .arrow {
    transform: rotate(180deg);
}

.wc-cat-child {
    display: none;
    padding-left: 15px;
}

.wc-cat-parent.open .wc-cat-child {
    display: block;
}

.wc-cat-child li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #444;
}

/* ACTIVE CLASSES */
.wc-cat-parent.active > a,
.wc-cat-child li.active > a {
    color: #ff6600;
    background: #fff3e8;
}


ul.wc-cat-list li a {
    font-size: 25px;
    line-height: 50px;
    color: #333332;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

ul.wc-cat-list li.open li a {
    font-size: 20px;
    line-height: 50px;
    color: #333332;
    font-weight: 500;
    padding: 0;
}

ul.wc-cat-list li.open svg path {
    fill: #fff;
}

ul.wc-cat-list li.open  span.acc-icon {
    background: #5cb359;
}

li.wc-cat-parent {
    padding: 9;
    margin: 0!important;
}

ul.wc-cat-list li.open li svg path {
    fill: #cccccc;
}

ul.wc-cat-list li.open li a {
    justify-content: space-between;
}

ul.wc-cat-list li.open li a:hover svg path {
    fill: #5cb359;
}

.wc-cat-sidebar li {
    padding: 0;
    margin: 0;
}

header.woocommerce-products-header {
    display: none;
}

p.woocommerce-result-count {
    display: none;
}
.home .btnpro { display: none; }
form.woocommerce-ordering {
    display: none;
}

nav.woocommerce-breadcrumb {
    display: none;
}
.includebox .elementor-widget.elementor-widget-image img {
    height: 90px;
    width: 90px;
}