body{
margin: 0;
}
body *{
    box-sizing: border-box !important;
}
h2 span {
color: #C5852B;
}
/*----------------------About Us------------------*/
.header .menu-item:last-child .ekit-menu-nav-link {
background: #C5852B;
height: auto;
color: #fff !important;
padding: 12px 20px !important;
font-weight: 500;
position: relative;
text-transform: capitalize !important;
display: inline-flex;
}
.header .menu-item:last-child .ekit-menu-nav-link:hover {
background: #b3731a !important;
}
.header .menu-item:last-child .ekit-menu-nav-link:before {
content: '';
display: inline-block;
background-image: url(http://103.163.58.156:4264/plutus/wp-content/uploads/2025/08/Ringer-Volume.png);
width: 22px;
height: 22px;
z-index: 1;
background-size: contain;
background-repeat: no-repeat;
margin-right: 5px;
}
.header-buttton svg {
width: 20px;
}


/*----------------------Testimonial------------------*/
.testimonial-card {
padding: 0px 30px 30px;
border-radius: 20px;
/* max-width: 465px;
width: 100%; */
background: #fff;
position: relative;
}
.client-msg {
font-size: 18px;
color: #000;
opacity: 0.7;
line-height: 30px;
margin-block: 25px;
}
.customer-info {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #D1D5DB;
padding-top: 25px;
gap: 20px;
}
.client-name {
color: #000;
margin: 0 0 10px;
font-size: 20px;
font-weight: 500;
}
.destination {
margin: 0;
font-size: 14px;
color: #000;
opacity: 0.7;
font-weight: 400;
}
.client-rating {
color: #FFA011;
font-size: 20px;
}
.customer-photo {
border-radius: 50% !important;
border: 4px solid #fff !important;
margin-top: -40px;
}
#header-menu .ekit-menu-nav-link:after {
content: '';
position: absolute;
width: 0;
left: 50%;
transform: translateX(-50%);
height: 1px;
background: #C5852B;
bottom: 10px;
transition: all 0.5s;
}
#header-menu .ekit-menu-nav-link {
position: relative;
}
#header-menu .ekit-menu-nav-link:hover:after {
width:50px;
}
.aboutus-intro, .feature-main-section  {
position: relative;
}
.aboutus-intro:after, .feature-main-section:after  {
content: '';
display: inline-block;
background-image: url(http://103.163.58.156:4264/plutus/wp-content/uploads/2025/08/about-img.png);
width: 140px;
height: 170px;
z-index: -1;
background-size: contain;
background-repeat: no-repeat;
right: 0;
position: absolute;
bottom: -20px;
}
.feature-main-section:after  {
background-image: url(http://103.163.58.156:4264/plutus/wp-content/uploads/2025/08/featured-icon.png);
}
.testimonials-swiper {
padding-top: 42px !important;
padding-bottom: 60px !important;
}
.testimonials-swiper .swiper-pagination {
bottom: 0px !important;
}
.testimonials-swiper .swiper-pagination-bullet {
background: #ffff;
opacity: 0.3;
width: 10px;
height: 10px;
margin-inline: 3px;
}
.testimonials-swiper .swiper-pagination-bullet-active{
opacity: 1;
background: #C5852B;
}
/*----------------------Featured products------------------*/
.product-card {
cursor: pointer;
}
.product-name {
font-size: 18px;
font-weight: 500;
margin: 15px 0 0;
text-align: center;
transition: all 0.3s ease;
}
.product-image {
position: relative;
line-height: 0;
overflow: hidden;
border-radius: 12px;
}
.product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.product-hovr-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s;
opacity: 0;
}
.product-card:hover .product-hovr-img {
opacity: 1;
}
.product-card:hover .product-name{
color: #C5852B;
}
.product-badge {
position: absolute;
right: 10px;
top: 10px;
background: #C5852B;
z-index: 1;
font-size: 12px;
display: inline-block;
padding: 4px 10px;
line-height: normal;
color: #fff;
border-radius: 2px;
}
.products-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.step-card h2 {
position: absolute;
top: -45px;
right: 15px;
}
.footer-menu .elementor-icon-list-icon svg {
width:12px !important;
}
.footer .elementor-icon-list-items {
padding: 0;
list-style: none;
margin: 0;
}
.footer-menu-two .elementor-icon-list-item, .footer-menu-two .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-menu-two .elementor-icon-list-icon {
    display: flex;
    align-items: center;
}
.footer-menu-two svg {
    width: 25px !important;
    height: auto !important;
}

/* contact-us-page-css */
/* Wrap styles for two-column layout */
.flex_contact_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* Each column */
.flex_contact_col {
    flex: 1;
    min-width: 250px;
}
/* Labels */
.flex_contact_col label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Outfit';
    color: #000A12;
}
/* Required asterisk */
/* Inputs & textarea */
.flex_contact_col input[type="text"],
.flex_contact_col input[type="email"],
.flex_contact_col input[type="tel"],
.flex_contact_col textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f7f7f7;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}
/* Textarea height */
.flex_contact_col textarea {
    min-height: 120px;
    height: 120px;
}
/* Checkbox styling */
.flex_contact_col input[type="checkbox"] {
    margin-right: 8px;
}
.flex_contact_col .wpcf7-list-item-label {
    font-size: 18px;
    color: #000A12;
    font-weight: 400;
}
/* Submit button */
.submit-btn {
    background-color: #c48a3a;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #a6732d;
}
.flex_contact_wrap p {
    margin: 10px 0; 
}
.flex_contact_wrap span.wpcf7-list-item.first.last {
    margin: 0;
}
.flex_contact_wrap label span {
    color: #F88342;
    margin-left: 2px;
    display: inline-block;
}
.flex_contact_wrap .submit-btn:hover {
    background-color: #C5852BEB;
}

