@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


form {
    padding: 0px !important;
    background-color: unset !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right:0px !important;
    padding-left:0px !important;

}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
  
  
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
    transition: all 0.5s ease;
  }

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
       font-family: "Montserrat", sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0  !importnat;;
}
ul{
    padding: 0 !important;
}
a{
    display: inline-block !important;
    text-decoration: none !important;
}
li{
    list-style: none !important;
}

.banner-navigation ul li {
    margin: 0px !important;
} */

.myClass {
    overflow: hidden !important;;
}

/* =========================== header start ======================== */
.main-header {
    background: white;
    position: relative;
    transition: 0.3s;
    padding: 0px 20px;
}
.main-header.scrolled {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(59, 59, 59, 0.34) 2px 0px 10px 0px;
    transition: 0.3s;
    animation: goDown 0.5s ease-in-out forwards;
}
 @keyframes goDown {
     0%{
            top: -60px;
        }
        100% {
            transform: translateY(0px);
        }
}
.navbar-brand {
    margin: 0 !important;
    width: 190px;
}
.navbar-brand img {
    object-fit: cover;
    width: 100%;
}
.main-menus ul li {
    margin: 0 12px;
}
.main-menus ul li a {
    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0%;
    text-transform: uppercase;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}   
.main-menus ul li a:hover{
    color: #C8102E;
    /* text-decoration: underline; */
}
.main-menus ul li:hover > a::after {
    width: 100%;
    transition: 0.8s;
}
.main-menus ul li > a::after {
    content: "";
    background-color: #C8102E;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.8s;
}
.main-menus ul li a.active::after {
    content: "";
    background-color: #C8102E;
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    transition: 0.8s;
}
.all-same-btn {
    border-radius: 100px;
    border: none;
    padding: 10px 21px;
    color: white !important;
    font-weight: 600 !important;
    position: relative;
    overflow: hidden;
    background: #C8102E!important;
}
.all-same-btn::before {
    content: '';
    background: #000;
    position: absolute;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    height: 100%;
    z-index: 1;
    top: 0;
}
.all-same-btn:hover::before {
    transform: translate3d(100%,0,0) !important;
}
.all-same-btn i {
    font-size: 22px;
}
.all-same-btn span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.login-bar .all-same-btn {
    background: black !important;
}
.login-bar .all-same-btn::before {
    background: #C8102E !important ;
}
.main-menus .dropdown-toggle::after{
    display: none;
}

.main-menus .dropdown-menu {
    border-radius: 6px 6px 0 0;
    padding: 10px;
    border-top: 4px solid #C8102E;
}
.main-menus .dropdown-item {
    color: black !important;
    padding: 8px 0;
}
  
/* -------------- hero banner start ----------------- */
.hero-banner {
    position: relative;
    padding: 70px 0;
    height: 65vh;
    z-index: 1;
}
/* .hero-banner::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background:#00000057;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
.hero-banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.hero-banner-video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-banner-meta {
    position: relative;
    z-index: 11;
}
.hero-banner-meta h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 43px;
    line-height: 55px;
    letter-spacing: 0%;
}
.hero-banner-meta p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
   margin: 10px 0 20px;
}

/* ------------- about us start ----------------- */

.kiwi-own {
    padding: 46px 0;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.kiwi-own-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.kiwi-own-wrap-bg-gry{
    background: #f3f3f3;
    padding: 30px;
    border-radius: 20px;
}
.all-same-heading {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.all-same-heading span{
  color: #C8102E;
}
.kiwi-own-meta p {
    font-size: 15px;
     font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin: 15px 0;
}
.kiwi-own-img {
    height: 450px;
    text-align: center;
    position: relative;
}  
.kiwi-own-img img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.subtitle-block {
    margin-bottom: 15px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 100px;
    background-color: white;
    border: 1px solid #C8102E;
    padding: 9.5px 14px;
    display: inline-flex;
    align-items: center;
}
.subtitle-block img {
    object-fit: cover;
    width:auto;
    height: 100%;
}
.kiwi-own-meta ul li ,.together-content ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin: 4px 0;
}
.kiwi-own-meta ul li::before,.together-content ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(200, 16, 46);
    margin-right: 8px;
    display: inline-block;
    margin-right: 5px;
}
.kiwi-own-meta ul,.together-content ul{
    margin-bottom: 15px;
}
.together-content ul {
    margin-top: 15px;
}
.selling-products-meta .all-same-heading {
    margin-bottom: 15px;
}
.subtitle-text {
    margin: 0  !important;
    color: #C8102E !important;
    text-transform: uppercase I !important;
    font-size: 12px !IMPORTANT;
    font-weight: 600 !important;
}   
.kiwi-own-meta .all-same-btn::before {
    background: black;
}
.kiwi-own-meta .all-same-btn {
    background: #C8102E;
}

.together-content p {
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    margin-top: 10px;
}
.together-content {
    padding-right: 2rem;
}
.together-content .all-same-btn {
    margin-top: 15px;
}
.together-img {
    height: 450px;
}
.together-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}


