@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-regular-webfont.eot');
    src: url('../fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/inter-regular-webfont.woff2') format('woff2'),
        url('../fonts/inter-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #C0143D;
    --secondary-color: #000;
    --contrast-color: #fff;

}

body {
    background: #fff;
    font-size: 14px;
    font-family: 'interregular';
    letter-spacing: 0.3px;
    padding-top: 90px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

ul {
    list-style-type: none;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h3 {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    width: auto;
}

h3:after {
    content: "";
    background: var(--primary-color);
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    margin-left: 0px;
    left: 0%;
    border-radius: 10px;
}

p {
    line-height: 22px;
    color: #4E4E4E;
}

.newsletter-box input::placeholder,
.search_wrap input::placeholder {
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    font-family: 'interregular';
    font-size: 13px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

button {
    cursor: pointer;
}

.btn {
    background: var(--secondary-color);
    padding: 12px 30px;
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.btn:hover {
    background: var(--primary-color);
    border: 1px solid transparent;
    /* filter: brightness(1.1); */
}

.container {
    width: 90%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hero-slider-bg {
    width: 90%;
    margin: 0 auto;
}

.section {
    padding: 40px 0;
    position: relative;
    float: left;
    width: 100%;
}

h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

span.sub_heading {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--contrast-color);
    float: left;
    width: 100%;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

/*header*/
.header {
    float: left;
    width: 100%;
    position: fixed;
    background: #000;
    z-index: 99;
    top: 0;
}

.nav_wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    position: relative;
}

.logo {
    float: left;
    width: auto;
}

.right-header {
    float: right;
    width: auto;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

nav.nav-menu {
    float: left;
    width: auto;
    padding: 0px 0;
    position: relative;
}

.nav_wrap .container {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 3px 0;
}

nav.nav-menu ul li {
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
}

nav.nav-menu ul li a,
.right-header .icon a {
    color: #F0F0F0;
    float: left;
    width: auto;
    /* border-bottom: 2px solid transparent; */
}

nav.nav-menu ul li a:hover,
nav.nav-menu ul li.current-menu-item a,
.right-header .icon a:hover {
    color: #f32153;
    border-bottom: 2px solid var(--primary-color);
}

ul.sub-menu,
.header-search-dropdown,
.header-mini-cart {
    position: absolute;
    top: 25px;
    width: 150px;
    right: -15px;
    background: var(--secondary-color);
    border-radius: 4px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    border: 1px solid #4d4b4b;
}

ul.sub-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #343434;
    width: 100% !important;
    float: left !important;
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

ul.sub-menu li:last-child {
    border-bottom: 0;
}

ul.sub-menu li:first-child {
    padding-top: 0;
}

nav.nav-menu ul li:hover ul.sub-menu,
.right-header .icon:hover ul.sub-menu,
.right-header .icon:hover .header-search-dropdown,
.right-header .icon:hover .header-mini-cart {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.right-header .icon {
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.header-mini-cart {
    padding: 20px 15px;
}

.header-mini-cart p {
    color: #fff;
}

.header-search-dropdown,
.header-mini-cart {
    width: 300px;
    right: -35px;
    cursor: pointer;
}

.right-header .icon ul.submenu {
    right: -15px;
    width: 150px;
}

.right-header .icon a {
    width: 100%;
}

label.search_label {
    color: #fff;
    margin-bottom: 14px;
    float: left;
    width: 100%;
}

.search_inside_wrapper {
    float: left;
    width: 100%;
}

.search_inside_wrapper .search_input {
    width: 80%;
    float: left;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #515151;
    background: none;
    color: #fff;
}

.search_inside_wrapper .btn {
    background: var(--primary-color);
    padding: 10px 10px;
    margin-left: 5px;
    border-radius: 4px;
}

.menu_trigger {
    float: left;
    font-family: "FontAwesome";
    font-size: 22px;
    width: 40px;
    height: 25px;
    text-decoration: none;
    display: none;
    text-align: center;
    color: #fff;
}

.menu_trigger::before {
    content: "\f0c9";
    /* hamburger icon */
}

.mobile-submenu-toggle {
    display: none;
}

.mob_menu {
    float: left;
    width: 100%;
    border-top: solid 1px #713d6e;
    display: none;
    background: rgb(112, 60, 110);
}

.mob_menu ul {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto 20px;
}

.mob_menu ul li {
    float: left;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-bottom: solid 1px #3e2543;
}

.mob_menu ul li:hover {
    background: rgba(62, 37, 67, 0.52);
    box-shadow: 0px 2px 7px rgb(62, 37, 67);
    transition: all .5s ease;
}

.mob_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
}

.mob_menu ul ul {
    width: 100%;
    display: none;
    border-top: dotted 1px #CCC;
}

.mob_menu ul ul li:last-child {
    border: none;
}

.close_btn {
    position: absolute;
    right: -3px;
    top: 0;
    background: var(--light-blue);
    padding: 10px;
    display: none;
}

/*hero*/
.bx-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.bxslider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.hero .container {
    max-width: 95%;
    width: 95%;
}

.hero {
    position: relative;
    float: left;
    width: 100%;
}

.hero-img {
    position: relative;
    width: 100%;
}

.hero_text {
    top: 18%;
    width: 1000px;
    left: 50%;
    padding: 0% 0 0%;
    position: absolute;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-left: -500px;
}

.hero_text h2 {
    color: var(--contrast-color);
    margin: 30px 0 20px;
}

.hero_text p {
    color: #ffffff;
    line-height: 22px;
    font-size: 16px;
}

.search_wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 3%;
    width: 70%;
    margin: 25px auto;
    background: hsl(0deg 0% 100% / 41%);
    border-radius: 30px;
    padding: 15px;
}

.search_wrap .search_input {
    float: right;
    width: 93%;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    color: #fff;
}

.search_wrap .btn.search_button {
    background: transparent;
    padding: 0;
    font-size: 18px;
    margin-top: -3px;
}

.counter_wrap {
    position: absolute;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    bottom: 16%;
}

.counter_wrap ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    justify-content: space-between;
}

.counter_wrap ul li {
    width: auto;
    /* background: #fcfcfc; */
    /* box-shadow: -2px 1px 14px 1px hsl(0deg 0% 0% / 8%); */
    border-radius: 12px;
    /* padding: 13px 20px; */
}

.count_text {
    float: left;
    width: 100%;
    text-align: center;
}

span.count {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.count_text p {
    color: #C7C7C7;
    font-size: 14px;
}

span.star_count_icon {
    color: #EFA300;
    font-size: 30px;
}

/**/
.section.category_section ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    justify-content: space-between;
}

.section.category_section ul li {
    position: relative;
    float: left;
    width: 100%;
}

.section.category_section ul li a {
    width: 100%;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.section.category_section ul li .image_container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.section.category_section ul li .image_container img {
    width: 100%;
    border-radius: 15px;
    transition: 0.3s;
    height: 300px;
    object-fit: cover;
}

.category_name {
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    font-size: 16px;
    background: #03030333;
    padding: 12px 25px;
}

.view_icon {
    color: #4E4E4E;
    background: hsl(0deg 0% 100% / 66%);
    border-radius: 5px;
    padding: 8px;
    position: absolute;
    top: 10px;
    right: 12px;
    text-align: center;
}

.view_icon:hover,
.image_overlay a.view_icon.cart_icon:hover {
    background: var(--primary-color);
    color: #fff;
}

.section.category_section ul li .image_container img:hover,
.section.trending_img_section ul li .image_container img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    border-radius: 15px;
}

/**/
.section.trending_img_section {
    background: #EFEFEF;
    padding-bottom: 60px;
}

.button_wrap.center {
    text-align: center;
    margin: 50px auto 0;
    display: table;
    float: left;
    width: 100%;
}

.button_wrap.center .btn {
    float: none;
}

.section.trending_img_section ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}

.section.trending_img_section ul li {
    width: 250px;
    margin-bottom: 10px;
    float: left;
}

.section.trending_img_section ul li a {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.section.trending_img_section ul li .image_container {
    width: 100%;
    overflow: hidden;
}

.section.trending_img_section ul li .image_container img {
    width: 100%;
    border-radius: 15px;
    transition: 0.3s;
}

.images_wrap {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    position: relative;
}

.images_wrap::after {
    content: " ";
    position: absolute;
    height: 100px;
    background: linear-gradient(0deg, #efefef, #ffffff00);
    width: 100%;
    bottom: 0;
    left: 0;
}

.image_overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px !important;
    /* height: 40px; */
    opacity: 0;
}

.image_overlay a.view_icon {
    margin-bottom: 10px;
    /* float: left; */
}

.image_overlay a.view_icon.cart_icon {
    background: #000;
}

.section.trending_img_section ul li:hover .image_overlay {
    opacity: 1;
}

/**/
.section.pricing ul li {
    background: #fff;
    padding: 30px 15px;
    border-radius: 16px;
    box-shadow: -2px 1px 14px 1px hsl(0deg 0% 0% / 8%);
    width: 20%;
    float: left;
    margin: 0 1%;
    border-top: 4px solid var(--primary-color);
    cursor: pointer;
}

.section.pricing ul li.package_info {
    background: none;
    box-shadow: none;
    width: 33%;
    margin: 0;
    border: 0;
    padding: 90px 20px 0;
}

.pricing_img {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    text-align: center;
}

.section.category_section h3,
.section.trending_img_section h3 {
    text-align: center;
}

.section.category_section h3:after,
.section.trending_img_section h3:after {
    margin-left: -50px;
    left: 50%;
}

.pricing_details {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0;
}

.pricing_details .solution_name {
    font-size: 19px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.pricing_details .plan_price {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 0 8px;
}

span.small_text {
    color: #7E7E7E;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.btn.buy_now {
    font-weight: bold;
    background: #D9D9D9;
    color: #000;
    width: 100%;
    margin: 20px 0 0;
}

.section.pricing ul li:hover {
    border-color: var(--secondary-color);
}

.section.pricing ul li:hover .btn.buy_now {
    background: var(--primary-color);
    color: #fff;
}

/**/
.blog-grid {
    display: grid;
    /* Columns will be at least 200px, but will expand to fill space equally */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
}

.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 2px 20px 1px hwb(0deg 0% 100% / 25%);
    border-radius: 16px;
    cursor: pointer;
}

.blog-card:hover {
    box-shadow: none;
}

/* 1. The Background Image Container */
.image-wrapper {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* 2. The Overlapping White Box */
.content-box {
    background: white;
    margin: -28px 0px 0 0px;
    padding: 24px;
    border-radius: 0px 0 16px 16px;
    z-index: 2;
    min-height: 250px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.content-box h4 {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.meta-data {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.date {
    /* background: var(--primary-color); */
    color: #545454;
    padding: 0;
    border-radius: 20px;
    font-size: 12px;
}

.date i {
    color: var(--primary-color);
    font-size: 16px;
}

.author {
    font-size: 14px;
    color: #616060;
}

span.author-icon {
    font-size: 18px;
    /* color: var(--contrast-color); */
}

.content-box h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.content-box p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    min-height: 50px;
}

.content-box h4 a {
    color: var(--secondary-color);
}

.content-box h4 a:hover {
    color: var(--primary-color);
}

.btn.read-more {
    background: none;
    padding-left: 0;
    color: var(--primary-color);
    transition: transform 0.2s ease;
    float: right;
    padding-right: 0;
}

.read-more span {
    color: var(--light-blue);
}

.read-more:hover {
    color: var(--light-blue);
    transform: translateX(2px);

}

/**/
.section.nwesletter {
    background: var(--secondary-color);
}

.section.nwesletter .container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsletter-text {
    float: left;
    width: auto;
}

.newsletter-text h2 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
}

.red-text {
    color: var(--primary-color);
}

.newsletter-box {
    float: right;
}

.newsletter-box .search_input {
    background: #ffffff52;
    float: left;
    border: none;
    padding: 13px 20px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    min-height: 50px;
    width: 400px;
}

button.btn.email {
    background: var(--primary-color);
    border-radius: 0 30px 30px 0;
    text-transform: uppercase;
    min-height: 50px;
}

/**/
/* footer */

.footer {
    position: relative;
    padding-top: 30px;
    float: left;
    width: 100%;
    background-size: 100%;
    z-index: 9;
    background: #1C1C1C;
}

.footer-section {
    float: right;
    width: 70%;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.footer-section .footer-col h4 {
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    /* margin-bottom: 14px; */
    position: relative;
    float: left;
}

.footer-section .footer-col h4:after {
    content: "";
    background: var(--light-blue);
    height: 3px;
    position: absolute;
    width: 60px;
    left: 0;
    bottom: -14px;
    border-radius: 4px;
}

.footer_big_width {
    width: 30%;
    float: left;
    color: #fff;
}

.footer-col ul li,
.footer_big_width ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.footer-col ul li a,
.footer_big_width ul li a {
    color: #d9d9d9;
    float: left;
    width: 100%;
    transition: 0.6s ease-out;
    position: relative;
    padding-left: 0;
}

.footer_big_width ul li .info_icon {
    color: var(--primary-color);
    font-size: 18px;
    float: left;
    width: 10%;
}

.footer_big_width ul li span {
    float: right;
    color: #fff;
    width: 90%;
}

.footer_big_width ul li a {
    padding-left: 0;
}

.footer-col ul li a:hover,
.footer_big_width ul li a:hover {
    color: var(--primary-color);
}

.footer-col p {
    color: #d9d9d9;
    line-height: 21px;
}

.social-icons {
    margin-top: 18px;
    float: left;
    width: 100%;
}

.social-icons a {
    color: #ADADAD;
    margin-right: 9px;
    font-size: 18px;
}

.social-icons a:hover {
    color: var(--primary-color);
}

.footer_logo {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.footer-bottom {
    text-align: center;
    padding: 15px 15px;
    opacity: 0.8;
    border-top: 1px solid hsl(0deg 0% 91.76% / 10%);
    float: left;
    width: 100%;
    background: #000;
}

span.copywrite_text {
    float: left;
    width: 100%;
    color: #d9d9d9;
    text-align: center;
}

.footer-bottom .right_link {
    float: right;
    width: auto;
}

.right_link ul li {
    float: left;
    width: auto;
    margin-left: 25px;
}

.right_link ul li a {
    color: #d9d9d9;
}

.right_link ul li a:hover,
.footer-col.contact-info ul li a:hover {
    color: var(--light-blue);
}

.footer-col.contact-info ul li a:before {
    display: none;
}

.footer-col.contact-info ul li .info_icon {
    float: left;
    width: auto;
    color: var(--light-blue);
}

.footer-col.contact-info ul li a,
.footer-col.contact-info ul li span {
    width: auto;
    color: #ADADAD;
    padding-left: 10px;
}

/*about*/
.inner-hero {
    background: var(--secondary-color);
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0 0 6%;
}

.inner-hero:after {
    content: "";
    width: 200%;
    height: 0;
    padding-top: 100%;
    border-radius: 68%;
    background: #ffffff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.inner-hero h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
}

.inner-hero p {
    color: #ccc;
}

.inner-hero .container {
    width: 46%;
    text-align: center;
    margin: 6% auto 6%;
}

.hero-img-container {
    position: absolute;
    bottom: -19%;
    width: 96%;
    margin: 0 auto;
    display: table;
    float: none;
    margin-left: -48%;
    left: 50%;
}

.hero-img-container ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-img-container ul li {
    width: 19%;
}

.hero-img-container ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.hero-img-container ul li:nth-child(even) {
    margin-top: -30px;
}

.section.about-section {
    padding-top: 12px;
    padding-bottom: 12px;
}

.about-img-wrap {
    width: 46%;
    position: relative;
    float: left;
}

.image_wrapper {
    position: relative;
    width: 100%;
    /* max-width: 520px; */
    /* margin: auto; */
}

.image_top {
    width: 320px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.image_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image_bottom {
    width: 360px;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 120px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.image_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.experience_box {
    position: absolute;
    right: 18px;
    top: 130px;
    width: 230px;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    z-index: 3;
}

.experience_box h4 {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.experience_box p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}

.about-content {
    float: right;
    width: 52%;
}

.about-content h2 {
    float: left;
    width: 100%;
    font-size: 26px;
}

.content-section {
    float: left;
    width: 100%;
    margin-top: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

.feature_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 35px;
}

.feature_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.feature_content h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.rm-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(18, 40, 88, 0.08);
    padding: 27px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 20px;
}

.rm-card h3 {
    margin-bottom: 18px;
}

.rm-card p.intro {
    margin-bottom: 14px;
}

.rm-card .left {
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    min-height: 460px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 18px;
    border-radius: 999px;
    background: var(--primary-color);
    color: var(--contrast-color);
    font-size: 10px;
    /* font-weight: 700; */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 26px;
    overflow: hidden;
}

.feature {
    padding: 28px 18px 24px;
    text-align: center;
    min-height: 185px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.feature:nth-child(3n) {
    border-right: none;
}

.feature:nth-last-child(-n + 3) {
    border-bottom: none;
}

.icon-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #ff003d21;
    display: grid;
    place-items: center;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    /* border: 1px solid rgba(47, 102, 208, 0.08); */
}

.feature h4 {
    margin: 6px 0;
    font-size: 15px;
}

.callout {
    margin-top: 22px;
    background: linear-gradient(180deg, #ffe6e6 0%, #fff7f7 100%);
    border-radius: 22px;
    padding: 22px 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    border: 1px solid #ffd2de;
}

.callout-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    /* border: 2px solid rgb(208 47 47 / 22%); */
    display: grid;
    place-items: center;
    color: var(--primary-color);
    font-size: 26px;
    flex: 0 0 auto;
}

.callout-badge i {
    color: var(--primary-color);
    /* padding: 17px 16px; */
    font-size: 21px;
}

.callout-content strong {
    display: block;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.rm-card .right {
    position: relative;
    min-height: 460px;
    border-radius: 30px;
    overflow: hidden;
}

.right_img {
    float: left;
    width: 100%;
    min-height: 460px;
    position: relative;
}

.rm-card .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 460px;
}

.mini-card {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000061;
    padding: 12px 20px;
    color: #fff;
}

/**/
section.section.choose-section .container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-left {
    max-width: 520px;
    width: 40%;
}

.choose-left p {
    margin-bottom: 10px;
}

.choose-left h4 {
    margin-bottom: 9px;
    font-size: 18px;
}

.choose-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    align-items: stretch;
    width: 56%;
}

.service-card {
    min-height: 220px;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(25, 45, 84, 0.06);
}

.service-card h4 {
    font-size: 17px;
    margin-bottom: 12px;
}

.service-card.dark {
    background: linear-gradient(180deg, var(--primary-color) 0%, #6c061e 100%);
    color: #fff;
}

.service-card.light {
    background: #fff;
    color: #1b2430;
}

.service-card.dark p {
    /* opacity: 0.8; */
    color: #ebe0e0;
}

.service-card i {
    font-size: 25px;
    margin-bottom: 14px;
}

.service-card.top {
    transform: translateY(-40px);
}

/*contact page*/
.left-contact-wrap {
    float: right;
    width: 50%;
}

.left-contact-wrap ul {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-contact-wrap ul li {
    float: left;
    width: 48%;
    display: flex;
    gap: 14px;
    border: 1px solid #f1eaec;
    padding: 12px;
    border-radius: 10px;
    background: #f4f4f4;
}

.left-contact-wrap ul li .icon-wrap {
    float: left;
    width: 50px;
    height: 50px;
    background: #c0143d47;
    padding: 13px 13px;
    border-radius: 50%;
    margin-right: 0;
    font-size: 19px;
    color: var(--primary-color);
}

.left-contact-wrap ul li .icon-wrap i {
    color: var(--primary-color)
}

.left-contact-wrap ul li .content-wrap {
    float: left;
    width: auto;
}

.content-wrap .address-title {
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 6px;
    font-size: 15px;
}

.content-wrap .address-content.social a {
    width: auto;
    font-size: 20px;
    margin-right: 14px;
}

.content-wrap .address-content,
.content-wrap .address-content a {
    float: left;
    width: 100%;
    color: #615d5d;
}

.contact-form-wrap {
    float: left;
    width: 46%;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 9px;
    z-index: 9;
    position: relative;
    /* box-shadow: 1px 1px 12px 2px #cecaca; */
}

.contact-form-wrap h2 {
    color: #fff;
    font-size: 24px;
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-form .input-wrap {
    float: left;
    width: 48%;
    margin: 0 1% 13px;
}

.contact-form .input-wrap label.input-label {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #383838;
    margin-bottom: 7px;
}

.contact-form .input-wrap.full {
    width: 98%;
}

.contact-form .input-wrap .input_field {
    float: left;
    width: 100%;
    border: none;
    background: #fff;
    padding: 13px 14px 13px 14px;
    border: 1px solid #ccc;
    color: #B2B2B2;
    border-radius: 6px;
    color: #000;
}

.contact-map {
    position: relative;
    margin-top: -100px;
}

.contact-form .btn.blue_btn {
    margin-top: 20px;
}

/*404*/
.not-found-img-wrap {
    float: right;
    width: 50%;
}

.error-wrap {
    float: left;
    width: 50%;
    padding: 45px 0;
}

.code {
    font-size: 150px;
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: 13px;
    color: #000;
    margin-bottom: 14px;
}

.btn-row {
    float: left;
    width: 100%;
    margin: 12px 0 30px;
}

.search-links {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.search-links h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.cards {
    display: flex;
    display: grid;
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    gap: 14px;
    max-width: 560px;
}

.card {
    background: #fff;
    border: 1px solid #e8ece6;
    border-radius: 14px;
    padding: 18px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(20, 30, 50, 0.04);
}

.card:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0 8px 20px rgb(31 44 70 / 18%);
}

.card i {
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.card span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #2f363d;
}

/*page*/
.section.page h2 {
    font-size: 22px;
    margin-bottom: 6px;
}

.section.page p {
    margin-bottom: 10px;
}

.section.page ul {
    margin: 10px 0;
    padding: 0 10px;
}

.section.page ul li {
    margin-bottom: 5px;
    color: #4E4E4E;
}

.section.page span {
    font-size: 16px;
}

/*packages*/
.section.comparison .container {
    display: block;
}

.package_left {
    width: 60%;
}

.section.package-top .image_wrapper {
    width: 40%;
    height: 300px;
}

.section.package-top .image_wrapper img {
    height: 300px;
}

.section.package-top .container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.btn_wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.btn_wrap .btn.secondary {
    margin-left: 12px;
    background: var(--primary-color);
}

.hero-icons {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 25px;
    float: left;
    width: 100%;
}

.hero-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
    color: var(--text);
}

.hero-icon i {
    width: 45px;
    height: 45px;
    color: var(--primary-color);
    font-size: 20px;
    background: #c0143d33;
    line-height: 45px;
    border-radius: 50%;
}

.hero-icon span {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
}

.image_wrapper img {
    border-radius: 12px;
}

.section.pricing.package_page ul li {
    width: 31%;
}

.panel {
    background: #f5f4f4;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(20, 30, 50, .05);
    /* padding: 24px; */
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: start;
}

.step {
    text-align: center;
    position: relative;
    padding: 10px 8px;
}

.step .num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #747474;
    font-size: 13px;
    font-weight: 700;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
}

.step .circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin: 0 auto 14px;
    background: #f7dbe2;
    color: var(--primary-color);
    display: grid;
    place-items: center;
    font-size: 24px;
}

.step h4 {
    margin: 0 0 8px;
    font-size: 17px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border: 1px solid #eee9e9;
}

.comparison table th:first-child,
.comparison table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    min-width: 140px;
    background: #fff;
    font-weight: 600;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.04);
}

.comparison th,
.comparison td {
    padding: 13px 10px;
    border-bottom: 1px solid #edf0eb;
    text-align: center;
}

.comparison th:first-child,
.comparison td:first-child {
    text-align: left;
    font-weight: 700;
}

.comparison thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3px;
    background: #fafcfa;
}

.comparison i.fa-solid.fa-check {
    color: #23c923;
}

.comparison .highlight {
    background: #eef6e6;
}

/*image-pricing*/
.section-header {
    text-align: left;
    float: left;
    width: 100%;
}

.image_pricing_list {
    padding: 25px 25px;
    background: #f7f7f7;
    border: 1px solid #f2f1f1;
    border-radius: 15px;
    float: left;
    width: 100%;
    margin-bottom: 21px;
}

.section-header .icon-circle {
    float: left;
    margin-right: 20px;
}

.section-header h2 {
    font-size: 24px;
    margin: 8px 0 0;
}

.list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    float: left;
    width: 100%;
}

.section-inner {
    float: left;
    width: 60%;
    margin-right: 40px;
}

.row {
    display: flex;
    /* grid-template-columns: 1.3fr .35fr .35fr; */
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e9ec;
    font-size: 16px;
    justify-content: space-between;
}

.row:last-child {
    border-bottom: none;
}

.row .price,
.print-price {
    text-align: right;
    color: var(--primary-color);
    font-weight: 700;
}

.row .name {
    font-weight: 700;
    color: #111827;
}

.image_pricing_list .right-image {
    border-radius: 22px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    /* box-shadow: 0 12px 32px rgba(15, 23, 42, .12); */
    float: right;
}

.subtext {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.6;
}

/*become a contributor*/
.section.upper_contant .left_content {
    float: left;
    width: 58%;
}

.section.upper_contant .right_img {
    float: right;
    width: 35%;
    height: auto;
    min-height: auto;
    margin-top: -30px;
}

.feature-row {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.feature-row .feature {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 20px 10px;
    position: relative;
    min-height: auto;
}

.feature-row .feature .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 800;
    margin: 0 auto;
}

.feature-row .feature span {
    font-weight: bold;
}

section.form_content {
    float: left;
    width: 100%;
}

.section.upper_contant .right_img img {
    border-radius: 15px;
}

.form-card {
    float: left;
    width: 63%;
    background: #f7f7f7;
    padding: 30px 30px;
    border-radius: 15px;
}

.side-card {
    float: right;
    width: 33%;
}

.side-card .benefits {
    float: left;
    width: 100%;
}

.side-card .benefits .benefit {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.side-card .benefits .benefit .bicon {
    float: left;
    width: 12%;
    margin-right: 12px;
    font-size: 28px;
    color: var(--primary-color);
}

.side-card .benefits .benefit div {
    float: left;
    width: 82%;
}

.section.form_content {
    padding-top: 0;
}

.side-card .benefits .callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.side-card .benefits .callout h4 {
    font-size: 15px;
}


/* BLOG PAGE CSS */
.main-wrapper {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 70px;
}

.blog-grid-add {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
}

.blog-grid-add .blog-card {
    width: 31%;
}

/* ==========================================
           TRENDING TOPICS FILTER
           ========================================== */
.topics-container {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.topics-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #a3a0ae;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 18px;
}

.topics-grid {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.topic-badge {
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #494651;
    border: 1px solid #edeaf2;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.topic-badge:hover {
    border-color: #5851eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

/* Custom badge colors to mirror icons */
.badge-tech i {
    color: #3b82f6;
}

.badge-travel i {
    color: #f97316;
}

.badge-sport i {
    color: #10b981;
}

.badge-business i {
    color: #8b5cf6;
}

.badge-mgmt i {
    color: #ec4899;
}

.badge-trends i {
    color: #ef4444;
}

.badge-startups i {
    color: #06b6d4;
}

.badge-news i {
    color: #1e3a8a;
}


/* ==========================================
           RIGHT BLOCK: SIDEBAR
           ========================================== */
.sidebar {
    width: 22%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget {
    background: #ffffff;
    border: 1px solid #f0edf5;
    border-radius: 16px;
    padding: 26px;
}

.widget-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #a3a0ae;
    letter-spacing: 1.2px;
    display: block;
    margin-bottom: 18px;
}

/* About Card Widget */
.about-profile {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e2e0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #5851eb;
}

.about-details h4 {
    font-size: 1.05rem;
    color: #1a1824;
    font-weight: 700;
}

.about-details .role {
    font-size: 0.68rem;
    font-weight: 700;
    color: #5851eb;
    letter-spacing: 0.5px;
    display: block;
    margin-top: 2px;
}

.about-details p {
    font-size: 14px;
    color: #797687;
    margin: 12px 0;
    line-height: 1.5;
}

.location {
    font-size: 0.82rem;
    color: #494651;
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.location i {
    color: #5851eb;
}

.social-row {
    display: flex;
    gap: 16px;
    color: #9491a1;
    font-size: 0.95rem;
}

.social-row i:hover {
    color: #5851eb;
    cursor: pointer;
}

/* Featured Content Widget */
/* Featured Content Widget */
.featured-banner {
    position: relative;
    height: 200px;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

/* Background Image from HTML */
.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* Gradient Overlay */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.75));
    z-index: 2;
}

/* Text Content Positioning */
.tag-blur,
.featured-text-wrapper {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-family: sans-serif;
}

.featured-text-wrapper a {
    text-decoration: none;
    color: inherit;
}

.featured-text-wrapper h4 {
    margin: 5px 0 0 0;
}

/* Single-blog css */

.container-blog.single {
    float: left;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0;
    gap: 50px;
    align-items: start;
}

/* SIDEBAR */
.sidebar-stick {
    position: sticky;
    top: 40px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.sidebar h2 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
}

.sidebar h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent);
}

.recent-posts-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recent-posts-list li a {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    display: block;
    line-height: 1.4;
}

.recent-posts-list li a:hover,
.recent-posts-list li.active a {
    color: var(--accent);
}

.recent-posts-list span.post-date {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-top: 4px;
    font-weight: 500;
}

/* ARTICLE CARD */
.article-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 0 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
}

/* Header Elements */
.article-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 24px;
}

.meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 15px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--primary);
}

