*{
   margin: 0;
   padding: 0;
   font-family: 'Archivo';
}

html,body{
  overflow-x: hidden !important;
}

section {
    padding: 90px 0;
}
.single-product .best-seller-section .product-slide {
    max-width: 20%;
}

.nav-item.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item.dropdown .dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu .dropdown-item i {
    font-size: 11px;
    transition: transform 0.2s 
ease;
}

.dropdown-arrow {
  font-size: 12px;
  margin-left: 0;
  transition: transform 0.3s ease, color 0.3s ease;
  vertical-align: middle;
}

/* Rotate arrow when active */
.nav-item.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: #E43940;
}

/* Hover and active color */
.nav-link:hover,
.nav-link.active,
.nav-item.dropdown.show > .nav-link {
  color: #E43940 !important;
}

.toggle-arrow {
  cursor: pointer;
  padding: 0 6px;
  color: #fff;
  transition: color 0.3s ease;
}

.toggle-arrow.active {
  color: #ffc107; /* active arrow color */
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
    display: block;
     opacity: 0; 
    visibility: hidden; 
    transition: all 0.2s 
ease;
    margin-top: 10px;
    top: 26px;
}


.single-product .best-seller-section .container::before {
    content: '';
    position: absolute;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Layer_1.png);
    width: 168px;
    height: 136px;
    top: 222px;
    left: 66px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.best-seller-section span.woocommerce-Price-amount.amount {
    color: #191919 !important;
    font-size: 20px;
    margin-bottom: 0 !important;
    font-family: 'Archivo';
}
.product-detail-section.container.mt-5 {
    padding: 0;
}
.product-gallery-slider {
  position: relative;
}

.product-gallery-slider .main-image-wrapper {
    text-align: center;
    position: relative !important;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 510px;
    border: 1px solid #dddd;
}

.product-gallery-slider .main-image-wrapper img {
    width: 315px;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    image-rendering: auto;
    transition: opacity 0.3s 
ease;
    margin: 0 auto;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #999999;
    border: none;
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 2;
    border: 1px solid #A7A7A7;
    font-size: 20px;
}

.slider-btn:hover,
.slider-btn.active {
  background-color: #000;
  color: #fff;
}

.slider-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.slider-btn.prev {
  left: 10px;
}
.slider-btn.next {
  right: 10px;
}

.product-thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #dddd;
  border-radius: 6px;
}

.product-thumbnails img.active {
  border-color: #000;
}


.navbar {
    background-color: #24231F !important;
}
.navbar-cstm .container {
    display: flex;
    flex-direction: row;
    gap: 147px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar-cstm .navbar-nav {
    gap: 6px;
}

.navbar-cstm .nav-item.dropdown {
    display: flex !important;
    flex-direction: row;
}
.navbar-cstm .nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.hero-slider-section img.img-fluid {
    margin-top: -39px;
}

.hero-slider-section .hero-slider-wrapper {
    overflow: visible;
}

.navbar-cstm .navbar-toggler {
    border: none;
}
.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item.current-menu-item > .nav-link,
.navbar-nav .nav-item.current_page_item > .nav-link {
  color: #E43940 !important;
}
.navbar-nav .nav-link:hover {
  color: #E43940 !important;
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  width: 200px !important;
  border-radius: 15px;
  padding: 18px 0;
  position: absolute;
}

.navbar-nav .dropdown-item {
  color: #181818;
  font-size: 18px;
}


.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
  background-color: #fff !important;
  color: #E43940 !important;
  text-decoration: underline;
}
.navbar-nav .dropdown-item:hover {
  color: #e43940;
  background: none !important;
}

.dropdown-item:hover img {
  filter: invert(34%) sepia(90%) saturate(6000%) hue-rotate(340deg) brightness(90%) contrast(95%);
}


.hero-section {
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 800px;
    position: relative;
}
/*.navbar-cstm #navbarNav {*/
/*    justify-content: space-around;*/
/*}*/
.hero-section h1 {
    font-size: 40px;
    font-weight: 400 !important;
}
.hero-section .hero-btn {
    background: #fff;
    color: #000;
    padding: 8px 45px;
    border-radius: 100px;
    font-weight: 600;
    border: 1px solid #E1E1E1;
}
.hero-section .hero-btn:hover {
    background: #E43940;
    color: #fff !important;
    border: none;
}
.navbar-cstm .social-btn {
    background: #585855;
    padding: 13px;
    border-radius: 100px;
    transition: 0.2s ease-in-out;
}
.navbar-cstm .social-btn:hover {
    border: 1px solid #E1E1E1;
}
.navbar-cstm .social-btn img {
    width: 26px;
    height: 25px;
}
.navbar-brand img {
    width: 100%;
    max-width: 200px;
    height: 57px;
}

.txt {
    width: 100%;
    position: relative;
}
.hero-section .txt a {
    text-decoration: none;
    color: #181818;
}
.hero-section .txt::after {
    content: '';
    position: absolute;
    background-image: url(../images/banner-vector.png);
    width: 230px;
    background-repeat: no-repeat;
    height: 200px;
    top: 66%;
    left: 82%;
    background-position: center;
    background-size: contain;
}


button.accordion-button.promo-accordion-button::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    right: 5%;
    left: auto;
}

.promo-accordion-button:not(.collapsed)::before {
    rotate: 180deg !important;
}

.products-category-section .d-flex.flex-column.flex-md-row.justify-content-between.align-items-start.mb-4 {
    z-index: 9999;
    position: relative;
}


.client-testimonial-section .testimonial-slider-wrapper {
    overflow: visible !important;
    padding-top: 200px;
    margin-top: -150px;
    overflow-x: hidden !important;
    padding-bottom: 50px;
    padding-left: 20px;
}


.products-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    position: relative;
    z-index: 9999999999;
    margin-left: 15%;
    cursor: grab;
    padding-top: 8px;
}

.product-page-section .products.columns-4 li a img {
    width: 100%;
    height: 300px !important;
    object-fit: contain;
    max-width: 100% !important;
    min-width: 100% !important;
    border: 1px solid #D3D3D3;
    border-radius: 15px;
}

.product-page-section .products.columns-4 li a {
    width: 100%;
}




.footer-section {
  position: relative;
  background: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center 100%;
  padding: 20px 0;
}

.footer-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* desktop light overlay */
  z-index: 1;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 8%);
}
.footer-section .list-unstyled li {
    font-weight: 100;
    margin-bottom: 0.25rem;
}
.list-wapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.list-wapper img {
    margin-right: 10px;
}
.list-wapper a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
}
.footer-section .list-unstyled li a:hover {
    color: #E43940;
}
.footer-section .list-unstyled .list-wapper img.img-fluid {
    padding-right: 16px;
}
.footer-section p {
    color: #CCCCCC;
    font-weight: 200;
    width: 238px;
    font-size: 18px;
}
.footer-bottom .copyright-text {
    color: #626262;
}
.footer-bottom img {
    width: 20px;
    height: 21px;
    object-fit: contain;
}
.social-icon-footer {
    margin-right: 131px;
}
.social-icon-footer .btn {
    padding: 6px;
}
.footer-section h5 {
    font-size: 25px;
}
.who-we-are .experience-badge {
    position: absolute;
    top: 60px;
    right: -131px;
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 237px;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Rectangle-67.png);
    border-radius: 15px;
}
.experience-badge span.small {
    font-size: 14px;
    font-weight: 400;
}
.experience-badge h2 {
    font-size: 59px;
}
.who-we-are .testimonial-box {
    position: absolute;
    bottom: -18px;
    left: -115px;
    max-width: 383px;
    width: 100%;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Rectangle-62.png);
    border-radius: 15px;
}
.testimonial-box p {
    font-size: 18px;
}
.who-we-wrapper h2 {
    color: #191919;
    font-size: 50px;
}
.who-we-wrapper p {
    color: #534F4F;
    font-size: 18px;
}
.promo-guyz-section .accordion-item .accordion-header .accordion-button.collapsed {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px !important;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    font-weight: 800 !important;
}
.who-we-are .accordion-item {
    border: 1px solid #D3D3D3;
    margin-bottom: 10px;
    border-radius: 7px !important;
    overflow: hidden;
}
.who-we-are #whoAccordion {
    width: 100%;
    max-width: 488px;
}
.image-wrapper img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.desc2 {
    color: #191818 !important;
    font-size: 20px !important;
}
.who-we-are .btn {
    border-radius: 50px;
    font-size: 20px !important;
}
.who-we-are button.btn:hover {
    background: #E43940;
    border: none;
}
.who-we-are {
    position: relative;
}
#whoAccordion .accordion-button.collapsed {
    font-weight: 700;
}
#whoAccordion .accordion-item:hover {
  background-color: #E43940;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#whoAccordion .accordion-item:hover .accordion-button {
  color: #fff !important;
  background-color: #E43940 !important;
}
#whoAccordion .accordion-item:hover .accordion-button .arrow i {
  color: #fff;
}
#whoAccordion .accordion-body {
  background-color: #fff;
  transition: background-color 0.3s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.who-we-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../images/who-we-vector1.png);
    width: 200px;
    height: 300px;
    background-position: center;
    background-size: contain;
    top: -152px;
    z-index: -1;
    background-repeat: no-repeat;
    left: 85%;
}
.image-wrapper::after {
    content: '';
    position: absolute;
    background-image: url(../images/who-we-vector2.png);
    top: -69px;
    width: 100px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    right: -17px;
    z-index: -1;
}
.accordion-button::after {
  display: none !important;
}