/* ---------------- services start ---------------------- */
.services-section {
    position: relative;
    background: #fafafa;
    padding: 80px 0;
}
.services-meta {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 50px;
}
.services-section-main .all-same-heading {
    margin: 10px 0;
}
.services-section-main p {
    text-align: center;
}
.services-section-main p {
    font-size: 16px;
    margin: 10px 0;
}
.services-single {
    width: 100%;
    background-color: white;
    padding:  50px 30px;
    position: relative;
    transition: .5s all;
    border: 2px solid transparent;
    display: block;
    border-radius: 16px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.01);
    height: 100%;
}
.services-single h4{
    transition: .5s all;
    font-size: 20px;
    color: #252b33  ;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 30px;
}
.services-single p{
    color: #252b33;
    font-size: 15px !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 1rem !important;
    transition: .5s all;
    transform: translateY(0px);
    text-align: start !important;
}
.clamp-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    transition: all 0.4s ease;
}
.services-single:hover{
    background-color: #FFF3E7;
    border-color: #FFBD74;
}
.service-count-1:hover {
    background-color: #c8102e47;
    border-color: #C8102E;
}
.service-count-5:hover{
   background-color: #c8102e47;
    border-color: #C8102E;
}

.service-count-4:hover{
    background-color: #EDFFF1;
    border-color: #80F199;
}
.service-count-3:hover{
    background-color: #ECFEFF;
    border-color: #80F6FE;
}
 
.services-icon {
    margin-bottom: 30px;
    transition: .5s all;
    transform: translateY(0px);
    overflow: hidden;
}
.services-icon img {
    object-position: center;
}
.services-single:hover .services-icon{
    transition: .5s all;
    transform: translateY(-10px);
}
.services-single:hover p {
    transition: .5s all;
    transform: translateY(-4px);
}
.read-more-btn {
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    transition: .5s all;
    font-style: normal;
    color: white;
    transform: translateY(0px);
}
.read-more-btn:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #C8102E;
    left: 0;
    bottom: -2px;
    transition: .5s all;
}
.services-single:hover .read-more-btn {
    transition: .5s all;
    color: #C8102E;
    transform: translateY(-3px);
}
.services-single:hover .read-more-btn:after {
    width: 100%;
}

/* -------------testimonial-section start ------------------ */
.testimonial-section {
    position: relative;
    padding: 80px 0;
    background: #e9ecef;
    z-index: 1;
} 

.testimonial-main .sub-heading {
    color: white;
} 
.testimonial-main {
    text-align: center;
}

