*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.container-main {
  max-width: 1320px;
  margin: 0 auto;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-bar-main {
  padding: 4px 80px;
  background-color: #181717;
}

.top-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left ul,
.top-bar-right ul {
  display: flex;
  gap: 20px;
}

.top-bar-left ul li,
.top-bar-right ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #cecece;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.top-bar-left ul li:first-child,
.top-bar-right ul li:first-child {
  padding-left: 0;
}

.top-bar-left ul li:first-child::before,
.top-bar-right ul li:first-child::before {
  display: none;
}

.top-bar-left ul li::before,
.top-bar-right ul li::before {
  position: absolute;
  content: "";
  width: 0.5px;
  left: 0;
  top: -16px;
  height: calc(100% + 20px);
  background-color: #46597d;
}

.top-bar-left ul li a,
.top-bar-right ul li a {
  color: #cecece;
  transition: 0.3s;
}

.top-bar-left ul li i {
  margin-right: 7px;
  transition: 0.3s;
  color: #f15546;
}

.top-bar-right i {
  transition: 0.3s;
  color: #f15546;
}

.main-header {
  padding: 2px 80px;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  border-bottom:1px solid #e6e6e6;
}

.mob-header {
  display: none;
}

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

.header-logo {
  max-width: 150px;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 6px;
}

.header-links ul li {
  font-size: 15px;
  display: block;
  font-weight: 600;
  color: #181717;
  text-transform: uppercase;
}

.header-links ul li a {
  color: #181717;
}

.header-links ul li:hover a {
  color: #f15546;
}

.header-links ul li.active a {
  color: #f15546;
}

.dropdown-link {
  position: relative;
  padding-right: 15px;
}

.dropdown-link::before {
  position: absolute;
  content: "";
  background-image: url(../images/down_arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 8px;
  right: 0px;
  top: 6px;
  filter: invert(1);
}

.dropdown-content,
.dropdown-content-inner {
  display: none;
  flex-flow: column;
  position: absolute;
  background-color: #181717;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.dropdown-content ul,
.dropdown-content-inner ul {
  flex-flow: column;
  align-items: unset;
  gap: 10px;
  padding: 15px 0px;
}

.dropdown-content-inner ul {
  min-width: 200px;
}

.dropdown-content li a {
  color: #fff !important;
}

.dropdown-content li,
.dropdown-content-inner li {
  padding: 0px 15px;
}

.dropdown-content li a:hover {
  color: #f15546 !important;
}

.dropdown-link:hover .dropdown-content {
  display: block;
}

.dropdown-content.inner {
  display: none;
}

.dropdown-content li:hover .dropdown-content-inner {
  display: block !important;
  left: 99%;
  top: 0px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

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

.search-box img,
.cart-box img {
  width: 25px;
  height: 25px;
}

.acc-btn a,
.home-about-right a,
.submit-btn input,
.add-to-cart a {
  font-size: 16px;
  font-weight: 600;
  height: 55px;
  width: max-content;
  padding: 17px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f15546;
  border-radius: 6px;
}

.acc-btn a:hover,
.home-about-right a:hover,
.submit-btn input:hover {
  background-color: #181717;
}

.home-banner-main,
.home-banner-slider {
  position: relative;
}

.home-banner-bg {
  height: 570px;
  position: relative;
  overflow: hidden;
}

.home-banner-bg::before,
.breadcrumbs-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #000;
}

.home-banner-bg::before{
    opacity:1;
    background: #fff;
}

.home-banner-info,
.breadcrumbs-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-banner-info .container-main,
.breadcrumbs-info .container-main {
  height: 100%;
}

.home-banner-content,
.breadcrumbs-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* max-width: 900px; */
}

.home-content-flex {
  display: flex;
  align-items: center;
}

.home-content-left {
  width: 55%;
  position: relative;
  z-index: 1;
    padding-right: 40px;
}

.home-content-right {
   width: 45%; 
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
  height: 370px;
}

.home-content-right img{
    border-radius:10px;
}

.home-banner-content h6 {
  font-size: 30px;
  font-weight: 700;
  color: #181717;
  line-height: 1;
  margin-bottom: 10px;
}

.home-banner-content h1 {
  font-size: 57px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color:#181717
  margin-bottom: 20px;
}

.home-banner-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #181717;
  margin-bottom: 30px;
}

.phone-no {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

.phone-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #181717;
}

.phone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f15546;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.phone-icon img {
  filter: invert(1);
}

.btn-flex {
  display: flex;
  gap: 25px;
}

.home-banner-content a,
.form-btn input,
.home-cta-right a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 35px;
  border-radius: 6px;
  border: 0;
  position: relative;
  width: max-content;
  height: 55px;
  color: #fff;
}

