body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: normal;
  margin: 0; 
  height: 100%; 
  overflow-y: auto; 
}

html {
  height: 100%; 
  scroll-behavior: smooth; 
}
.vertical-scroller-container {
  display: flex;
  flex-direction: column;
  height: 100vh; 
  overflow-y: auto; 
}
::-webkit-scrollbar {
  width: 12px;  
}
::-webkit-scrollbar-thumb {
  background-color: #516fc2;
  border-radius: 10px;  
  border: 3px solid #f5f5f5; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #23408E; 
}

:root{
  --swiper-navigation-font-size: 26px;
  --swiper-navigation-font-weight: bolder;
  --swiper-navigation-font-color: grey;
  --sub-service-border-radius: 14px;
  --card-bg-color: white;
  --card-border: 0.5px solid #E5E8F1;
  --card-padding: 20px;
  --card-shadow: 0 0 3px #E5E8F1;
  --primary-color: #23408f;
  --secondary-color: #23408E;
  --label-color:#BEC4D3;
  --danger-color : #F21A1A;
  --success-color : #138F4D;
  --btn-bg-hover : #0d61c7;
}
.ql-editor{
  line-height: 1.90 !important;
  padding: 0px !important;
}
.ql-editor p {
  font-family:  Helvetica, sans-serif;
  font-size: large;
  line-height: 26px; 
  color: #615b5b !important;
  margin: 10px 0 !important;
}
.ql-editor p span{
  font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #615b5b !important;
  font-weight: 400 !important;
}
.ql-editor p a{
  font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #63a1ca !important;
  font-weight: 400 !important;
}
.ql-editor p strong{
  font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: rgb(70, 69, 69) !important;
  /* font-weight: 400 !important; */
}