.who-we-are .accordion-button:not(.collapsed) {
    background: none !important;
    box-shadow: none !important;
    color: #191919 !important;
    font-weight: 700;
}
.accordion-button .arrow i {
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .arrow i {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .arrow i {
  transform: rotate(180deg); 
}

.what-we-offer {
  padding: 90px 0 142px;
}
.what-we-offer h2 {
  font-size: 2rem;
}

.offer-card {
    transition: transform 0.3s 
ease;
    background: #fff;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}

.offer-card:hover {
  transform: translateY(-8px);
}
.service-card .offer-card.h-100.rounded, .service-card .offer-card.h-100.rounded img {
    width: 100%;
}
.what-we-offer .offer-card h6 {
    color: #191919;
    font-size: 25px;
}
.offer-card img {
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
    z-index: 10000;
}
.what-we-offer h2 {
    font-size: 3.2rem;
}
.what-we-offer p {
    font-size: 18px;
    width: 700px;
    margin: 0 auto;
    color: #534F4F !important;
}
.service-card {
  position: relative;
}

.service-card .row {
  position: relative;
}

.service-card .col-6:first-child::after {
    content: "";
    display: block;
    background: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Layer_1-1.png) no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -66px;
    top: 29%;
    transform: translateY(-50%);
    z-index: 100;
    overflow: hidden;
}

.service-card .col-6:last-child::after {
    z-index: 10000000000;
    content: "";
    display: block;
    background: url(../images/what-we-vector2.png) no-repeat center center;
    background-size: cover;
    width: 124px;
    height: 272px;
    position: absolute;
    right: -43px;
    top: 102%;
    transform: translateY(-50%);
    overflow: hidden;
}

.promo-guyz-section {
    position: relative;
    background-image: url(../images/promo-banner.png); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%; 
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.why-us-container {
    padding: 50px 0;
}

.promo-guyz-accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    --bs-accordion-border-radius: 12px;
    --bs-accordion-border-color: rgba(255, 255, 255, 0.2);
    --bs-accordion-color: #fff;

    
}

.promo-accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.promo-guyz-accordion .promo-accordion-item {
  transition: all 0.3s ease;
}
.promo-guyz-accordion .promo-accordion-item:hover {
  background-color: #fff;
}
.promo-guyz-accordion .promo-accordion-item:hover .promo-accordion-button {
  background-color: #fff !important;
  color: #E43940 !important;
}


.promo-accordion-header {
    background-color: transparent;
}
.promo-accordion-button::after {
  content: "\25BC"; /* Unicode down arrow ▼ */
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.promo-accordion-button {
    background-color: transparent;
    color: white;
    font-weight: 500;
    border: none;
    padding: 1.5rem 1.25rem;
    box-shadow: none;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.promo-accordion-button::after {
  content: "\25BC"; /* Unicode down arrow ▼ */
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Active state (expanded) */
.promo-accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg); /* rotate arrow up */
  color: #E43940; /* active red color */
}

.promo-accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #E43940;
    font-size: 1.2rem;
    font-weight: 500;
        border-radius: 10px 10px 0 0;

}

.promo-accordion-button:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.promo-accordion-button::after {
    filter: brightness(0) invert(1);
    background-image: var(--bs-accordion-btn-icon);
}

.promo-accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
    background-image: var(--bs-accordion-btn-icon-active);
}

.promo-accordion-body {
    background-color: #fff;
    color: #534F4F;
    padding: 1.25rem;
    font-size: 1rem;
}

.why-us-heading {
    font-size: 3rem;
    font-weight: bold;
}

.why-us-description {
    font-size: 18px;
    max-width: 500px;
    color: #D9D9D9 !important;
}

.promo-content-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 999999;
    height: 100%;
    min-height: 675px;
}

.right-content-promo {
    padding: 0;
    align-items: center;
    position: relative;
    display: flex !important;
    justify-content: center;
}

.right-card-container {
    max-width: 619px;
    width: 100%;
}

.promo-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.promo-card .card-body {
    padding: 1.5rem;
}

.icon-circle {
    width: 64px;
    height: 64px;
    min-width: 50px;
    min-height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.promo-icon {
    width: 41px;
    height: 41px;
    object-fit: contain;
}

.promo-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.promo-card .card-text {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 100;
}

.bottom-img-wrapper {
    position: relative;
}
.promo-guyz-section .promo-content-left::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/promo-vector1.png);
    width: 110px;
    height: 134px;
    left: 11px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 18%;
}

.promo-guyz-section .promo-content-left:hover::before {
    filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(5664%) hue-rotate(352deg) brightness(97%) contrast(102%);
}
.promo-content-left::after {
    content: '';
    position: absolute;
    width: 556px;
    height: 277px;
    background-image: url(../images/promo-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 68%;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.promo-guyz-section::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 134px;
    background-image: url(../images/promo-vector2.png);
    z-index: 10;
    overflow: hidden;
    display: block;
    background-size: cover;
    right: 0;
    left: auto;
    top: 10%;
}

.products-category-section {
  background: #fff;
  position: relative;
  padding-bottom: 126px;
}

.products-category-section .product-category-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../images/product-vector.png);
    width: 65%;
    height: 84%;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10000000;
    overflow: hidden;
}

.products-slider::-webkit-scrollbar {
  display: none; 
}
.products-category-section .product-card img {
    height: 291px;
}

.product-card {
    flex: 0 0 auto;
    width: 410px;
    border: 1px solid #9D9D9D;
    border-radius: 15px;
    background: #fff;
    transition: all 0.3s ease;
    padding: 29px 0 0;
    min-height: 476px;
}
.product-card.active {
  border-color: #181818;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.products-slider .product-card:hover {
    border: 1px solid #181818;
    transform: translateY(-8px);
}

.product-desc {
    border-top: 1px solid #D3D3D3;
    text-align: left;
    border-radius: 10px 10px 0 0;
    padding: 1rem;
}
.product-desc h6 {
    font-size: 25px;
    color: #252525;
}
.product-desc p {
    color: #534F4F !important;
    font-size: 16px;
}
.products-category-section h2 {
    font-size: 50px;
    color: #191919;
}
.inner-wrapper p {
    font-size: 18px;
    width: 700px;
    color: #534F4F !important;
}
.product-btn {
    background: #181818;
    padding: 10px 30px;
    border-radius: 50px;
}
.btn.product-btn:hover {
    background: #E43940;
}
.product-btn a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
}
/* .product-category-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../images/product-vector.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.hero-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-slides {
  display: flex;
  transition: transform 0.4s ease-out;
  width: 100%;
  will-change: transform;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
.hero-slides.dragging {
  cursor: grabbing;
}

.hero-slide {
  flex: 0 0 100%;
  max-width: 100%;
  height: 380px;
}
.hero-slide img {
    position: relative;
    z-index: 100000;
    overflow: visible;
}

.hero-dots {
    position: absolute;
    bottom: 41px;
    left: 53%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.hero-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ffffff40;
  cursor: pointer;
}

.hero-dots span.active {
  width: 16px;
  height: 16px;
  background: url('../images/slider-dot.png') no-repeat center center;
  background-size: contain;
}
.hero-slider-section {
    background-image: url(../images/deal-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    position: relative;
    margin-bottom: 38px;
    width: 100%;
}
.hero-slider-section-wrapper {
  width: 100%;
}

.hero-slide h5 {
    font-size: 18px;
    color: #E43940;
}
.hero-slide h2 {
    font-size: 50px;
    color: #fff;
}
.hero-slide p {
    color: #fff !important;
    font-size: 18px;
}
.hero-slider-section .container {
    overflow-x: clip;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.hero-slide a.btn {
    background: #fff;
    color: #181818;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 50px;
    border-radius: 50px;
    transition: 0.1s ease-in;
}
.hero-slide a.btn:hover {
    background: #e43940;
    color: #fff;
    border: none;
}

.product-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.product-slide {
  flex: 0 0 25%; /* Desktop default (4 slides) */
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
    .slider-controls {
        display: block !important;
    }
    .product-slide {
    flex: 0 0 100% !important;
    }
    .single-product .best-seller-section .product-slide {
        flex: 0 0 62% !important;
    }
    .client-testimonial-section .testimonial-slider-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    }
    .client-testimonial-section .testimonial-slides.d-flex {
    margin-right: 0px !important;
    }
}