.author-text .name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-text .date {
    display: block;
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* Share Row */
.share-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: var(--text-main);
    font-size: 0.9rem;
}

.share-btn:hover {
    background: var(--primary);
    color: #ffffff;
}

.share-btn.fb:hover {
    background: #1877f2;
}

.share-btn.tw:hover {
    background: #1da1f2;
}

/* Body Content & Image Split */
.article-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
    margin-bottom: 30px;
}

.featured-image-wrapper {
    background: #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 12px;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
}

.article-body p {
    font-size: 14px;
    color: var(--text-main);
    margin-bottom: 24px;
    text-align: justify;
}

/* Beautiful Typography Accents */
.highlight-box {
    background: #fff8f2;
    border-left: 4px solid var(--accent);
    padding: 20px;
    border-radius: 0 12px 12px 0;
    margin: 30px 0;
}

.highlight-box p {
    margin-bottom: 0;
    font-style: italic;
    color: #7c4210;
}

/* Amazon Link Stylized Button */
.cta-link-wrapper {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.btn-amazon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #232f3e;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 4px 14px rgba(35, 47, 62, 0.2);
}

.btn-amazon:hover {
    background: #ff9900;
    color: #232f3e;
}


.sidebar-container {
    width: 100%;
    max-width: 300px;
    color: #555555;
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* POPULAR POSTS WIDGET */

.popular-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-thumb {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 2px;
}

.post-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-link {
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #111111;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.post-link:hover {
    color: #888888;
}

.post-date {
    font-size: 0.78rem;
    color: #aaaaaa;
}

/* ==========================================
   CATEGORIES WIDGET
   ========================================== */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.categories-list li a {
    font-size: 0.9rem;
    color: #777777;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.categories-list li a:hover {
    color: #111111;
    padding-left: 4px;
}


/* ==========================================
   TAGS WIDGET
   ========================================== */
.tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.tags-cloud a {
    font-size: 0.85rem;
    color: #999999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tags-cloud a:hover {
    color: #111111;
}

/* ==========================================
   FOLLOW US WIDGET
   ========================================== */
.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-links a {
    color: #b5b5b5;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.social-links a:hover {
    color: #111111;
}

.container-blog .sidebar {
    float: right;
    width: 22%;
}

.container-blog .article-card.blog {
    float: left;
    width: 75%;
}









/* LOGIN AND REGISTER PAGE  */

.login-body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(-45deg,
            var(--primary-color),
            #8f0f2e,
            var(--secondary-color),
            #1a1a1a);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Floating Circles */
.login-body .circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(192, 20, 61, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    animation: float 6s infinite ease-in-out;
    z-index: 1;
}

.circle:nth-child(1) {
    width: 220px;
    height: 220px;
    top: 8%;
    left: 8%;
}

.circle:nth-child(2) {
    width: 180px;
    height: 180px;
    bottom: 10%;
    right: 10%;
    animation-delay: 2s;
}

.circle:nth-child(3) {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 18%;
    animation-delay: 4s;
}

@keyframes float {

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

    50% {
        transform: translateY(-20px);
    }
}

/* Main Container */
.login-body .container {
    position: relative;
    width: 850px;
    height: 550px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(20px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 25px rgba(192, 20, 61, 0.3);
    display: flex;
    z-index: 2;
}

/* Form Sections */
.login-body .form-container {
    width: 50%;
    padding: 40px 40px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.6s ease-in-out;
    z-index: 2;
}

.login-body .form-container h2 {
    font-size: 34px;
    margin-bottom: 25px;
    text-align: center;
    color: white;
}

/* Input Fields */
.login-body .input-box {
    margin-bottom: 20px;
    position: relative;
}

.login-body .input-box input {
    width: 100%;
    padding: 15px;
    padding-right: 40px;
    /* Space for the eye icon if needed */
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.input-box input::placeholder {
    color: #ddd;
}

.input-box input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(192, 20, 61, 0.5);
}

/* Eye Icons Tweak */
.login-body .input-box .fa {
    color: #fff;
    opacity: 0.7;
    transition: 0.2s;
}

.input-box .fa:hover {
    opacity: 1;
}

/* Error Spans */
.login-body .error {
    display: block;
    color: #ff4a5a;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 5px;
}

.login-body .forgot-pass {
    margin-bottom: 20px;
    text-align: right;
}

.login-body .forgot-pass a {
    text-decoration: none;
    transition: 0.2s;
}

.login-body .forgot-pass a:hover {
    text-decoration: underline;
    color: var(--primary-color) !important;
}

/* Buttons & WordPress Submit Inputs */
.login-body .login_button {
    width: 100%;
}

.login-body .login_button input[type="submit"],
button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 12px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.login-body .login_button input[type="submit"]:hover,
button:hover {
    transform: translateY(-3px);
    background: #db1b4a;
    box-shadow: 0 10px 20px rgba(192, 20, 61, 0.4);
}

/* Overlay Section */
.login-body .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, rgba(192, 20, 61, 0.88), rgba(0, 0, 0, 0.95));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    color: #fff;
    transition: 0.6s ease-in-out;
    z-index: 5;
}

.login-body .overlay h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.login-body .overlay p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.login-body .overlay button {
    width: auto;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #fff;
}

.login-body .overlay button:hover {
    background: #fff;
    color: var(--primary-color);
    transform: none;
    box-shadow: none;
}

/* Register Form Hidden Desktop */
.login-body .register-form {
    position: absolute;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

/* Active States (Desktop Layout) */
.container.active .overlay {
    transform: translateX(-100%);
}

.container.active .register-form {
    opacity: 1;
    pointer-events: auto;
}

.container.active .login-form {
    opacity: 0;
    pointer-events: none;
}

/* Dashboard page design */
.woo-dashboard-page {
    /* float: left; */
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0 auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid #c0143d2e;
    padding: 2rem;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.082);
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none !important;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active {
    background: #fff0f0;
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(166, 167, 243, 0.25) !important;
    padding: 20px;
    border-radius: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a {
    color: var(--primary-color) !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--primary-color) !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link:hover {
    padding: 20px;
    background: #fff4f4;
    color: var(--primary-color);
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    align-items: center;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    min-height: 50px;
    padding: 20px;
    width: 100%;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link:hover {
    padding: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link:hover a {
    background: #fff0f0;
}

.woo-wallet-my-wallet-container .woo-wallet-header {
    margin-bottom: 20px;
}

.ei-account-page-title {
    margin-bottom: 15px;
}

.ei-account-mobile-back {
    display: none;
}

.ei-account-page-title h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.ei-account-user-card {
    display: flex;
    gap: 5%;
    padding: 10px 0 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc9c;
}

.ei-account-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ei-account-section-head a {
    color: white;
    padding: 10px;
    border-radius: 10px;
    background: var(--primary-color);
}

fieldset {
    border: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    background: var(--primary-color) !important;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 10px;
    top: 46%;
    transform: translateY(-50%)
}

.ei-account-stat-card.ei-total-orders-card,
a.ei-account-stat-card.ei-wallet-balance-card {
    width: 49%;
    background: #fff;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #c0143d2e;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.116);
}

span.ei-account-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #ffe6e6;
    color: var(--primary-color);
}

span.ei-account-stat-content strong {
    font-size: 30px;
}

section.ei-account-recent-orders {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.075);
}

.ei-account-orders-table td {
    padding: 15px;
    border-top: 1px solid #eee;
}

table.ei-account-orders-table {
    width: 100%;
    text-align: center;
}

.ei-account-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.ei-account-section-head h2 {
    margin-bottom: 0;
    font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 65%;
}

.woocommerce table.my_account_orders th {
    padding: 10px;
    vertical-align: middle;
}

.woo-wallet-header h2 {
    display: none;
}

a.ei-account-stat-card.ei-total-orders-card,
a.ei-account-stat-card.ei-wallet-balance-card {
    flex-direction: column;
}

.ei-account-stat-block {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
}

span.ei-account-stat-content {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 2%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    border: 1px solid #C7C7C7;
    padding: 10px;
    border-radius: 10px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    margin: 15px 0;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    padding: 10px !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    background: var(--secondary-color);
    padding: 12px 30px;
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
    background: var(--primary-color) !important;
    color: white !important;
    font-weight: 100;
}

textarea#comment {
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
}

p.comment-form-comment {
    display: flex;
    gap: 5%;
    margin-bottom: 25px;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card {
    background: var(--primary-color) !important;
    padding: 30px;
}

h3.woo-wallet-section-title::after {
    display: none;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card h3 {
    margin: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table th {
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
}

.woo-wallet-my-wallet-container .woo-wallet-balance-card .woo-wallet-price {
    color: #fff;
    font-size: 41px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.woo-wallet-my-wallet-container .woo-wallet-transactions-table td {
    border-bottom: 1px solid #eee;
    color: #2c3e50;
    font-size: 13px;
    padding: 15px;
}

.woo-wallet-my-wallet-container .woo-wallet-section-title {
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 15px;
}

input#submit {
    background: var(--primary-color);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: auto;
    font-weight: normal;
}

input#submit:hover {
    background: var(--secondary-color);
}

p.comment-form-author,
p.comment-form-email {
    display: flex;
    gap: 10%;
    min-height: 40px;
}

input#author,
input#email {
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
}

.ei-shop-section {
    background: transparent !important;
}

.ei-option-box-container {
    flex-direction: row;
    flex-wrap: nowrap;
}

.ei-option-box-container button {
    width: 50%;
}

.woocommerce nav.woocommerce-pagination ul {
    clear: both;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;

}

.woocommerce nav.woocommerce-pagination ul li a {
    padding: 12px;
    margin-right: 10px;
    min-width: 14px !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary-color);
    color: white;
    padding: 12px;
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--secondary-color);
    color: white;
    border: 1px solid var(--secondary-color);
    min-width: 14px;
    margin-right: 10px;
    padding: 12px;
}

.woocommerce .products ul::before,
.woocommerce ul.products::before {

    display: none;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: var(--primary-color);
    color: white !important;
    border-radius: 8px;
    font-weight: normal !important;
}

.ei-single-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.wp-block-woocommerce-cart {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 30px 0 !important;
}

h3.wp-block-heading::after {
    display: none;
}

.sidebar li {
    list-style: none !important;
}

.sidebar li::marker {
    content: "" !important;
}

button.wp-block-search__button.wp-element-button {
    width: auto !important;
    background: transparent;
    padding: 5px;
    color: var(--primary-color);
}

input#wp-block-search__input-1 {
    border-radius: 12px !important;
    padding: 8px;
}

