/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* ---font Caveat -- */
@font-face {
  font-family: 'Caveat';
  src: url('/thesewingcrest/theme-2/fonts/Caveat/static/Caveat-Regular.ttf')
    format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Caveat';
  src: url('/thesewingcrest/theme-2/fonts/Caveat/static/Caveat-Medium.ttf')
    format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Caveat';
  src: url('/thesewingcrest/theme-2/fonts/Caveat/static/Caveat-SemiBold.ttf')
    format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Caveat';
  src: url('/thesewingcrest/theme-2/fonts/Caveat/static/Caveat-Bold.ttf')
    format('truetype');
  font-weight: 700;
  font-style: normal;
}

.categories-main {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.categories-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categories-main a {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-white);
  z-index: 2;
  background: var(--color-black);
  padding: 6px 10px;
  border-radius: 4px;
}
.categories-main::after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
  transition: all linear 0.8s;
  opacity: 0;
  visibility: hidden;
}
.categories-main:hover::after {
  opacity: 1;
  visibility: visible;
  transition: all linear 0.8s;
}
.categories-main:hover a {
  opacity: 1;
  visibility: visible;
  transition: all linear 0.8s 0.5s;
}

.row-gap-4 {
  row-gap: 24px;
}
.row-gap-5 {
  row-gap: 48px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.blog-sec img {
  width: 100%;
  height: 260px;
  object-fit: none;
  transform: scale(0.9);
}
.carousel_testimonials .testmo-main {
  border: 3px solid var(--color-black);
  padding: 6px;
  border-radius: 16px;
}
.key-feature-box:hover svg {
  fill: var(--color-black) !important;
  transition: all ease-in-out 0.7s;
}
.key-feature-box:hover h5 {
  color: var(--color-black) !important;
  transition: all ease-in-out 0.7s;
}
.btn-custom.btn_1 {
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
}
.btn-custom.btn_1:hover {
  background: var(--color-white) !important;
  color: var(--color-black) !important;
}

.fixed_header .social li a i {
  color: var(--color-white) !important;
  font-size: 20px;
}
.fixed_header.sticky .social li a i {
  color: var(--color-black) !important;
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
 .product-details .product-details-images{
  position: sticky !important;
  top:110px;
  height: fit-content;
}
}


.carousel_products .owl-item {
  padding-right: 15px; /* ya margin-right */
}
.swiper-pagination-bullet-active {
  background-color: var(--color-black);
  width: 30px !important;
  border-radius: 4px !important;
}

.product-cart {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.product-cart img {
  height: 250px;
  width: 100%;
  border-radius: 12px;
}

.product-cart .box_item_info {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.img-wrapper {
  position: relative;
}

.img-wrapper .hover-img {
  opacity: 0;
  transition: opacity 0.7s linear;
}

.img-wrapper:hover .hover-img {
  opacity: 1;
}

.img-wrapper:hover .main-img {
  opacity: 0;
}

.transition-img {
  transition: opacity 0.3s linear;
}

/* ===== Checkbox Style ===== */
.checkbox-wrapper-19 {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  user-select: none;
  color: #222;
  margin-bottom: 8px;
}

.checkbox-wrapper-19 input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-wrapper-19 .check-box {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #555;
  border-radius: 5px;
  transition: 0.3s;
}

.checkbox-wrapper-19:hover .check-box {
  border-color: #3f51b5;
}

/* Checked state */
.checkbox-wrapper-19 input:checked + .check-box {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

/* Checkmark (tick) */
.checkbox-wrapper-19 .check-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-wrapper-19 input:checked + .check-box::after {
  display: block;
}

/* =====  Buttons Style ===== */
.form-select {
  width: 100%;
  padding: 8px 12px;
  border: 1.5px solid #555;
  border-radius: 6px;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.form-select:focus {
  outline: none;
  border-color: #3f51b5;
  box-shadow: 0 0 5px rgba(63, 81, 181, 0.5);
}
.filter-main {
  top: 110px !important;
  height: fit-content !important;
}

.product-details .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.product-details .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-details .prodcut-main-thumb {
  height: 80%;
  width: 100%;
}

.product-details .prodcut-main {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.product-details .prodcut-main .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product-details .prodcut-main .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .prodcut-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100px;
}
.product-details .prodcut-main {
   height: 120px !important; 
}
.product-details .prodcut-main-thumb  {
  height: 400px !important;
}
.product-details .prodcut-main-thumb .swiper-slide img {
 margin: 0 auto !important;
 height: 100%;
}
.product-details .prodcut-main-thumb .swiper-slide {
 text-align: center !important;
 background-color: #e4e2e2;
}
.product-details .primary-text {
  font-size: 0.75rem;
  color: var(--color-four);
  letter-spacing: 0.5px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.whatsapp-btn {
  background: #25d366 !important;
}
.whatsapp-btn-icon {
  color: #25d366 !important;
}
.partner-logo img {
  height: 80px !important;
  width: auto;
  object-fit: contain;
  transition: filter 0.7s ease-in-out, transform 0.7s ease-in-out,
    opacity 0.7s ease-in-out;
}
.partner-logo  {
  text-align: center;
  background: var(--color-white) !important;
  padding: 8px !important;
 /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border-radius: 10px !important;
  border: 1px solid #d1d1d1;
}

.partner-logo img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
  opacity: 0.8;
}
.Categories-cart:hover h5 {
  transition: all ease-in-out 0.7s;
  opacity: 0.7;
}
.Categories-cart > div{
  background-color: var(--color-white)  !important;
  border-radius: 10px !important;
}

.Categories-cart:hover img {
  transform: scale(1.03);
  transition: all linear 0.7s;
}
.submenu_version .main-menu ul ul ul {
  left: 104%;
  top: 0;
  transform-origin: left top;
  border-top: 0;
  border-left: 2px solid #000;
}
.submenu_version .main-menu ul ul ul:before {
  bottom: 100%;
  top: 5%;
  border: solid transparent;
  content: ' ';
  left: -6px;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: var(--color-black);
  border-width: 7px;
  margin-top: 0px;
}
.show-submenu {
  position: relative;
}
.show-submenu i {
  float: right;
}

.gradient-serp-left {
      height: 3px;
    width: 120px;
    background: linear-gradient(to right, #ffffff, #000000);
    border-radius: 9999px;
}
.gradient-serp-right {
      height: 3px;
    width: 120px;
    background: linear-gradient(to right, #000000, #ffffff);
    border-radius: 9999px;
}
.box_item_info h4 a {
  color: #000 !important;
}
.box_item_info h4 a:hover {
  opacity: 0.7;
}



.form-floating>.form-control-plaintext+label.error, .form-floating>.form-control:focus+label.error, .form-floating>.form-control:not(:placeholder-shown)+label.error, .form-floating>.form-select+label.error {
    opacity: 1 ;
    transform: scale(1) translateY(0rem) translateX(0rem);
}



.blog-cart figure img{
  width: 100%;
  height: 264px !important;
  object-fit: cover;
  object-position: center;
}
.blog-detials .blog-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.latest-blog .latest-blog-cart{
  margin: 6px 2px;
  border-radius: 4px;
box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 14px 0px;
background-color: rgba(0, 0, 0, 0.05);
}
.latest-blog .latest-blog-cart span{
font-size: 12px;
font-weight: 600;
color: rgba(0, 0, 0, 0.6);
}
.latest-blog .latest-blog-cart  img{
  height: 80px !important;
  object-fit: cover;
  width: 100% !important;
}
.latest-blog .card-body{
 padding: 12px 8px  !important;
}
.row_list_version_1 {
  margin: 20px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.line-clamp-2{
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.btn_4_5{
  width: 200px !important;
}
.box_item_info{
  margin: 0 !important;
}
.btn-fixed-icon{
      position: absolute;
    top: 5px;
    left: 10px;
}
.bg-seprater{
  background:rgba(0, 0, 0, 0.03) !important;
}
.modal-content{
  border-radius: 10px !important;
}

.breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}
.about-slide-img img{
height: 600px;
width: 100%;
object-fit: cover !important;
}
.about-sec-img figure img{
height: 600px !important;
width: 100%;
object-fit: cover ;
}
.product-filter-list i{
  display: inline-block;
  transform: rotate(-45deg);
  float: right;
}
.product-filter-list a{
  padding:6px 10px;
    display: block;
}
.product-filter-list.active i{
  transform: rotate(0deg);
  transition:  all ease-in-out 0.5s;
}
.product-filter-list.active a{
padding-left: 18px;
 transition:  all ease-in-out 0.5s;
 background-color: rgba(0, 0, 0, 0.06);
 border-radius: 4px;
}
.h-hl2{
  height: 57.8px !important;
}
.p-hl2{
  height: 48px !important;
}




.sc-lead {
  font-family: "Cardo", sans-serif;
}

.category-box-icon {
  width: 64px; 
  height: 64px;
}

.myPartner {
  width: 100%;
  max-width: 100%;
}

.myPartner .swiper-pagination,
.myPartner .swiper-pagination.swiper-pagination-lock {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.myPartner .swiper-wrapper {
  margin-bottom: 40px;
}

/* ========== Main Product Card ========== */
.sc-product {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.sc-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(138, 86, 172, 0.15); /* subtle accent glow */
}

/* ========== Image Section ========== */
.pinned-image__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.sc-product:hover .pinned-image__container img {
  transform: scale(1.03);
}

.sc-product .box_item_info{
  padding: 6px 16px;
}

/* ========== Category Label ========== */
.box_item_info small {
  font-size: 0.75rem;
  color: var(--color-four);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
}

/* ========== Title ========== */
.sc-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5em;
  max-height: 3em;
  margin: 0.5rem 0;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
      min-height: 54px;
}

.sc-product:hover .sc-product-title {
  color: var(--color-accent);
  transform: translateY(-1px);
}

/* ========== Description ========== */
.sc-product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 0.875rem;
  color: var(--color-four);
  line-height: 1.6em;
  max-height: 3.2em;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
      min-height: 48px;
}

.sc-product:hover .sc-product-desc {
  color: var(--color-accent);
}

/* ========== Facilities placeholder ========== */
.facilities {
  margin: 0.5rem 0;
}



.certificate-image {
  height: auto;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 28px;
  padding: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) { 
  .certificate-image {
    height: 700px;
    margin-bottom: 0;
  }
}

.certificate-image:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.btn.transition {
  transition: all 0.3s ease;
}

.btn.transition:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.object-fit-contain {
  object-fit: contain;
}

.feature-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s ease;
}

.feature-list li:hover {
  color: #212529;
  transform: translateX(5px);
}

.icon-style {
    font-size: 1.063rem;
    color: #22c5a0;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.feature-list li:hover .icon-style {
  color: #119577; /* Accent on hover */
}



@media (min-width: 992px) {
  .about-img-1 {
    min-height: 400px;
    height: 84vh;
    width: 100%;
  }
}

.pinned-image__container video {
  -o-object-fit: cover;
  object-fit: cover;
}

.Categories-cart.group-hover img.scale-on-hover {
  transition: transform 0.5s ease;
}

.Categories-cart.group-hover:hover img.scale-on-hover {
  transform: scale(1.2);
}

a.btn_1.whatsapp-btn, .btn_1.whatsapp-btn {
  padding: 8px 16px 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
}

.shadow-xs {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05)
}

.fw-semibold {
  font-weight: 600;
}

.product-specs-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.product-specs-table th {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  width: 150px;
}

.product-specs-table td {
  color: #666;
  padding: 8px 12px;
  border-bottom: 1px dashed #ddd;
}

.product-specs-table tr:last-child td {
  border-bottom: none;
}

.product-specs-table tr:hover td {
  background-color: #f9f9f9;
}

.product-feature-img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: left;
}

a.btn_1.common-btn, .btn_1.common-btn {
    padding: 8px 16px 8px 16px;
    font-size: 0.875rem;
    font-weight: 500;
}
header a.show-submenu i{
  font-size: 20px !important;
  line-height: 24px !important;
}
 .offcanvas-start {
      width: 300px;
    }
    .accordion-button:not(.collapsed){
      background-color: transparent !important;
    }
    .accordion-item:first-of-type{
      border: 0 !important;
    }
    .accordion-item:first-of-type .accordion-button{
      box-shadow:  none !important;
    color: #333 !important;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem !important;
    font-size: 14px !important;
    font-weight: 600;
    }
    .accordion-body{
      padding: 0 !important;
    }
    .accordion-item{
      border: 0  !important;
    }
.accordion-button:not(.collapsed)::after{
   filter: grayscale(100%) brightness(0);
   background-size: 70% !important;
   background-position: center;
}
.accordion-button::after{
   background-size: 70% !important;
   background-position: center;
}
 .sidebar-header ul li  #nestedAccordion .accordion-body > ul li a{
  padding: 12px 30px !important;
}

.sidebar-header .close-offcanvas{
  position: absolute;
  top: 10px;
  right: 20px;
}
aside.offcanvas .accordion-item a{
  font-weight: 500;
}
.mb-10{
  margin-bottom: 10px !important;
}

.hero-img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  transform-origin: 50% 50%;
  transform: scale3d(1.09696, 1.09696, 1.4848) translate3d(-2.90879%, -1.93919%, 0px);
}

.lcp-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

body.lcp-done .lcp-animate {
  opacity: 1;
  transform: translateY(0);
}

.white-filter {
  filter: none;
  transition: none;
  visibility: hidden;
}

body.lcp-done .white-filter {
  visibility: visible;
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease;
}

.logo-img-contain {
  max-height: 100px;
  object-fit: contain;
} 