@media (min-width:375px){
.single-product .best-seller-section .product-slide {
        flex: 0 0 100% !important;
    }    
}
.best-seller-section .product-card {
    flex: 0 0 auto;
    width: 280px;
    transition: transform 0.3s 
    ease;
    padding: 29px 0 0;
}


.product-right-area .product-image-area {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 15px;
  background: #F2F2F2;
  flex-direction: column;
}
.product-right-area .product-card-wrapper .product-image-area span {
    background: #E43940;
    border-radius: 50px;
    padding: 5px 15px;
    top: 11px;
    font-size: 16px;
    font-weight: 500;
    left: 12px;
    right: auto;
}

.color-swatches {
    gap: 5px; 
}

/* .swatch {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease;
} */

.swatch:hover, .swatch.active {
    border: 1px solid #E43940;
    
}

.product-image-area img {
    height: 228px;
    max-height: 100%;
}
.seller-header h2 {
    color: #191919;
    font-size: 50px;
}
.seller-header p {
    font-size: 18px;
    color: #534F4F !important;
}
.best-seller-section .product-image-area {
    border: 1px solid #9D9D9D;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    width: 232px;
    height: 283px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.best-seller-section .product-details-wrapper .product-price-swatch {
    display: none !important;
}
.best-seller-section .product-details-wrapper {
    padding: 13px 5px !important;
}
.product-card-wrapper .product-image-area span {
    background: #E43940;
    border-radius: 50px;
    padding: 5px 15px;
    right: 11px;
    top: 11px;
    font-size: 16px;
    font-weight: 500;
}
.product-right-area .product-details-wrapper .product-name {
    color: #191919;
    font-size: 15px;
}
.product-details-wrapper .product-price {
    color: #191919 !important;
    font-size: 20px;
    margin-bottom: 0 !important;
}
.slider-controls .btn {
    background: #E6E6E6;
    border-radius: 50%;
}
.slider-controls .btn img {
  filter: none;
  transition: filter 0.3s ease;
}
.slider-controls .btn.active {
  background-color: #181818; /* black bg */
}

.slider-controls .btn.active img {
  filter: brightness(0) invert(1); /* white filter */
}


.best-seller-section .product-slides {
    display: flex;
    transition: transform 0.4s 
ease-in-out;
}

 .best-seller-section .product-slide {
    flex: 0 0 25%; 
    max-width: 16%;
    box-sizing: border-box; 
}

.best-seller-section .product-slider-wrapper {
    margin-left: 292px;
}
.best-seller-section {
    position: relative;
}
.best-seller-section .container::before {
    content: '';
    position: absolute;
    background-image: url(../images/best-seller-vector.png);
    width: 100px;
    height: 122px;
    top: 59px;
    left: 66px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.best-seller-section .container:hover::before {
    filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(5664%) hue-rotate(352deg) brightness(97%) contrast(102%);
}

.cta-overlay { 
    padding: 80px 0;
}

.cta-banner-section {
    min-height: 400px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative;
}
.cta-banner-section .cta-overlay::before {
    content: '';
    position: absolute;
    background-image: url(../images/cta-vector1.png);
    width: 200px;
    height: 243px;
    left: 0;
    top: 98px;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-banner-section .cta-overlay::after {
    content: '';
    position: absolute;
    background-image: url(../images/cta-vector2.png);
    right: 33px;
    top: 140px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-banner-section .cta-overlay:hover::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(5664%) hue-rotate(352deg) brightness(97%) contrast(102%);
}

.cta-unique-heading {
    font-size: 50px;
}

.cta-unique-text {
    opacity: 0.9;
    color: #CCCCCC;
    font-size: 18px;
}

.cta-unique-btn {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: none;
    transition: all 0.3s 
ease;
    color: #181818;
    padding: 10px 40px;
    border-radius: 50px;
}

.cta-unique-btn:hover {
    background-color: #E43940;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    color: #fff;
}


/* --- Testimonial Slider Styles --- */

.testimonial-slider-wrapper {
    overflow: hidden; 
    position: relative;
}

.testimonial-slides {
 transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}


.client-testimonial-section .testimonial-slides {
    margin-right: -35px;
}
.testimonial-slide {
    max-width: 100%;
    flex-shrink: 0;
}

/*.client-image-box {*/
/*    border-radius: 15px;*/
/*    max-height: 700px;*/
/*    overflow: hidden;*/
/*    border: 6px solid #FFFFFF;*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*}*/

/*.client-image-box img {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  object-fit: cover;*/
/*  border-radius: 15px;*/
/*  border: 3px solid #fff; */
/*  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);*/
/*}*/

.product-image-peek {
    position: absolute;
    right: 4%;
    z-index: 99;
    top: -30%;
    width: 100%;
}

.client-testimonial-section {
    position: relative;
}

.client-testimonial-section::before {
    content: '';
    position: absolute;
    width: 265px;
    height: 105px;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Vector-20-2.png);
    background-repeat: no-repeat;
    right: -3px;
    bottom: -60px;
    background-size: cover;
}

.testimonial-slider-wrapper .product-image-peek::after {
    content: '';
    position: absolute;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Work.png);
    width: 100%;
    height: 75px;
    right: -45%;
    overflow: hidden;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    top: -56px;
}

.client-testimonial-section .testimonial-slider-wrapper .client-image-box img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.client-testimonial-section .testimonial-slider-wrapper .client-image-box {
    border-radius: 10px  !important;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 30px 5px #00000026;
}


.testi-heading-start {
    padding-left: 24px;
}
.testimonial-dots-controls {
    top: 65%;
    right: 143px;
    transform: translateY(-50%);
    gap: 9px;
    z-index: 10;
    align-items: center;
}

.testimonial-dot {
    display: block;
    width: 10px;
    height: 9px;
    border-radius: 50%;
    background-color: #E6E6E6;
    cursor: pointer;
    transition: all 0.3s;
}

.testimonial-dot.active {
  background-image: url(../images/slider-dot2.png);
  width: 16px;
  height: 16px;
  background-size: contain;
}

.service-features-row .feature-col {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.features-inner {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.service-features-row .feature-col img {
    width: 57px;
    height: 50px;
    object-fit: contain;
}
.service-features-row .feature-col:hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(87%) saturate(3263%) hue-rotate(343deg) brightness(94%) contrast(92%);
}

.section-unique-heading.fw-bold {
    font-size: 50px;
    color: #191919;
}
.testimonial-content-area {
    position: relative;
    z-index: 99;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90% !important;
}
.testi-desc {
    font-size: 18px;
    color: #534F4F;
}
.client-quote-text {
    color: #4F4F4F;
    font-size: 24px;
    width: 552px;
}
.client-name {
    color: #252424;
    font-size: 22px;
}
.client-title{
    color: #534F4F;
    font-size: 18px;
}
.service-features-row {
    position: relative;
    overflow: hidden;
}


/* --- Custom CSS for Brand Slider --- */

.logo-slider-wrapper {
    height: 70px; 
    overflow: hidden;
    position: relative;
}

.logo-slides {
    display: flex;
    align-items: center;
    height: 100%;
    animation: scrollLogos 16s linear infinite;
}

.logo-slide-item {
    flex: 0 0 auto;
    padding: 0 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.brand-logo-img {
    max-width: 120px;
    max-height: 60px; 
    filter: grayscale(100%) brightness(0.7);  
    opacity: 0.6;
    transition: filter 0.4s ease, opacity 0.4s ease, transform 0.3s ease;
    cursor: pointer;
}

.logo-slide-item:hover .brand-logo-img {
  
    filter: none;
    opacity: 1;

}

/* Auto-scroll keyframes */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.brand-slider-section {
    background: #F5F5F5 !important;
    padding: 54px;
    position: relative;
}
.brand-slider-heading {
    color: #4E4E4E;
    font-size: 25px;
}
.features-inner h6 {
    color: #272727;
    font-size: 25px;
}
.features-inner small {
    color: #7D7D7D !important;
    font-size: 18px;
}

/* About Page CSS */
.about-hero-section .about-banner-head {
    font-size: 80px;
    color: #E43940;
    font-weight: 600 !important;
}
.about-hero-section {
    min-height: 603px;
    background-position: center;
}
.about-hero-section .txt::after {
    display: none !important;
}
.about-hero-section .breadcrumb-item {
    color: #fff !important;
    font-size: 18px;
}
.about-hero-section a {
    color: #fff !important;
}
.about-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.detail-para p {
    margin-bottom: 0;
}
.about-section1 .who-we-wrapper strong {
    color: #E43940;
    font-weight: 700;
}
.features-section {
    padding: 0 20px 60px;
    position: relative;
}

.features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-box {
    background: #fff;
    border: 1px solid #00000021;
    border-radius: 15px;
    padding: 43px 37px;
    text-align: left;
    transition: all 0.3s 
ease;
}
.feature-box:hover .feature-title,
.feature-box:hover .feature-text {
  color: #E43940;
  transition: color 0.3s ease;
}


.feature-box:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.feature-icon img {
    width: 41px;
    height: 41px;
    object-fit: contain;
    padding: 0;
}

.feature-icon {
    width: 64px;
    height: 65px;
    background: #F2F2F2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.feature-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}
.about-section1 .col-lg-6.col-md-12.mb-4::after {
    content: '';
    position: absolute;
    background-image: url(../images/about-page-verctor.png);
    width: 189px;
    height: 220px;
    bottom: -3px;
    left: 26%;
    background-size: contain;
    background-repeat: no-repeat;
}

.process-section {
    background: #F0F0F0;
    padding: 80px 0px;
    position: relative;
}

.section-header h2 {
    font-size: 50px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1;
}

.process-section .highlight {
  color: #E43940;
}

.section-header .subtitle {
    font-size: 18px;
    color: #534F4F;
    margin: 0 auto 30px auto;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.process-box {
    text-align: center;
    padding: 20px;
    transition: all 0.3s 
ease;
    position: relative;
    z-index: 9999999999999;
}

.process-box:hover {
  transform: translateY(-5px);
}

.process-img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.process-text {
    font-size: 16px;
    line-height: 1.6;
    color: #181818;
}
.process-section .section-header::after {
    content: '';
    position: absolute;
    background-image: url(../images/process-vector1.png);
    width: 126px;
    height: 146px;
    right: -21px;
    top: 88px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.process-row::before {
    content: '';
    position: absolute;
    width: 54%;
    height: 100%;
    background-image: url(../images/process-vector2.png);
    overflow: hidden;
    z-index: 999999999999999;
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    left: 178px;
    background-position: center;
}

.team-section {
  background: #fff;
  padding: 127px 20px;
  text-align: center;
  position: relative;
}

.section-header h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}

.team-section .section-header .highlight {
  position: relative;
}

.section-header .subtitle {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

.team-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-bottom: 50px;
  position: relative;
}


.member-img {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.social-links {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #EDEDED;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 12px 0;
    transition: all 0.4s 
ease-in-out;
    align-items: flex-end;
    border-radius: 15px;
    opacity: 0;
}

.social-links a {
  color: #E43940;
  font-size: 16px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #111;
}

.team-member:hover .social-links {
    bottom: auto;
    height: 100%;
    opacity: 100%;
    top: 0;
}

.member-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.member-role {
  font-size: 16px;
  color: #534F4F;
}
.team-member {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    min-height: 215px;
    padding: 50px 0px 0px 0px;
}
.social-links img {
    width: 36px;
    background: #fff;
    height: 39px;
    object-fit: contain;
    border-radius: 50%;
    padding: 11px;
}
.team-member .team-img {
    width: 169px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.team-section .highlight::after {
    content: '';
    position: absolute;
    background-image: url(../images/team-vector1.png);
    width: 155px;
    height: 74px;
    overflow: hidden;
    top: -5px;
    left: -4px;
    z-index: 1000000;
    background-repeat: no-repeat;
    background-size: contain;
}
.team-section .section-header::after {
    content: '';
    position: absolute;
    background-image: url(../images/team-vector2.png);
    height: 143px;
    left: 140px;
    top: 12px;
    background-size: contain;
    width: 241px;
    background-repeat: no-repeat;
}
.team-section::after {
    content: '';
    position: absolute;
    background-image: url(../images/team-vector3.png);
    width: 239px;
    height: 123px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


.about-container {
  display: flex;
  gap: 40px;
  margin: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Left Side Cards */
.about-left {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-card {
  border: 1px solid #00000020;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  transition: 0.3s ease;
  position: relative;
  z-index: 9999;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.about-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.about-card-link .about-card {
  transition: all 0.3s ease;
}

.about-card-link .about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.about-card-header {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.about-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.about-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #8F9294;
}

.about-right {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.about-right h2 {
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-right h2 span {
  color: #E43940;
}
.about-right strong {
    color: #191919;
}
.about-right p {
    font-size: 19px;
    line-height: 1.8;
    color: #534F4F;
    margin-bottom: 15px;
}

.about-right .btn {
    border-radius: 50px;
}
.about-right .btn:hover {
    background: #E43940;
    border: none;
}
.about-section .about-right .btn::before {
  content: '';
  position: absolute;
  background-image: url(../images/agmd-vector3.png);
  width: 262px;
  height: 159px;
  bottom: -162px;
  left: -139px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: none;
  overflow: hidden;
  z-index: 110;
}

.contact-hero-section {
    min-height: 603px;
    background-position: center;
}
.contact-hero-section .about-banner-head {
    font-size: 80px;
    color: #E43940;
    font-weight: 600 !important;
}
.contact-hero-section .txt::after {
    display: none;
}
.contact-hero-section .breadcrumb-item {
    color: #fff !important;
    font-size: 18px;
}
.contact-hero-section a {
    color: #fff !important;
}
.contact-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* Contact Us Section */
.contactus-section
 {
  padding-bottom: 0;
  position: relative;
}
.contactus-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: auto;
  flex-wrap: wrap;
}


.contactus-info h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contactus-info h2 span {
  color: #E43940;
}

.contactus-info p {
  font-size: 18px;
  color: #534F4F;
  margin-bottom: 35px;
  line-height: 1.6;
  width: 480px;
}

.contactus-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}

.contactus-item i {
  font-size: 20px;
  color: #e53935;
  margin-top: 5px;
}

.contactus-item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.contactus-section .contactus-item p {
  margin: 7px 0 0;
  font-size: 18px;
  color: #534F4F;
}

.contactus-form {
  flex: 1;
  margin-top: 25px;
}

.contactus-form h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #191919;
}

.contactus-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 42px;
}

.form-row {
  display: flex;
  gap: 25px;
}

.form-row input {
  flex: 1;
}

.contactus-form input, .contactus-form textarea {
  width: 100%;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
  background: #EFEFEF;
  border: none;
}

.contactus-form input:focus,
.contactus-form textarea:focus {
  border: 2px solid #E43940;
}

.contactus-form button {
    background: #000;
    color: #fff;
    padding: 12px 47px;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s 
ease;
    align-self: flex-end;
}

.contactus-form button:hover {
  background: #c62828;
}

.contactus-map iframe {
  border-radius: 20px;
  width: 100%;
  height: 400px;
}
.contactus-item a {
  text-decoration: none;
}
.form-row .form-label {
  color: #919191;
  font-size: 18px;
}
.inner-form-field label {
  color: #919191;
  font-size: 18px;
}

.contactitem-inner .address-p {
  width: 404px;
}

.contactus-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 4px;
}

.contactus-section .contactus-info::before {
  content: '';
  position: absolute;
  background-image: url(../images/contact-vector1.png);
  width: 128px;
  height: 141px;
  left: 0;
  top: 104px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contactus-section .contactus-info::after {
  content: '';
  position: absolute;
  background-image: url(../images/contact-vector2.png);
  width: 142px;
  height: 227px;
  right: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -90px;
}
.contactus-info {
  overflow: hidden;
  z-index: -1;
}
.container.contactus-map {
  position: relative;
}
.contactus-map::before {
    content: '';
    position: absolute;
    background-image: url(../images/contact-vector3.png);
    width: 356px;
    height: 178px;
    right: -400px;
    bottom: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    left: auto;
}

/* Product page CSS */
.product-hero-section {
    min-height: 603px;
    background-position: center;
}
.product-hero-section h1 {
    font-size: 80px;
    font-weight: 600 !important;
} 
.product-hero-section .txt::after {
   display: none !important;
}
.product-hero-section .breadcrumb-item {
    color: #fff !important;
    font-size: 18px;
}
.product-hero-section .txt a {
    text-decoration: none;
    color: #fff;
}
.product-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.sidebar {
      padding: 20px;
      height: 100%;
}
.product-card-wrapper {
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  transition: all 0.3s ease;
  /*overflow: hidden;*/
}
.product-card-wrapper:hover {
  transform: translateY(-8px);
}

.product-right-area .product-image-area img {
    max-height: 222px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-left: 4px;
  cursor: pointer;
  transition: 0.2s;
}

.pagination-btns button {
      min-width: 35px;
}
#productGrid .product-slide {
    flex: 0 0 33%;
}
#productGrid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 !important;
}
.subcategory.active-category {
    color: #e43940 !important;
    border-bottom: 1px solid #e43940;
    border-radius: 0;
}
.searchbar-wrapper {
    background: #F2F2F2;
    padding: 14px 20px;
    border-radius: 15px;
}
.product-category-wrapper .accordion-item .accordion-button {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    outline: 0 !important;
}
.product-category-wrapper .btn-link.subcategory {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Archivo';
}
.category-wrapper {
    background: #F2F2F2;
    padding: 23px 14px;
    margin-top: 23px;
    border-radius: 15px;
}
.product-page-section .sorting-wrapper {
    justify-content: space-between;
    margin-right: 99px;
    position: relative;
    flex-direction: row-reverse;
}
.product-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 1rem;
}
.results-info p {
    color: #3C3C3C;
    font-size: 16px;
}

/*.product-right-area .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    border-radius: 15px;*/
/*    width: 100% !important;*/
/*    height: 285px;*/
/*    max-width: 268px;*/
/*    border: 1px solid #D3D3D3;*/
/*}*/

/*.sorting-wrapper::after {*/
/*  content: "\f078";*/
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  position: absolute;*/
/*  right: 23px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  pointer-events: none;*/
/*  color: #555;*/
/*  font-size: 14px;*/
/*}*/
.product-category-wrapper .accordion-button.collapsed {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.product-category-wrapper .accordion-item {
    background: transparent;
    border: none !important;
}
.product-category-wrapper .accordion-button:not(.collapsed) {
    background: transparent;
    color: #E43940;
    box-shadow: none !important;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}

.product-category-wrapper .accordion-button.collapsed::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    right: 5%;
    left: auto;
}
.product-category-wrapper .accordion-button::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-right: 8px;
    display: inline-block;
    position: absolute;
    right: 5%;
    left: auto;
}
.product-category-wrapper .accordion-button:not(.collapsed)::before {
    transform: rotate(180deg);
}

.product-category-wrapper .accordion-body {
    padding: 0;
}
.category-wrapper h6 {
    padding: 0 15px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.searchbar-wrapper h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.searchbar-wrapper #searchInput {
    border-radius: 50px;
    border: none !important;
}
.searchbar-wrapper #searchInput::placeholder {
  color: #AFAFAF !important;
  font-size: 16px;
}
.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.custom-pagination li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 20px;
}

.custom-pagination li.active a {
  background-color: #E43940;
  color: #fff;
}

.custom-pagination li a.disabled {
  color: #000;
  pointer-events: none;
}

.product-right-area {
    position: relative;
    padding: 0 20px;
}
.sorting-wrapper #sortSelect {
    border: none;
    background: #F1F1F1;
    position: relative;
    border-radius: 50px;
    padding: 10px 20px;
    display: block;
    color: #3C3C3C;
    font-size: 16px;
}
.sorting-wrapper .form-select:focus {
    border: none;
    box-shadow: none;
}
.product-page-section {
    position: relative;
}

.product-page-section::before {
    content: '';
    position: absolute;
    background-image: url(../images/product-single-vector.png);
    width: 477px;
    height: 250px;
    bottom: -79px;
    right: -305px;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-right-area .product-image-area .color-swatches {
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-right: 25px;
    position: absolute;
    bottom: 20px;
}
.product-right-area .swatch {
    padding: 0 !important;
    margin-left: 0;
}

/* Product detail PAGE CSS */
.product-detail-section .product-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.product-detail-section .product-main-image {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: #EBEBEB;
    padding: 2rem;
    height: 500px;
}

.product-detail-section .product-main-image img {
    max-width: 100%;
    transition: transform 0.3s ease;
    height: 100%;
    text-align: center;
    object-fit: contain;
    object-position: right;
}

.product-detail-section .product-thumbnails {
    display: grid !important;
    align-items: center;
    gap: 21px;
    padding-top: 12px;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(2, auto);  
}


.product-detail-section .thumbnail {
    border: 2px solid #00000047;
    border-radius: 7px;
    cursor: pointer;
    object-fit: cover;
    background: #fff;
    padding: 4px;
}

.product-detail-section .thumbnail.active {
  border-color: #E43940;
}
.product-detail-section .action-btn.active {
    background: #e4394013;
    border-radius: 50px;
    padding: 4px 12px;
    color: #E43940;
}
.action-btn.active:hover {
  color: #E43940; 
}

.action-btn.active:hover i {
  color: #E43940;
}
.product-detail-section .action-btn {
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.product-detail-section .action-btn i {
  margin-right: 6px;
  font-size: 16px;
}

.product-detail-section .product-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #191919;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}
.product-actions {
    gap: 10px;
}
.product-detail-breadcrumb .breadcrumb-item a {
    color: #3C3C3C;
    text-decoration: none;
    font-size: 18px;
}
.product-detail-breadcrumb .breadcrumb-item.active {
    color: #3C3C3C !important;
}
.product-form .form-control {
    background: #EFEFEF;
    border: none;
    padding: 10px;
}
.form-control:focus {
    box-shadow: none;
    border: none;
}
.product-form {
    position: relative;
}
.product-form select.form-select {
    background: #EFEFEF;
    border: none;
    display: block;
    padding: 10px;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
}
.custom-select-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}

.custom-select-wrapper select {
  appearance: none;         
  -webkit-appearance: none; 
  -moz-appearance: none;   
  padding-right: 2rem;      
}

.custom-select-wrapper::before {
    content: "";
    background-image: url(../images/form-dropdown-arrow.png);
    color: #555;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-size: contain;
    width: 16px;
    height: 16px;
}


.product-form .form-select:focus {
    border: none;
    box-shadow: none;
}
.product-form label {
    color: #919191;
    margin-bottom: 7px;
    font-size: 18px;
}
.product-form p {
    color: #3C3C3C;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
.product-detail-right-wrapper span {
  color: #E43940;
  font-weight: 600;
}
.radio-desc {
    color: #919191 !important;
    font-size: 18px;
}
.form-check .form-check-label {
    color: #3C3C3C;
    font-size: 18px;
}
.form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #E43940;
}
.upload-desc1 {
    color: #3C3C3C;
    font-weight: 600;
}
.upload-desc2 {
    color: #ADADAD !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}
.text-area-btm-p p {
    color: #767676;
}
.product-detail-submit {
    background: #E43940;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
}
.product-detail-submit:hover {
    background: #000;
    color: #fff;
}
.product-detail-section .product-thumbnails img {
    width: 100%;
    height: 138px;
    object-fit: contain;
}
.product-main-image-wrapper {
  position: relative;
}
.search-btn {
  position: absolute !important;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.search-btn i {
  font-size: 14px;
  color: #000000;
}

.product-main-image-wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
    width: 44px;
}

.product-main-image-wrapper .arrow.prev {
  left: 10px;
  border: 1px solid #A7A7A7;
  color: #A7A7A7;
}
.product-detail-section::before {
    content: '';
    position: absolute;
    background-image: url(../images/product-detail-vector1.png);
    width: 120px;
    height: 152px;
    left: -308px;
    top: 23%;
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
}
.product-main-image-wrapper .arrow.next { right: 10px; }

.product-main-image-wrapper .arrow:not(.disabled) {
    background: #000;
    color: #fff !important;
}
.thankyou-modal {
  display: none; 
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 92%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.thankyou-modal-content {
    background: #fff;
    max-width: 714px;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  color: #555;
  cursor: pointer;
  transition: 0.3s;
}
.close-btn:hover {
  color: #E43940;
}

.thankyou-body h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}
.thankyou-body h2 span {
  color: #E43940;
  font-weight: 700;
}
.thankyou-body p {
  font-size: 18px;
  color: #ADADAD;
  margin-bottom: 25px;
  line-height: 1.5;
}
.thankyou-img {
  max-width: 80px;
  margin-bottom: 15px;
}

.continue-btn {
  background: #E43940;
  border: none;
  color: #fff;
  padding: 11px 64px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
}
.continue-btn:hover {
  background: #c92f34;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.product-tabs {
  background: #F4F4F4;
  padding: 29px 30px;
  border-radius: 20px;
}
.tab-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #eee;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-nav .tab-link {
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 500;
  color: #898989;
  transition: all 0.2s ease;
  font-size: 20px;
}

.tab-nav .tab-link.active {
  border-bottom: 2px solid #E43940;
  color: #0B0C0C;
  font-weight: 600;
}

.tab-nav .tab-link:hover {
  color: #E43940;
}

.tab-content-wrapper {
  padding: 20px 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #191919;
}

.tab-content h4 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  color: #181818;
}

.tab-content p {
  color: #3C3C3C;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 18px;
}

.tab-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.tab-content ul li {
  margin-bottom: 6px;
  color: #3C3C3C;
  font-size: 18px;
}
.tab-content-wrapper strong {
    color: #181818;
}

/* what we offer css */
.services-hero-section {
    min-height: 603px;
    background-position: center;
    height: 600px;
}
.services-hero-section .about-banner-head {
    font-size: 80px;
    color: #E43940;
    font-weight: 600 !important;
}
.services-hero-section .breadcrumb-item {
    color: #fff !important;
    font-size: 18px;
}
.services-hero-section a {
    color: #fff !important;
    text-decoration: none;
}
.services-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.services-hero-section .txt::after {
    display: none;
}

.pg-branding-section {
    background-color: #fff; 
    position: relative;
    overflow: hidden;
}
.pg-branding-section::before {
    content: '';
    position: absolute;
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Layer_1-2.png);
    width: 241px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
}

span.pg-highlight {
    color: #E43940;
}
.pg-main-heading {
    font-size: 50px;
    font-weight: 700;
    color: #191919;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2;
}

.pg-text-block {
    font-size: 18px;
    color: #534F4F;
    margin-bottom: 20px;
}

.pg-col-image {
    position: relative;
    flex: 1 1 50%;
    max-width: 45%;
    
}

.pg-image-wrapper {
    max-width: 500px; 
    overflow: hidden;
    border-radius: 20px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
    background-color: #fff;
}

.pg-branding-image {
    display: block;
    width: 100%;
    height: auto;
}
.pg-col-content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pg-services-section {
    background-color: #F0F0F0; 
    padding: 80px 0; 
    position: relative;
    overflow: hidden; 
}
.pg-services-section::after {
    content: '';
    position: absolute;
    background-image: url(../images/service-vector4.png);
    width: 290px;
    height: 191px;
    bottom: -7px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.pg-services-wrapper::after {
    content: '';
    position: absolute;
    background-image: url(../images/service-vector3.png);
    width: 241px;
    height: 241px;
    right: 26%;
    bottom: 14%;
    background-size: contain;
    background-repeat: no-repeat;
}

.pg-services-section .pg-section-header::before {
    content: '';
    position: absolute;
    background-image: url(../images/service-vector1.png);
    width: 119px;
    height: 97px;
    top: 0;
    left: 43%;
    background-size: contain;
    background-repeat: no-repeat;
}
.pg-services-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 999999;
}
.pg-services-section::before {
    content: '';
    position: absolute;
    background-image: url(../images/service-vector2.png);
    width: 368px;
    height: 263px;
    right: 0;
    top: 25%;
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 10000;
}

.pg-section-header {
  text-align: left;
  max-width: 91%;
  margin: 0 auto;
  padding-bottom: 37px;
}

.pg-section-title {
    font-size: 50px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 10px;
}

.pg-section-description {
    font-size: 18px;
    color: #534F4F;
}

/*.pg-service-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 78px;*/
/*    justify-content: space-between;*/
/*    transition: all 0.2s */
/*ease;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 999;*/
/*    padding-top: 9px;*/
/*}*/

.pg-service-item {
    background-color: #ff000000;
    transition: .5s;
    transform: translateY(0px);
    box-shadow: 0px 0px 15px 10px #00000000;
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #dddddd00;
    margin: 30px;
    display:flex;
    align-items: center;
    z-index: 999;
    position: relative;
    overflow: hidden;
    
}

.pg-service-item:hover {
    transform: translateY(-4px);
    box-shadow: 15px 2px 17px 11px #ddd;
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #ddd;
}

.pg-service-image-col, .pg-service-text-col {
    max-width: 60%;
    padding: 0 40px;
}

.pg-service-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 999999;
}