.testi-wrap {
    position: relative;
    margin-top: 45px;
}
.testimonial-content {
    text-align: start;
    background: white;
    padding: 35px;
    border-radius: 5px;
}
.testimonial-content p {
    text-align: start;
    color: #414141;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
     -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    position: relative;
}
.testimonial-content p::before {
    content: "\f10d"; /* fa-quote-left unicode */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid icon ke liye */
    margin-right: 8px;
    display: inline-block;
    font-size: 22px;
    margin-right: 5px;
}
.testimonial-content p::after {
    content: "\f10e"; /* fa-quote-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    bottom: 10px;
    right: 15px;
    font-size: 22px;
    margin-left: 5px;
}
.testimonial-content h5 {
    color: #C8102E;
    font-size: 16px;
    font-weight: 700;
    text-align: start;
    margin-top: 15px;
}
.testimonial-content h6 {
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    text-align: start;
    margin-top: 5px;
}
.testimonial-content .read-more-btn {
    color: black;
    margin: 5px 0 10px 0;
    font-size: 14px;
    background: transparent !important;
    text-decoration: underline;
    border: unset !important;
}
.about-trust-section {
    padding: 80px 0;
}
.about-trust-section .about-trust-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 70px;
    align-items: center;
}
.ctg-img {
    width: 290px;
    border-right: 2px solid #0000009c;
    padding-right: 44px;
}
.ctg-img img {
    object-fit: cover;
    width: 100%;
}

.section-heading ul li {
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    list-style: disc !important;
    margin:0px !important;
}
.section-heading .all-same-btn {
    margin-top: 15px;
}
.our-mission-section {
    padding: 75px 0;
    position: relative;
    background: #f5f5f7;
}
.section-heading p {
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 15px 0;
}

/* ---------------- contact start ---------------------- */
/* 
.contact-section {
    position: relative;
    padding: 60px 0 ;
}
.contact-form {
    background: #fafafa;
    padding: 60px 20px;
    border-radius: 5px;
}
.contact-form h4 {
    transition: .5s all;
    font-size: 24px;
    color: #252b33;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 30px;
}
.contact-content .all-same-heading {
    margin-bottom: 20px;
}
.contact-form form {
    margin-top: 30px;
}
.contact-form form .form-group {
    margin: 13px 0;
}
.contact-form .all-same-btn {
    padding: 15px 52px;
}
.contact-content {
    padding-right: 4rem;
}
.contact-form form .form-control {
    padding: 12px;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 */

/* ---------------- HubSpot Form Styling Fix ---------------- */

.contact-section {
    position: relative;
    padding: 60px 0 ;
}

.contact-form .form-title{
    padding: 0px !important;

}

.contact-form {
    background: #fafafa !important;
    padding: 60px 20px !important;
    border-radius: 5px !important;
}

.contact-form .hsfc-Step__Content{
  background: #fafafa !important;
  padding: 00px !important;
}

.contact-form .hsfc-FieldLabel {
    display: none !important;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow {
    margin-top: 0px !important;
}


input#hs_form_target_form_724711116-3016496089335-input {
    padding: 12px;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



/* spacing between fields */
.contact-form .hsfc-Row {
    margin: 13px 0;
}

/* inputs */
.contact-form .hsfc-TextInput,
.contact-form .hsfc-TextareaInput {
    width: 100%;
    padding: 12px;
    background-color: var(--bs-body-bg) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
}

/* textarea */
.contact-form .hsfc-TextareaInput {
    min-height: 120px;
}


/* button */
.contact-form .hsfc-Button {
    padding: 15px 52px !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    width: 35% !important;
}

/* button hover */
.contact-form .hsfc-Button:hover {
    background: #333;
}

.contact-form .hsfc-Row {
    margin: 13px 0;
}

.contact-form form {
    margin-top: 30px;
}


input::placeholder{
  color:#212529 !important;
}

textarea#hs_form_target_form_137117983-2312338034837-input::placeholder {
    color:#212529 !important;
}

/* ------------- footer start ------------------ */

.main-footer {
    padding: 60px 0 0 0;
    background: #212121;
}
.footer-logo {
    width: 150px;
}
.footer-logo img {
    object-fit: cover;
    width: 100%;
}
ul.soical-links {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.footer-meta h4 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.footer-meta ul li:hover > a::after {
    width: 100%;
    transition: 0.5s;
}
.footer-meta ul li > a::after {
    content: "";
    background-color: #C8102E;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 5px;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}
.footer-meta ul li a {
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0%;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    gap: 8px;
}
.personal-information li a:after {
    display: none !IMPORTANT;
}
.soical-links li a:after {
    display: none !IMPORTANT;
}
.copy-right-section {
    padding: 30px 0;
    border-top: 1px solid #aba2a2;
    margin-top: 40px;
    text-align: center;
}
.main-footer p {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}



/* ---------- online store page start -------------------- */
/* --------- online store banner--------- */
.online-store-banner {
    position: relative;
    padding: 70px 0;
    height: 70vh;
    z-index: 1;
}
.online-store-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.online-store-banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.online-store-banner-meta{
    position: relative;
}
.online-store-banner-meta h1 {
    font-size: 42px;
    color: white;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.online-store-banner-meta p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 10px 0 20px;
}
/* -------------------- problem section start ---------------- */

.problem-section {
    position: relative;
    padding: 60px 0;
}
.problem-section-main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 35px;
    margin-top: 45px;
}

.problem-section-meta p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin-top: 12px ;
}
.problem-section-meta ul{
     margin-top: 12px ;
}
.problem-section-meta ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin: 1px 0;
}
.problem-section-meta ul li::before {
     content: "\f054"; /* fa-chevron-right unicode */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(200, 16, 46);
    margin-right: 8px;
    display: inline-block;
    margin-right: 5px;
}
.problem-section-img{
    position: relative;
}
.problem-section-img::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
    border-radius: 20px;
}
.problem-section-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.problem-section-top .problem-section-main:nth-of-type(2) {
    padding-left: 30px;
}
.problem-section-top-paragraph {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin-top: 20px;
}
.benefits-section .all-same-heading {
    text-align: center;
}
.benefits-section .subtitle-block {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.industires-section{
    position: relative;
    padding: 90px 0;
   
}
.industries-section-main {
    text-align: center;
}
.industires-section .all-same-heading{
    text-align: center  ;
}
.industries-meta {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 45px;
    margin-top: 70px;
    margin-bottom: 55px;
}
.industires-single {
    position: relative;
    transition: 0.5s;
    text-align: left;
    overflow: hidden;
}
.industires-single:hover .industires-single-icon img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.industires-single-icon {
    margin-bottom: 15px;
    font-size: 40px;
    height: 252px;
    overflow: hidden;
    width: 100%;
     transition: all 0.5s ease;
     border-radius: 10px;
}
.industires-single-icon img {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    height: 100% !important;
    
}
.industires-single h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: start  !important;
}
.industires-single p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    margin-top: 20px;
    min-height: 85px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
     text-align: start  !important;
}
.learn-more-btn {
    color: #C8102E;
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 24px;
    position: relative;
    line-height: normal;
    letter-spacing: normal;
    transition: 0.5s;
}
.learn-more-btn:hover{
    color: black !important;
    transition: 0.5s;
}
.learn-more-btn:hover::after {
    width: 100%;
    transition: 0.5s;
}
.learn-more-btn::after {
    content: "";
    background-color: #C8102E;
    display: block;
    height: 2px;
    position: absolute;
    width: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}
/* <=========== selling=================> */

.selling-products-meta {
    position: relative;
    margin: 80px 0;
}
.selling-products-carou {
    margin-top: 40px;
}
.selling-product-item {
    background: #F6F6F6;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.selling-product-item a{
    width: 100%;
}
.selling-products-img {
    width: 200px;
    height: 200px;
    padding: 10px;
    margin: auto;
}
.selling-products-img img {
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
}
.selling-product-item h4 {
    color: #1D1D1F;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    min-height: 70px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product-price{
    color: #1D1D1F;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px 0;
}
.add-to-card {
    background: #C8102E;
    border-radius: 4px;
    border: 1px solid #C8102E;
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 13px;
    transition: all 0.3s ease;
}
.add-to-card:hover{
    background: transparent;
    color: black;
     transition: all 0.3s ease;
}
.selling-products-carou .owl-nav {
    position: absolute;
    margin: 0 !important;
    right: 0;
    top: -70px;
}
.selling-products-carou .owl-nav button {
  background: #F1F1F1 !important;
    color: #000000;
   width:42PX;
    height: 42px;
   border-radius: 100px !important;
}
.selling-products-carou .owl-nav button:hover{
    color: #FAE04A !important;
}

/* ---------------  */
.cta-strip{
background:#f3f3f3;
padding:40px 20px;
}

.cta-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.cta-logo img{
height:60px !important;
}