.wp-block-search__inside-wrapper {
    padding: 10px 0;
    border-radius: 10px;
}

h3#reply-title::after {
    display: none;
}

/* Blog comment form start */
.content-box.comments {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
    margin: 60px 0 30px;
    padding: 42px;
}

.content-box.comments>h3 {
    align-items: center;
    color: #151922;
    display: flex;
    font-size: 24px;
    font-weight: 800;
    gap: 18px;
    line-height: 1.2;
    margin: 0 0 34px;
    position: relative;
}

.content-box.comments>h3::before {
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.5 8.5 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    color: #d31345;
    content: "";
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.content-box.comments>h3::after {
    background: #d31345;
    bottom: -18px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100px;
}

.content-box.comments #reply-title {
    color: #151922;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin: 20px 0 10px;
}

.content-box.comments .comment-notes,
.content-box.comments .logged-in-as {
    border-bottom: 1px dashed #d8dde5;
    color: #76808d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 28px;
    padding-bottom: 22px;
}

.content-box.comments .required {
    color: #d31345;
}

.content-box.comments .comment-form {
    margin: 0;
}

.content-box.comments .comment-form p {
    margin: 0 0 20px;
}

.content-box.comments .comment-form-comment,
.content-box.comments .comment-form-author,
.content-box.comments .comment-form-email,
.content-box.comments .comment-form-url {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: 170px minmax(0, 1fr);
}

