/*========== GENERAL STYLE =================================*/
  :root{
    --text-color-light:#5a5a5a;
    --text-color-white:#ffffff;
    --text-color:#000000;
    --bg-color-light:#e9e9e9;
    --bg-color-black:#000000;
    --bg-color-white:#ffffff;
    --pro-shadow: 0 1px 2px 0 rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.13);
  }
*, ::after, ::before{ box-sizing: border-box; }
a{ text-decoration: none; }
ul li {list-style: none;}
.pro-shadow{box-shadow: var(--pro-shadow);}
.text-color-light{ color: var(--text-color-light);}
.text-color-white{ color: var(--text-color-white) !important;}
.text-color{ color: var(--text-color);}
.bg-color-white{ background-color: var(--bg-color-white) !important;}
.bg-color-light{ background-color: var(--bg-color-light) !important;}
.border-light1{ border: 1px solid var(--bg-color-light);}
.border-light-left{border-left: 1px solid var(--bg-color-light);}

.font-family-heading,.font-family-sub-heading,.font-family{font-family: var(--font-family);}
button.button:focus,button.btn:focus,input:focus,select:focus,textarea:focus{
    outline: 0 !important;box-shadow: none !important;border-color:none; }
/*========== STYLE ==================================*/
.displayBlock {display: block;}
.displayFlex {display: flex;}
.displayFlex-md {display: flex;}
.justifyContent {justify-content: center;}
.justifyBetween {justify-content: space-between;}
.alignItems {align-items: center;}
.alignItemsEnd {align-items: end;}
.width-100 {width: 100%;}
.height-100 {height: 100%;}
.w-fit-content {width: fit-content;}
.w-max-content {width: max-content;}
.text-center {text-align: center !important;}
.text-left {text-align: left !important;}
.font-12 {font-size: 12px !important;font-weight: 400;}
.font-13 {font-size: 13px !important;}
.font-14 {font-size: 14px !important;}
.font-15 {font-size: 15px !important;}
.p-relative {position: relative;}
.p-unset {position: unset !important;}
.gap-8px {gap: 8px;}
.font-w-normal {font-weight: 400 !important;}
.font-w-semibold {font-weight: 600 !important;}
.font-w-bold {font-weight: 700 !important;}
.cursor-pointer {cursor: pointer !important;}
.underline-text {text-decoration: underline !important;}
/*========== Padding & Margin STYLE ==================================*/
.padding-0 {padding: 0 !important;}
.padding-t-0 {padding-top: 0 !important;}
.padding-l-0 {padding-left: 0 !important;}
.padding-r-0 {padding-right: 0 !important;}
.padding-b-0 {padding-bottom: 0 !important;}
.margin-0 {margin: 0 !important;}
.margin-t-0 {margin-top: 0 !important;}
.margin-l-0 {margin-left: 0 !important;}
.margin-r-0 {margin-right: 0 !important;}
.margin-b-0 {margin-bottom: 0 !important;}
.margin-x-auto {margin-left: auto !important;margin-right: auto !important;}
.margin-right-4 {margin-right: 4px;}
.margin-left-4 {margin-left: 4px;}
.margin-bottom-4 {margin-bottom: 4px !important;}
.margin-bottom-10 {margin-bottom: 10px !important;}
/*========== Radius STYLE ==================================*/
.b-radius-4 {border-radius: 4px;}
.b-radius-8 {border-radius: 8px !important;}
.b-radius-50 {border-radius: 50px;}
.b-radius-100 {border-radius: 100%;}
/*========== BUTTON STYLE ==================================*/
.pro-btn {
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: normal !important;
    text-transform: capitalize;
    vertical-align:middle;
    padding: 8px 20px;
    width: fit-content;
    min-height: 40px;
    border: 1px solid transparent;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    z-index: 1;
    transition: all 0.7s ease;
  }
