body{
    font-family: "Inter", sans-serif;
    overflow-x: clip !important; 
    color:#292929 ;
}
html{
    overflow-x: clip !important;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Instrument Sans", sans-serif;
   color:#000;   
   
}
img{
    height:auto;
    max-width:100% !important; 
}

p{
    font-size: 16px;
    color: #625A53;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.6;
}
a{
    text-decoration:none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.our-header-section  {
    position:relative;
}
.our-header-logo img{
       /*width: 80px;*/
}

.top-header-one {
   position: relative;
    display: block;
    z-index: 1;
    padding: 8px 55px;
    background-color: #fc5c63;
}

.top-header-one p{
       color: #fff;
    text-align: center;
    margin: 0;
}

.top-header-section {
    position: relative;
    padding: 5px 0;
    width: 100%;
    z-index: 99;
}
.top-header-section .container, .hero .container{
    padding-right: 15px;
    padding-left: 15px;
}
.menu-nav-bar{
    margin-left: -2.5rem;
}
.menu-lists  {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap:25px;
  
}
.menu-lists > li > a {
   position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #363636;
    text-transform: uppercase;
    transition: .2s linear;
    letter-spacing: 0.7px;
    display: inline;
    font-family: 'Inter';
    padding: 0;
   
}
.sticky.top-header-section {
    padding: 5px 0;
    background: #fff;
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    transform: translateY(0%);
}

.top-header-section.sticky .our-header-logo img{
    /*width:60px;*/
}


.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

.menu-drop-down .drop-menulist {
    position: absolute;
    background-color: #ffffff;
       padding: 15px;
    box-shadow: 0px 10px 20px rgba(8, 0, 42, 0.08);
    left: 0;
    top: 3rem;
    min-width: 220px;   
    width: max-content;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 9px;
    text-align: left;  
    transition: all 300ms ease;
    transform-origin: top;
    transform: scaleY(0);
}
.drop-menulist li {
    white-space: nowrap;
}
.menu-drop-down:hover .drop-menulist{
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}

.menu-drop-down .drop-menulist li {
    position: relative;
}
.menu-drop-down  {
    position: relative;
    list-style: none;
    padding-right: 17px;
}
.menu-drop-down .dropn-btnmobile i {
    color: #000;
    font-size: 14px;
}
.menu-drop-down .drop-menulist li a {
    position:relative;
    display: flex;
    padding: 10px 0;
    color: #292929;
    margin-left: 0;
    font-size: 14px;
    line-height:1.5;
    border-radius: 5px;
    font-weight: 500;
    gap: 10px;
    color: #000000;
    transition: all 0.5s;
    text-align: start;
    align-items: center;
    cursor: pointer;
  
}

.menu-drop-down .drop-menulist li a:hover {
    background-color: rgb(92 184 78 / 5%); 
}

/* bottom line */
.menu-lists > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
  height: 1px;
    background-color: #000000;
    transition: width 0.4s ease;
}

.new-drop > a::after{
    bottom: 30px !important;
}

.menu-lists > li > a:hover::after {
    width: 100%;
}

.menu-lists li.menu-drop-down > a{
    padding:37px 0;
}
.dropn-btnmobile {
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto 0;
}

.ht-btn {
    background: #292929;
    color: #ffffff;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    line-height: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.ht-btn:hover::before {
    width: 100%;
}

.ht-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #fd5c63;
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}

.ht-btn:hover {
    color: #fff;
}






.section-title.text-center {
   margin-bottom: 60px;
}

.sec-small-title {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    color: #fd5c63;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.sec-big-title {
       position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}