.cta-divider{
width:1px;
height:60px;
background:#ccc;
}

.cta-text h3{
margin:0;
font-size:24px;
font-weight:600;
}

.cta-btn .all-same-btn::before {
    background: #C8102E !important;
}
.cta-btn .all-same-btn{
    background: black;
}


/* -------- comparison start ------------------ */

.bp-comparison {
    position: relative;
    padding: 60px 0;
}
.bp-title{
text-align:center;
margin-bottom:60px;
}


.bp-title p{
color:#666;
max-width:600px;
margin:auto;
}

.bp-compare-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
}
.bp-compare-grid .bp-card {
    background: #fff  !important;
    padding: 40px !important;
    border-radius: 0 !important;
    transition: 0.3s !important;
    border: none !important;
    box-shadow: none  !important;
}

.bp-card:hover{
transform:translateY(-5px) !important;
}
section.bp-comparison p {
    font-size: 16px !IMPORTANT;
    font-weight: 500;
}

.bp-card h3 {
    margin-bottom: 25px;
    font-size: 24px;
    min-height: 30px;
}
.bp-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.bp-title .all-same-heading {
    margin-bottom: 15px;
}
.bp-card li{
padding:12px 0;
border-bottom:1px solid #eee;
font-size:15px;
}
.bp-features ul li {
    font-weight: 600  !important;
}

.bp-old li::before{
content:"✕ ";
color:#999;
margin-right:6px;
}

.bp-new{
border-top:4px solid #c8102e;
}

.bp-new li::before{
content:"✔ ";
color:#c8102e;
margin-right:6px;
font-weight:bold;
}

.bp-btn{
display:inline-block;
margin-top:25px;
background:#c8102e;
color:#fff;
padding:12px 25px;
border-radius:25px;
text-decoration:none;
font-size:14px;
transition:0.3s;
}

.bp-btn:hover{
background:#a30d25;
}

/* responsive */

@media(max-width:768px){

.bp-compare-grid{
grid-template-columns:1fr;
}

.bp-title h2{
font-size:30px;
}

}

/* ------------- see store start ---------------- */
.see-store {
    position: relative;
    background: #e9ecef;
    padding: 90px 0;
    text-align: center;
}

.see-store-main p {
    margin: 15px 0;
}

.pricing-section {
    position: relative;
    padding: 90px 0;
}


.pricing-section table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    margin-top: 30px;
}


.pricing-section td, .pricing-section th {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}


.pricing-section th {
    background: #C8102E;
    color: white;
    text-align: center;
    font-size: 16px;
}


.table-custom-row {
    background:#f3f3f3;
    color:black;
    font-weight:bold;
}


.sub {
    background:#f1f3f7 !important;
    font-weight:bold;
}



/* Responsive */
@media(max-width:768px){
    td, th {
        font-size:12px;
        padding:8px;
    }
}

.program-section {
    position: relative;
    padding: 0 0 90px 0;
}
.program-section-main .all-same-heading {
    text-align: center;
}
.program-section-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 21px 10px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.program-meta-single {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    border: 1px solid #c9c9c9;
    border-radius: 100px;
}
.program-icon {
    width: 32px;
}
.program-icon img {
    object-fit: cover;
    width: 100%;
}
.program-meta-single h6 {
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.journey-section {
    position: relative;
    padding: 0 0 90px 0;
}
.journey-content table {
    width: 100%;
}
.journey-content table td,.journey-content table tr{
        border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.journey-meta {
    position: relative;
    margin-top: 40px;
}
.journey-section-main .all-same-heading {
    text-align: center;
}
.journey-section-main .accordion-button {
    color: black;
    background-color: unset !important;
    box-shadow: unset !important;
}
.journey-section-main .accordion-item {
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: unset  !important;
}
.accordion-button:not(.collapsed) {
    background: #e9ecef ! IMPORTANT;
}
.journey-content {
    position: relative;
    padding: 15px;
}   


/* -------------  .decoration-banner  start --------------- */

.decoration-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
  padding:60px 0;
    position: relative;z-index: 1;
}
section.decoration-banner::before {
    content: ' ';
    position: absolute;
/*     background: linear-gradient(271deg, #00000029 0%, #00000014 60%, #000a1838 100%); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.decoration-banner-main h1 {
    font-size: 42px;
    color: white;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.decoration-banner-main p {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 10px 0 20px;
}
.banner-navigation ul {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.banner-navigation ul li a {
    font-size: 16px;
    font-weight: 500;
    color: white;
    line-height: normal;
    letter-spacing: 1px;
    position: relative;
}
.banner-navigation ul li a.active{
    cursor: no-drop;
}
.banner-navigation ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(200, 16, 46);
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}
.banner-navigation ul li:last-child a::before{
 display: none;
}

/* =========================== brand start ============================= */
.brand-section {
    position: relative;
/*     padding: 90px 0 0; */
}

.our-story-overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
}
.our-story-overly img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.brand-heading {
    margin-bottom: 40px;
}
.brand-heading .all-same-heading {
    margin-bottom: 10px;
}
.brand-heading p{
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 15px 0;
}

.brand-meta {
    border-top: 2px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 30px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.brand-content {
    position: relative;
    flex: 0 0 67%;
}
.brand-meta h3 {
    color: #13131314;
    font-weight: 500;
    font-size: 84px;
    line-height:normal;
    letter-spacing: 0%;
}
.brand-img {
    height: 410px;
    margin-top: 25px;
}
.brand-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.brand-content p {
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 15px 0;
}



/* category css */

.bp-category-section {
    padding: 100px 0 0;
    /* background: linear-gradient(135deg, #fff 0%, #faf9ff 100%); */
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    position: relative;
    overflow: hidden;
}

.bp-category-section::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(227, 30, 36, 0.03), transparent 70%);
    pointer-events: none;
}