.pg-service-image {
    display: block;
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.pg-service-title {
    font-size: 50px;
    font-weight: 700;
    color: #191919;
    margin-top: 0;
    margin-bottom: 15px;
}

.pg-service-description {
    font-size: 18px;
    color: #534F4F;
}


.pg-image-right {
    flex-direction: row;
}


/*privacy page css*/

.privacy-hero-section {
    min-height: 603px;
    background-position: center;
}
.privacy-hero-section .about-banner-head {
    font-size: 80px;
    font-weight: 600 !important;
}
.privacy-hero-section ::after {
    display: none;
}
.privacy-hero-section .txt a {
    color: #fff !important;
}
.privacy-hero-section .breadcrumb-item.active {
    color: #fff !important;
}
.privacy-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
.page-content h2 {
    color: #E43940;
    text-align: center;
    margin-bottom: 19px;
    font-size: 60px;
    font-weight: 800;
}
.page-content p {
    color: #787878;
    text-align: center;
    font-size: 22px;
}
.page-content-inner-wrapper {
    padding: 0 21px;
}
.privacy-content-section {
    position: relative;
    padding-bottom: 159px;
}
.privacy-content-section .page-content::before {
    position: absolute;
    content: '';
    background-image: url(https://wordpress.promoguyz.arraydigitals.com/wp-content/uploads/2025/10/Vector-20-1.png);
    width: 214px;
    height: 107px;
    bottom: 0;
    right: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Terms & conditions css*/
.terms-hero-section {
    min-height: 603px;
    background-position: center;
}
.terms-hero-section .about-banner-head {
    font-size: 80px;
    font-weight: 600 !important;
}
.terms-hero-section ::after {
    display: none;
}
.terms-hero-section .breadcrumb-item a {
    color: #fff;
}
.terms-hero-section .breadcrumb-item.active {
    color: #fff;
}
.terms-hero-section .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/*product page faq accordian css*/
#faqModal .accordion-item {
  margin-bottom: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}

#faqModal .accordion-button {
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    color: #191919;
    transition: all 0.3s 
ease;
    position: relative;
    padding-right: 40px;
}

#faqModal .accordion-button:not(.collapsed) {
    color: #191919;
    background-color: transparent;
    box-shadow: none;
}