.pro-btn-black {color: var(--text-color);border-color: var(--text-color);}
.pro-btn-bg-black, .pro-btn-black:hover {color: var(--text-color-white);background-color: var(--text-color);}
.pro-btn-white {color: var(--text-color-white);border-color: var(--text-color-white);}
.pro-btn-bg-white, .pro-btn-white:hover {color: var(--text-color);background-color: var(--text-color-white);}
.pro-btn-black svg, .pro-btn-bg-white svg, .pro-btn-white:hover svg {fill: var(--text-color);transition: all 0.7s ease;}
.pro-btn-bg-black svg, .pro-btn-black:hover svg, .pro-btn-white svg {fill: var(--text-color-white);transition: all 0.7s ease;}
.pro-btn-small {font-size:14px;padding: 4px 12px;min-height: 32px;}
.pro-btn-small svg {width: 20px;height: 20px;}
.no-bg-btn {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}
/*========== HEADING STYLE =================================*/
.pro-mainHeading{
    font-size:2.4rem;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0;
    color:var(--text-color-first);
    font-family: var(--font-family);
    text-transform: capitalize;
    margin-bottom: 16px;
}
.pro-largeHeading {
    font-size: 2rem;
    color: var(--text-color);
    letter-spacing: 0;
    font-family: var(--font-family);
    font-weight: 600;
    margin-bottom: 24px;
}
.pro-subHeading {
    font-size: 1.8rem;
    color: var(--text-color);
    letter-spacing: 0;
    font-family: var(--font-family);
    font-weight: 600;
    margin-bottom: 24px;
}
.pro-smallHeading {
    font-size: 1.1rem;
    color: var(--text-color);
    letter-spacing: 0;
    font-family: var(--font-family);
    font-weight: 600;
    margin-bottom: 16px;
}
.pro-p {
    font-weight: 400;
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    font-family: var(--font-family);
    margin-bottom: 16px;
}
/*========== TEXT LIMIT STYLE =======================*/
.pro-text-limit-1,.pro-text-limit-2,.pro-text-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.pro-text-limit-1 {-webkit-line-clamp: 1;white-space: nowrap;}
.pro-text-limit-2 {-webkit-line-clamp: 2;}
.pro-text-limit-3 {-webkit-line-clamp: 3;}
/*========== OWL CAROUSEL ===========================*/
.carouselHeading {width: 76%;}
/*========== page =================================*/
.section-area {width: 100%;padding: 60px 0;overflow-x: hidden;}
.pro-search-section {
    text-align: center;
    width: 100%;
    padding: 60px 16%;
    background-color: var(--bg-color-light);
}
.pro-search {padding: 0 16px 0 0;margin: 32px 0;}
.pro-search input {height: 44px;padding: 4px 16px;}
.top-rated {overflow-y: hidden;overflow-x: auto;padding-left: 8px !important;justify-content: left;}
.top-rated li {padding-right: 8px;}
.top-rated li:last-child {padding-right: 0;}
.top-rated-btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding: 4px 12px;
    margin: 0;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    width: max-content;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}
.top-rated-btn:hover, .top-rated-btn.active {color: var(--text-color-white);background-color: var(--text-color);}
.p-top-rated {min-width: 70px;}
.categories-grid {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
.categories-grid .category-card {width: 23.65%;margin-bottom: 10px;}
.categories-grid .category-pro-card {width: 49%;border-bottom: 1px solid var(--bg-color-light);padding-bottom: 16px;}
.categories-grid .category-pro-card:last-child,
.categories-grid .category-pro-card:nth-last-child(2) {border-bottom: none;padding-bottom: 0;}
.pro-card {width: 100%;padding: 12px 12px 20px 12px;}
.pro-card .pro-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    padding: 4px;
    margin-bottom: 20px;
}
.promoted-pro-carousel .pro-card .pro-img {height: 160px;margin-bottom: 15px;}
.pro-ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid var(--bg-color-light);
    width: 100%;
    transition: all 0.7s ease;
}
.pro-ul li a span {color: var(--text-color-light);}
.pro-ul li a svg {fill: var(--text-color-light);min-width: 20px;height: 20px;}
.pro-ul li a:hover span {color: var(--text-color);}
.pro-ul li a:hover svg {fill: var(--text-color);}
.pro-card2-info {width: 80%;}
.category-pro-card .pro-smallHeading {margin-bottom: 6px;}
.pro-card2 .pro-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    border: 1px solid var(--bg-color-light);
    margin-right: 16px;
}
.pro-card-60 {min-width: 60%;width: 60%;min-height: 100%;padding: 8px;display: block;text-align: center;}
.pro-card-40 {min-width: 40%;width: 40%;min-height: 100%;padding: 8px;display: block;text-align: center;}
.pro-card3-img {min-width: 20%;width: 20%;min-height: 100%;padding: 8px;display: block;text-align: center;}
.pro-card3-info {min-width: 60%;width: 60%;min-height: 100%;padding: 8px;display: block;}
.pro-card3 {margin-bottom: 20px;border-radius: 20px;}
.pro-card3 .pro-img {
    width: 100%;
    height: 150px;
    margin: 30px 0 0 0;
    object-fit: contain;
    object-position: center;
    background-color: var(--bg-color-white);
}
.pro-card3 .pro-logo {
    width: 60px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}