.bp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Header Styles */
.bp-header {
    text-align: center;
    margin-bottom: 70px;
}

.bp-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ca2637;
    background: rgba(227, 30, 36, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.bp-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.bp-highlight {
    background: linear-gradient(135deg, #ca2637 0%, #ca2637 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.bp-description {
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #5a6874;
    margin: 0 auto;
}

/* Grid Layout - Responsive */
.bp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}

/* Card Styles */
.bp-card {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bp-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 25px 40px -12px rgba(227, 30, 36, 0.15); */
    border-color: rgba(227, 30, 36, 0.2);
}

/* Card Media - UPDATED: Fixed image cropping */
.bp-card-media {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    /* background: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.bp-card-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    mix-blend-mode: darken;
}

.bp-card:hover .bp-card-media img {
    transform: translate(-50%, -50%) scale(1.05);
}

.bp-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(227, 30, 36, 0.9); */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.bp-card:hover .bp-card-overlay {
    opacity: 1;
}

.bp-shop-now {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.bp-card:hover .bp-shop-now {
    transform: translateY(0);
}

/* Card Content */
.bp-card-content {
    padding: 20px;
    background: white;
}

.bp-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px 0;
    transition: color 0.2s ease;
}

.bp-card:hover .bp-card-title {
    color: #ca2637;
}

.bp-card-desc {
        color: black;
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}

.bp-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.bp-products-count {
    font-size: 0.75rem;
    font-weight: 500;
    color: #ca2637;
    background: rgba(227, 30, 36, 0.08);
    padding: 4px 10px;
    border-radius: 20px;
}

.bp-arrow {
    font-size: 1rem;
    color: #aaa;
    transition: all 0.2s ease;
}

.bp-card:hover .bp-arrow {
    color: #ca2637;
    transform: translateX(4px);
}

/* CTA Section */
/* Updated CTA Section with Image */
.bp-cta {
    background: #fafafa;
    border-radius: 32px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.bp-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.bp-cta-content {
    flex: 1;
    text-align: left;
}

.bp-cta-image {
    flex: 0.8;
    text-align: center;
}

.bp-cta-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    filter: brightness(0.9) contrast(1.1);
    transition: transform 0.3s ease;
}

.bp-cta:hover .bp-cta-image img {
    transform: scale(1.02);
}

.bp-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    /* background: radial-gradient(circle, rgba(227, 30, 36, 0.2), transparent); */
    border-radius: 50%;
}

.bp-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 250px;
    height: 250px;
    /* background: radial-gradient(circle, rgba(227, 30, 36, 0.15), transparent); */
    border-radius: 50%;
}

.bp-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: black;
    margin: 0 0 12px 0;
}

.bp-cta-text {
    font-size: 1rem;
    color: black;
    margin: 0 0 28px 0;
    max-width: 500px;
}

.bp-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e31e24;
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.3);
}

.bp-cta-button:hover {
    background: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 30, 36, 0.4);
}

.bp-cta-button svg {
    transition: transform 0.2s ease;
}

.bp-cta-button:hover svg {
    transform: translateX(4px);
}

/* Responsive Styles for CTA */
@media (max-width: 992px) {
    .bp-cta {
        padding: 45px 30px;
    }
    
    .bp-cta-container {
        gap: 40px;
    }
    
    .bp-cta-title {
        font-size: 1.75rem;
    }
    
    .bp-cta-image {
        flex: 0.9;
    }
}

@media (max-width: 768px) {
    .bp-cta {
        padding: 35px 24px;
    }
    
    .bp-cta-container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .bp-cta-content {
        text-align: center;
    }
    
    .bp-cta-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bp-cta-image {
        flex: auto;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .bp-cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .bp-cta-title {
        font-size: 1.25rem;
    }
    
    .bp-cta-text {
        font-size: 0.9rem;
    }
    
    .bp-cta-button {
        padding: 12px 28px;
        font-size: 0.85rem;
    }
    
    .bp-cta-image {
        width: 90%;
    }
}
/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .bp-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .bp-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 992px) {
    .bp-category-section {
        padding: 80px 0;
    }
    
    .bp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .bp-title {
        font-size: 2.2rem;
    }
    
    .bp-cta {
        padding: 45px 30px;
    }
    
  
}

@media (max-width: 768px) {
        padding: 60px 0;
    }
    
    .bp-container {
        padding: 0 20px;
    }
    
    .bp-header {
        margin-bottom: 40px;
    }
    
    .bp-subtitle {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }
    
    .bp-title {
        font-size: 1.8rem;
    }
    
    .bp-description {
        font-size: 0.95rem;
    }
    
    .bp-grid {
        gap: 20px;
        margin-bottom: 50px;
    }
    
    .bp-card-title {
        font-size: 1rem;
    }
    
    .bp-card-desc {
        font-size: 0.75rem;
        margin-bottom: 12px;
    }
    
}

@media (max-width: 480px) {
    .bp-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .bp-title {
        font-size: 1.5rem;
    }
    
    .bp-card-media {
        padding-top: 70%;
    }
    
    .bp-card-content {
        padding: 16px;
    }
    
 
}
/* category css ended */