#faqModal .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230056b3' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

#faqModal .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

#faqModal .accordion-body {
  background-color: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  padding: 15px 20px;
}

#faqModal .modal-body {
  padding: 25px 20px;
}

.thumbnail-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.product-thumbnails {
  scroll-behavior: smooth;
  transition: transform 0.3s ease;
}
.product-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
}
.product-thumbnails img.active {
  border-color: #E82127;
}
.thumb-btn {
  background: #fff;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s;
}
.thumb-btn:hover {
  background: #007bff;
  color: #fff;
}
.prev-thumb {
  margin-right: 5px;
}
.next-thumb {
  margin-left: 5px;
}
.product-summary-wrapper .entry-summary {
    width: 100% !important;
}
.cstm-product-details {
    padding-top: 69px;
}
.product-detail-wrapper .product-price-image img {
    width: 100%;
    max-width: 100px;
}



@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .hero-section h2 {
    font-size: 2.5rem;
  }
  .hero-section {
    min-height: auto;
  }
  .testimonial-dots-controls {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
     transform: none;
}
.navbar-cstm .container {
    gap: 3px;
    justify-content: space-between;
}
}

@media screen and (min-width: 2000px) {
    .products-slider {
        margin-left: 24% !important;
    }
}

@media screen and (max-width: 1600px){
    .products-slider {
    margin-left: 7%;
}
    
} 