.sponsored-tag {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 4px 12px;
    border-radius: 0 0 6px 6px;
    z-index: 2;
}
.sponsored-tag span {font-size: 16px;font-weight: 400;}
.sponsored-tag span strong {font-weight: 700;color: var(--text-color-white);}
.off-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
}
.sponsored-color1 {color: #fa5c81;}
.sponsored-bg1 {background-color: #fa5c81;}
.sponsored-bg2 {background-color: #d4af37;}
.feature-area {
    width: 100%;
    border-top: 1px solid var(--bg-color-light);
    padding: 12px 20px;
    margin-top: 12px;
}
.feature-details{max-height: 48px;overflow: hidden;transition: 0.2s cubic-bezier(.4, 0, .2, 1);}
.feature-details.max-300{max-height: 300px;}
.feature-list li{line-height: 1}
.pro-card-grid .pro-ul li a {padding: 4px 0;border-bottom: none;}
.custom-select {
    position: relative;
    display: inline-block;
    width: 200px;
}
.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 40px 8px 12px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #111;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    transition: background-image .12s linear, transform .12s ease;
}
.custom-select select:focus {
    outline: none;
    box-shadow: none;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.popup-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.popup-close {
    position: absolute;
    font-size: 28px;
    line-height: 36px;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}
.popup-title {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bg-color-light);
}


/*========== page end =================================*/

/*========== @media screen =================================*/
@media screen and (max-width: 1200px) {
    .categories-grid .category-card {width: 23.38%;}
    .categories-grid .category-pro-card {width: 48.9%;}
}
@media screen and (max-width: 1024px) {
    .pro-mainHeading{font-size: 2.2rem;}
    .pro-largeHeading {font-size: 1.8rem;}
    .pro-subHeading {font-size: 1.6rem;}
    .pro-search-section {padding: 52px 8%;}
    .section-area {padding: 52px 0;}
    .pro-card .pro-img {height: 180px;}
    .categories-grid .category-pro-card {width: 48.5%;}
    .pro-card2-info {width: 76%;}

}
@media screen and (max-width: 991px) {
    .pro-mainHeading{font-size: 2rem;}
    .pro-largeHeading {font-size: 1.6rem;}
    .pro-subHeading {font-size: 1.4rem;}
    .pro-smallHeading {font-size: 1rem;}
    .pro-p {font-size: 0.9rem;}
    .font-13 {font-size: 12.4px !important;}
    .font-14 {font-size: 13.4px !important;}
    .pro-search-section {padding: 48px 32px;}
    .section-area {padding: 48px 0;}
    .categories-grid .category-card {width: 31.4%;}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {width: 26px;height: 26px;}
    .owl-carousel .owl-nav button.owl-prev {right: 36px;}
    .owl-carousel .owl-nav button.owl-next::after, .owl-carousel .owl-nav button.owl-prev::after {width: 8px;height: 8px;}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {top: -50px;}
    .pro-card2-info {width: 68%;}
    .pro-card3-img {min-width: 25%;width: 25%;}
    .pro-card3-info {min-width: 50%;width: 50%;}
    .feature-details{max-height: 44px;}
}
@media screen and (max-width: 767px) {
    .pro-mainHeading{font-size: 1.6rem;}
    .pro-largeHeading {font-size: 1.4rem;}
    .pro-subHeading {font-size: 1.2rem;}
    .pro-p {font-size: 0.8rem;}
    .displayFlex-md {display: block;}
    .pro-search-section {padding: 32px 15px;}
    .pro-search {margin: 24px 0;}
    .top-rated {padding: 8px 0 0 0 !important;}
    .section-area {padding: 32px 0;}
    .categories-grid .category-card, .categories-grid .category-pro-card {width: 100%;}
    .categories-grid .category-pro-card:nth-last-child(2) {border-bottom: 1px solid var(--bg-color-light);padding-bottom: 16px;}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {top: -48px;}
    .pro-card3-img, .pro-card3-info, .pro-card-60, .pro-card-40 {width: 100%;min-height: auto;text-align: center;}
    .pro-card3-img.border-light-left {border-left: none;padding-bottom: 20px;}
    .custom-select {margin-top: 20px;width: 100%;}
    .custom-select select {padding-right: 40px;font-size: 15px; }

}
/*========== @media screen END =================================*/
.feature-details.open{max-height: 300px;}