/* cleint sider css */

/* Client Slider Section - Custom Classes with bp-cs prefix */
.bp-cs-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #fef9f9 0%, #ffffff 100%); */
    overflow: hidden;
    position: relative;
}

.bp-cs-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.bp-cs-header {
    text-align: center;
    margin-bottom: 50px;
}

.bp-cs-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e31e24;
    background: rgba(227, 30, 36, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.bp-cs-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin: 0;
    letter-spacing: -0.02em;
}

.bp-cs-highlight {
    background: #c8102e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bp-cs-main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bp-cs-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    color: #2c3e50;
}

.bp-cs-arrow:hover {
    background: #e31e24;
    border-color: #e31e24;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(227, 30, 36, 0.3);
}

.bp-cs-arrow:active {
    transform: scale(0.95);
}

.bp-cs-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex: 1;
}

.bp-cs-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    width: fit-content;
}

.bp-cs-item {
    /* flex-shrink: 0; */
    width: 180px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
    /* filter: grayscale(0.3); */
    /* opacity: 0.7; */
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); */
}

.bp-cs-item:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
    border-color: rgba(227, 30, 36, 0.2);
    box-shadow: 0 10px 25px -8px rgba(227, 30, 36, 0.1);
}

.bp-cs-item img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    object-fit: contain;
}

.bp-cs-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.bp-cs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.bp-cs-dot.active {
    width: 28px;
    border-radius: 5px;
    background: #e31e24;
}

.bp-cs-dot:hover {
    background: #e31e24;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
    .bp-cs-item {
        width: 160px;
        height: 100px;
        padding: 16px;
    }
    
    .bp-cs-track {
        gap: 25px;
    }
    .bp-cs-item img{
        max-width: 100%; 
     max-height: 100%;
    }
}

@media (max-width: 768px) {
    .bp-cs-section {
        padding: 60px 0;
    }
    
    .bp-cs-title {
        font-size: 1.8rem;
    }
    
    .bp-cs-arrow {
        width: 40px;
        height: 40px;
    }
    
    .bp-cs-arrow svg {
        width: 20px;
        height: 20px;
    }
    
    .bp-cs-item {
        width: 140px;
        height: 90px;
        padding: 14px;
    }
    
    .bp-cs-track {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .bp-cs-main {
        gap: 12px;
    }
    
    .bp-cs-arrow {
        width: 36px;
        height: 36px;
    }
    
    .bp-cs-item {
        width: 120px;
        height: 80px;
        padding: 12px;
    }
    
    .bp-cs-track {
        gap: 15px;
    }
    
    .bp-cs-title {
        font-size: 1.5rem;
    }
}
/* client slider ended */


 /* Kits Section 1 - Header Section */
.bpk-header-section {
    padding: 80px 0 40px 0;
    background: linear-gradient(135deg, #fff 0%, #faf9ff 100%);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.bpk-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.bpk-header {
    text-align: center;
}

.bpk-subtitle-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.bpk-subtitle-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bpk-subtitle-text {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c8102e;
    background: rgba(200, 16, 46, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    margin: 0;
    display: inline-block;
}

.bpk-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
}

.bpk-highlight {
    color: #c8102e;
    position: relative;
}

.bpk-description {
    max-width: 900px;
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 auto 16px auto;
}

/* Kits Section 2 - How Section */
.bpk-how-section {
    padding: 40px 0;
    background: #ffffff;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.bpk-how-wrapper {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 40px;
    /* background: #ffffff; */
    border-radius: 28px;
    position: relative;
   
}

.bpk-how-icon {
    margin-bottom: 24px;
}

.bpk-how-icon svg {
    filter: drop-shadow(0 2px 4px rgba(200, 16, 46, 0.1));
}

.bpk-how-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: -0.01em;
}

.bpk-how-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* Kits Section 3 - Cards Section */
.bpk-cards-section {
    padding: 40px 0 80px 0;
    background: linear-gradient(135deg, #fff 0%, #faf9ff 100%);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.bpk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bpk-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bpk-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 16, 46, 0.2);
    /* box-shadow: 0 25px 40px -12px rgba(200, 16, 46, 0.15); */
}

.bpk-card-icon {
    width: 70px;
    height: 70px;
    background: rgba(200, 16, 46, 0.08);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.bpk-card:hover .bpk-card-icon {
    background: rgba(200, 16, 46, 0.15);
    transform: scale(1.05);
}

.bpk-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.bpk-card-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 0 20px 0;
}

.bpk-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c8102e;
    text-decoration: none;
    transition: all 0.2s ease;
}

.bpk-card-link:hover {
    gap: 12px;
    color: #a00d27;
}

.bpk-card-link::after {
    content: '→';
    transition: transform 0.2s ease;
}

.bpk-card-link:hover::after {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
    .bpk-title {
        font-size: 2.3rem;
    }
    
    .bpk-how-title {
        font-size: 1.8rem;
    }
    
    .bpk-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .bpk-header-section {
        padding: 60px 0 30px 0;
    }
    
    .bpk-how-section {
        padding: 30px 0;
    }
    
    .bpk-cards-section {
        padding: 30px 0 60px 0;
    }
    
    .bpk-container {
        padding: 0 20px;
    }
    
    .bpk-title {
        font-size: 1.8rem;
    }
    
    .bpk-description {
        font-size: 0.95rem;
    }
    
    .bpk-how-wrapper {
        padding: 35px 24px;
    }
    
    .bpk-how-title {
        font-size: 1.5rem;
    }
    
    .bpk-how-description {
        font-size: 0.95rem;
    }
    
    .bpk-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .bpk-card {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .bpk-title {
        font-size: 1.5rem;
    }
    
    .bpk-how-title {
        font-size: 1.3rem;
    }
    
    .bpk-card {
        padding: 24px;
    }
    
    .bpk-card-icon {
        width: 55px;
        height: 55px;
    }
    
    .bpk-card-icon svg {
        width: 32px;
        height: 32px;
    }
}
/* Updated icon styles for Flaticon images */
.bpk-card-icon {
    width: 70px;
    height: 70px;
    background: rgba(200, 16, 46, 0.08);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.bpk-card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(1882%) hue-rotate(340deg) brightness(92%) contrast(91%);
}

.bpk-card:hover .bpk-card-icon {
    background: rgba(200, 16, 46, 0.15);
    transform: scale(1.05);
}

.bpk-card:hover .bpk-card-icon img {
    transform: scale(1.05);
}

.frequency-questions {
    position: relative;
    padding: 80px 0;
}
.we-work {
    position: relative;
    padding: 60px 0;
    text-align: center;
}
.we-work-meta {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 60px;
}
span.we-work-icon {
    background: #f5f5f5f2;
    color: #C8102E;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.we-work-single h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.we-work-single p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
}

/* case studies css  */



/* Case Studies Page - Unique CSP Prefix */
.csp-main-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #faf9ff 100%);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.csp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.csp-header {
    text-align: center;
    margin-bottom: 60px;
}

.csp-subtitle-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.csp-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c8102e;
    background: rgba(200, 16, 46, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    margin: 0;
}

.csp-title {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.csp-highlight {
    color: #c8102e;
}

.csp-description {
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 auto;
}

/* Feature Story Section */
.csp-feature {
    background: white;
    border-radius: 32px;
    padding: 50px;
    margin-bottom: 60px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.csp-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.csp-feature-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #c8102e;
    background: rgba(200, 16, 46, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.csp-feature-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.csp-feature-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 16px 0;
}

.csp-feature-metrics {
    display: flex;
    gap: 30px;
    margin: 30px 0 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.csp-metric-item {
    text-align: left;
}

.csp-metric-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #c8102e;
    margin-bottom: 4px;
}

.csp-metric-label {
    font-size: 0.75rem;
    color: #6c757d;
}

.csp-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #c8102e;
    text-decoration: none;
}

.csp-feature-link:hover {
    gap: 12px;
}

.csp-feature-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

/* Problem & Solution Section */
.csp-problem-solution {
    margin-bottom: 60px;
}

.csp-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.csp-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
}

.csp-section-desc {
    font-size: 1rem;
    color: #6c757d;
}

.csp-ps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.csp-problem, .csp-solution {
    background: white;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.csp-ps-icon {
    margin-bottom: 20px;
}

.csp-ps-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
}

.csp-ps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.csp-ps-list li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: #4a5568;
}