.content-box.comments .comment-form-comment {
    align-items: start;
}

.content-box.comments label {
    align-items: center;
    color: #151922;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    gap: 14px;
    line-height: 1.2;
}

.content-box.comments .comment-form-comment label::before,
.content-box.comments .comment-form-author label::before,
.content-box.comments .comment-form-email label::before,
.content-box.comments .comment-form-url label::before {
    align-items: center;
    background: #fff0f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 50%;
    color: #d31345;
    content: "";
    display: inline-flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.content-box.comments .comment-form-comment label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L7 19l-4 1 1-4 12.5-12.5z'/%3E%3C/svg%3E");
}

.content-box.comments .comment-form-author label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.content-box.comments .comment-form-email label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.content-box.comments .comment-form-url label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='M12 2a15 15 0 0 1 0 20'/%3E%3Cpath d='M12 2a15 15 0 0 0 0 20'/%3E%3C/svg%3E");
}

.content-box.comments textarea,
.content-box.comments input[type="text"],
.content-box.comments input[type="email"],
.content-box.comments input[type="url"] {
    background: #fff;
    border: 1px solid #dce1e8;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(21, 25, 34, 0.04);
    color: #151922;
    font-size: 17px;
    line-height: 1.5;
    outline: none;
    padding: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.content-box.comments textarea {
    min-height: 100px;
    resize: vertical;
}

.content-box.comments textarea:focus,
.content-box.comments input[type="text"]:focus,
.content-box.comments input[type="email"]:focus,
.content-box.comments input[type="url"]:focus {
    border-color: #d31345;
    box-shadow: 0 10px 26px rgba(211, 19, 69, 0.12);
}

.content-box.comments .comment-form-cookies-consent {
    align-items: center;
    color: #76808d;
    display: flex;
    gap: 10px;
    margin: 18px 0 28px;
}

.content-box.comments .comment-form-cookies-consent label {
    color: #76808d;
    font-size: 15px;
    font-weight: 500;
}

.content-box.comments input[type="checkbox"] {
    accent-color: #d31345;
    height: 16px;
    width: 16px;
}

.content-box.comments .form-submit {
    align-items: center;
    display: flex;
    gap: 22px;
    margin: 30px 0 0;
    position: relative;
}

.content-box.comments .form-submit::before {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22 2-7 20-4-9-9-4 20-7z'/%3E%3Cpath d='M22 2 11 13'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 19px;
    left: 28px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    z-index: 1;
}

.content-box.comments .form-submit::after {
    color: #76808d;
    content: "We respect your privacy.";
    font-size: 15px;
}

.content-box.comments .submit {
    background-color: #d31345;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 14px 26px rgba(211, 19, 69, 0.24);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    padding: 17px 30px 17px 62px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.content-box.comments .submit:hover {
    background-color: #111;
    transform: translateY(-2px);
}


.content-box.comments .form-submit {
    display: inline-flex;
}

.content-box.comments .form-submit::before {
    left: 24px;
}

.content-box.comments input.submit,
.content-box.comments .submit {
    min-width: 178px;
    padding-left: 58px !important;
    padding-right: 28px !important;
}

.content-box.comments .comments-title {
    align-items: center;
    color: #151922;
    display: flex;
    font-size: 28px;
    font-weight: 800;
    gap: 16px;
    line-height: 1.2;
    margin: 0 0 28px;
    position: relative;
}

.content-box.comments .comments-title::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d31345' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.5 8.5 0 0 1 8 8v.5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    flex: 0 0 28px;
    height: 28px;
    width: 28px;
}