.flex_contact_wrap .submit-btn {
    transition: all .5s;
}
.contact-us-section::after {
    content: unset !important;
}
.flex_contact_wrap span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
}
/* end */


/* inventory-page */
.inventory-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inventory-section .container {
    max-width: 1440px;
    padding: 0 15px;
    margin-inline: auto;
}

.inventory-section .row {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    justify-content: center;
    gap: 40px;
}

.inventory-section .row  .col-4 {
    max-width: 25%;
    width: 100%;
}

.inventory-section .row  .col-8 {
    max-width: 75%;
    width: 100%;
}
.inventory-section .search {
    width: 100%;
}
.search-input {
    position: relative;
}
.inventory-section .search input {
    max-width: 100%;
    height: 50px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    outline: none;
    width: 100%;
    padding: 10px 45px 10px 10px;
}
.filters {
    border-top: 1px solid #00000014;
    padding-top: 30px;
    margin-top: 30px;
}

.inventory-section .products-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.products-cat  br {
    display: none;
}

.products-cat label {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Outfit';
    color: #000A12;
    font-weight: 300;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.reset a {
    color: #c5883a;
    font-size: 18px;
    font-family: 'Outfit';
    text-decoration: none;
    transition: all .4s;
}

.reset a:hover {
    text-decoration: underline;
}
.inventory-section .search input::placeholder {
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 300;
}
.pagination {
    margin-top: 50px;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.pagination a.page-numbers {
    color: #000A12;
    font-size: 16px;
    font-family: 'Outfit';
    text-decoration: none;
}

.pagination span.page-numbers.current {
    color: #C5852B;
}
.inventory-section .products-container a {
    color: #000;
    text-decoration: none;
}
.filter-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0px 0 12px;
}
.products-cat label:has(input:checked) {
    color: #C5852B;
}
.products-cat label:has(input:checked):after{
    opacity: 1;
}
.products-cat label:has(input:checked)::before{
    border-color: #C5852B;
}


/* end */


.loader {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.next.page-numbers, .prev.page-numbers {
    width: 38px;
    height: 38px;
    background: #C5852B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showing-result p {
    margin: 0 0 25px;
    text-align: right;
    color: #828787;
    font-size: 16px;
    font-weight: 300;
}
.products-cat label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #000A12;
    transition: all 0.5s;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.products-cat label:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #C5852B;
    transition: all 0.5s;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.products-cat label input{
    display: none;
}
.search-input svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}









/*----------------------Responsive------------------*/

@media (min-width:766px){
.header .menu-item:last-child {
display: none;
}
}

@media (max-width:1280px){
.step-card h2 {
top: -12px;
}
.testimonial-card {
padding: 0px 20px 20px;
}
.inventory-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

@media (max-width:1024px){
.header .elementskit-menu-offcanvas-elements{
padding: 0 !important;
}
.aboutus-intro:after {
bottom: 6rem;
}
.product-name {
font-size: 16px;
margin: 10px 0 0;
}
.product-badge {
font-size: 11px;
padding: 3px 8px;
}
.products-container {
gap: 15px;
}
.step-card h2 {
top: 0;
}
.feature-main-section:after {
width: 100px;
height: 110px;
}
.client-msg {
font-size: 16px;;
line-height: 26px;
margin-block: 20px;
}
.footer-menu-two .elementor-icon-list-item, .footer-menu-two .elementor-icon-list-item a {
    gap: 0;
}
}

@media (max-width:991px){
    .inventory-section .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-cat label {
    font-size: 16px;
 }
 .filters {
    padding-top: 15px;
    margin-top: 20px;
}
.filter-heading {
    font-size: 18px;
}
}

@media (max-width:767px){
h2 br{
display: none;
}
.elementskit-menu-toggler {
border: none !important;
width: 42px !important;
border-radius: 4px !important;
height: 36px;
}
.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
margin: 0 !important;
height: 2px;
}
.elementskit-menu-toggler .elementskit-menu-hamburger-icon:not(:last-child) {
margin-bottom: 6px !important;
}
.products-container {
grid-template-columns: repeat(2, 1fr);
}
.step-card p {
margin-top: 6px;
}
.aboutus-intro:after {
bottom: -10px;
width: 100px;
height: 100px;
opacity: 0.3;
}
.about-exp p {
margin-top: 6px;
}
.testimonial-card {
padding: 0px 15px 15px;
}
.client-msg {
margin-block: 12px;
}
.customer-info {
    padding-top: 15px;
}
.client-name {
    font-size: 18px;
        margin: 0 0 5px;
}
.testimonials-swiper {
    padding-bottom: 40px !important;
}
.customer-photo {
    margin-top: -30px;
    max-width: 60px !important;
}
footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-inline-start: 0;
}
.footer-menu-two svg {
    width: 18px !important;
}
.inventory-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.inventory-section .row {
    gap: 30px;
    flex-direction: column;
}
.inventory-section .row .col-4, .inventory-section .row .col-8 {
    max-width: 100%;
}
.inventory-section .search input {
    height: 46px;
}
.products-cat br {
    display: none;
}
.products-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.products-cat label {
    font-size: 15px;
    margin: 0;
    padding-left: 22px;
}
.products-cat label:before {
    width: 12px;
    height: 12px;
}
.products-cat label:after {
    width: 8px;
    height: 8px;
}
.reset {
    margin-bottom: 20px;
}
.showing-result p {
    margin: 0 0 20px;
    font-size: 14px;
}
.inventory-section .products-container {
    gap: 15px;
}
.pagination {
    margin-top: 30px;
    gap: 22px;
}
.next.page-numbers, .prev.page-numbers {
    width: 32px;
    height: 32px;
}
.product-name {
    font-size: 14px;
}
.reset a {
    font-size: 16px;
}
}


@media (max-width:765px){
.header .menu-item:last-child {
padding-inline: 15px;
}
.elementor-element:has(> .header-buttton){
display: none;
}
}