.csp-ps-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #c8102e;
}

/* Results Section */
.csp-results {
    margin-bottom: 60px;
}

.csp-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.csp-result-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.csp-result-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #c8102e;
    margin-bottom: 12px;
}

.csp-result-label {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.csp-result-desc {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Testimonial Section */
.csp-testimonial {
    background: #f8f9fa;
    border-radius: 32px;
    padding: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.csp-testimonial-content svg {
    margin-bottom: 24px;
}

.csp-testimonial-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #2d3748;
    max-width: 800px;
    margin: 0 auto 24px;
    font-style: italic;
}

.csp-testimonial-author {
    text-align: center;
}

.csp-testimonial-author strong {
    display: block;
    font-size: 1rem;
    color: #000000;
    margin-bottom: 4px;
}

.csp-testimonial-author span {
    font-size: 0.85rem;
    color: #6c757d;
}

/* More Stories Grid */
.csp-more-stories {
    margin-bottom: 60px;
}

.csp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.csp-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.csp-card-image {
    height: 220px;
    overflow: hidden;
}

.csp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csp-card-content {
    padding: 24px;
}

.csp-card-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #c8102e;
    background: rgba(200, 16, 46, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.csp-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.csp-card-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 0 20px 0;
}

.csp-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c8102e;
    text-decoration: none;
}

.csp-card-link:hover {
    gap: 10px;
}

/* CTA Section */
.csp-cta {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 32px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.csp-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(200, 16, 46, 0.2), transparent);
    border-radius: 50%;
}

.csp-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(200, 16, 46, 0.15), transparent);
    border-radius: 50%;
}

.csp-cta-content {
    position: relative;
    z-index: 1;
}

.csp-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0 0 12px 0;
}

.csp-cta-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 28px 0;
}

.csp-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c8102e;
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: gap 0.3s ease;
}

.csp-cta-button:hover {
    gap: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .csp-feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .csp-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .csp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .csp-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .csp-main-section {
        padding: 60px 0;
    }
    
    .csp-container {
        padding: 0 20px;
    }
    
    .csp-feature {
        padding: 30px;
    }
    
    .csp-ps-grid {
        grid-template-columns: 1fr;
    }
    
    .csp-results-grid {
        grid-template-columns: 1fr;
    }
    
    .csp-grid {
        grid-template-columns: 1fr;
    }
    
    .csp-title {
        font-size: 2rem;
    }
    
    .csp-section-title {
        font-size: 1.8rem;
    }
    
    .csp-cta {
        padding: 40px 24px;
    }
    
    .csp-cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .csp-title {
        font-size: 1.5rem;
    }
    
    .csp-feature-title {
        font-size: 1.4rem;
    }
    
    .csp-feature-metrics {
        flex-direction: column;
        gap: 15px;
    }
}
.csp-header-section{
padding-top: 70px;

}