/*@media screen and (min-width:2000px) {*/
/*.products-slider {*/
/*  margin-left: 573px !important;*/
/*  }*/
/*  .right-content-promo .right-card-container::after {*/
/*  left: 161% !important;*/
/*  } */
/*}*/

@media screen and (min-width:1100px){
  .hero-section .txt::after {
    top: 74%;
    left: 74%;
}
.cta-banner-section .cta-overlay::after {
    right: -39px !important;
    top: 76px !important;
    width: 182px !important;
    height: 133px !important;
}
.process-row::before {
    width: 64% !important;
    top: 1px !important;
    left: 48px !important;
}
.team-section .section-header::after { 
    left: 20px !important;
}
.team-section .team-row::after {
    width: 196px !important;
    left: -153px !important;
}
.contactus-map::before {
    height: 126px !important;
    right: -329px !important;
}
.product-page-section::before {
    right: -207px !important;
}
.product-detail-section::before {
    height: 153px !important;
    top: 4% !important;
    left: -116px !important;
}
.pg-services-section::before {
    width: 299px !important;
    height: 176px !important;
    right: -97px !important;
    top: 25% !important;
}
}

@media screen and (min-width:1550px) {
  .promo-guyz-section .promo-content-left::before {
    left: 1px !important;
    top: 20% !important;
}

  .promo-content-left::after {
    width: 591px !important;
    height: 310px !important;
    top: 65% !important;
    left: -10px !important;
}
  .what-we-section-repeat .promo-content-left::after {
    width: 591px !important;
    height: 310px !important;
    top: 69% !important;
    left: -10px !important;
}
}