.content-box.comments .comment-list {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
}

.content-box.comments .comment-list li {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.content-box.comments .comment-body {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(21, 25, 34, 0.06);
    color: #151922;
    padding: 20px 20px 20px 90px;
    position: relative;
}

.content-box.comments .comment-author {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 5px;
}

.content-box.comments .comment-author .avatar {
    border-radius: 50%;
    height: 48px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 48px;
}

.content-box.comments .comment-author .says {
    color: #76808d;
    font-weight: 500;
}

.content-box.comments .comment-meta {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.content-box.comments .comment-meta a {
    color: #d31345;
    text-decoration: none;
}

.content-box.comments .comment-content p {
    color: #384150;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 12px;
}

.content-box.comments .reply a {
    background: #fff0f5;
    border-radius: 999px;
    color: #d31345;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 14px;
    text-decoration: none;
}

.content-box.comments .reply a:hover {
    background: #d31345;
    color: #fff;
}


/* Blog comment form end */
.comment-awaiting-moderation {
    display: none !important;
}

ol.commentlist {
    list-style: none !important;
}

h3#comments {
    font-size: 20px;
}

h3#comments::after {
    display: none;
}

label.wc-block-product-filter-checkbox-list__label {
    padding: 5px 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0em 4em 0 !important;
}