.our-tarp-shade{
       position: relative;
        padding: 5rem 0;
    background-color: #f5f6f4 !important;
}
.our-tarp-shade .row{
       row-gap: 25px;
}
.button-flexs{
    display:flex;
    gap:20px
}
.tarp-btn{
   padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #363636;
    position: relative;
    top: 0.2rem;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    border: 1px solid #363636;
    border-radius: 10px;
    margin-top: 1rem;
    display: inline-block;
    transition:0.3s linear;
}
.tarp-btn i{
        transform: translateY(3px);
    display: inline-block;
    margin-left: 5px;
}
.tarp-btn:hover{
    background:#292929 !important;
    color:#fff !important;
}
.tarp-shade-box {
   background-color: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    height:100%;
}
.tarp-shade-box .sec-small-title{
    font-size: 22px;
   font-family: fantasy;
    font-weight: 100;
    margin-bottom: 5px;
}
.tarp-shade-box .section-title{
    margin-bottom: 1rem;
}
.tarp-shade-box .sec-big-title{
    font-size:30px;
}
.keypoints { 
    background: #30c39e1a;
    border-radius: 20px; 
    box-shadow: 0 0.5rem 2rem -0.25rem hsla(216, 9%, 44%, .1);
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.tarp-shade-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.tarp-shade-list li {
    position: relative;
    padding-left: 28px;   
    color: #625A53;
    margin: 15px 0 0;
}

.tarp-shade-list li::before {
       content: "\f1c7";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "flaticon_normal-icon" !important;
    font-size: 16px;
    color: #fd5c63;
}


.our-tarp-shade-img img{
        /*height: 493px;*/
    border-radius: 20px;
    width:100%;
}


.our-product-section{
       position: relative;
    padding: 4.5rem 0;
    background-color: #f5f6f4 !important;
}
.our-product-section .row{
    row-gap:30px;
   justify-content: center;
}
.our-product-card {
    display: block;
    text-decoration: none;
    border-radius: 14px;
   
}
.our-product-section p, .our-plastic-product p{
   max-width: 84%;
    margin: auto;
    padding: 0.3rem 0 0;
}
.product-card {
       display: block;
    border-radius: 22px;
    text-decoration: none;
    height: 100%;
    background: #fff;
}

.product-image-wrap {
       background: #e1e3fb;
    border-radius: 18px 18px 0 0;
    /* padding: 20px; */
    overflow: hidden;
}

.product-image-wrap img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image-wrap img {
    transform: scale(1.08);
}

.product-name {
    background: #fff;
    /*margin-top: 15px; */
    padding: 18px 0;
    text-align: center;
    border-radius: 0 0 18px 18px;
}

.product-title {
       margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.4s ease;
}

.product-card:hover .product-title::after {
    width: 100%;
}


/*counter-section-start*/

.counter-section {
      position: relative;
    padding: 4rem 0 0;
    background-color: #f5f6f4 !important;
}

.counter-wrapper {
   display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 39px;
    margin: 2rem 0;
}

/*.counter-wrapper .counter-items {*/
/*    max-width: 265px;*/
/*}*/

.counter-wrapper .counter-items h4 {
       font-size: 50px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.counter-wrapper .counter-items p {
    font-size: 16px;
    padding-bottom: 11px;
    margin: 0;
    color: #000;
}
.counter-section .row{
  row-gap: 10px;
       border-bottom: 1px solid #607d8b38;
}
.counter-section .section-title p{
    max-width: 75%;
    margin: auto;
}
/*counter-section-end*/



.faq-sec-main{
    position: relative;
    padding: 5rem 0;
    
}
.accordion .accordion-item:not(:last-child){
    margin:0 0 25px;
}

.accordion .accordion-item{
    backdrop-filter: blur(5px);
    border: none !important;
    background: #edf1fa;
    border-radius: 10px;
}
.accordion .accordion-body{
    padding: 22px;
    background-color: #f5f6f4;
    border-radius: 0 10px 0 10px;
    border: none;
    font-size: 14px;
    color: #000;
    font-size: 15px;
    color: #625A53;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6;

}
.accordion .accordion-button:not(.collapsed):active{
    border:0 !important;
}
.accordion .accordion-button:not(.collapsed){
        background-color: #fd5c63 !important;
     border: none;
     color:#fff;
      border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
        box-shadow: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion .accordion-button{
       font-size: 17px;
    font-weight: 600;
    background-color: #f5f6f4 !important;
    border-radius: 10px;
    padding: 22px;
    line-height: 1.4;
    padding-right: 50px;
}
.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-button::after{
    position: absolute;
    content: "\f103";
    font-family: 'flaticon_normal-icon';
    background-image: unset !important;
    align-content: center;
    text-align: center;
     line-height: 30px;
    border-radius: 50%;
    background-color: #fd5c63;
    color: #fff;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 28px;
    height: 28px;
    font-size: 12px;
   
   
}
.accordion-button:not(.collapsed)::after{
    background-color: #000;
}


.our-plastic-product {
       padding: 80px 0;
    /* background: #f5f5f5; */
    position: relative;
}

/* Header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.view-btn {
       background: #292929;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.view-btn:hover {
    background: #fd5c63;
}

.plastic-card-sec {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.plastic-card-sec img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.plastic-card-sec:hover img {
    transform: scale(1.08);
}

.plastic-card-sec::after {
    /*content: "";*/
    /*position: absolute;*/
    /*inset: 0;*/
    /*background: rgba(0,0,0,0.45);*/
}

.card-content {
    position: absolute;
    text-align: center;
    z-index: 2;
    background-color: #fff;
    width: 90%;
    bottom: 20px;
    margin: 0 auto;
    /* inset: 0; */
    left: 0;
    right: 0;
        padding: 15px;
}

.card-content h3 {
    font-size:16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-content span {
        color:#292929;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid #292929;
    padding-bottom: 3px;
    text-transform: uppercase;
}


.our-testimonial-section {
     overflow: visible;
    position: relative;
    padding: 4rem 0 4rem;
    background-color: #f5f6f4 !important;
}
.our-testimonial-section h3{
    margin-bottom: 30px;
}

.testimonial-item {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #eee;
   
}

.testi{
    height:430px;
}
.testimonial-item::before {
    content: "\f156";
    position: absolute;
    top: 25px;
    left: 40px;
    width:50px;
    height:50px;
    background:#fd5c63;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-family: flaticon_normal-icon !important;
}

.testimonial-item::after {
    position: absolute;
    content: "\f151 \f151 \f151 \f151 \f151";
    top: 110px;
    left: 40px;
    font-size: 18px;
    letter-spacing: 6px;
    color:#FFC107;
    font-family: "flaticon_normal-icon" !important;
}

.testimonial-item p {
    margin-top: 100px;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.testimonial-author img {
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-author span {
    display: block;
    font-size: 14px;
    color: #555;
}

.testimonial-author small {
    color: #ff4d1c;
    font-size: 14px;
}

.testimonial-prog{
    position:relative;
}
.our-testimonial-swiper {
   position: static !important;
    /*overflow: visible !important;*/
}

.our-testimonial-swiper .swiper-button-prev {
    left: -30px;  
}

.our-testimonial-swiper .swiper-button-next {
    right: -30px;
}



.our-testimonial-swiper .swiper-button-prev,
.our-testimonial-swiper .swiper-button-next {
     width: 60px !important;
    height: 60px !important;
    line-height: 50px;
    background-color: #ffffff;
    color: #062f3a;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    border-radius: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.our-testimonial-swiper .swiper-button-prev::after,
.our-testimonial-swiper .swiper-button-next::after {
        font-size: 19px !important;
    color: #0c2f34;
}

@media(min-width:992px){
    .our-testimonial-swiper .swiper-slide {
        width: 50%;
    }
}



.why-choose-section {
       position: relative;
    padding: 5rem 0 6rem;
}
.why-choose-section .row{
      row-gap: 30px;
}
.why-choose-box {
       text-align: center;
    background-color: #f5f6f4;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}
.why-choose-box .why-icon{
       margin-bottom: 1rem !important;
    display: inline-block;
}
.why-choose-box .why-icon img{
    transition:0.3s
}
.why-choose-box:hover .why-icon img{
    transform: rotate3d(1, 1, 1, 360deg);
}
.why-choose-cont h4{
       font-size: 17px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.why-choose-box .why-choose-cont p{
    margin: 0 auto;
}


.believe-every-packaging {
    padding: 60px 0 60px;
}

.believe-every-concept {
    display: flex;
    align-items: center;
    gap: 20px;
    /*margin-bottom: 30px;*/
}

.believe-every-concept .icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.believe-every-concept .icon-box img {
    opacity:0.8;
}

.believe-every-concept .content h5 {
        font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.believe-every-concept .content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.believe-every-concept:hover .icon-box {
       background: #fd5c63;
}

.believe-every-concept:hover .icon-box img {
        filter: brightness(0) invert(1);
    transition: 0.3s;
}


.our-industry-section {
   position: relative;
    padding: 5rem 0 5rem;
    overflow: hidden;
}
.our-industry-section .row{
    row-gap:30px;
}

.industry-item h4{
       position: relative;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.industry-item {
    text-align: center;
    cursor: pointer;
        transition: transform .3s ease-in-out;
    /*transition: transform 0.2s ease-in-out; */
}

.industry-circle {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .35s ease-in-out;
    
}



.our-industry-section .col-lg-3:nth-child(1) .industry-circle {
    background-color: #ebf7f0;
}

.our-industry-section .col-lg-3:nth-child(2) .industry-circle {
    background-color: #feecec;
}

.our-industry-section .col-lg-3:nth-child(3) .industry-circle {
    background-color: #eef4ff;
}

.our-industry-section .col-lg-3:nth-child(4) .industry-circle {
    background-color: #fff6e5;
}

.our-industry-section .col-lg-3:nth-child(5) .industry-circle {
    background-color: #f3e8ff;
}

.our-industry-section .col-lg-3:nth-child(6) .industry-circle {
    background-color: #e0f7fa;
}

.our-industry-section .col-lg-3:nth-child(7) .industry-circle {
    background-color: #E4EED2;
}

.our-industry-section .col-lg-3:nth-child(8) .industry-circle {
    background-color: #fce4ec;
}


.industry-content {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.2s ease-in-out; 
}

.industry-item:hover {
    transform: scale(.9);
   
}

.industry-item:hover .industry-content {
    opacity: 1;
    transform: translateY(0);
}

.our-dealers-section {
      position: relative;
    padding: 4rem 0 4rem;
    background-color: #f5f6f4 !important;
}
.our-dealers-section .sec-big-title{
    font-size: 90px;
    font-weight: 500;
    text-transform: uppercase;
}
.our-dealers-section .dealers-category-img img{
        border-radius: 20px;
}
.dealers-category-img  {
      text-align: center;
}
  
.dealers-category-img h4{
   font-size: 17px;
    font-weight: 500;
    margin: 1rem 0 0;
    text-align: center;
}
.dealers-category-img span{
       text-align: center;
    font-size: 13px;
    text-transform: capitalize;
}
.dealers-category {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
       margin-top: 20px;
    gap: 20px;
}


.hero-banner {
      position: relative;
    background: url(https://coderthemes.com/cartzilla-html/assets/img/home/single-product/hero/background.jpg) no-repeat center center / cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-content h1 {
       font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f1f1f1;
}

.hero-btn {
       display: inline-block;
    padding: 12px 30px;
    background: #fd5c63;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #30c39e;
}

.detail-intro-secc p{
    text-align:justify;
}
.features-icon-detail img{
    filter: invert(1);
}

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

.pet-containers-secc {
    padding: 4rem 0;
    background: #f1f3f6; 
    font-family: inherit;
}

.pet-containers-secc .pet-dashboard-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}

.pet-containers-secc .top-nav-tabs {
    position: sticky;
    top: 80px; 
    z-index: 10;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 24px 20px;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 12px 12px 0 0; 
}

/* Underline */
.pet-containers-secc .top-nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background:#000000;
  transition: width 0.3s ease;
}

/* Hover */
.pet-containers-secc .top-nav-tabs .nav-link:hover::after {
  width: 80%;
}

/* Active */
.pet-containers-secc .top-nav-tabs .nav-link.active::after {
  width: 80%;
}
.pet-containers-secc .sidebar-pills-container {
    border-right: 1px solid #e5e7eb;
    padding: 24px;
    height: 100%;
    position: sticky;
    top: 155px;
}
.pet-containers-secc .sidebar-pills .nav-link {
    position: relative;
    color: #4b5563;
    text-align: left;
    padding: 12px 16px 12px 40px;
    border-radius: 6px;
    margin-bottom: 5px;
    font-weight: 500;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
  cursor: pointer;
}

.pet-containers-secc .sidebar-pills .nav-link:hover {
  transform: scale(1.03);
}

.pet-containers-secc .sidebar-pills .nav-link::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.2s ease;
}


.pet-containers-secc .sidebar-pills .nav-link:hover::before {
    border-color: #fd5c63;
}

.pet-containers-secc .sidebar-pills .nav-link.active {
   color: #292929;
    font-weight: 600;
}
.pet-containers-secc .sidebar-pills .nav-link.active::before {
    border-color: #fd5c63;
    background-color: #fd5c63;
    box-shadow: inset 0 0 0 4px #ffffff; 
}

/* Right Content Area */
.pet-containers-secc .content-area {
    padding: 32px 40px;
}
.pet-containers-secc .content-header h3 {
   
    font-size: 23px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
}


.pet-containers-secc .presentation-image-box {
    width: 100%;
    height: 258px;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #f8fafc; 
}
.pet-containers-secc .presentation-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
    
.pet-containers-secc .table-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.pet-containers-secc .table {
    border-color: #e5e7eb;
}
.pet-containers-secc .table thead th {
   background-color: #fd5c63;
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding: 12px 16px;
}
.pet-containers-secc .table tbody td {
    padding: 12px 16px;
    color: #625A53;
    vertical-align: middle;
   font-size: 14px;
}

.pet-containers-secc .table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.pet-containers-secc .table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.pet-containers-secc .sec-big-title {
        margin-bottom: 2rem;
    }
   
   
   
   .buisness-section{
       padding: 4rem 0;
     
   }
   
   .buisness-section .row{
       display: flex;
       justify-content: center;
       row-gap: 30px;
     
   }
   
  .buisness-section .buisness-card{
           position: relative;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    background: #ffffff;
    z-index: 1;
   box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
   height: 100%;
   }
   
   .buisness-section .buisness-card:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fd5c63;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.buisness-section .buisness-card:hover:before {
    height: 100%;
}
.buisness-body h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.buisness-section .buisness-card:hover .buisness-body h4,
.buisness-section .buisness-card:hover .buisness-body p
{
        transition: all 0.4s ease-in-out;
    color: #ffffff;
}

.buisness-section .buisness-card:hover .buisness-icon img
{
        transition: all 0.5s ease-in-out;
        filter: brightness(0) invert(1);
}



.buisness-icon{
    margin-bottom: 1rem;
}


/* Base Section Styles */
.pet-containers-secc {
    padding: 4rem 0;
    background: #f1f3f6; 
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.pet-containers-secc .sec-big-title {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #111827;
}
.pet-containers-secc .top-nav-tabs {
    position: sticky;
      top: 72px;
    z-index: 10;
    background: #fafcfa;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 24px 20px;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 12px 12px 0 0; 
        justify-content: center;
}
.pet-containers-secc .top-nav-tabs .nav-link {
     position: relative;
    background: transparent;
    border: none;
    color: #292929;
    padding: 12px 18px 4px;
    font-size: 16px;
    font-weight: 600;
}

/* Underline */
.pet-containers-secc .top-nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background:#000000;
  transition: width 0.3s ease;
}

/* Hover */
.pet-containers-secc .top-nav-tabs .nav-link:hover::after {
  width: 80%;
}

/* Active */
.pet-containers-secc .top-nav-tabs .nav-link.active::after {
  width: 80%;
}

.pet-containers-secc .top-nav-tabs .nav-link.active {
  color: #fd5c63;
}


/* ========================================================
   CONTENT AREA & HEADER
   ======================================================== */
.pet-containers-secc .content-area {
    padding: 40px;
    background: #fafcfa; 
}

.pet-containers-secc .content-header {
    margin-bottom: 30px;
}
.pet-containers-secc .content-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}


/* ========================================================
   CUSTOM PRODUCT TABLE (Theme Updated)
   ======================================================== */
.pet-containers-secc .table-container {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.pet-containers-secc .styled-product-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

/* Header Row styling - Theme color */
.pet-containers-secc .styled-product-table thead {
    background-color: #fd5c63;
}
.pet-containers-secc .styled-product-table thead th {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 20px;
    border: none;
}

/* Sub-header row */
.pet-containers-secc .styled-product-table .sub-header-row td {
    background-color: #fff1f2; 
    color: #fd5c63;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 20px;
    border-bottom: 1px solid #ffe4e6;
}

/* Base Data Cells */
.pet-containers-secc .styled-product-table tbody td {
    padding: 16px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f2f5;
}

/* Image Cell */
.pet-containers-secc .styled-product-table .image-cell {
    text-align: center;
    border-right: 1px solid #f0f2f5;
    width: 22%;
}
.pet-containers-secc .styled-product-table .image-cell img {
   border-radius: 1rem;
       margin: 1rem 0;
   
}

/* Product Name Cell */
.pet-containers-secc .styled-product-table .name-cell strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

/* Dimensions Pill */
.pet-containers-secc .styled-product-table .dim-cell {
    text-align: right;
}
.pet-containers-secc .styled-product-table .dim-pill {
    display: inline-block;
    background-color: #fff1f2;
    color: #fd5c63;
    font-size: 13px;
    font-weight: 600;
    font-family: monospace; 
   padding: 6px 9px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.styled-product-table tbody tr {
  transition: all 0.3s ease;
  
}

/* Row hover */
.styled-product-table tbody tr:hover td:not(.image-cell) {
  background-color: #fafcfa !important;
  cursor: pointer;
}

.product-group{
    padding-bottom: 1px;
}

 .shade-guide-list {
        list-style: none;
        padding: 0;
       
    }
    
    .shade-guide-list li {
        padding: 11px 10px;
        
       
      
        display: flex;
        align-items: center;
        gap: 12px;
        
    }

    
    .shade-guide-list li:last-child {
        border-bottom: none;
    }

    .shade-guide-list i {
               color: #fd5c63;
        margin-top: 3px;
        font-size: 19px;
    }

    .shade-guide-list strong {
        color:  #292929;
    }
    
    .tarpulin-types-secc h3{
        margin-top: 2rem;}

.plastic-containers-types .styled-product-table thead th {
    text-align: center;
}

.plastic-containers-types .styled-product-table .sub-header-row td {
    text-align: center;
}

.plastic-containers-types .styled-product-table .dim-cell {
     text-align: center;
}

.plastic-containers-types .styled-product-table tbody td {
    text-align: center;
}



/* 2. Show the animated bottom line and make it red when active */
.menu-lists > li > a.active::after {
    width: 100%;
   
}

/* 3. Make the text red for the active SUB-MENU (dropdown) item */
.drop-menulist > li > a.active {
    color: #ee343b !important;
    font-weight: 600;
}

.pastry-container-secc .styled-product-table .sub-header-row td {
 text-align: left;
}


.pastry-container-secc .styled-product-table .dim-cell {
     text-align: left;
}


.kraft-container-secc .top-nav-tabs {
         justify-content: unset;
}

.our-premium-plastic .row{
    row-gap: 30px;
    justify-content: center;
}


.enquiry-formed .row:first-child {
    display: flex;
    justify-content: center;
}

 .our-premium-plastic-box span{
               margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
       }
       
    
       
.smart-scan-trigger-btn{
        padding: 7px 20px 9px;
    font-size: 17px;
    background-color: #292929;
            border: none;
}
 /* SMART SCANNER MODAL STYLES */
.smart-scan-modal-overlay {
    display: none; position: fixed; z-index: 99999; 
    left: 0; top: 0; width: 100%; height: 100%; 
    background-color: rgba(0,0,0,0.7); overflow-y: auto;
}
.smart-scan-modal-inner {
    background-color: #fff; margin: 40px auto; padding: 30px;
    border-radius: 8px; width: 90%; max-width: 800px; position: relative;
    font-family: Arial, sans-serif;
}
.smart-scan-close-btn {
    position: absolute; right: 20px; top: 15px;
    font-size: 28px; font-weight: bold; color: #666; cursor: pointer;
}
.smart-scan-close-btn:hover { color: #000; }

.smart-scan-group {
    margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #eaeaea;
}
.smart-scan-group h4 {
    color: #333; margin-bottom: 12px; font-size: 18px;
    border-left: 4px solid #292929; padding-left: 10px; 
}
.smart-scan-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
}
.smart-scan-grid label {
    display: flex; align-items: center; font-size: 14px; cursor: pointer;   text-transform: lowercase; color: #444; margin:0;
}
.smart-scan-grid input[type="checkbox"] {
    margin-right: 10px; cursor: pointer; width: 16px; height: 16px;
}

.smart-scan-input-group { margin-bottom: 15px; }
.smart-scan-input-group label { display: block; margin-bottom: 6px; font-size: 13px; color: #fd5c63;}
.smart-scan-input-group input, .smart-scan-input-group textarea { 
    width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-family: inherit;
}
.smart-scan-submit-btn { 
    background: #292929; color: white; border: none; padding: 12px 24px; 
    cursor: pointer; font-size: 16px; border-radius: 4px; font-weight: bold; width: 100%;
}
.smart-scan-submit-btn:hover { background: #292929; }


.scan-btn{
    position: relative;
  right: 6rem;
    margin-bottom: 17px;
}


.scanner-button{
  
    display: flex;
    justify-content: space-between;
}

.scanner-button .btn:hover {
    background-color: #292929 !important;
}


  /* Radio Buttons layout */
.radio-group { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 10px;}
.radio-group label { cursor: pointer; display: flex; align-items: center; gap: 5px; color: #333; }

/* Match the site's input fields (white, rounded) */
.custom-multiselect { position: relative; width: 100%; }
.multiselect-box { 
  background: #ffffff; 
  border: none; /* Removed border to match your screenshot style */
  padding: 14px 20px; 
  cursor: pointer; 
  display: flex; justify-content: space-between; align-items: center; 
  border-radius: 8px; /* Soft rounded corners */
  color: #333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05); /* Very subtle shadow */
}

.multiselect-dropdown { 
  display: none; position: absolute; top: 100%; left: 0; right: 0; 
  background: #ffffff; max-height: 220px; 
  overflow-y: auto; z-index: 99; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 8px;
  margin-top: 5px;
}
.multiselect-dropdown.show { display: block; }
.multiselect-dropdown label { 
  display: flex; align-items: center; gap: 8px; padding: 10px 20px; margin: 0; 
  cursor: pointer; border-bottom: 1px solid #f1f1f1; color: #444;
}
.multiselect-dropdown label:hover { background: #f8f9fa; }
.multiselect-dropdown label:last-child { border-bottom: none; }

/* Selected Products Display Area */
.selected-items-wrapper {
  background: #ffffff; 
  padding: 15px 20px; 
  border-radius: 8px; 
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  min-height: 90px;
}
.selected-header {
  font-size: 15px;
  color: #222;
  margin-bottom: 12px;
}
.selected-tags-container {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.placeholder-text { color: #999; font-style: italic; font-size: 14px; }

/* Sleek Tags (Matching Top Button) */
.product-tag {
  background: #2a2a2a; /* Dark gray to match ENQUIRY NOW button */
  color: #ffffff; 
  padding: 6px 14px; 
  border-radius: 30px; 
  font-size: 13px; 
  display: flex; align-items: center; gap: 8px;
}
.product-tag span.remove-tag {
  cursor: pointer; font-weight: bold; font-size: 16px; line-height: 1;
  background: rgba(255,255,255,0.15);
  border-radius: 50%; width: 20px; height: 20px; 
  display: flex; align-items: center; justify-content: center; transition: 0.2s;
}
.product-tag span.remove-tag:hover { 
  background: #ff4d4d; /* Red hover matching your contact cards/logo */
  color: #ffffff;
}

 .contact-form-wrap label{
           font-size: 13px;
       }
       
       .labeleld-class{
           font-size: 15px !important;
           font-weight: bolder;
       }
       
     
       
     .scanner-heading {
    text-align: center;
    border-bottom: 1px solid;
    max-width: max-content;
      margin: 0 auto 2rem;
    
}


.smart-scan-modal-overlay label{
    font-size: 13px !important;
           /*color: #fd5c63 !important;*/
           
}


  .scaner-fom{
           font-size: 14px !important;
           color: #292929 !important;
       }

.checkbox-ids label{
        color: #292929 !important;
}



@media (max-width: 768px) {
    .hero-banner {
        min-height: 450px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }
}



 .mobile-menu-top, 
    .mobile-menu-open {
    display:none;
    }
    
    
    .servin-multiple-industries .detail-features-card{
        background:#fff;
    }
    
.prd-listsi{
    background: #f5f6f4;
}

.prds-list{
    background:unset !important;
}


.product-list-intro .section-title.text-center {
    margin-bottom: 20px;
}