@media screen and (min-width:1300px) {
  .promo-guyz-section .promo-content-left::before {
    left: -18px !important;
    top: 20% !important;
}
.single-product .best-seller-section .product-slider-wrapper {
    margin-left: 1% !important;
}
.best-seller-section .product-slider-wrapper {
    margin-left: 106px !important;
}
.best-seller-section .container::before {
    left: 9px !important;
}
.products-category-section .product-category-wrapper::before { 
    height: 69% !important;
}
/*.products-slider {*/
/*    margin-left: 7% !important;*/
/*}*/
.single-product .best-seller-section .container::before {
    left: -136px !important;
}
.pg-branding-section::before {
    height: 135px !important;
    top: 9% !important;
}
}



@media screen and (min-width: 2000px) {
.product-detail-section::before {
    height: 180px !important;
    top: 2% !important;
    left: -592px !important;
 } 
    
}


@media screen and (min-width:1920px){
  .hero-section .txt::after {
    top: 76%;
    left: 81%;
  }
  .single-product .best-seller-section .product-slider-wrapper {
        margin-left: 1% !important;
    }
  .best-seller-section .product-slider-wrapper {
    margin-left: 293px !important;
  }
    .best-seller-section .container::before {
    left: 130px !important;
  }
  .cta-banner-section .cta-overlay::after {
    right: 62px !important;
    top: 91px !important;
    width: 200px !important;
    height: 200px !important;
  }
  .products-category-section .product-category-wrapper::before {
    height: 79% !important;
  }
  .about-section1 .col-lg-6.col-md-12.mb-4::after {
    left: 31% !important;
  }
  .team-section .section-header::after {
    left: 141px !important;
  }
  .team-section::after {
    width: 321px !important;
    left: 0 !important;
  }
  .contactus-map::before {
    height: 169px !important;
    right: -401px !important;
    bottom: -34px !important;
  }
.promo-guyz-section .promo-content-left::before {
    left: 40px !important;
  }
  .product-page-section::before {
    right: -61px !important;
  }
  .product-detail-section::before {
    height: 152px !important;
    top: 1% !important;
    left: -293px !important;
  }
  /* .products-slider {*/
  /*  margin-left: 292px !important;*/
  /*}*/
.pg-services-section::before {
        width: 503px !important;
        height: 263px !important;
        right: 0;
        top: 21% !important;
    }
  .best-seller-section .product-image-area {
    width: 284px !important;
}
.single-product .best-seller-section .product-slide {
    max-width: 24%;
}
.single-product .best-seller-section .container::before {
    left: -248px !important;
}
.pg-branding-section::before {
    height: 200px !important;
    top: 10% !important;
}
}