.learn-btn {
  background-color: #f15546;
}

.learn-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.learn-btn img {
  width: 30px !important;
  height: 30px;
}

.contact-btn,
.learn-btn:hover {
  background-color: #181717;
  color: #fff !important;
}

.contact-btn:hover {
  background-color: #f15546;
  color: #fff !important;
}

.contact-btn{
     background-color: #181717;
  color: #fff !important;
}

.add-item a:hover {
  background-color: #181717;
  color: #fff !important;
}

.phone-content p {
  margin-bottom: 0 !important;
}

.phone-content p a {
  font-size: 28px;
  padding: 0;
  border-radius: 0;
  text-transform: unset;
  color:#181717;
}

.phone-content p a:hover {
  color: #f15546;
}

.why-lappyx-main,
.top-selling-item-main,
.home-publications,
.home-about-main,
.home-faq-main,
.brands-main,
.our-client-main,
.refurbished-laptops-main,
.customers-main,
.home-blog-main,
.product-detail-main,
.related-products-main,
.blog-detail-main,
.services-about-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.why-lappyx h2,
.top-selling-item h2,
.home-publications-right h2,
.home-publications-left h5,
.home-about-right h2,
.home-cta-left h5,
.faq h3,
.brands h2,
.customers h2,
.form-heading h3,
.our-client-left h2,
.refurbished-laptops-content h2,
.google-reviews h2,
.home-blog h2,
.home-stats h2,
.product-detail-right h3,
.related-products h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.39;
  color: #181717;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.why-lappyx p,
.home-publications-left p,
.home-about-right p,
.stats-info p,
.home-cta-left p,
.form-heading p,
.review-box p,
.profile-right span,
.refurbished-laptops-content p,
.top-selling-item p,
.google-reviews p,
.customers p,
.faq p,
.home-blog p,
.form-inner p,
.select-box label,
.description-tab .tab-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #7d7d7d;
  text-align: center;
}

.top-selling-slider,
.premium-products-slider,
.quality-products-slider,
.google-review-slider {
  position: relative;
  margin-top: 40px;
}

.top-selling-slider .owl-carousel .owl-item,
.premium-products-slider .owl-carousel .owl-item,
.quality-products-slider .owl-carousel .owl-item,
.top-selling-slider .owl-carousel .owl-stage,
.premium-products-slider .owl-carousel .owl-stage,
.quality-products-slider .owl-carousel .owl-stage {
  display: flex;
}

.home-btn-flex {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.home-btn-flex button {
  background-color: #f15546 !important;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  border: unset;
}

button.prev-btn {
  margin-left: -20px;
}

button.next-btn {
  margin-right: -20px;
}

.home-btn-flex img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

.why-lappyx-flex,
.home-blog-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 40px;
}

.why-lappyx-block,
.our-blog-block {
  width: 33.33%;
  padding: 15px;
}

.why-lappyx-block-inner {
  padding: 70px 30px;
  background-color: #fff;
  box-shadow: 2px 2px 12px 4px #cccccc;
  /* border: 1px solid #f15546; */
  border-radius: 6px;
}

.block-icon {
  background-color: #f15546;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 6px;
  transition: 0.3s;
}

.why-lappyx-block:hover .block-icon {
  transform: rotateY(180deg);
}

.why-lappyx-block img {
  width: 50px;
  height: 50px;
  filter: invert(1);
}

.why-lappyx-block h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #181717;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}

.why-lappyx-block:hover h4,
.top-selling-item-info h4:hover a {
  color: #f15546;
}

.why-lappyx-main,
.home-faq-main,
.top-selling-item-main.premium-products,
.top-selling-item-main.quality-products,
.our-client-main,
.related-products-main {
  background-color: #f3f3f5;
}

