* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
   font-family: 'Raleway', Arial, sans-serif; /* fallback font */
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 700; /* bold heading */
    color: #444;
}
img{transition: 0.5s ease;}
.img-hover:hover img{transform: scale(1.1); transition: 0.5s ease;}
.img-hover{overflow: hidden;}
.transf-lateY:hover{transform: translateY(-10px); transition: 0.5s all ease;}
.transf-lateY{transition: 0.5s all ease;}
.pt-0 { margin-top: 0 !important; }
.menu-3-col{column-count: 3;}

html {
  font-size: 10px;
}
html::-moz-selection {
  background: #ec0143;
  color: #fff;
}
html::selection {
  background: #ec0143;
  color: #fff;
}

body {
  font-size: 15px !important;
}

.sec-gap {
  margin-top: 8rem;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 5.4rem;
}

h2 {
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 500;
}

h3 {
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-weight: 500;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

p {
  font-size: 1.5rem;
}

.f-parimary {
  color: #ec0143;
}

.f-secondary {
  color: #FCB018;
}

.subheading {
  display: flex;
  align-items: self-end;
  gap: 1rem;
  font-weight: 500;
  justify-content: center;
}

.sec-head {
  text-align: center;
}

.card-wrap {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.card-wrap .box {
  background: #8C8D8A;
  border-radius: 2rem;
  flex-basis: calc(25% - 2rem);
}
.card-wrap .service-card{flex-basis: calc(33.333% - 2rem) !important;}
.sec-bg1 {
  background: #FFF3F3;
  padding: 3rem 0;
}

.sec-bg2 {
  background: #FFECDC;
  padding: 3rem 0;
}

.view-all-btn {
  margin-top: 4rem;
  text-align: center;
}
.view-all-btn a {
  background: #ec0143;
  padding: 1rem 2rem;
  border-radius: 2rem;
  color: #fff;
}

.top-bar {
  background: #4f5367;
  color: #fff;
  padding: 0.8rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.top-bar .left-info {
  display: flex;
  gap: 2rem;
}
.top-bar .left-info .info-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.top-bar .left-info .info-item i {
  font-size: 1.8rem;
  color: #fff;
}
.top-bar .right-info {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-bar .right-info .auth-links {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.top-bar .right-info .auth-links a {
  color: #FCB018;
  text-decoration: none;
  font-weight: 500;
}
.top-bar .right-info .auth-links a:hover {
  text-decoration: underline;
}
.top-bar .right-info .auth-links span {
  color: #fff;
}
.top-bar .social-icons {
  display: flex;
  gap: 1rem;
}
.top-bar .social-icons a {
  width: 2.8rem;
  height: 2.8rem;
  border: 0.1rem solid #8C8D8A;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s all ease;
}
.top-bar .social-icons a i {
  font-size: 1.3rem;
  color: #fff;
}
.top-bar .social-icons a:hover {
  background: #ec0143;
  border-color: #ec0143;
  transition: 0.5s all ease;
}

.sticky .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.5s ease;
  animation: headerAnimation 1s forwards;
}

.main-header {
  background: #fff;
  box-shadow: 0 0.1rem 1rem #8C8D8A;
}

.desktop-mid-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
    padding: 0.5rem 4rem;
}
.desktop-nav {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  /* border: 1px solid #f0f0f0; */
    padding: 0rem 4rem;
}
.desktop-mid-nav .logo img {
  width: 10rem;
  height: auto;
}
.desktop-nav .navbar .menu {
  display: flex;
  gap: 3.5rem;
  list-style: none;
  margin: 0;
}
.category-font-c {color: #eb0027 !important; }
.category .menu { padding: 0; margin: 0; }
.desktop-nav li {
  position: relative;
}
.desktop-nav li a {
  text-decoration: none;
  color: #3D3D3B;
  font-size: 1.6rem;
  font-weight: 500;
}
.desktop-nav li a.active_nav {
  color: #ec0143;
  font-weight: 600;
}
.desktop-nav li a:hover {
  color: #ec0143;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-right .icons {
  display: flex;
  gap: 2rem;
}
.header-right .icons i {
  font-size: 2.2rem;
  cursor: pointer;
  color: #000;
}
.header-right .icons i:hover {
  color: #ec0143;
}
.header-right .call-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-right .call-box .call-icon {
  background: #ca0025;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-right .call-box .call-icon i {
  color: #fff;
  font-size: 2rem;
}
.header-right .call-box .call-info span {
  font-size: 1.3rem;
  color: #FCB018;
}
.header-right .call-box .call-info strong {
  font-size: 1.5rem;
  color: #000;
}

/* COMMON DROPDOWN BASE */
.dropdown {
  position: relative;
}
.dropdown a {
  font-size: 1rem;
}
.dropdown .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translateY(1rem);
  z-index: 10;
}
.dropdown .submenu li {
  margin-bottom: 1rem;
}
.dropdown .submenu li:last-child {
  margin-bottom: 0;
}

.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown .submenu .submenu {
  left: 100%;
  top: 0;
}

body.menu-open .mobile-menu {
  transform: translateX(0);
}

body.menu-open .mobile-menu-overlay {
  pointer-events: auto;
  transform: translateX(0);
  transition: 0.7s all ease;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: 0.5s;
  transform: translateX(-100%);
  width: 80%;
  z-index: 1;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 70%;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.5s ease;
  z-index: 9999;
  overflow: hidden;
}

.menu-panel {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2rem;
  transition: 0.4s;
}

.menu-panel.active {
  left: 0;
}

.panel-header {
  display: flex;
  gap: 1rem;
  font-size: 1.8rem;
}

.back-btn {
  cursor: pointer;
}

.menu-panel ul li {
  padding: 1.6rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  cursor: pointer;
}
.menu-panel ul li a {
  color: #000;
}
.menu-panel ul li a.active_nav {
  color: #ec0143;
  font-weight: 600;
}

.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-logo .nav-btn span {
  background: #000;
  width: 3rem;
  height: 0.4rem;
  display: block;
  border-radius: 1rem;
  transform-origin: right;
  transition: 0.5s all ease;
}
.mobile-logo .nav-btn span:nth-child(2) {
  margin: 0.6rem 0;
  width: 2.5rem;
  text-align: right;
}

.menu-open {
  overflow: hidden;
}
.menu-open .nav-btn span:nth-child(1) {
  transform: rotate(-45deg);
}
.menu-open .nav-btn span:nth-child(2) {
  opacity: 0;
  margin: 0.66rem 0 !important;
}
.menu-open .nav-btn span:nth-child(3) {
  transform: rotate(45deg);
}

.mobile-nav-sec {
  display: none;
}

@media (max-width: 786px) {
  .mobile-nav-sec {
    display: block;
  }
  .desktop-nav, .desktop-mid-nav {
    display: none;
  }
  .top-bar {
    display: block;
    padding: 1rem 2rem;
  }
  .top-bar .left-info {
    display: none;
  }
  .top-bar .right-info {
    justify-content: space-between;
  }
  .menuopen {
    overflow: hidden;
  }
  .menuopen .main-header .navbar {
    transform: translateX(0);
    transition: 0.5s all ease;
  }
  .menuopen .main-header .backdrop {
    transform: translateX(0);
    transition: 0.3s all ease;
  }
  .main-header {
    padding: 1rem 2rem;
  }
  .main-header .logo img {
    width: 14rem;
  }
  .main-header .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4196078431);
    width: 70%;
    height: 100vh;
    z-index: 9;
    backdrop-filter: blur(5px);
    transform: translateX(-100%);
    transition: 0.8s all ease;
  }
  .main-header .header-right .call-box {
    display: none;
  }
}
.footer {
  background: #3D3D3B;
  width: 100%;
  padding: 4rem 0 2rem;
}
.footer .footer-wrap .newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 2rem;
}
.footer .footer-wrap .newsletter .newstext {
  color: #fff;
}
.footer .footer-wrap .newsletter .newsfeild {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-wrap .newsletter .newsfeild input {
  height: 6rem;
  width: 100%;
  border-radius: 2rem 0 0 2rem;
  border: none;
  padding: 1rem 2rem;
}
.footer .footer-wrap .newsletter .newsfeild .btn input {
  border-radius: 0 2rem 2rem 0;
  background-color: #ec0143;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
}
.footer .footer-wrap .newsletter .newsfeild .btn{padding: 0;}
.footer .footer-wrap .footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3rem 0;
  color: #fff;
}
.footer .footer-wrap .footer-nav .footer-nav-block {
  flex-basis: calc(25% - 2rem);
}
.footer .footer-wrap .footer-nav .footer-nav-block .footer-logo {
  width: 60%;
  margin-bottom: 1rem;
}
.footer .footer-wrap .footer-nav .footer-nav-block .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-wrap .footer-nav .footer-nav-block .socail-icon {
  margin-top: 2rem;
}
.footer .footer-wrap .footer-nav .footer-nav-block h4 {
  margin-bottom: 1rem;
}
.footer .footer-wrap .footer-nav .footer-nav-block ul{padding-left: 0rem;}
.footer .footer-wrap .footer-nav a {
  color: #dadada; font-size: 13.2px;
}
.footer .footer-wrap .footer-nav ul{line-height: 20px;}
.footer .footer-wrap .footer-nav ul li { list-style: circle; margin-left: 1.5rem;}
.footer .footer-wrap .footer-nav a:hover{color: #ff9900;}
.footer .footer-wrap .footer-nav .block1 p {
  font-size: 1.4rem;
  font-weight: 200;
}
.footer .footer-wrap .footer-nav .block4 .address {
  display: flex;
}
.footer .footer-wrap .footer-nav .block4 .address p{font-size: 13px; color: #dadada;}
.footer .footer-wrap .copy-right {
  text-align: center;
  border-top: 0.1rem solid #fff;
  padding: 1rem 0;
  color: #fff;
}

.footer .footer-wrap .copy-right a{
  color: #ff9900;
  transition: 0.5s;
}
.footer .footer-wrap .copy-right a:hover{
  color: #ffffff;
  transition: 0.5s;
}

.whats-floting-btn {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
}
.whats-floting-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ffe7;
  border: 0.1rem solid #44B000;
  border-radius: 5rem;
  height: 5rem;
  width: 5rem;
  font-size: 2.5rem;
  color: #44B000;
}

@media (max-width: 786px) {
  .footer .footer-wrap .newsletter {
    flex-direction: column;
  }
  .footer .footer-wrap .newsletter .newsfeild {
    width: 100%;
    margin-top: 1rem;
  }
  .footer .footer-wrap .footer-nav {
    flex-direction: column-reverse;
  }
  .footer .footer-wrap .footer-nav .footer-nav-block {
    flex-basis: calc(100% - 2rem);
    margin-left: 2rem;
  }
  .footer .footer-wrap .footer-nav h3{font-size: 2.4rem; text-decoration: underline !important;}
  .footer .footer-wrap .copy-right {
    padding: 1rem 0 5rem;
  }
}
.ck-editor img {
  width: 100%;
}
.ck-editor h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.ck-editor h2 {
  font-size: 2.5rem;
  font-weight: 450;
  margin: 20px 0 2px;
}
.ck-editor h3 {
  font-size: 2rem;
  font-weight: 500;
  list-style: 26px;
  margin: 15px 0 8px;

}
.ck-editor h4 {
  font-size: 1.8rem;
    font-weight: 400;
    text-align: left !important;
}
.ck-editor h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.ck-editor p {
  margin-bottom: 1rem;
  text-align: justify;
}
.ck-editor .data-left img {
  border-radius: 2rem ;
  margin-bottom: 2rem;
}
.ck-editor ul{margin: 10px 0; padding-left: 0;}
.ck-editor .ck-list ul > li {
  list-style-image: url(../img/icon/editor-list.png);
  font-size: 1.5rem;
  margin-left: 3rem;
}
.ck-editor ol{
  margin: 10px 0px;
  padding-left: 25px;
}
.ck-editor .ck-list ol > li{
  list-style: decimal;
  font-size: 1.5rem;
}
.home-hero .home-hero-bg {
position: relative;
}
.hero-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero .home-hero-wrap .home-hero-content {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-hero .home-hero-wrap .home-hero-content .hero-left {
  width: 65%;
}
.home-hero .home-hero-wrap .home-hero-content .hero-right {
  width: 30%;
  position: relative;
  top: 82px;
}
.home-hero .home-hero-wrap .home-hero-content h1 {
  margin-top: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 7rem;
  font-size: 6.2rem;
}
.home-hero .home-hero-wrap .home-hero-content p {
  width: 80%;
  margin: 2rem 0;
  color: #fff;
}
.home-hero .home-hero-wrap .home-hero-content .btn {
  margin: 6rem 0;
}
.home-hero .home-hero-wrap .home-hero-content .btn a {
  background: #FCB018;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  transition: 0.5s all ease;
  color: #000;
  font-weight: 500;
  color: #000;
  font-size: 1.8rem;
  padding: 1rem 3rem;
}
.home-hero .home-hero-wrap .home-hero-content .btn :hover {
  background: #ec0143;
  color: #fff;
  transition: 0.5s all ease;
}

.home-about .home-about-wrap .home-about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.home-about .home-about-wrap .home-about-content .home-about-left {
  width: 50%;
}
.home-about .home-about-wrap .home-about-content .home-about-left img {
  width: 100%;
}
.home-about .home-about-wrap .home-about-content .home-about-left .card-wrap .card-box {
  flex-basis: calc(51.5% - 2rem);
  background: #fff;
  box-shadow: 0 0 10px #c1bfbf;
  padding: 1.5rem;
  border-radius: 2rem;
}
.home-about .home-about-wrap .home-about-content .home-about-left .card-wrap .card-box img {
  width: 100%;
  border-radius: 1.5rem;
}
.home-about .home-about-wrap .home-about-content .home-about-right {
  width: 50%;
}
.home-about .home-about-wrap .home-about-content .home-about-right h5 {
  margin: 1rem 0;
}
.home-about .home-about-wrap .home-about-content .home-about-right .btn {
  margin-top: 4rem;
}
.home-about .home-about-wrap .home-about-content .home-about-right .btn a {
  background: #FCB018;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  transition: 0.5s all ease;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}
.home-about .home-about-wrap .home-about-content .home-about-right .btn :hover {
  background: #ec0143;
  color: #fff;
  transition: 0.5s all ease;
}
.home-about .home-about-wrap .home-about-content .home-about-right .home-about-sec-conten {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.home-about .home-about-wrap .home-about-content .home-about-right .home-about-sec-conten > p {
  display: flex;
  align-items: center;
}

.home-brand {
  background: #FFF3F3;
  padding: 4rem 0;
}
.home-brand .home-brand-wrap .brand-heading {
  margin-bottom: 3rem;
}
.home-brand .home-brand-wrap .home-brand-slide .swiper {
  width: 100%;
  height: auto;
}
.home-brand .home-brand-wrap .home-brand-slide .swiper .swiper-slide .slider-box {
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 1.5rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.home-brand .home-brand-wrap .home-brand-slide .swiper .swiper-slide .slider-box:hover .slider-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.home-brand .home-brand-wrap .home-brand-slide .swiper .swiper-slide .slider-box .slider-img img {
  width: 100%;
  transition: 0.5s;
}
.home-brand .home-brand-wrap .home-brand-slide .swiper .swiper-slide .slider-box .brand-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

.form-body {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 0 10px #636363;
}
.form-body .form-heading {
  margin-bottom: 1rem;
}
.form-body .form-box .input-body {
  margin-bottom: 1rem;
}
.form-body .form-box .input-body input,
.form-body .form-box .input-body select {
  width: 100%;
  height: 4rem;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.form-body .form-box .input-body textarea {
  width: 100%;
  height: 10rem;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.form-body .form-btn .btn {
  width: 100%;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin: 0 0 2rem !important;
  background: #FCB018;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
}
.form-body .form-btn .btn:hover {
  background: #ec0143;
  color: #fff;
}
.form-body .form-btn .btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.card-container .card-wrap .box {
  background: #fff;
  overflow: hidden;
  border: 1px solid #cccccc;
  text-align: center;
}
.card-container .card-wrap .box a {
  color: #000;
}
.card-container .card-wrap .box a:hover {
  color: #f50029;
}
.card-container .card-wrap .box:hover {
  box-shadow: 0 0 20px rgba(245, 0, 0, 0.2039215686);
}
.card-container .card-wrap .box .box-img{position: relative; overflow: hidden; height: 30rem;}
.card-container .card-wrap .box:hover .box-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.service-page-card .card-wrap .box .box-img {
  height: 20rem;
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
}

.card-container .product-btn{
  padding: 0 1rem 1rem;
}
.product-section .box-content h4, .pro-slider-content h4 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.product-section .box-content { padding: 1rem 1rem 0; }
.card-container .card-wrap .box .box-img img {
  width: 100%;
  border-radius: 1.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card-container .card-wrap .box .box-content .box {
  flex-basis: calc(20% - 2rem);
}
.card-container .card-wrap .box .box-content > h3 {
  margin: 1.5rem 0 0.5rem;
  color: #1a1a1a;
}
.card-container .card-wrap .box .box-content > h3:hover{color: #da0036;}

.blog-bg {
  background-color: #fff3f6a4;
  padding: 4rem 0;
}

.blog .blog-wrap .blog-container .blog-card-wrap,
.blog .blog-wrap .blog-container .blog_slide {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}
.blog .blog-card {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  transition: 0.5s all ease;
  border: 0.1rem solid rgba(0, 0, 0, 0.1843137255);
  flex-basis: calc(33.3% - 2rem);
  min-height: 380px;
}
.blog .blog-card:hover {
  box-shadow: 0 0 15px #8C8D8A;
  transition: 0.5s all ease;
}
.blog .blog-card .blog-img {
  width: 100%;
  height: 20rem;
}
.blog .blog-card .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog-card .blog-content {
  padding: 1rem 2rem 3rem;
}
.blog .blog-card .blog-content .blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
}
.blog .blog-card .blog-content h3 {
  margin-top: 1rem;
  color: #000;
  transition: 0.5s ease;
}
.blog .blog-card .blog-content h3:hover {
  color: #ec0143;
  transition: 0.5s ease;
}
.blog .blog-card .blog-content .blog-btn {
  margin-top: 2rem;
}
.blog .blog-card .blog-content .blog-btn a {
  background: #FCB018;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  transition: 0.5s all ease;
  color: #000;
  font-weight: 500;
}
.blog .blog-card .blog-content .blog-btn a:hover {
  background: #ec0143;
  color: #fff;
  transition: 0.5s all ease;
}

.blog-head {
  margin: 2rem 0;
}
.blog-head h1 {
  line-height: 5.5rem;
  margin-bottom: 2rem;
}

.blog .comment {
  margin-top: 2rem;
  background: #fff;
}
.blog .comment .form-body {
  background: none;
  box-shadow: none;
  padding: 0;
}
.blog .comment .form-body .form-box input {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #e7e7e7;
  height: 3rem;
}
.blog .comment .form-body .form-box textarea {
  width: 100%;
  height: 10rem;
  border-radius: 0.5rem;
  border: 1px solid #e7e7e7;
  height: 15rem;
}

.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide {
  margin-top: 4rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card {
  border: 0.1rem solid #8C8D8A;
  padding: 2rem;
  border-radius: 2rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-name-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-name-wrap .testi-img {
  width: 5rem;
  overflow: hidden;
  border-radius: 5rem;
  height: 5rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-name-wrap .testi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-pra {
  margin-top: 1.5rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-star {
  margin-top: 1rem;
}
.testimonial .testimonial-wrap .testimonial-slider-wrap .testi_slide .testi-card-wrap .testi-card .testi-star i {
  color: #FCB018;
}

.c-hero-sec {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
section.c-hero-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.c-hero-sec-wrap .c-hero-content {
  color: #000;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 3rem;
}
.c-hero-sec-wrap .c-hero-content .breadcurm {
  text-transform: capitalize;
}
.c-hero-sec-wrap .c-hero-content .breadcurm a {
  color: #000;
  transition: 0.5s;
}
.c-hero-sec-wrap .c-hero-content .breadcurm a.active {
  color: #ec0143;
}
.c-hero-sec-wrap .c-hero-content .breadcurm a:hover {
  color: #ec0143;
  transition: 0.5s;
}
.c-hero-sec-wrap .c-hero-content .breadcurm a i {
  font-size: 2rem;
}
.c-hero-sec-wrap .c-hero-content .btn {
  margin-top: 4rem;
}
.c-hero-sec-wrap .c-hero-content .btn a {
  background: #FCB018;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  transition: 0.5s all ease;
  color: #000;
  font-weight: 500;
}
.c-hero-sec-wrap .c-hero-content .btn a:hover {
  background: #ec0143;
  color: #fff;
  transition: 0.5s all ease;
}

.why-choose-card {
  margin-top: 4rem;
}
.why-choose-card .why-choose-card-wrap {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.why-choose-card .why-choose-card-wrap .why-choose-card-box {
  text-align: center;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0 10px #a7a7a7;
  border-radius: 2rem;
  flex-basis: calc(25% - 2rem);
}
.why-choose-card .why-choose-card-wrap .why-choose-card-box .icon {
  width: 8rem;
  margin: 0 auto 1rem;
}
.why-choose-card .why-choose-card-wrap .why-choose-card-box .icon img {
  width: 100%;
}
.why-choose-card .why-choose-card-wrap .why-choose-card-box h5 {
  margin-bottom: 1rem;
}

.contact-map {
  margin-bottom: -9rem;
}

.service-detail-data h4 {
  text-align: center;
}
.service-detail-data{display: flex; gap: 2rem;}
.service-detail-data .data-left {
  width: 70%;
}
.service-detail-data .data-right {
  width: 30%;
  position: sticky;
  top: 9rem;
  height: -moz-fit-content;
  height: fit-content;
}
.service-detail-data .data-right .service-side-bar .side-bar-menu {
  padding: 2rem;
  background-color: #FFECDC;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
}
.service-detail-data .data-right .service-side-bar .side-bar-menu ul li {
  border-bottom: 1px dashed #ffbb83;
  padding: 0.7rem 0;
  cursor: pointer;
  transition: 0.5s all ease;
}
.service-detail-data .data-right .service-side-bar .side-bar-menu ul li a {
  color: #000;
}
.service-detail-data .data-right .service-side-bar .side-bar-menu ul li a:hover {
  color: #ec0143;
}
.service-detail-data .data-right .service-side-img {
  margin-top: 1.5rem;
}
.service-detail-data .data-right .service-side-img img {
  border-radius: 2rem;
}

.faq .brand-heading {
  margin-bottom: 2rem;
}
.faq .faq-container .faq-box {
  border: 1px solid #ffb68c;
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq .faq-container .faq-box .question {
  position: relative;
  background: #FFECDC;
  padding: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.faq .faq-container .faq-box .question::after {
  content: "+";
  position: absolute;
  right: 1rem;
}
.faq .faq-container .faq-box .answer {
  padding: 1rem;
  display: none;
}
.faq .faq-container .active .answer {
  display: block;
}
.faq .faq-container .active .question::after {
  content: "-";
}

.fleets .fleets-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.fleets .fleets-wrap .fleets-box {
  flex-basis: calc(33.33% - 2rem);
  border: 1px solid #a7a7a7;
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.fleets .fleets-wrap .fleets-box:hover .fleet-img img {
  transform: scale(1.1);
  transition: 0.5s ease;
}
.fleets .fleets-wrap .fleets-box .fleet-img img {
  width: 100%;
  transition: 0.5s ease;
}
.fleets .fleets-wrap .fleets-box .fleets-text {
  padding: 2rem;
}
.fleets .fleets-wrap .fleets-box .fleets-text .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.fleets .fleets-wrap .fleets-box .fleets-text .feature {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.fleets .fleets-wrap .fleets-box .fleets-text .fleet-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.contact-container .contact-detail {
  width: 50%;
}
.contact-container .contact-form {
  width: 50%;
}

.form-pop {
  overflow: hidden;
}
.form-pop .popupform {
  display: block;
}

.popupform {
  display: none;
}
.popupform .popform {
  position: fixed;
  display: block;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.popupform .popform .close-btn {
  color: #ff0000;
  text-align: right;
  font-size: 2rem;
  cursor: pointer;
}
.popupform .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7607843137);
}

.form-pop-btn {
  position: fixed;
  top: 40%;
  right: 0;
}
.form-pop-btn button {
  writing-mode: sideways-lr;
  background: #FCB018;
  border: none;
  padding: 20px 8px;
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  animation: pulse 2.5s infinite ease-out, bounce 1.8s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #FCB018;
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 90, 95, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

.mobile-form-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.mobile-form-btn a {
  background: #44B000;
  width: 50%;
  text-align: center;
  padding: 1rem 0;
  color: #ffffff;
  font-weight: 500;
}
.mobile-form-btn a:nth-child(2) {
  background: #ff4800;
}

.location-wrap {
  box-shadow: 0 0 10px #cfcfcf;
  padding: 2rem;
  border-radius: 1.5rem;
}
.location-wrap > h4 {
  margin-bottom: 1rem;
  text-align: left;
}
.location-wrap .location-card {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.location-wrap .location-card .box {
  flex-basis: calc(20% - 2rem);
  background: #fff;
  border: 1px solid #ec0143;
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
  transition: 0.5s;
}
.location-wrap .location-card .box a {
  color: #000;
}
.location-wrap .location-card .box:hover {
  background: #ec0143;
  transition: 0.5s;
}
.location-wrap .location-card .box:hover a {
  color: #ffffff;
}

.service-side-img img {
  width: 100% !important;
}
/* --------- Market Area ------------- */
.market-area-box{
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.market-area-box ul{
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 10px;
}
.market-area-box ul li{padding: 6px 8px; border: 1px solid #ffcbbb; border-radius: 4px; background: #ffded4; text-align: center;}
.market-area-box ul li a{
  color: #000;
}
.read-more .read-more-content { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden;}
.read-more.expanded .read-more-content {-webkit-line-clamp: unset;}
.read-more-btn { display: inline-block; margin-top: 10px; color: #007bff; cursor: pointer; font-weight: 500; text-decoration: none;}
.read-more ul li { font-size: 16px;}
.ck-cmark li {list-style-image: none !important;  margin-left: 10px !important;}
.content-top .rate { background: #a00000; color: #fff; padding: 10px 20px; font-size: 18px; font-weight: 600; width: fit-content; border-radius: 0rem 1rem 1rem 0rem; }
.feature-wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.feature-wrap span{
    border: 1px solid;
    padding: 15px 20px;
    border-radius: 1rem;
    flex-basis: calc(25% - 2rem);
}
.feature-wrap span p{
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
}
.feature-wrap span p i{
    font-size: 3rem;
}
.fleet-price {
    margin-top: 2rem;
    display: flex; gap: 2rem;
}
.fleet-price table, th, td {border: 1px solid;border-collapse: collapse;padding: .5rem 1rem;}
.breadcurm i { font-size: 1.5rem !important; }
/* # sourceMappingURL=main.css.map */
/* Swiper */
        .home-hero .mySwiper {
            width: 100%;
            height: 430px;
            border-radius: 12px;
            overflow: hidden;
        }

        .home-hero .swiper-slide {
            position: relative;
        }

        .home-hero .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Overlay */
        .home-hero .slide-content {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.45);

            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;

            color: #fff;
            z-index: 10;
        }

        /* Navigation */
        .home-hero .swiper-button-next,
        .home-hero .swiper-button-prev {
            color: #fff;
            width: 45px;
            height: 45px;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
        }

        .home-hero .swiper-button-next::after,
        .home-hero .swiper-button-prev::after {
            font-size: 18px;
            font-weight: bold;
        }

        /* Pagination */
        .home-hero .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.7;
        }

        .home-hero .swiper-pagination-bullet-active {
            background: #ffc107;
            opacity: 1;
        }

        /* Offer Cards */
        .home-hero .offer-card {
            position: relative;
            height: 207px;
            border-radius: 12px;
            overflow: hidden;
        }

        .home-hero .offer-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .home-hero .offer-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.45);

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            color: #fff;
        }
.home-about-img img { width: 100%; height: 100%; }
.star-block { display: flex; align-items: center; justify-content: space-between;}
.star-block-left > div { background: #e7e7e7; padding: 1.5rem 2rem; border-radius: 25px; margin-bottom: 12px;border: 1px solid #e7e7e7; cursor: pointer;}
.star-block-left > div:hover { background: none !important; border: 1px solid #8b8b8b; }
.star-block-left > div:nth-last-child(1){margin: 0;}
.star-block-right {background: #e7e7e7;padding: 2rem;border-radius: 2rem;text-align: center;}
.pieces-annually h3 { background: #e7e7e7; padding: 1.2rem 2rem; border-radius: 25px; text-align: center; font-weight: 600; margin-top: 10px;}
.span-color-1{ color: #ff008d;}
.category > img {padding-right: 10px;}
.top-category-card-content { border: 1px solid #c3c3c3; border-radius: 10px; text-align: center; overflow: hidden;}
.top-category-card-img img { width: 100%; height: 100%; object-fit: cover;}
.top-category-card-img { height: 15rem; }
.topCategorySwiper { margin: 2rem 0 5rem;}
.top-category-card-head { color: #444; padding: 10px 0 4px; }
.service-wrap { background: rgba(232, 0, 73, 0.06); padding: 5rem 0; }

.header-1 {
    margin-bottom: 30px;
}

.header-1 h1 {
    font-size: 28px;
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.header-1 h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}

.header-1 .header-bottom-line {
    text-align: center;
    width: 100px;
    height: 3px;
    display: block;
    margin: 5px auto 10px;
    background-color: #f50243;
}

.header-2 {
    position: relative;
    border-top: 2px solid #f50243;
    background-color: #fff;
}

.header-2 h3 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.header-footer {
    position: relative;
    border-bottom: 1px solid #9f98ad;
    margin-bottom: 10px;
}

.header-footer h3 {
    margin: 10px 0;
    color: #f0f0f0;
}
.card-wrap { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 4rem; }
.card-box { flex-basis: calc(33.3% - 2rem); background: #fef8fa; border-radius: 2rem; box-shadow: 0 0 10px #ffdee8;overflow: hidden; }
.card-img img { border-radius: 2rem; object-fit: cover; height: 100%; width: 100%;}
.card-content {padding: 1rem 2rem;}
.we-do-content-block-wrap { display: flex; gap: 20px; justify-content: space-between; flex-wrap: wrap;}
.we-do-content-block-left { max-width: 50%;}
.we-do-content-block-right img { border-radius: 20px; }
.block-services {margin-top: 30px;}
.block-services article {flex-basis: calc(25% - 20px); background: #EFEFEF; border-radius: 10px; padding: 20px; margin-bottom: 20px; cursor: pointer; text-align: center; transition: 0.5s ease;}
.block-services article i { color: #ff3c71; text-align: center; line-height: 70px; font-size: 40px; display: flex; width: 80px; height: 80px; border-radius: 70px; transition: all 0.5s ease; background: #fff; box-shadow: 0 0 10px #b5b5b5; margin-bottom: 1rem; padding: 1rem; margin: 0 auto;}
.block-services article i img { width: 100%; height: 100%; }
.block-services article a { color: #1a1a1a; font-size: 20px; font-family: 'Raleway', sans-serif; text-indent: 80px; font-weight: 600; }
.block-services .row { display: flex; gap: 20px; justify-content: center;}
.block-services article:hover i {box-shadow: 0 0 10px #f50243; }
.block-services article:hover { transform: translateY(-10px); transition: 0.5s all ease; }
.language-box { backdrop-filter: blur(10px); background: rgba(255,255,255,0.7);}
.language-box {
    border: 1px solid transparent;
    background:linear-gradient(#fff, #fff) padding-box,
        linear-gradient(45deg, #6a11cb, #2575fc) border-box;
}
div#\:0\.targetLanguage { border: none; }
.call-info p{margin: 0;}
.call-info h3 a{color: #f50243; font-weight: 700;}
.top-search-form form input { border: 1px solid #9f98ad; height: 35px; padding: 5px 15px; width: 40rem; border-radius: 20px 0 0 20px;}
.top-search-form form button { margin-left: -5px; border: 1px solid #9f98ad; height: 35px; width: 40px; background-color: #fff; color: #4f5367; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; border-radius: 0px 20px 20px 0px; }
.custom-block-bg { background: rgba(255, 229, 199, 0.3); }
.block { padding: 60px 0;}
.product-btn{display: flex; align-items: center; justify-content: space-between;}
.product-btn .buy-btn {background: #ff5d72; padding: 0.5rem 1rem; border-radius: 5rem; transition: 0.5s all ease; cursor: pointer; color: #fff; border: 1px solid #ff5d72;}
.product-btn .buy-btn:hover{background: none; color: #ff5d72; transition: 0.5s all ease;}
.product-btn .star{color: #fc8f00; font-size: 1.4rem;}
.card-flag { position: absolute; z-index: 1; top: 10px; right: 10px; }
.card-flag span { background: #2c89ff; padding: .2rem 1rem; border-radius: 5rem; color: #fff; }

.product-view-wrap{
    display:flex;
    gap:50px;
    padding:30px;
}

/* LEFT */

.product-img-section{
    width:50%;
    display:flex;
    gap:20px;
}

.thumbnail-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.thumbnail-list img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
    border:2px solid #eee;
    cursor:pointer;
    transition:0.3s;
}

.thumbnail-list img:hover{
    border-color:#111;
}

.main-image-wrapper{
    position:relative;
    overflow:hidden;
    flex:1;
    border-radius:20px;
    background:#fafafa;
    height:410px;
    cursor:crosshair;
}

.main-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.1s;
}

.zoom-lens{
    position:absolute;
    width:120px;
    height:120px;
    border:2px solid #fff;
    background:rgba(255,255,255,0.2);
    display:none;
    pointer-events:none;
    border-radius:10px;
    backdrop-filter:blur(2px);
}

/* RIGHT */

.product-content{
    width:50%;
}

.product-title{
    font-size:38px;
    margin-bottom:15px;
    line-height:1.3;
}

.product-rating{
    color:#ff9800;
    margin-bottom:20px;
}

.product-rating span{
    color:#666;
}



.product-desc{
    color:#555;
    line-height:1.8;
    margin-bottom:30px;
}

.product-option h4{
    margin-bottom:12px;
}


.product-btns{
    display:flex;
    gap:15px;
    margin-bottom:35px;
}

.product-btns button{
    flex:1;
    height:55px;
    border:none;
    border-radius:12px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
}

.add-cart{
    background:#111;
    color:#fff;
}
/* PRODUCT DETAILS */

.product-details-section{
    padding:60px 0;
}

.details-tabs{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.tab-btn{
    padding:14px 25px;
    border:none;
    background:#f3f3f3;
    border-radius:12px;
    cursor:pointer;
    font-size:15px;
    transition:0.3s;
    font-weight:600;
}

.tab-btn.active{
    background:#111;
    color:#fff;
}

.tab-content{
    display:none;
    background:#fff;
    padding:35px;
    border-radius:20px;
    line-height:1.8;
}

.tab-content.active{
    display:block;
}

.tab-content h2{
    margin-bottom:20px;
    font-size:28px;
}

.tab-content p{
    margin-bottom:15px;
    color:#555;
}

.tab-content img{
    width:100%;
    margin-top:25px;
    border-radius:20px;
    max-height:500px;
    object-fit:cover;
}

/* FEATURES */

.tab-content ul{
    padding-left:20px;
}

.tab-content ul li{
    margin-bottom:15px;
    color:#555;
}

/* TABLE */

table{
    width:100%;
    border-collapse:collapse;
}

table tr{
    border-bottom:1px solid #eee;
}

table td{
    padding:18px;
    font-size:15px;
}

table td:first-child{
    font-weight:600;
    width:250px;
    background:#fafafa;
}
.footer-block{
  background: linear-gradient(rgba(255, 255, 255, 0.753),rgba(255, 255, 255, 0.658)), url(../img/footer-block-bg.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.footer-payment-service{display: flex; gap: 2rem; flex-wrap: wrap;}
.footer-payment-service .footer-block-card{flex-basis: calc(25% - 2rem); text-align: center; border: 1px solid #000; border-radius: 2rem; border-top: 3px solid #e2001e; padding: 3rem 2rem; background: #ffffffa1; cursor: pointer; transition: 0.5s all ease;}
.footer-payment-service .footer-block-card:hover{transform: translateY(-15px); background: #ffebee;}
.payment-service-icon i{font-size: 4rem; margin-bottom: 1rem; color: #e2001e;}
#bg-banner{background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img//bg_banner1.webp); background-size: cover; background-position: center center; background-attachment: fixed;}
.exlusiv { text-align: right; color: #fff; font-weight: 700;}
.exlusiv .btn a{background: #c53e00; color: #fff; padding: 1rem 2rem; font-size: 1.6rem; border-radius: 0.5rem;}
.exlusiv .btn{margin-top: 2rem;}
.service-page-card-wrap{display: flex; gap: 1rem; flex-wrap: wrap;}
.service-page-card:hover h4{color: #fff;}
.service-page-card .card-wrap .box{flex-basis: calc(33.333% - 2rem);}
.service-page-card h4{margin: 0; color: #000;}

.experiance-content{display: flex; align-items: center; flex-wrap: wrap; background: #9cc1d39e; padding: 3rem; border-radius: 2rem;}
.experiance-content .img-card { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2rem;}
.experiance-content .img-card img{ width: calc(50% - 2rem); border-radius: 20px;}
.count-down { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 3rem;}
.count-box { flex-basis: calc(50% - 2rem);}
.experiance-content p { color: #000000; font-size: 1.8rem;}
.experiance-content h3{font-weight: 300; color: #000000; font-size: 3.6rem;}
.count-box h5 { font-size: 6rem; font-weight: 600; }
.experiance { margin-top: 4rem; }
.count-box:nth-child(1) h5 { color: #ff008d;}
.count-box:nth-child(2) h5 {color: #5600ff;}
.count-box:nth-child(3) h5 {color: #007eff;}
.count-box:nth-child(4) h5 {color: #ff7600;}
ul.editor-li-card {display: flex;flex-wrap: wrap;gap: 15px;padding: 0;}
ul.editor-li-card li{list-style: none;background: rgba(105, 105, 105, 0.09);flex-basis: calc(50% - 20px);border-radius: 15px;padding: 20px 20px; display: flex; align-items: center; gap: 10px; margin: 0 !important;}
ul.editor-li-card li p{margin: 0; text-align: left;}
.star-block-right > h4 { font-size: 7rem; font-weight: 500; color: #000; margin: 0; }
.testimonila-wrap { display: flex; gap: 30px; align-items: center; padding: 0 10rem; }
.client-img img { width: 70%; }
.exlusiv h2 { font-size: 54px; }
.card-content .list ul li { list-style: decimal; }
.category-box-wrap img { width: 100%; height: 20rem; object-fit: cover; border-radius: 100%; transition: 0.5s all ease;}
.category-box { display: flex; gap: 2rem; flex-wrap: wrap; }
.category-box-wrap { flex-basis: calc(20% - 2rem); text-align: center; }
.category-box-wrap:hover img{transform: scale(1.05); transition: 0.5s all ease;}
.contect-detail-wrap{display: flex; gap: 2rem; justify-content: space-between;}
.contect-detail-wrap .contect-deatil { width: 100%; border: 1px solid; padding: 2rem; border-radius: 2rem;}
.contect-detail-wrap .contect-deatil .form-body { box-shadow: none;}
.shop-page-top-cate .top-category-card-content h4 {color: #303030; margin-top: 1rem; font-size: 1.6rem;}
.shop-page-top-cate .top-category-card-content {border: none;}
.shop-page-top-cate .top-category-card-img {transition: 0.5s all;width: 15rem; height: 15rem; border-radius: 10rem; overflow: hidden; margin: 0px auto;}
.shop-page-top-cate .top-category-card-img:hover{transition: 0.5s all; box-shadow: 0 0 10px #616161;}
.product-section-bg:nth-child(odd) { background: linear-gradient(rgba(255, 255, 255, 0.747),rgba(255, 255, 255, 0.863)), url(https://img.magnific.com/free-vector/realistic-abstract-white-silk-background_107791-19622.jpg?semt=ais_hybrid&w=740&q=80); background-position: center; background-repeat: no-repeat; background-size: cover; }
.product-section .card-wrap { margin-top: 0;}
.sub-cate-card{display: flex; flex-wrap: wrap; gap: 2rem;}
.sub-cate-card .shop-page-top-cate{flex-basis: calc(20% - 2rem);}
.pro-slider{background: #fff; border-radius: 2rem; overflow: hidden; border: 1px solid #cccccc;}
.pro-slider .pro-slider-img img{width: 100%; height: 100%; transition: 0.5s all ease;}
.pro-slider:hover .pro-slider-img img{transform: scale(1.1); transition: 0.5s all ease;}
.pro-slider .pro-slider-img{overflow: hidden; height: 30rem;}
.pro-slider-content{text-align: center; margin-top: 1rem;}
.pro-slider-content h4 a{color: #000;}
.pro-slider-content h4 a:hover{color: #e0001e;}
.hidden-card {
    display: none;
}

.load-more-btn {
    padding: 10px 25px;
    background: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.load-more-btn:hover {
    background: #0056b3;
}