/* online store css */

.program-section-meta {
    flex-wrap: unset;
    flex-direction: column;
}

.program-meta-single {
    gap: 20px;
    padding: 18px 30px;
    border-radius: 20px;
    width: 100%;
}

.program-meta-single h6 {
    font-size: 18px;
    margin-bottom: 8px;
}

.program-meta-single p {
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}

.program-icon {
    width: 65px;
    background: #c9c9c93d;
    padding: 12px;
    border-radius: 100px;
}

.pricing-section-main .all-same-heading {
    text-align: center;
}

/* .sub {
    background: white;
} */

.sub td {
    border: none;
    border-bottom: 1px solid #C8102E;
    font-weight: bold;
}

.pricing-section td,
.pricing-section th {
    border: none;
    border-bottom: 1px solid #ddd !important;
}

.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 40px;
}

.pain-card {
    border: 1px solid #2a314257;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.2s ease;
}

.pain-card:hover {
    border-color: #3d4559;
    transform: translateY(-2px);
}

.problem-section-top {
    text-align: center;
}

.pain-card .icon {
    font-size: 38px;
    margin-bottom: 1.25rem;
  padding: 0px !important;
  background: unset !important;
}

.pain-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: black;
}

.pain-card p {
    color: black;
    font-size: 0.9rem;
    line-height: 1.6;
}

.comparison-table-wrap {
    margin: 0 auto;
    border: 1px solid #2a314257;
    border-radius: 12px;
    background: #0f1117;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: unset !IMPORTANT;
    border: unset !important;
    margin-bottom: 0  !IMPORTANT;
}

.comparison-table th,
.comparison-table td {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid #2a314257;
    color: white;
}

.comparison-table th {
    background: #1e2433;
    font-weight: 600;
    font-size: 0.9rem;
}

.comparison-table td {
    background: #1a1f2b;
    font-size: 0.875rem;
}

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

.comparison-table .highlight {
    background: rgba(59, 130, 246, 0.08);
}

.comparison-table th.highlight {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.check {
    color: #10b981;
    font-weight: 600;
}

.cross {
    color: #c3c4c7;
}


.solution-section,
.features-section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

.solution-section .all-same-heading {
    margin-bottom: 15px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
    .pain-grid {
    grid-template-columns: repeat(1, 1fr);
}
.store-header {
    flex-direction: column;
    gap: 20px;
}
}

.step-card {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #C8102E, #7b1818);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.step-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-card p {
    color: black;
    font-size: 0.9rem;
}

.bento-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
    margin-top: 40px;
}

.bento-card {
    border: 1px solid #2a314257;
    border-radius: 12px;
    padding: 2rem;
    min-height: 180px;
    transition: all 0.2s ease;
}

.bento-card:hover {
    border-color: #3d4559;
}

.bento-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.bento-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.bento-card:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.bento-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.bento-card:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 3;
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-card:nth-child(1),
    .bento-card:nth-child(2),
    .bento-card:nth-child(3),
    .bento-card:nth-child(4),
    .bento-card:nth-child(5) {
        grid-column: 1;
        grid-row: auto;
    }
}

.bento-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid #2a314257;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.bento-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bento-card p {
    color: black;
    font-size: 0.9rem;
    line-height: 1.6;
}

.features-section {
    text-align: start;
}

.features-section-main .all-same-heading {
    margin-bottom: 15px;
}

.store-mockup {
    margin-top: 40px;
    border: 1px solid #2a3142;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.store-browser {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #2a3142;
    background: #1e2433;
}

.browser-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.browser-dot:nth-child(1) {
    background: #ff5f57;
}

.browser-dot:nth-child(2) {
    background: #febc2e;
}

.browser-dot:nth-child(3) {
    background: #28c840;
}

.browser-url {
    flex: 1;
    margin-left: 1rem;
    background: #0f1117;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    color: #6b7280;
    border: 1px solid #2a3142;
}

.store-header {
    background: linear-gradient(135deg, #1e3a5f, #0f2744);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.store-brand-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.store-brand-name {
    font-weight: 600;
    font-size: 1.125rem;
    color: white;
}

.store-nav-links {
    display: flex;
    gap: 2rem;
}

.store-nav-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease;
}

.store-nav-links a:hover {
    color: white;
}

.store-content {
    padding: 2rem;
    background: #151921;
}

.store-hero {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
    border-radius: 12px;
    border: 1px solid #2a3142;
    margin-bottom: 2rem;
}

.store-hero h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: white;
}

.store-hero p {
    color: #9ba3b5;
    font-size: 0.9rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-card {
    background: #1a1f2b;
    border: 1px solid #2a3142;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s ease;
}


.product-image {
    width: 100%;
    aspect-ratio: 1;
    background: #1e2433;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.product-card h4 {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: white;
}

.product-card .price {
    color: #60a5fa;
    font-size: 0.85rem;
    font-weight: 600;
}
    .preview-section {
    position: relative;
    padding: 60px 0;
}
.preview-section-main .all-same-heading {
    margin-bottom: 15px;
}


/* case studies css end  */
.dnd-section > .row-fluid, .content-wrapper, .header__wrapper {
    max-width: 100%;
}