.top-selling-item-block-inner {
  background-color: #f3f3f5;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.top-selling-item-main.premium-products .top-selling-item-block-inner,
.top-selling-item-main.quality-products .top-selling-item-block-inner {
  background-color: #fff;
}

.top-selling-item-bg {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
}

.top-selling-item-main.premium-products .top-selling-item-bg,
.top-selling-item-main.quality-products .top-selling-item-bg {
  background-color: #f3f3f5;
}

.top-selling-item-bg img {
  transition: 0.3s;
}

.top-selling-item-bg:hover img {
  transform: scale(1.1);
}

.top-selling-item-info {
  margin-top: 13px;
}

.top-selling-item-info h4,
.price p,
.profile-right h6,
.filter-box h3,
.description-tab .tab-content h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #181717;
  text-align: center;
}

.top-selling-item-info h4 a {
  color: inherit;
}

.top-selling-item-main.premium-products h2 {
  max-width: unset;
}

.stars {
  margin-bottom: 8px;
}

.stars img {
  width: 70px !important;
  margin: 0 auto;
  display: flex;
}

.price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.price p {
  font-size: 16px;
  margin-bottom: 0;
}

.price p del {
  opacity: 0.5;
}

.add-item {
  margin-top: 14px;
  position: relative;
}

.add-item::before {
  position: absolute;
  content: "\f07a";
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  left: 70px;
  top: 8px;
}

.add-item a {
  padding: 8px 14px;
  background: #f15546;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
}

.home-publications {
  background-color: #f15546;
}

.home-publications-flex,
.home-about-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-publications-left,
.home-publications-right,
.home-about-left,
.home-about-right {
  width: 50%;
}

.home-publications-left,
.home-about-left {
  padding-right: 60px;
}

.about-block {
  height: 450px;
}

.home-publications-left h5,
.home-publications-left p,
.home-cta-left h5,
.home-cta-left p {
  text-align: unset;
  color: #fff;
}

.home-publications-left h5 {
  font-size: 34px;
  margin-bottom: 13px;
}

.publication-box {
  margin-bottom: 15px;
}

.home-publications-right h2,
.home-about-right p,
.home-about-right h2,
.form-heading p,
.form-heading h3,
.review-box p,
.profile-right span,
.profile-right h6,
.our-client-left h2,
.refurbished-laptops-content h2,
.refurbished-laptops-content p,
.filter-box h3,
.product-detail-right h3,
.select-box label,
.description-tab .tab-content p,
.description-tab .tab-content h5 {
  text-align: unset;
}

.form-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 7px;
}

.form-field {
  position: relative;
  margin-bottom: 20px;
}

.form-field input,
.form-field textarea,
.select-box select {
  border: unset;
  background-color: #f3f3f5;
  border-radius: 0;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  outline: none;
  border-radius: 7px;
}

.form-field textarea {
  padding: 20px;
  height: 150px;
}

.form-btn input {
  background-color: #181717;
}

.form-btn input:hover {
  background-color: #f15546;
}

.form-field.radio h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #181717;
}

.form-field.radio {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.form-field.radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-field.radio label input {
  width: unset;
}

.label-box {
  display: flex;
  gap: 13px;
}

.form-inner p,
.our-client-right .right-form-inner p {
  margin-top: 15px;
  text-align: unset;
  font-size: 14px;
}

.form-inner p a {
  color: #f15546;
}

.our-client-right .right-form-inner p {
  color: #fff;
  font-size: 14px;
}

.our-client-right .right-form-inner p a {
  color: #181717;
}

/* .home-about-flex{
    align-items: unset;
} */

.home-about-right a {
  margin-top: 25px;
}

.home-stats,
.home-cta-main,
.google-reviews-main {
  padding-bottom: 80px;
}

.home-stats-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px;
  padding-top: 40px;
}

.home-stats h2 {
  margin-bottom: 0;
}

.home-stats-block {
  width: 16.66%;
  padding: 15px;
  height: 200px;
}

.home-stats-block-inner {
  transition: 0.3s;
  height: 100%;
}

.home-stats-block-inner:hover {
  transform: translateY(-10px);
}

