*{
   margin: 0;
   padding: 0;
   font-family: 'Archivo';
}

html,body{
  overflow-x: hidden !important;
}

section {
    padding: 90px 0;
}
.navbar {
    background-color: #24231F !important;
}
.navbar-cstm .navbar-nav {
    gap: 17px;
}

.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-link.active,
.navbar-nav .nav-link:hover {
  color: #E43940!important;
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  width: 200px !important;
  border-radius: 15px;
  padding: 18px 0;
}

.navbar-nav .dropdown-item {
  color: #181818;
  font-size: 18px;
}
.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .dropdown-menu .dropdown-item.active {
  color: #E43940 !important;   /* text red */
}
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
  background-color: #fff !important;
  color: #E43940 !important;
}
.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%);
}
.navbar-nav .dropdown-item:active {
    color: #E43940 !important;
    background: none;
}

.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: 150px;
    margin-top: -150px;
    overflow-x: hidden !important;
}


@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;
}
}

@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 .contact-map::before {
    height: 91px !important;
    right: -241px !important;
}
.product-page-section .product-right-area::before {
    right: -123px !important;
}
.product-detail-section::before {
    height: 112px !important;
    top: 31% !important;
}
.pg-services-wrapper::before {
    width: 299px !important;
    height: 176px !important;
    right: -148px !important;
    top: 15% !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: 645px !important;
    height: 318px !important;
    top: 62% !important;
    left: -10px !important;
}
}

@media screen and (min-width:1300px) {
  .promo-guyz-section .promo-content-left::before {
    left: -18px !important;
    top: 20% !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: 106px !important;
}
}

@media screen and (min-width:1920px){
  .hero-section .txt::after {
    top: 76%;
    left: 81%;
  }
  .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 .team-row::after {
    width: 215px !important;
    left: -303px !important;
  }
  .contactus-map .contact-map::before {
    height: 169px !important;
    right: -295px !important;
    bottom: -34px !important;
  }
.promo-guyz-section .promo-content-left::before {
    left: 40px !important;
  }
  .product-page-section .product-right-area::before {
    right: -307px !important;
  }
  .product-detail-section::before {
    height: 152px !important;
    top: 23% !important;
  }
   .products-slider {
    margin-left: 292px !important;
  }
  .pg-services-wrapper::before {
    width: 368px !important;
    height: 263px !important;
    right: -302px !important;
    top: 11% !important;
  }
  .best-seller-section .product-image-area {
    width: 284px !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;
  }
  .hero-slide h2 {
    font-size: 30px !important;
  }

  .promo-guyz-section::after {
    display: none !important;
  }
  .product-card {
    width: 300px !important;
  }
  .hero-slider-section {
    padding: 20px 0 !important;
  }
  .hero-slide img {
    height: 234px;
  }
  .hero-dots {
    bottom: -18px !important;
    left: 50% !important;
  }
  .products-category-section {
    padding-bottom: 57px !important;
  }
  .product-image-area {
    min-height: 244px !important;
  }
  .product-image-area img {
    height: 196px !important;
  }
  .product-slide {
    max-width: 61% !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;
  }
  .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;
  }
  .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;
  }
  .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 .contact-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 .product-right-area::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;
  }
.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-wrapper::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: 37px !important;
}
.why-us-heading {
    font-size: 30px !important;
}
.why-us-description {
    font-size: 15px !important;
}
.icon-circle {
    width: 52px !important;
    height: 53px !important;
}
.product-right-area .product-image-area .color-swatches {
    bottom: 10px !important;
}
.testimonial-dots-controls {
    right: 0 !important;
}
}
/* @media (max-width: 767px) {
  .product-slide {
    flex: 0 0 50%; 
  }
} */

.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 a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
}
.footer-section .list-unstyled .list-wapper img.img-fluid {
    padding-right: 16px;
}
.footer-section p {
    color: #CCCCCC;
    font-weight: 200;
    width: 238px;
}
.footer-bottom .copyright-text {
    color: #626262;
}
.footer-bottom img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.social-icon-footer {
    margin-right: 131px;
}
.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: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.47) 0%, rgb(0 0 0 / 56%) 100%);
    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: #000;
    background: linear-gradient(90deg, rgb(0 0 0 / 64%) 0%, rgb(0 0 0 / 57%) 100%);
    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;
}
.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: -47px;
    z-index: -1;
    background-repeat: no-repeat;
    left: 45%;
}
.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;
}