.ql-editor h1 strong, .ql-editor h2 {

  font-size: xx-large;
  line-height: 36px; 
  color: rgb(70, 69, 69) !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ql-editor h3 strong, 
.ql-editor h4 strong, 
.ql-editor h5 strong, 
.ql-editor h6 {
  font-size: 20px;
  line-height: 26px; 
  color: rgb(70, 69, 69) !important;
}


.ql-editor li {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  color: #615b5b !important;
  position: relative;
}

.ql-editor li strong{
  font-size: medium;
  color: rgb(70, 69, 69) !important;
}
.ql-editor ul li:not(.ql-direction-rtl)::before {
  margin-right: 0.1em;
  text-align: right;
  font-size: x-large !important;
  display: inline-block;
  position: absolute; 
  top: 2px ;
  align-items: baseline;
  line-height: 1;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 20px;
}

.ql-editor ol {
  list-style-type: decimal;
}

.ql-editor ul {
  list-style-type: disc;
}

.ql-editor li {
  margin-bottom: 5px;
}

.primary-bg
{
  background-color: var(--primary-color) !important;
}
.primary-font
{
  color: var(--primary-color) !important;
}
.primary-border
{
  border: 2px solid var(--primary-color) !important;
}
.secondary-bg
{
  background-color: var(--secondary-color) !important;
}
.primary-active
{
  border: 1.5px solid var(--primary-color) !important;
  background-color: #f5f2fd;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.secondary-font
{
  color: var(--secondary-color) !important;
}
.label-text
{
  font-size: 16px;
  font-weight: 300;
}
.custom-blog-container
{
  max-width: 100rem; 
  /* padding: 20px 16px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.custom-container
{
  max-width: 85rem; 
  padding: 20px 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
@media  (min-width: 640px) and (max-width: 679px) {
  .custom-container
  {
    padding: 30 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
    margin-bottom: 35px;
  }
}
@media (min-width: 680px) and (max-width: 767px) {
  .custom-container
  {
    padding: 30px 16px;
    padding-left: 1.7rem;
    padding-right: 1.7rem; 
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .custom-container {
    padding:20px 16px; 
  }

}
@media screen and (max-width: 1023px) {
  .ql-editor{
    padding: 0px 20px !important;
  }
}
@media screen and  (max-width: 756px) {
  .custom-container
  {
    padding: 25px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-container
  {
    padding: 40px 16px;
    padding-left: 2rem;
    padding-right: 2rem; 
  }
  .custom-blog-container
  {
    width: 91%;
    max-width: 94rem;
  }
}
.swiper-slide
{
  cursor: pointer;
}
.main-services-slider .swiper-wrapper
{
  justify-content: center;
}
.sub-service-img
{
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--sub-service-border-radius);
}
.sub-service-overlay
{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute; 
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
  border-radius: var(--sub-service-border-radius);
  transition:all;
}
.sub-service-overlay:hover
{
  background: linear-gradient(rgba(0,0,0,0.34),rgba(0,0,0,0.34));
}
.sub-services-slider {
  position: static !important;
  display: grid !important;
}
.sub-services-slider [class^="swiper-button-"]{
  inset: initial;
  margin: 0;
  align-self: center;
}
.sub-services-slider .swiper-button-prev{
  border: 0.2px solid rgba(0,0,0,.12);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  justify-self: start;
  margin-left: -60px;
  background-color: white;
}
.sub-services-slider .swiper-button-next{
  border: 0.2px solid rgba(0,0,0,.12);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  justify-self: end;
  margin-right: -60px;
  margin-left: 130px;
  background-color: white;
}
.sub-services-slider .swiper-pagination{
  inset: initial!important;
  align-self: end;
  justify-self: center;
  margin-bottom: -40px;
  width: max-content;
 margin-left: 6%;  
}
.sub-services-slider .swiper-button-disabled{
  display:none !important ;   
}
.sub-services-slider .swiper-button-prev::after
{
  font-size: var(--swiper-navigation-font-size);
  font-weight: var(--swiper-navigation-font-weight);
  color: var(--swiper-navigation-font-color);

}
.sub-services-slider .swiper-button-next::after
{
  font-size: var(--swiper-navigation-font-size);
  font-weight: var(--swiper-navigation-font-weight);
  color: var(--swiper-navigation-font-color);
}
.heading
{
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  margin: 10px 0px;
}
.sub-services-slide
{
  height: 200px !important;
}
.border-1
{
  background-color: var(--card-bg-color);
  border: 1px solid lightgray;
  box-shadow:  0 0 1px #E5E8F1;
  border-radius: var(--sub-service-border-radius);
}
.custom-card
{
  background-color: var(--card-bg-color);
  border: var(--card-border);
  border-radius: var(--sub-service-border-radius);
  padding: var(--card-padding);
  box-shadow: var(--card-shadow);
}
.blogDesign-card
{
  background-color: var(--card-bg-color);
  border: var(--card-border);
  border-radius:8px;
  padding:10px;
  box-shadow: var(--card-shadow);
  width: 140px;
  height: 110px;
}
.Relatedblog-card {
  min-width: 240px;
  max-width: 100%; 
  background-color: var(--card-bg-color);
  border: var(--card-border);
  border-radius: var(--sub-service-border-radius);
  padding: 8px;
  box-shadow: var(--card-shadow);
}
.product-div
{
  margin: 10px 0;
}
.product-title
{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  /* margin-bottom: 2px; */
}
.product-description
{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, .87);
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-price
{
  display: inline-block;
  color: rgba(0, 0, 0, .87);
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1.5rem;
  font-size: 15px;
  margin-bottom: 1px;
}
.product-sale-price
{
  display: inline-block;
  color: red;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1.5rem;
  font-size: 15px;
  margin-bottom: 1px;
  text-decoration: line-through;
}
.add-product-btn
{
  cursor: pointer;
  background-color: var(--primary-color);
  border-radius: 24px;
  color: #fff;
  font-weight: 500;
  padding: 3px 6px;
  width: 70px;
}
.divider
{
  margin: 10px 0px;
}
body::-webkit-scrollbar
{
  width: 0px;
  scroll-behavior: smooth !important;
}
/* body::-webkit-scrollbar-track {
  background: rgb(224, 223, 223);
  border-radius: 0px; 
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); 
  border-radius: 0px;
} */
.custom-card::-webkit-scrollbar
{
  width: 7px;
  scroll-behavior: smooth;
}
.custom-card::-webkit-scrollbar-track {
  background: rgb(224, 223, 223);
  border-radius: 0px; 
}
.custom-card::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); 
  border-radius: 10px;
}
p
{
  font-size: 14px;
  line-height: 20px;
}
.quantity {
  display: flex;
  border: 1px solid var(--primary-color);
  background: #F2F4F8;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px 4px;
}
.quantity button {
  color: #0f0f0f;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
  padding: 1px;
}
@media screen and (max-width : 768px) {
  .quantity {
    padding: 4px 2px;
  }
  .quantity button {
    color: #0f0f0f;
    border: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    border-radius: 20px;
    padding: 0px;
  }
  .ql-editor ol,
  .ql-editor ul {
    padding-left: 13px !important;
  }
.ql-editor p span, .ql-editor p span a{
    font-size: medium;
  }
.ql-editor p strong{
    font-size: medium;
  }
.ql-editor h1 strong, .ql-editor h2 strong {
  
    font-size: 16px;
    line-height: 20px; 
    color: rgb(70, 69, 69) !important;
  }
.ql-editor .ql-editor h3 strong, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  
    font-size: 18px;
    line-height: 16px; 
  }