.home-stats-block img {
  object-fit: scale-down;
  background-color: #fff;
  box-shadow: 2px 2px 12px 4px #cccccc;
  border-radius: 6px;
  padding: 20px;
}

.stats-info {
  float: left;
  margin-left: 20px;
}

.stats-info h4 {
  margin-bottom: 0;
}

.count-box h4,
.count-box p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.39;
  color: #181717;
  transition: 0.3s;
}

.count-box {
  display: flex;
  align-items: center;
}

.home-cta {
  background-color: #f15546;
  padding: 40px;
  border-radius: 10px;
}

.home-cta-main .container-main {
  max-width: 1120px;
}

.home-cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-cta-left {
  padding-right: 30px;
}

.home-cta-left h5 {
  font-size: 34px;
  margin-left: 0;
  margin-bottom: 13px;
}

.home-cta-right {
  display: flex;
  gap: 15px;
}

.home-cta-right a {
  padding: 17px 20px;
}

.home-cta-right a.learn-btn {
  background-color: #181717;
}

.home-cta-right a.learn-btn:hover {
  background-color: #fff;
}

.home-cta-right a.contact-btn:hover {
  background-color: #181717;
}

.our-client-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.our-client-left,
.our-client-right {
  width: 50%;
}

.our-client-left {
  padding-right: 50px;
}

.google-bg {
  display: flex;
  justify-content: center;
}

.google-bg img {
  width: 200px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.client-logo-block {
  margin-bottom: 20px;
  width: 100%;
}

.google-review-slider .owl-carousel .owl-item,
.google-review-slider .owl-carousel .owl-stage {
  display: flex;
}

.review-box {
  padding: 30px;
  background-color: #f3f3f5;
  border: 1px solid #dddddd;
  border-top: 5px solid #f15546;
  /* -webkit-box-shadow: 0 10px 25px #eee;
    box-shadow: 0 10px 25px #eee; */
  height: 100%;
}

.profile-flex {
  display: flex;
  padding-top: 20px;
}

.profile-left img {
  object-fit: scale-down;
}

.review-box .stars {
  margin-top: 15px;
}

.review-box .stars img {
  width: 70px !important;
  margin: 0;
}

.profile-right {
  padding-left: 10px;
}

.profile-right h6 {
  color: #f15546;
  margin-bottom: 0;
}

.right-form-inner {
  background-color: #fff;
  padding: 40px;
  /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16); */
}

.form-heading h3,
.form-heading p {
  color: #fff;
  margin-bottom: 7px;
}

.form-heading h5 span {
  color: #fff;
}

.form-heading h5 {
  font-size: 22px;
  line-height: 1.16;
  font-weight: 700;
  color: #181717;
  margin-bottom: 10px;
}

.form-heading h5 a {
  color: #181717;
}

.form-flex {
  margin-top: 17px;
}

.our-client-right .right-form-inner {
  background-color: #f15546;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}

.our-client-right .form-field input,
.our-client-right .form-field textarea {
  background-color: #fff;
  border: 1px solid #c7c7c7;
}

.our-client-right .submit-btn input {
  border: unset;
  background-color: #181717;
}

.our-client-right .submit-btn input:hover {
  background-color: #fff;
  color: #181717;
}

.our-client-right .right-form-inner h5,
.our-client-right .right-form-inner label {
  color: #fff;
}

.our-client-right .right-form-inner .form-field.radio {
  margin-bottom: 5px;
}

.home-faq-main .container-main {
  max-width: 1120px;
}

.faq-accordion {
  margin-top: 40px;
}

.faq-accordion button.accordion-button {
  font-size: 22px;
  font-weight: 600;
  background-color: #f15546;
  color: #fff;
  padding: 20px 25px;
}

.faq-accordion .accordion-item {
  margin-bottom: 20px;
}

.faq-accordion .accordion-body {
  background-color: #fff;
}

.faq-accordion .accordion-button::after {
  background-image: url(../images/plus.webp);
  filter: invert(1);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.webp);
}

.faq-accordion .accordion-body p {
  text-align: unset;
}

.accordion-button:focus {
  box-shadow: unset;
}

.brand-slider,
.customers-slider {
  margin-top: 40px;
}