p.elementor-icon-box-description {
    padding: 10px 0;
}

.comment-meta.commentmetadata P {
    min-height: 50px !important;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    width: 90%;
    margin: 0 auto;
}

h3.wc-block-components-product-name::after {
    display: none;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: var(--primary-color);
    font-weight: bold;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background: var(--primary-color) !important;
    color: white;
    padding: 15px;
}

li.widget_content.widget_block.widget_search {
    list-style: none !important;
}

.wc-block-cart__submit-container {
    background: var(--primary-color);
    border-radius: 10px;
}

.wc-block-cart__submit-container:hover {
    background: var(--secondary-color);
}

.wc-block-cart__submit-container a {
    color: white;
}

li.widget_content.widget_block.widget_search .wp-block-search__label {
    display: none;
}

.widget_content.widget_block.widget_search .wp-block-search__label input#wp-block-search__input-1 {
    border-radius: 12px !important;
    padding: 10px;
}

.wc-block-components-partial-payment {
    float: left;
    width: 100%;
}

form#wc-block-components-partial-payment_form {
    flex-direction: column;
}

.wc-block-components-partial-payment .wc-block-components-partial-payment_form .wc-block-components-partial-payment_button {
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.wc-block-components-checkout-return-to-cart-button {
    width: 40% !important;
}

.woocommerce-info {
    border-top-color: var(--primary-color) !important;
}