.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;
}

/* Pehle col ke before image */
.service-card .col-6:first-child::after {
    content: "";
    display: block;
    background: url(../images/what-we-vector1.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-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;

}

.right-content-promo {
    padding: 0 50px;
    align-items: center;
    position: relative;
}

.right-card-container {
    max-width: 547px;
    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;
}

.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: 67%;
    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: 78%;
    height: 84%;
    left: 0;
    top: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10000000;
    overflow: hidden;
}

.products-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    position: relative;
    z-index: 9999999999;
    margin-left: 299px;
}
.products-slider::-webkit-scrollbar {
  display: none; 
}
.products-category-section .product-card img {
    height: 200px;
}
.product-card {
    flex: 0 0 auto;
    width: 410px;
    border: 1px solid #9D9D9D;
    border-radius: 15px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 29px 0 0;
}
.products-slider .product-card:hover {
    transform: translateY(0px);
    border: 1px solid #181818;
}
.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;
  width: 100%;
}

.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: auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    position: relative;
    margin-bottom: 38px;
}
.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;
}
.hero-slide a.btn {
    background: #fff;
    color: #181818;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 50px;
    border-radius: 50px;
    transition: 0.4s 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; /* 1 slide */
    }
}

.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: #F2F2F2;
    width: 232px;
    height: 283px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: #e2e6ea; 
    transform: translateY(-2px); 
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}


/* --- Testimonial Slider Styles --- */

.testimonial-slider-wrapper {
    overflow: hidden; 
    position: relative;
}

.testimonial-slides {
    transition: transform 0.6s ease-in-out;
}

.testimonial-slide {
    max-width: 100%;
}

.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%;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.product-image-peek {
    position: absolute;
    right: 10%;
    z-index: 99;
    top: -30%;
}

.testimonial-dots-controls {
    top: 290px;
    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;
}
.feature-col img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.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 20s 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;
}
.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 {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.feature-icon img {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
    object-fit: contain;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 7px;
    object-position: center;
}

.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: 30px;
  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(4, 1fr);
  gap: 30px;
  padding-bottom: 50px;
  position: relative;
}


.member-img {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.social-links {
    position: absolute;
    bottom: -100%;
    left: 21px;
    width: 90%;
    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: 103px;
    height: 74px;
    overflow: hidden;
    top: -6px;
    left: -10px;
    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: 170px;
    background-repeat: no-repeat;
}
.team-section .team-row::after {
    content: '';
    position: absolute;
    background-image: url(../images/team-vector3.png);
    width: 239px;
    height: 100px;
    bottom: -125px;
    left: -305px;
    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-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: 20px;
  line-height: 1.6;
  width: 480px;
}

.contactus-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.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;
}

.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: 17px;
  height: 100%;
  object-fit: cover;
}
.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 .contact-map::before {
  content: '';
  position: absolute;
  background-image: url(../images/contact-vector3.png);
  width: 245px;
  height: 158px;
  right: -304px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 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;
}
.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;
}
.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;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Archivo';
}
.category-wrapper {
    background: #F2F2F2;
    padding: 23px 14px;
    margin-top: 23px;
    border-radius: 15px;
}
.sorting-wrapper {
    justify-content: flex-end;
    margin-right: 26px;
    position: relative;
}
.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;
}

.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;
}
.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 .product-right-area::before {
    content: '';
    position: absolute;
    background-image: url(../images/product-single-vector.png);
    width: 222px;
    height: 139px;
    bottom: -139px;
    right: -305px;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
    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 transparent;
    border-radius: 7px;
    cursor: pointer;
    object-fit: cover;
    background: #EBEBEB;
    padding: 4px;
}

.product-detail-section .thumbnail.active {
  border-color: #E43940;
}
.product-detail-section .action-btn.active {
    background: #e4394013;
    border-radius: 50px;
    padding: 4px 12px;
}
.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;
}
.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;
  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: 0;
  top: 23%;
  background-size: contain;
  background-repeat: no-repeat;
}
.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;
}
.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;
}

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: 170px;
    height: 168px;
    right: 32%;
    bottom: 15%;
    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: 111px;
    height: 100px;
    top: 0;
    left: 43%;
    background-size: contain;
    background-repeat: no-repeat;
}
.pg-services-wrapper {
    position: relative;
}
.pg-services-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(../images/service-vector2.png);
    width: 368px;
    height: 263px;
    right: -302px;
    top: 11%;
    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;
}

.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;
}