.brand-flex {
  display: flex;
  flex-wrap: wrap;
}

.brand-block {
  width: 25%;
  padding: 12px;
  height: 150px;
  border: 1px solid #dddddd;
}

.brand-block img {
  object-fit: scale-down;
}

.refurbished-laptops-flex {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}

.refurbished-laptops-content h2 {
  margin-left: 0;
}

.refurbished-laptops-content {
  flex: 1 1 65%;
  padding-right: 60px;
}

.refurbished-laptops-content p {
  margin-bottom: 10px;
}

.sidebar {
  flex: 1 1 30%;
  transition: transform 0.3s ease;
}

.filter-box {
  margin-bottom: 30px;
  background-color: #f3f3f5;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.filter-box:last-child {
  margin-bottom: 0;
}

.filter-box h3 {
  color: #181717;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #bcbcbc;
  padding-bottom: 5px;
}

.filter-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-box ul li img {
  width: 100px;
  border-radius: 7px;
}

.blog-bg {
  height: 260px;
}

.blog-bg img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-content {
  background-color: #f3f3f5;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-content ul {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.blog-content ul li,
.read-more-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #575a7b;
}

.blog-content ul li:last-child {
  color: #f15546;
  position: relative;
}

/*.blog-content ul li:last-child:before {*/
/*  content: "";*/
/*  height: 12px;*/
/*  width: 1px;*/
/*  background-color: #afafaf;*/
/*  position: absolute;*/
/*  left: -9px;*/
/*  top: 6px;*/
/*}*/

.blog-content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}

.blog-content h4 a {
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content h4 a:hover,
.read-more-btn a:hover {
  color: #f15546;
}

.read-more-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-main {
  padding-top: 70px;
  background: #181717;
  position: relative;
}

.footer h2 {
  max-width: 900px;
  margin-bottom: 50px;
  color: #f4ebc4;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-block p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 15px;
  max-width: 350px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  color: #f15546;
}

.social-icons i:hover {
  background-color: #f15546;
  border: 1px solid #f15546;
  color: #fff;
}

.footer-block h6 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.footer-block ul li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all 0.35s;
  padding-top: 13px;
}

.footer-block.add ul li {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.footer-block.products ul li:nth-child(2) {
  max-width: 300px;
}

.footer-block ul li span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 7px;
}

.footer-block ul li a {
  color: #ffffff;
  position: relative;
}

.footer-block ul li a:hover {
  color: #f15546;
}

.footer-block.add ul li i {
  margin-right: 10px;
  background-color: unset;
  width: unset;
  display: unset;
  color: #f15546;
  line-height: unset;
  border-radius: unset;
  height: unset;
  align-items: unset;
  justify-content: unset;
  font-size: 20px;
}

.footer-block.add ul li:first-child {
  align-items: flex-start;
}

.footer-copyright-main {
  padding: 25px 0;
  border-top: 1px solid #e7e7e75c;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.footer-copyright .social-icons {
  margin-top: 0;
}

.quality-products-flex.products-page {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 40px;
}

.quality-products-flex.products-page .top-selling-item-block {
  width: 25%;
  padding: 15px;
}

.top-selling-item.products-page p {
  max-width: 910px;
  margin: 0 auto;
}

.breadcrumbs-bg-main {
  position: relative;
}

.breadcrumbs-bg {
  height: 270px;
}

.breadcrumbs-bg::before {
  opacity: 0.4;
}

.breadcrumbs-content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.top-selling-item.products-page h2 {
  max-width: unset;
}

.product-detail-flex {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-left {
  width: 50%;
}

.thumb {
  height: 150px;
  border: 1px solid #dbdbdb;
  margin-right: 5px;
}

.thumb img {
  object-fit: scale-down;
  height:100% !important;
}

.product-detail-right {
  width: 50%;
  padding-left: 50px;
}

.product-detail-right h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.product-detail-right .price {
  justify-content: unset;
}

.product-detail-right .price p,
.description-tab .tab-content h5 {
  font-size: 20px;
}

.price span {
  color: #f15546;
  font-size: 16px;
}

.select-box {
  margin-top: 15px;
}

.select-box label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #181717;
}

.select-box select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  cursor: pointer;
}