@media (max-width: 991.98px) {
  .right-content-promo {
    min-height: 100% !important;
    padding: 0px 20px !important;
  }
}
@media (max-width: 992px) {
  .features-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .process-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .team-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .features-row {
    grid-template-columns: 1fr !important;
  }
  .process-row {
    grid-template-columns: 1fr !important;
  }

}
@media (max-width: 768px) {
  section {
    padding: 26px 0;
  }
  .hero-section::after {
    background: rgba(0,0,0,0.5);
  }
  .hero-section .txt {
    position: relative;
    z-index: 2;
  }
  .hero-section .txt::after {
    display: none;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .hero-section h2 {
    font-size: 2rem;
  }
  .f-18.mb-5 {
    font-size: 15px;
  }
  .hero-section .hero-btn {
    padding: 8px 28px;
    font-size: 15px;
  }
  .footer-section::after {
    background: rgba(0,0,0,0.7);
  }
  .footer-bottom {
    flex-direction: column !important;
  }
  .who-we-are .experience-badge {
    display: none !important;
  }
  .who-we-are .testimonial-box {
    left: 0px !important;
  }
  .service-card .col-6:last-child::after {
    display: none !important;
  }
  .service-card .col-6:first-child::after {
    display: none !important;
  }
  .what-we-offer p {
    width: 100% !important;
    font-size: 15px !important;
  }
  .what-we-offer .offer-card h6 {
    font-size: 20px !important;
  }
  .who-we-wrapper::before {
    display: none;
  }
  .what-we-offer {
    padding: 26px 0px !important;
  }
  .promo-content-left::after {
    display: none;
  }
  .promo-guyz-section .promo-content-left::before {
    display: none !important;
  }
  .inner-wrapper p {
    width: 100% !important;
    font-size: 15px !important;
  }
  .products-category-section h2 {
    font-size: 30px !important;
  }
  .what-we-offer h2 {
    font-size: 2rem !important;
  }
  .product-btn a {
    font-size: 15px !important;
  }
  .hero-slide {
    text-align: center;
    height: 427px !important;
  }
  .hero-slide h2 {
    font-size: 30px !important;
  }

  .promo-guyz-section::after {
    display: none !important;
  }
  .product-card {
    min-height: 100% !important;
    flex: 0 0 98% !important;
    margin: 0 7px;
   }
  .hero-slider-section {
    padding: 20px 0 !important;
  }
  .hero-slider-section img {
    height: 234px;
    margin-top: 0 !important;
  }
  .hero-dots {
    bottom: -3px !important;
    left: 50% !important;
  }
  .products-category-section {
    padding-bottom: 57px !important;
  }
  .product-image-area {
    min-height: 244px !important;
    width: 100% !important;
  }
  .product-image-area img {
    height: 250px !important;
  }
  .best-seller-section .product-slide {
    max-width: 100% !important;
  }
  .best-seller-section .product-slider-wrapper {
    margin-left: 0 !important;
  }
  .cta-overlay {
    padding: 0 !important;
  }
  .cta-unique-heading {
    font-size: 30px !important;
  }
  .cta-unique-text {
  font-size: 15px !important;
  }
  .cta-unique-btn {
    padding: 10px 32px !important;
    font-size: 15px;
  }
  .promo-guyz-section {
    height: 100% !important;
  }
  .promo-content-left {
    min-height: 100% !important;
  }
  .why-us-container {
    padding: 0 !important;
  }
  .seller-header h2 {
    font-size: 25px !important;
  }
  .best-seller-section .container::before {
    display: none;
  }
  .seller-header p {
    font-size: 15px !important;
  }
  .slider-controls .btn img {
    width: 9px;
    height: 15px;
  }
  .client-quote-text {
    font-size: 16px !important;
    width: 100% !important;
  }
  .quote-icon img {
    width: 44px;
  }
  .section-unique-heading.fw-bold {
    font-size: 30px !important;
  }
  p.testi-desc {
    font-size: 15px !important;
  }
  .client-image-box {
    max-width: 100% !important;
    height: 100%;
    object-fit: fill !important;
  }
  .cta-banner-section .cta-overlay::after {
    display: none;
  }
  .cta-banner-section .cta-overlay::before {
    display: none;  
  }
  .products-category-section .product-category-wrapper::before {
    display: none;
  }
  .features-inner h6 {
    font-size: 18px !important;
  }
  .features-inner small {
    font-size: 14px !important;
  }
  .service-features-row .feature-col img {
    width: 40px !important;
    height: 40px !important;
  }
  .about-hero-section .about-banner-head {
    font-size: 1.5rem !important;
  }
  .about-hero-section ol.breadcrumb {
    justify-content: center !important;
  }
  .about-hero-section {
    min-height: auto !important;
  }
  .features-section {
    padding: 40px 0 60px !important;
  }
  .about-section1 .col-lg-6.col-md-12.mb-4::after {
    display: none;
  }
  .team-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .about-container {
    flex-direction: column;
    gap: 2px !important;
  }
  .about-right {
    margin-top: 30px;
  }
  .contactus-container {
    flex-direction: column;
  }
  .form-row {
    flex-direction: column;
    gap: 9px !important;
  }

  .contactus-form button {
    align-self: center;
  }
  .contact-hero-section {
    min-height: auto !important;
  }
  .contact-hero-section .about-banner-head {
    font-size: 1.5rem !important;
  }
  .contactus-info p {
    font-size: 15px !important;
    width: 100% !important;
  }
  .contactus-info h2 {
    font-size: 30px !important;
  }
  .contactus-form h3 {
    font-size: 30px !important;
  }
  .contactus-form button {
    font-size: 15px !important;
  }
  .contact-hero-section .breadcrumb {
    justify-content: center;
  }
  .who-we-wrapper h2 {
    font-size: 30px !important;
  }
  .process-section .section-header::after {
   display: none;
  }
  .team-section .section-header::after {
   display: none;
  }
  .team-section {
    padding: 26px 0 !important;
  }
  .about-right h2 {
    font-size: 30px !important;
  }
  .about-right p {
    font-size: 15px !important;
  }
  .about-card p {
    font-size: 15px !important;
  }
  .about-section .about-right .btn::before {
   display: none;
  }
  .footer-section p {
    width: 100% !important;
  }
  .contactus-form {
    margin-top: 0 !important;
  }
  .contactus-section .contactus-info::before {
  display: none;
  }
  .contactus-map::before {
    display: none;
  }
  .contactus-section .contactus-info::after {
    display: none;
  }
  .best-seller-inner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .product-hero-section {
    min-height: auto !important;
  }
  .product-hero-section h1 {
    font-size: 1.5rem !important;
  }
  .product-hero-section .breadcrumb {
    justify-content: center;
  }
  .product-right-area .product-slide {
    max-width: 50% !important;
  }
  .product-right-area .product-price-swatch {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .product-right-area .product-card-wrapper .product-image-area span {
    font-size: 14px !important;
  }
  .product-page-section::before {
    display: none;
  }
   .product-detail-section .thumbnail {
    width: 83px !important;
    height: 87px !important;
  }
  .thankyou-modal-content {
    padding: 20px !important;
  }
  .thankyou-body h2 {
    font-size: 20px !important;
  }
  .thankyou-body p {
    font-size: 14px !important;
  }
  .tab-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tab-nav .tab-link {
    flex: 0 0 auto;
    padding: 10px 15px !important;
    font-size: 18px !important;
  }
  .product-detail-section::before {
    display: none;
  }
  .social-icon-footer {
    margin-right: 0 !important;
  }
  .list-wapper a {
    font-size: 16px !important;
  }
  .product-form p {
    font-size: 15px !important;
  }
  .tab-content p {
    font-size: 15px !important;
  }
  .tab-content h3 {
    font-size: 25px !important;
  }
  .who-we-wrapper p {
    font-size: 15px !important;
  }
  .testimonial-box p {
    font-size: 15px !important;
  }
  .detail-para p {
    font-size: 15px;
  }
.services-hero-section {
  min-height: auto !important;
  height: 136px;
  }
.services-hero-section .about-banner-head {
  font-size: 1.5rem !important; 
  }
.services-hero-section .breadcrumb {
  justify-content: center;
  }
.pg-col-image {
  max-width: 100% !important;
  padding: 10px;
  }
.pg-main-heading {
  font-size: 30px !important;
  }
.pg-col-content {
  flex: 1 1 100% !important;
  }
.pg-text-block {
  font-size: 15px !important;
  }
.pg-services-section {
  padding: 50px 0;
 }   
.pg-service-item {
  flex-direction: column !important; 
  margin-bottom: 50px !important;
}

.pg-service-image-col, .pg-service-text-col {
  flex: 1 1 100%;
  max-width: 100% !important;
  padding: 0 15px !important;
}

.pg-service-image-col {
  order: 2; 
  margin-top: 25px; 
}

.pg-service-text-col {
  order: 1;
  text-align: center; 
}

.pg-service-title {
  font-size: 30px !important;
}
.pg-section-header {
    text-align: center !important;
    max-width: 100% !important;
}
.pg-section-title {
  font-size: 30px !important;
}
.pg-section-description {
    font-size: 15px !important;
}
.pg-service-description {
    font-size: 15px !important;
}
.products-slider {
    margin-left: 0 !important;
}
.hero-slide p {
    font-size: 15px !important;
}
.product-card-wrapper .product-image-area span {
    top: 7px !important;
    font-size: 12px !important;
}
.image-wrapper::after {
   display: none;
}
.pg-services-section .pg-section-header::before {
   display: none;
}
.pg-services-section::before {
   display: none;
}
.pg-services-wrapper::after {
   display: none;
}
.pg-services-section::after {
   display: none;
}
.product-detail-section .product-thumbnails {
    gap: 9px !important;
}
.navbar-brand img {
    max-width: 100px !important;
    height: auto;
}
.why-us-heading {
    font-size: 30px !important;
}
.why-us-description {
    font-size: 15px !important;
}
.icon-circle {
    width: 48px !important;
    height: 48px !important;
}
.product-right-area .product-image-area .color-swatches {
    bottom: 10px !important;
}
.testimonial-dots-controls {
    right: 0 !important;
    margin-top: 0 !important;
    top: 62%;
}
.navbar-cstm .social-btn img {
    width: 22px;
    height: 22px;
}
.navbar-cstm .social-btn {
    padding: 9px;
}
.single-product .best-seller-section .product-slide {
    max-width: 100% !important;
}
.product-page-section .sorting-wrapper {
    margin-right: 0 !important;
}
.product-page-section .products.columns-4 li a img {
   height: 161px !important;
}
.best-seller-section .product-slide .product-details-wrapper .product-name {
    font-size: 14px;
}
.product-details-wrapper .product-price {
    font-size: 17px !important;
}
.who-we-are .btn {
    margin-top: 0 !important;
}
.page-content h2 {
    font-size: 30px !important;
}
.page-content p {
    font-size: 15px !important;
}
.privacy-hero-section {
    min-height: auto !important;
}
.privacy-hero-section .about-banner-head {
    font-size: 1.5rem !important;
}
.privacy-hero-section .breadcrumb {
    justify-content: center;
}
.privacy-content-section .page-content::before {
   display: none;
}
.privacy-content-section {
    padding-bottom: 0 !important;
}
.terms-hero-section {
    min-height: auto !important;
}
.terms-hero-section .about-banner-head {
    font-size: 1.5rem !important;
}
.terms-hero-section ol.breadcrumb {
    justify-content: center;
}
.promo-icon {
    width: 36px !important;
    height: 36px !important;
}
.products-category-section .product-card img {
    height: 218px !important;
}
.client-testimonial-section::before {
   display: none;
}
.page-template-what-we-offer-php .promo-guyz-section {
   height: auto !important;
}
.section-header h2 {
    font-size: 30px !important;
}
.team-section .highlight::after {
   display: none;
}
.team-section::after {
   display: none;
}
.pg-branding-section::before {
   display: none;
}
.client-testimonial-section .testimonial-slider-wrapper .client-image-box img {
    height: 424px !important;
    object-fit: fill !important;
}
.brand-slider-section {
    padding: 54px 0 !important;
}
.cstm-product-details .product-summary-wrapper {
    padding-top: 20px;
}
.product-right-area {
    position: relative;
    padding: 0 0 !important;
}
.product-page-section .sidebar {
    padding: 0;
}
.logo-slides {
    animation: scrollLogos 9s 
linear infinite;
}
 }
 
 
 @media (max-width: 767px) {
  .product-image-peek {
   display: none;
}
} 