.ql-editor li strong{
    font-size: 15px;
  }
.ql-editor li span{
    font-size: 14px;
  }
}
.plus svg
{
  color: var(--primary-color);
  font-size: 15px;
}
.minus svg
{
  color: var(--primary-color);
  font-size: 15px;
}
.qty-input-box {
  background: #F2F4F8 !important;
  color: var(--primary-color);
  width: 40px;
  text-align: center;
  border: none;
  font-size: 15px;
  outline: none;
}
.qty-input-box::-webkit-inner-spin-button,
.qty-input-box::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.qty-input-box[type="number"] {
  -moz-appearance: textfield !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
.view-cart
{
  margin: 10px 5px;
  font-weight: 700;
  border-radius: 10px;
}
.view-cart-btn
{
  background-color: transparent !important;
  border: 1px solid var(--primary-color);
  color:var(--primary-color);
  transition: all .5s; 
}
.view-cart-btn:hover
{
  cursor: pointer;
  background-color: var(--primary-color) !important; 
  color: white;
  transform: scale(0.98); 
}
.payment-card-btn
{
  background-color: var(--primary-color) !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  transition: all .5s;
  margin: 10px 0;
  padding: 10px 12px;
}
.payment-card-btn:hover
{
  background: rgb(25, 89, 218) !important;
}
.urban-btn
{
  background-color: var(--primary-color) !important;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  margin: 10px 0;
  font-weight: 700;
  transition: all .5s;
  /* border-radius: 25px; */
}
.urban-btn:hover
{
  background: rgb(25, 89, 218) !important;
}
.swiper-container {
  position: relative; 
}

.swiper-pagination {
  position: absolute;
  bottom: 10px; 
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 10;
}
@media (max-width: 468px) {
  .swiper-pagination:not(.banner-swiper .swiper-pagination) {
    display: none; 
  }
}


@media (max-width:560px){
  .custom-card{
    padding: 7px;
  }
  .ql-editor ol,
.ql-editor ul {
  padding-left: 5px !important;
}
.ql-editor p span,.ql-editor p span a{
  font-size: small;
}
.ql-editor p strong{
  font-size: small;
}
.ql-editor h1 strong, .ql-editor h2 strong {

  font-size: 14px;
  line-height: 20px; 
  color: rgb(70, 69, 69) !important;
}
.ql-editor h3 strong, 
.ql-editor h4 strong, 
.ql-editor h5 strong, 
.ql-editor h6 strong {
  font-size: 16px ;
  line-height: 18px; 
}
.ql-editor li strong{
  font-size: 13px;
}
.ql-editor li span{
  font-size: 12px;
}
.truncate {
  width: 120px;
}

}
@media (max-width:360px){
  .text-size-sm{
    font-size: 20px !important;
  }
}
@media(max-width:1000px){
  .swiper-button-next{
    display: none !important;
  }
  .swiper-button-prev{
    display: none !important;
  }
}
@media (max-width:380px){
  .text-banner-size{
    font-size: 35px !important;
  }
}
.text-terms p{
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px !important;
  line-height: 1.5rem !important;
  margin-top: 12px !important;
  letter-spacing: 0.10px !important;
}
.text-terms-1 p{
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px !important;
  line-height: 1.5rem !important;
  margin-top: 12px !important;
  letter-spacing: 0.10px !important;
}
/* ul li
{
  margin-top: 6px;
} */
.add-ons-slider [class^="swiper-button-"]{
  inset: initial;
  margin: 0;
  align-self: center;
}
.add-ons-slider .swiper-button-prev{
  border: 0.2px solid rgba(0,0,0,.12);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  height: 30px;
  width: 30px;
  border-radius: 100%;
  justify-self: start;
  margin-left: -15px;
  background-color: white;
}
.add-ons-slider .swiper-button-next{
  border: 0.2px solid rgba(0,0,0,.12);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  height: 30px;
  width: 30px;
  border-radius: 100%;
  justify-self: end;
  margin-right: -15px;
  background-color: white;
}
.add-ons-slider .swiper-pagination{
  inset: initial!important;
  align-self: end;
  justify-self: center;
  margin-bottom: -40px;
}
.add-ons-slider .swiper-button-disabled{
  display:none !important ;   
}
.add-ons-slider  .swiper-button-prev::after
{
  font-size: 15px;
  font-weight: var(--swiper-navigation-font-weight);
  color: var(--swiper-navigation-font-color);

}
.add-ons-slider .swiper-button-next::after
{
  font-size: 15px;
  font-weight: var(--swiper-navigation-font-weight);
  color: var(--swiper-navigation-font-color);
}
.total 
{
  font-weight: 700;
}
.btn-text
{
  font-weight: 700;
}
.label-sm
{
  font-size: 13px;
  color: var(--label-color);
}
.title-lg
{
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.title-sm
{
  font-size: 13px;
  font-weight: 600;
}
.label-md
{
  font-size: 13px;
}
.search-address-input
{
  width: 100%;
  box-sizing: border-box !important;
  border: 2px solid #ccc !important;
  border-radius: 15px !important;
  font-size: 16px !important;
  background-color: white !important;
  background-image: url('https://www.w3schools.com/css/searchicon.png');
  background-position: 10px 15px !important; 
  background-repeat: no-repeat !important;
  padding: 12px 20px 12px 40px !important;
}
.search-address-input:focus
{
  --tw-ring-shadow:#c4c4c5 !important;
}
.download-div .download-app{
    margin: 0 0;
}
.service-seprator
{
  background-color: rgb(227, 227, 227);
}
.customer-name
{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.tabs-active-border
{
  border-bottom: 2px solid var(--primary-color);
}
.title
{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.description
{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, .87);
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-body
{
  margin: 10px 0px;
}
.react-tel-input{
  border: 1px solid #d3d3d3;
}
.react-tel-input .flag-dropdown{
  border: 1px solid #f9f9f9 !important;
}
/* For large laptops (1440px and above) */

.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* Ensure visibility */
}

@media (min-width: 1440px) {
  .testimonials-slider .swiper-button-next {
    margin-right: 150px; 
  }
  .testimonials-slider .swiper-button-prev {
    margin-left: 150px;
  }
}

/* For smaller laptops (1024px to 1366px) */
@media (min-width: 1140px) and (max-width: 1439px) {
  .testimonials-slider .swiper-button-next {
    margin-right: 110px;
  }
  .testimonials-slider .swiper-button-prev {
    margin-left: 110px;
  }
}

@media (max-width: 1139px) {
  .testimonials-slider .swiper-button-next {
    margin-right: 25px;
  }
  .testimonials-slider .swiper-button-prev {
    margin-left: 25px;
  }
}

@media (max-width:1370px) {
  .categories-slider .swiper-button-next
{
    margin-right: -25px;
}
.categories-slider .swiper-button-prev
{
    margin-left: -25px;
}
  .popular-slider .swiper-button-next
{
    margin-right: -25px;
}
.popular-slider .swiper-button-prev
{
    margin-left: -25px;
}
}
.frequency-description ul li
{
  list-style: disc;
  font-size: 14px;
}

input[type="radio"] {
  color: var(--primary-color);
}

@media (min-width: 425px) {
  .blogDesign-card
{
  width: 190px;
}
}