.add-quantity {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.quantity {
  border: 1px solid #dbdbdb;
  font-size: 16px;
  height: 55px;
  font-weight: bold;
  padding: 0 15px;
  appearance: textfield;
  max-width: 60px;
}

.detail-accordion {
  margin-top: 30px;
}

.detail-accordion h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #181717;
  margin-bottom: 13px;
}

.detail-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.detail-accordion .accordion-body ul {
  padding-left: 20px;
}

.detail-accordion .accordion-body ul li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #7d7d7d;
  margin-bottom: 5px;
  list-style-type: disc;
}

.detail-accordion .accordion-body ul li::marker {
  color: inherit;
}

.detail-accordion .accordion-body ul li a {
  color: #f15546;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}

.detail-accordion .accordion-button::after {
  background-image: url(../images/plus.webp);
  background-size: 16px;
}

.detail-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.webp);
}

.quality-products-flex.products-page.related-products
  .top-selling-item-block-inner {
  background-color: #fff;
}

.quality-products-flex.products-page.related-products
  .top-selling-item-block-inner
  .top-selling-item-bg {
  background-color: #f3f3f5;
}

.description-tab-main {
  padding-bottom: 80px;
}

.description-tab ul {
  margin-bottom: 40px;
}

.description-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f15546;
}

.description-tab .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #181717;
}

.description-tab .tab-content p {
  margin-bottom: 10px;
}

/* .description-tab .tab-content h5 {
  color: #f15546;
} */

.description-tab .tab-content ul {
  margin-bottom: 15px;
  margin-left: 20px;
}

.description-tab .tab-content ul li {
  margin-bottom: 12px;
  color: #7d7d7d;
  list-style-type: disc;
}

.description-tab .tab-content ul li:last-child {
  margin-bottom: 0;
}

.product-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.product-table th,
.product-table td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.product-table th {
  background-color: #f15546;
  color: #fff;
}

.product-table tr:nth-child(even) {
  background-color: #ffffff;
}

.product-table tr:nth-child(odd) {
  background-color: #f3f3f5;
}

.product-table h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #181717;
  margin-bottom: 15px;
}

.review-container {
  display: flex;
  flex-wrap: wrap;
}

.rating-block-main {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  padding: 35px;
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  height: max-content;
  background-color: #181717;
}

.feedback-form {
  width: 60%;
  padding-left: 50px;
}

.rating-block label,
.feedback-form-field label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #fff;
}

.star-rating span {
  color: #fff;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  margin-bottom: 10px;
}

.star-rating .star:hover,
.star-rating .star.active {
  color: #f15546;
}

.feedback-form-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.feedback-form-field {
  width: 100%;
  padding: 7px;
}

.feedback-form-field.half {
  width: 50%;
}

.feedback-form-field label {
  color: #181717;
}

.feedback-form-field input,
.feedback-form-field textarea {
  width: 100%;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #f3f3f5;
  background-color: #f3f3f5;
  font-size: 16px;
  outline: none;
}

.contact-form.career .contact-field input::placeholder {
  color: #1c1b1f;
}

.contact-field.file {
  border: 2px solid #eaeaea;
  background-color: #fff;
  border-style: dashed;
  height: 124px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 7px;
}

.contact-field.file p,
.feedback-form-field.checkbox p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #181717;
  text-align: center;
}

.contact-field.file {
  overflow: hidden;
  position: relative;
  resize: none;

  [type="file"] {
    cursor: pointer !important;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
  }
}

.submit-btn input {
  background-color: #f15546;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  margin-top: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn input:hover,
.add-to-cart a:hover {
  background-color: #181717;
}

.terms {
  font-size: 14px;
  margin-top: 15px;
}

.terms a {
  color: #f15546;
  text-decoration: none;
}

.feedback-form-field.checkbox input {
  width: 20px;
  height: 20px;
  margin-top: -8px;
}

.feedback-form-field.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feedback-form-field.checkbox p a {
  color: #d14338;
}

.terms a:hover {
  text-decoration: underline;
}

/* meet 25/6/25 */

/* Blog page */

.blogs-page-heading p {
  margin: 0 auto;
  max-width: 600px;
}

/* Contact-us page */

.home-contact-us-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.home-contact-us-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.home-contact-us-left {
  width: 45%;
  padding-right: 70px;
}

.home-contact-us-left-text {
  margin-bottom: 30px;
}

.home-contact-us-left-text h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: #181717;
  margin-bottom: 10px;
}

