@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body * {
	font-family: Poppins;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans";
}
ul, ol {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: unset;
}
img {
    width: 100%;
}
/* Header Css */
header.header-row {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0 143px;
}
.navbar-dark .navbar-brand {
    width: 19%;
    margin: 0;
}
.navbar-dark .navbar-brand img {
    margin: auto;
    display: table;
    object-fit: scale-down;
    height: 150px;
}
.navbar-expand-md .navbar-nav {
    width: 46%;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 0 8px;
    color: #FFF;
    font-family: Poppins;
    font-size: 15.429px;
    font-style: normal;
    font-weight: 400;
    line-height: 8.572px;
    letter-spacing: -0.154px;
    text-transform: capitalize;
}
.navbar-expand-md ul.right-menu {
    align-items: center;
    width: 35%;
}
.navbar-expand-md ul.right-menu .form-wo {
    position: relative;
}
.navbar-expand-md ul.right-menu .form-wo form {
    display: flex;
    align-items: center;
    border-radius: 8.293px;
    border: 0.921px solid #FFF;
    height: 52px;
    width: 340px;
    padding-left: 16px;
}
.navbar-expand-md ul.right-menu .form-wo input::placeholder {
    color: #FFF;
}
.navbar-expand-md ul.right-menu .form-wo input {
    color: #FFF;
    padding-left: 10px;
    background: transparent;
    font-size: 16.473px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: 0;
}
.navbar-expand-md ul.right-menu .form-wo form:before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #FFF;
    font-weight: 300 !important;
    display: block;
}
.navbar-expand-md ul.right-menu li {
    margin-left: 20px;
}
/* Banner Css */
section.banner-row .container-fluid {
    padding: 0;
}
section.banner-row .owl-item {
    background-image: url(../images/banner-bg1.jpg);
    padding: 237px 0 0 154px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 1100px;
}
section.banner-row .owl-item:nth-child(2) {
    background-image: url(../images/banner-bg2.jpg);
    background-position: 100%;
}
section.banner-row .owl-item:last-child {
    background: url(../images/banner-bg3.jpg);
    background-position: 100%;
}
section.banner-row .owl-item:before {
    content: "";
    background: linear-gradient(180deg, #000 0%, rgba(16, 16, 16, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section.inner-banner-row {
    background-image: url(../images/banner-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
section.inner-banner-row:before {
    content: "";
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.inner-banner-sec h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    text-transform: capitalize;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
    line-height: 72px;
    text-transform: capitalize;
    margin-bottom: 29px;
}
button.w-btn {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    border-radius: 4px;
    padding: 15px 26px;
    background: #F21B25;
    border: 0;
}
.owl-dots {
    position: absolute;
    bottom: 48px;
    text-align: center;
    left: 0;
    right: 0;
}
.owl-dots button.owl-dot {
    width: 30px;
    height: 4px;
    border-radius: 20px;
    display: inline-block;
    background: #eee;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #fff;
    opacity: 1;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
/* Category Css */
section.category-row {
    padding: 160px 142px 120px;
    background-image: url(../images/marble-bg-light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.category-head {
    margin-bottom: 80px;
}
.category-head h2 {
    color: #000;
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
    text-transform: capitalize;
    width: 40%;
    margin: auto;
}
.category-sec img {
    height: 519px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 14px;
}
.category-sec h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
/* About Css */
section.about-row {
    background-image: url(../images/marble-bg-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 225px;
    background-attachment: fixed;
}
.w-sec h3 {
    color: #F21B25;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1.211px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.w-sec h3:before {
    content: "";
    width: 36px;
    height: 2.5px;
    background: #F21B25;
    display: block;
    margin-right: 12px;
}
.w-sec h2 {
    color: #FFF;
    font-size: 55px;
    font-weight: 300;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.w-sec p {
    color: #BEBEBE;
    font-family: "Plus Jakarta Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
.about-sec p {
    border-bottom: 1.211px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.w-sec ul {
    margin-bottom: 30px;
}
.w-sec ul li {
    margin-bottom: 11px;
    color: #BEBEBE;
    font-family: "Plus Jakarta Sans";
    font-size: 19px;
    font-weight: 400;
    line-height: 38px;
}
.about-sec li {
    position: relative;
    padding-left: 22px;
    display: inline-block;
    width: 49%;
}
.about-sec li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #F21B25;
    position: absolute;
    left: 0;
    top: 15px;
}
.about-sec button.w-btn {
    padding: 15px 52px;
}
.about-rgt-sec img {
    width: 65%;
    margin: auto;
    display: table;
    margin-right: 0;
}
/* Product Css */
section.product-row {
    padding: 170px 248px 130px;
    background-image: url(../images/feature-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.product-head h3 {
    margin-bottom: 10px;
}
.product-head h2 {
    color: #1A1919;
    font-weight: 600;
    margin-bottom: 0;
}
.product-head-rgt button.w-btn {
    padding: 15px 48px;
}
.product-head-rgt {
    text-align: right;
}
section.product-row .row:first-child {
    margin-bottom: 70px;
}
.product-sec img {
    width: 94%;
    height: 340px;
    object-fit: cover;
    margin: auto;
    display: table;
}
.product-sec {
    text-align: center;
    margin-bottom: 40px;
}
.product-box-sec {
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 175px 0px 12px;
    margin-top: -150px;
}
.product-box-sec h3 {
    color: #1C2024;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.product-box-sec p {
    color: #F21B25;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.094px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 17px;
}
.product-box-sec button.w-btn {
    background: #1C2024;
    padding: 11px 33px;
    font-size: 14px;
    line-height: 26px;
}
section.product-page-row {
    background-image: url(../images/marble-bg-dark.png);
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section.product-page-row .row {
    justify-content: center;
}
.category-sidebar-sec {
    background: rgba(0,0,0,.1);
}
.category-sidebar-sec ul li {
    padding: 20px 30px;
    list-style: none;
    font-size: 16px;
}
.category-sidebar-sec ul li a {
    color: #fff;
}
.product-page-head {
    margin-bottom: 35px;
}
.product-page-sec {
    margin-bottom: 35px;
}
.product-page-sec img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
}
.product-page-sec h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
section.product-category-row {
    background-image: url(../images/marble-bg-dark.png);
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.nectar-shop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 50px;
}
.nectar-shop-header h1.page-title {
    color: black !important;
    font-weight: 700;
    font-size: 36px !important;
    margin-bottom: 20px;
}
.nectar-shop-header nav.shop-breadcrumb a {
    color: #f21026;
}
.nectar-shop-header nav.shop-breadcrumb {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
}
.nectar-shop-header nav.shop-breadcrumb i {
    padding: 0 5px;
}
.shop-head-right {
    display: flex;
    align-items: center;
}
.shop-head-right form.shop-ordering select {
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    padding-left: 10px;
}
.nectar-shop-header p {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
section#cart-row {
    padding: 70px 0 290px;
}
.heading.cf {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.heading.cf h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.heading.cf a {
    background-color: #F21B25;
    color: #fff;
    text-decoration: unset;
    padding: 16px 45px 16px 30px;
    font-size: 14px;
    border-radius: 50px;
    position: relative;
}
.heading.cf a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 22px;
    position: absolute;
    top: 11px;
    right: 30px;
}
.cart .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 1.5em;
    border-bottom: 1px solid #fafafa;
}
.cart .items .infoWrap {
    display: table;
    width: 100%;
}
.cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
}
.cart .items .cartSection .itemImg {
    width: 8em;
    display: inline;
    padding-right: 1em;
    float: left;
}
.cart ul {
    padding: 0;
}
.cart .items .cartSection .itemNumber {
    font-size: .75em;
    color: #777;
    margin-bottom: 0.5em;
    display: inline-block;
}
.cart .items .cartSection h3 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .025em;
}
.cart .items .cartSection p {
    display: inline-block;
    font-size: .85em;
    color: #777777;
}
.cart .items .cartSection input.qty {
    width: 2em;
    text-align: center;
    font-size: 1em;
    padding: 0.25em;
    margin: 1em 0.5em 0 0;
}
.cart .items .cartSection p.stockStatus {
    color: #F21B25;
    font-weight: bold;
    padding: 0.5em 0 0 1em;
    text-transform: uppercase;
}
.cart .items .cartSection.qtyWrap, .cart .items .cartSection.prodTotal {
    text-align: center;
}
.cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
}
.cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
    font-weight: bold;
    font-size: 1.25em;
}
.cart .items a.remove {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: bold;
    background: #e0e0e0;
    padding: 0.5em;
    font-size: .75em;
    display: inline-block;
    border-radius: 100%;
    line-height: .85;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.cart .items.even {
    background: #fafafa;
}
.promoCode {
    border: 2px solid #efefef;
    float: left;
    width: 35%;
    padding: 2%;
}
.promoCode label {
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 1.15em;
    margin-bottom: 0.5em;
    letter-spacing: -.025em;
    font-family: 'Poppins';
}
.promoCode input {
    width: 85%;
    font-size: 1em;
    padding: 0.5em;
    float: left;
    border: 1px solid #dadada;
}
.promoCode a.btn {
    float: left;
    width: 15%;
    padding: 0.5em 0;
    border-radius: 0 1em 1em 0;
    text-align: center;
    border: 1px solid #F21B25;
    background-color: #F21B25;
    color: #fff;
}
.promoCode a.btn:after {
    content: "\276f";
    padding: 0.5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.subtotal {
    float: right;
    width: 35%;
}
.subtotal .totalRow {
    padding: 0.5em;
    text-align: right;
    list-style: none;
    display: flex;
    justify-content: end;
}
.subtotal .totalRow .label {
    font-size: .85em;
    text-transform: uppercase;
    color: #777;
}
.subtotal .totalRow .value {
    letter-spacing: -.025em;
    width: 35%;
}
.subtotal .totalRow.final {
    font-size: 1.25em;
    font-weight: bold;
}
.subtotal .totalRow a.btn.continue {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 0.8em 3em;
    color: #fff;
    background: #F21B25;
    font-weight: 700;
    border-radius: 50px;
    float: right;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.subtotal .totalRow a.btn.continue:after {
    content: "\276f";
    padding: 0.5em;
    position: relative;
    right: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
section#checkout-row {
    padding: 70px 0;
}
.checkout-sec h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}
.checkout-sec form label {
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
}
.checkout-sec form input , .checkout-sec form select {
    font-family: 'Poppins';
    font-size: 14px;
}
.checkout-sec form input::placeholder {
    font-family: 'Poppins';
    font-size: 14px;
}
.checkout-sec small.text-muted {
    color: #000 !important;
    font-family: 'Poppins';
}
.checkout-sec button.btn.btn-primary.btn-lg.btn-block[type="button"] {
    background-color: #F21B25;
    font-size: 16px;
    font-family: 'Poppins';
    border: 0;
    padding: 15px 0;
    text-decoration: unset;
}
.checkout-sec button.btn.btn-primary.btn-lg.btn-block[type="button"] a {
    color: #fff;
    text-decoration: unset;
}
.checkout-sec h4 span.text-muted {
    color: #000 !important;
}
.checkout-sec h4 span.badge {
    background-color: #F21B25;
    font-family: 'Poppins';
    font-weight: 600;
}
section.single-product-row {
    padding: 80px 0;
}
nav.single-breadcrumb {
    margin-bottom: 20px;
}
nav.single-breadcrumb a {
    color: #fed932;
}
.product-lft-sec img {
    width: 90%;
    margin: auto;
    display: table;
}
.product-rgt-sec h2 {
    color: #282828;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.494px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.product-rgt-sec p {
    color: #FD0000;
    font-size: 25px;
    font-weight: 500;
    line-height: 26.564px;
    margin-bottom: 20px;
}
.product-rgt-sec p del {
    color: #6B6B6B;
}
.quantity {
    display: flex;
    border: 2px solid #F21B25;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 16.5%;
    margin-bottom: 40px;
}
.quantity button {
    background-color: #F21B25;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}
.quantity button:hover {
    background-color: #F21B25;
}
.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-box[type="number"] {
    -moz-appearance: textfield;
}
.product-rgt-sec .w-btn {
    margin-bottom: 20px;
}
.product_meta span {
    display: block;
}
.product_meta span.sku_wrapper {
    display: flex;
}
.product_meta span a {
    color: #F21B25;
}
.description-sec {
    margin-top: 50px;
}
.description-sec h2 {
    font-size: 40px;
    line-height: 50px;
}
.description-sec ul {
    margin-left: 30px;
}
.description-sec ul li {
    color: #4D4D4D;
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
/* Calculator CTA Css */
section.calculaor-cta-row {
    background-image: url(../images/calculator-bg.png);
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 181px 0;
}
.calculaor-cta-sec {
    border-radius: 53px;
    border: 1px solid #7C7C7C;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10.75px);
    padding: 113px;
}
.calculaor-cta-sec h3 {
    justify-content: center;
}
.calculaor-cta-sec h3:after {
    content: "";
    width: 36px;
    height: 2.5px;
    background: #F21B25;
    display: block;
    margin-left: 12px;
}
.calculaor-cta-sec h3 {
    margin-bottom: 10px;
}
.calculaor-cta-sec h2 {
    font-weight: 600;
}
.calculaor-cta-sec p {
    width: 73%;
    margin: 0 auto 30px;
}
section#details-row {
    padding: 70px 0;
}
/* Testimonials Css */
section.sec5-row {
    padding: 150px 0 123px;
    background-image: url(../images/testi-contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials-row .row {
    margin-bottom: 70px;
}
.testi-head h3 {
    margin-bottom: 6px;
}
.testi-head h2 {
    color: #3F3F3F;
    font-weight: 600;
}
.testi-head-rgt {
    text-align: right;
}
.testi-head-rgt button.w-btn {
    padding: 15px 46px;
}
.testimonials-sec {
    display: flex;
    border-radius: 20px;
    background: #FFF;
    padding: 60px;
}
.testimonials-sec img {
    width: 200px !important;
    height: 200px;
    object-fit: cover;
}
.testimonials-sec .text {
    width: auto;
    margin: 0 0 0 45px;
}
.testimonials-sec .text .text {
    width: auto;
    margin: 0;
}
.testimonials-sec .text p {
    color: #616161;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.testimonials-sec .text .client-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials-sec .text .client-box img {
    width: 44px !important;
    height: 39px;
}
div#testi_carousel .owl-dots {
    bottom: 0;
    position: relative;
    margin-top: 50px;
}
div#testi_carousel .owl-dots button.owl-dot.active {
    background: #3F3F3F;
    opacity: 1;
}
div#testi_carousel .owl-dots button.owl-dot {
    background: #3F3F3F;
    opacity: 0.3;
}
/* Contact Css */
.contact-row {
    padding: 150px 0 0;
}
section.contact-page-row .contact-row {
    padding: 0;
}
.contact-sec {
    border-radius: 53px;
    border: 1px solid #BEBEBE;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10.75px);
    padding: 60px 122px;
}
.contact-sec h3 {
    justify-content: center;
    margin-bottom: 12px;
}
.contact-sec h3:after {
    content: "";
    width: 36px;
    height: 2.5px;
    background: #F21B25;
    display: block;
    margin-left: 12px;
}
.contact-sec h2 {
    color: #262626;
    font-weight: 600;
}
.contact-sec h2 {
    color: #262626;
    text-align: center;
    margin-bottom: 40px;
}
.contact-sec .form-group {
    margin-bottom: 30px;
}
.contact-sec .form-group label {
    color: #262626;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.772px;
    margin-bottom: 13px;
}
.contact-sec .form-group input, .contact-sec .form-group select, .contact-sec .form-group textarea {
    border-radius: 6.827px;
    border: 1.365px solid rgba(38, 38, 38, 0.20);
    background: #FEFEFE;
    height: 70px;
    color: #262626;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    padding-left: 26px;
}
.contact-sec .form-group input::placeholder, .contact-sec .form-group textarea::placeholder {
    color: #262626;
    opacity: 1;
}
.contact-sec .form-group textarea {
    height: 200px;
    padding-top: 12px;
}
.contact-sec button.w-btn {
    padding: 15px 76px;
    display: table;
    margin: 10px auto 0;
}
/* Footer Css */
footer.footer-row {
    background-image: url(../images/fotr-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 24px;
}
.footer-news-sec .form-group {
    display: flex;
    justify-content: end;
    width: 49%;
    margin: auto;
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    height: 54px;
}
.footer-news-sec .form-group input {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    height: 54px;
}
.footer-news-sec .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}
.footer-news-sec .form-group button {
    background: #f21b25;
    border-radius: 5px;
    border: 0;
    width: 60px;
    height: 44px;
    padding: 0;
}
.footer-news-sec .form-group button i {
    color: #fff;
    font-size: 18px;
}
.foot-cont img {
    width: 100%;
    height: 174px;
    object-fit: scale-down;
    object-position: left;
    margin-bottom: 20px;
}
.foot-cont p {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    width: 72%;
    margin-bottom: 29px;
}
.foot-cont ul li {
    list-style: none;
}
.foot-cont ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    text-transform: capitalize;
}
.foot-cont ul li a i {
    margin-right: 5px;
    font-size: 18px;
}
footer.footer-row h4 {
    margin: 70px 0 20px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}
footer.footer-row ul li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
footer.footer-row ul li a {
    font-family: 'Plus Jakarta Sans';
    color: #fff;
}
.footer-links ul li {
    display: inline-block;
    width: 49%;
}
/* Copyright Css */
.copyright-row {
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    padding-top: 30px;
}
.copyright-row a {
    color: #F21B25;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}
.product-dashboard{
    padding:30px 20px;
}

/* SIDEBAR */

.sidebar-box{
    background:#fff;
    border-radius:28px;
    padding:35px 22px;
    height:100%;
}

.sidebar-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.sidebar-menu li{
    margin-bottom:18px;
}

.sidebar-menu li a{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color: #000000;
    font-size:18px;
    font-weight:500;
    padding:16px 18px;
    border-radius:14px;
    transition:0.3s;
}

.sidebar-menu li.active a{
    background: #000000;
    color:#fff;
}

.sidebar-menu li a:hover{
    background: #000000;
    color:#fff;
}

/* MAIN CONTENT */

.welcome-card{
    background:#fff;
    border-radius:30px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.welcome-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.welcome-content p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.welcome-user img{
    width:85px;
    height:85px;
    border-radius:50%;
    object-fit:cover;
    border: 4px solid #F21B25;
}

/* STATS */

.stats-card{
    background:#fff;
    border-radius:28px;
    padding:30px;
    height:100%;
}

.stats-card h5{
    font-size:22px;
    color:#555;
    margin-bottom:25px;
    font-weight:500;
}

.stats-card h2{
    color:#F21B25;
    font-size:55px;
    font-weight:700;
    margin:0;
}

.tab-content{
    display:none;
}

.active-tab{
    display:block;
}
.card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
.card h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}
.profile-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 25px;
}
.profile-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
.profile-img-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto;
}
.profile-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #F21B25;
}
.upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F21B25;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile-card h3 {
  margin-top: 15px;
  font-weight: 600;
}
.profile-role {
  color: #6b7280;
}
.profile-details label {
  font-weight: 500;
  margin-bottom: 5px;
}
.profile-details input {
  border-radius: 12px;
  padding: 10px;
}
.updatebtn {
    background: #080808;
    color: white;
    border-radius: 8px;
    border: 2px solid #000;
}