.home-contact-us-left p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #181717;
  max-width: 550px;
}

.home-contact-us-info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.home-contact-us-info-block-img {
  background: #f15546;
  margin-bottom: 13px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  margin-right: 20px;
}

.home-contact-us-info-block-img img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.home-contact-us-info-block-information h2 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}

.home-contact-us-info-block-information h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: #181717;
  margin: 5px 0 0 0;
}

.home-contact-us-info-block-information h3 a {
  color: #181717;
}

.home-contact-us-info-block-information h3 a:hover {
  color: #f15546;
}
.contact-us-page-right .right-form-inner {
  background-color: #f15546;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

/* blog-detail-page */

/* .blog-detail-main .container-main {

    padding: 0 20px;

} */

.blog-detail-page {
  background: #fff;
  padding: 30px;
}

.blog-detail-page-flex {
  display: flex;
  flex-wrap: wrap;
}

.blog-detail-left {
  width: 70%;
  padding-right: 40px;
}

.blog-detail-right {
  width: 30%;
}

.blog-main-image {
  position: relative;
  margin-bottom: 20px;
}

.blog-main-image img {
  height: 500px;
  width: 100%;
  border-radius: 8px;
}

.blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #f15546;
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 4px;
}

.blog-heading {
  margin-bottom: 20px;
}

.blog-heading h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #181717;
  margin: 0 auto;
}

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

.blog-tips-section {
  margin-top: 25px;
}

.tips-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #181717;
}

.tips-list {
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
}

.tips-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.blog-detail-right-heading h2 {
  font-size: 25px;
  font-weight: 700;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  background-color: #f15546;
  padding: 17px 35px;
  /* border-radius: 6px; */
}

.latest-blog-block {
  padding: 15px;
  margin-top: 10px;
}

.latest-blog-flex {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.latest-blog-left {
  width: 40%;
  padding-right: 20px;
}

.latest-blog-left img {
  width: 100%;
  max-width: 200px;
}

.latest-blog-right {
  width: 60%;
}

.latest-blog-date i {
  color: #f15546;
}

.latest-blog-heading {
  margin-bottom: 5px;
}

.latest-blog-heading a h4 {
  font-size: 15px;
  font-weight: 700;
  color: #181717;
}

.products-show-slider .owl-carousel .owl-item {
  display: flex;
}
.products-show-slider .owl-carousel .owl-stage {
  display: flex;
}
.products-show-slider {
  margin-top: 40px;
}
.products-show-main {
  background-color: #f5f5f5;
  margin-bottom: 80px;
}

/* meet 26/6/25 */

/* About page */


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.services-card {
  background-color: #f15546;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 2px 2px 12px 4px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-card:nth-child(even) {
  background-color: #f5f5f5;
}
.services-img {
  /* background: #f22e3a; */
  margin-bottom: 17px;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
}
.services-img img {
  height: 65px;
  width: 65px;
  filter: invert(1);
}
.services-card:nth-child(even) .services-img img {
  filter: unset;
}
.services-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.39;
}
.services-card:nth-child(even) .services-content h2 {
  color: #181717;
}
.services-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.services-card:nth-child(even) .services-content p {
  color: #181717;
}

/* Assurance section */
.assurance-services-main {
  position: relative;
  overflow: hidden;
  color: white;
  padding: 60px 20px;
}

.assurance-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.assurance-services-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.assurance-services-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark overlay */
}

/* Content layout */
.assurance-services-flex {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.assurance-services-left {
  width: 100%;
  padding: 0 60px;
}

.assurance-services-heading h1 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}

.assurance-services-info p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}
/* .assurance-services-heading h1 {
  text-align: center;
}
.assurance-services-info p {
  text-align: center;
} */


.assurance-points {
  max-width: 800px;
}
.assurance-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.assurance-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 16px;
}

.assurance-points i {
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.related-products .quality-products-flex.products-page.related-products {
    padding-top: 40px !important;
}
