@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&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&family=Roboto:wght@100;300;400;500;700;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-family: "Merriweather", serif;
    font-family: "Roboto", sans-serif;
    font-family: "Space Grotesk", sans-serif;
}
.m-6 {
    margin: 42px !important;
}
.me-6 {
    margin-right: 210px;
}
/*.banner {*/
/*    background-image: url("/assets/front/new_images/img5.png");*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    height: 85vh;*/
/*    width: 100%;*/
/*}*/
.banner-width {
    height: 100%;
    width: 50%;
    padding-left: 50px;
}
.banner-heading1 {
    padding-top: 25%;
}
.banner-heading2 {
    text-transform: capitalize;
    padding-top: 5%;
}
.banner-heading3 {
    padding-top: 5%;
}
.sticky-top ~ .row {
    background-color: #f9f9f9;
}
.nav-item {
    width: auto !important;
    padding: 2px;
}
.nav-item > .nav-link {
    font-size: 25px !important;
    margin: 0 10px !important;
    font-weight: 400 !important;
}
.nav-item:hover {
    /* background-color: slategrey; */
}
.over {
    overflow: hidden;
}
.gallery {
    display: grid;
    width: 400px;
    margin-left: 250px;
}
.gallery > img {
    grid-area: 1/1;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 10px solid #f2f2f2;
    box-shadow: 0 0 4px #0007;
    animation: slide 6s infinite;
}
.gallery > img:last-child {
    animation-name: slide-last;
}

.gallery > img:nth-child(2) {
    animation-delay: -2s;
}
.gallery > img:nth-child(3) {
    animation-delay: -4s;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
        z-index: 2;
    }
    16.66% {
        transform: translateX(120%);
        z-index: 2;
    }
    16.67% {
        transform: translateX(120%);
        z-index: 1;
    }
    33.34% {
        transform: translateX(0%);
        z-index: 1;
    }
    66.33% {
        transform: translateX(0%);
        z-index: 1;
    }
    66.34% {
        transform: translateX(0%);
        z-index: 2;
    }
    100% {
        transform: translateX(0%);
        z-index: 2;
    }
}
@keyframes slide-last {
    0% {
        transform: translateX(0%);
        z-index: 2;
    }
    16.66% {
        transform: translateX(120%);
        z-index: 2;
    }
    16.67% {
        transform: translateX(120%);
        z-index: 1;
    }
    33.34% {
        transform: translateX(0%);
        z-index: 1;
    }
    83.33% {
        transform: translateX(0%);
        z-index: 1;
    }
    83.34% {
        transform: translateX(0%);
        z-index: 2;
    }
    100% {
        transform: translateX(0%);
        z-index: 2;
    }
}
/* =========================
   TOP BANNER
========================= */
.top-banner {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 18px;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    padding: 40px;
}

/* dark overlay */
.top-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner-text {
    position: relative;
    z-index: 2;
    color: #fff;
}

.banner-text h2 {
    font-size: 45px;
    font-weight: 800;
    font-family: sans-serif;
    margin-bottom: 15px;
    color: black;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .big-card {
        height: 260px;
    }

    .small-card {
        height: 200px;
    }

    .category-card {
        height: auto;
    }

    .category-card img {
        height: 220px;
    }

    .top-banner {
        height: 250px !important;
    }

    .banner-text h2 {
        font-size: 26px;
    }
}

.why-hammad {
    /* background: #f5f5f5; */
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
}

/* LIGHT SHAPE BACKGROUND */
.why-hammad::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    /* background: linear-gradient(
        135deg,
        rgba(0,0,0,0.03),
        rgba(0,0,0,0.01)
    );
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); */
}

/* LEFT CONTENT */
.why-content {
    text-align: center;
    padding: 40px;
}

.why-content h1 {
    font-size: 45px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.why-content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
}

.why-content p {
    font-size: 22px;
    line-height: 1.8;
    color: #222;
    max-width: 650px;
    margin: auto;
}

/* BUTTON */
.learn-btn {
    display: inline-block;
    margin-top: 40px;
    background: #e61f26;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    /* border: 2px solid #000; */
}

@media (max-width: 768px) {
    .learn-btn {
        padding: 8px 10px;
        font-size: 10px;
        border-radius: 30px;
    }
}
.learn-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* RIGHT SIDE */
.right-side {
    text-align: center;
    position: relative;
    z-index: 2;
}

.right-side img {
    width: 420px;
    max-width: 100%;
    margin-bottom: 30px;
}

.right-side h2 {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.right-side h3 {
    font-size: 32px;
    font-weight: 700;
    color: #d62828;
    margin-bottom: 20px;
}

.right-side h4 {
    font-size: 34px;
    font-weight: 700;
    color: #d62828;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .why-content h1 {
        font-size: 40px;
    }

    .why-content h4 {
        font-size: 22px;
    }

    .why-content p {
        font-size: 18px;
    }

    .right-side {
        margin-top: 50px;
    }

    .right-side h2 {
        font-size: 28px;
    }

    .right-side h3,
    .right-side h4 {
        font-size: 12px;
    }
}

.features-section {
    padding: 50px 0;
    background: #ffffff;
}

/* FULL WIDTH FIX */
.features-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;

    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* BOX */
.feature-box {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

/* ICON */
.icon-circle {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.icon-circle img {
    width: 32px;
    height: 32px;
}

/* TEXT */
.feature-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.products {
    height: 450px;
    position: relative;
}
/* .swiper-slide {
    width: 17.20rem !important;
} */
.swiper-pagination-bullet {
    background-color: black;
    height: 7px !important;
    width: 26px !important;
    border-radius: 25px !important;
}
.contact {
    padding-top: 3.5rem;
    padding-bottom: 1.2rem;
}
.order-table {
    width: 100%;
}
.order-table,
th,
td {
    background-color: black;
    color: white;
    border: 1px solid gray;
    border-collapse: collapse;
}
.order-table-header {
    text-align: center;
    font-size: 17px;
    padding: 5px;
}
.order-table-coloumn {
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

/* login */

.register-img {
    width: 50%;
}
.login {
    width: 100%;
    margin-top: 50px;
    padding: 30px;
    margin-bottom: 50px;
    border: 1px solid rgb(243, 243, 243);
}

.header-title {
    margin-bottom: 2rem;
}

.input-space {
    margin-bottom: 20px;
    color: #cecece;
    font-weight: 500;
}

.already-account {
    text-align: end;
}

.already-account a {
    text-decoration: none;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 12px;
}

.already-account a:hover {
    color: #0384c9;
}

.button-goole {
    color: #fff;
    background-color: #e61f26 !important;
    padding-top: 6px;
}

.submit-button a {
    width: 100%;
    height: 50px;
    padding: 11px 10px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 10px;
}

.submit-button a:hover {
    color: #333;
}

.dont-account {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.dont-account p {
    font-size: 13px;
    margin-right: 5px;
}

.dont-account a {
    font-size: 13px;
}

/* =========================
   LOGIN PAGE MOBILE FIX
========================= */

@media (max-width: 767px) {

    /* ROW SPACING */
    /*.container.py-5 {*/
    /*    padding-top: 155px !important;*/
    /*    padding-bottom: 20px !important;*/
    /*}*/

    /* IMAGE SECTION */
    .register-img {
        width: 180px !important;
        max-width: 100%;
        display: block;
        margin: 0 auto 20px auto !important;
    }

    /* REMOVE XL OFFSET EFFECT */
    .offset-xl-1 {
        margin-left: 0 !important;
    }

    /* LOGIN CARD */
    .login {
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        padding: 20px 15px !important;
        border-radius: 15px;
    }

    /* HEADING */
    .header-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .header-title h3 {
        font-size: 24px;
    }

    /* INPUTS */
    .form-control {
        height: 37px;
        font-size: 14px;
        width: 100%;
    }

    .form-floating label {
        font-size: 14px;
    }

    /* BUTTONS */
    .submit-button .btn,
    .submit-button a {
        height: 45px !important;
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* FORGOT PASSWORD */
    .already-account {
        text-align: center !important;
        margin-top: 10px;
    }

    /* REGISTER TEXT */
    .dont-account {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        text-align: center;
    }

    .dont-account p,
    .dont-account a {
        font-size: 14px;
    }
}
/* @media (max-width: 425px) {
    .register-img {
        margin-top: 5rem;
    }
} */
footer {
    padding-top: 3.5rem;
    padding-bottom: 1.2rem;
}
.footer-logo {
    width: 290px;
    height: 100px;
}

/* Mobile */
@media (max-width: 576px) {
    .footer-logo {
        width: 200px;
        height: auto;
    }
}

.footer-list li a:hover,
.footer-list li a:active {
    color: #e61f26;
}

.contact-title,
.footer-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.8rem;
}

.footer-list {
    padding-left: 0;
}

.footer-list li {
    list-style: none;
    margin-bottom: 0.6rem;
}

.footer-list li a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    border: none;
}

/* .footer-list li a span {
    transition: 0.5s;
} */

/* .footer-list li a span:hover {
    padding-left: 1.2rem;
    letter-spacing: 0.5px;
    transition: 0.5s;
} */

.footer-list li a::before {
    content: "\f101";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-right: 10px;
}

.fa-location-dot,
.fa-clock,
.fa-location-crosshairs {
    font-size: 1.1rem;
    color: #333;
    /* margin-right: 1rem; */
    /* padding-top: 0.3rem; */
}
.fa-xmark {
    font-size: 1.1rem;
    color: white;
    margin: 0px 16px 0 0;
    padding: 3.2px 0 0;
}
.fa-phone {
    font-size: 1.1rem;
    color: #333;
    /* margin-right: 1rem; */
    /* padding-top: 0.3rem; */
}

.fa-envelope {
    font-size: 1.2rem;
    color: #333;
    /* margin-right: 1rem; */
    /* padding-top: 0.3rem; */
}

.address {
    color: #333;
    margin-bottom: 0;
    font-size: 1rem;
}

.contat-line,
.footer-line {
    color: #333;
    height: 1.5px !important;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
}

.line {
    margin-bottom: 0.3rem;
}

.copy-right {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #333;
}

.link {
    font-size: 1rem;
    color: #333;
    border-right: 1px solid #333;
    padding-right: 1rem;
}

.link:hover {
    color: #ccc;
}

.link1 {
    font-size: 1rem;
    color: #333;
    padding-left: 1rem;
}

.link1:hover {
    color: #ccc;
}

.text-last {
    text-align: right;
}
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 590px;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 590px;
}
.gmap_iframe {
    height: 600px !important;
}

.category-card {
    transition: 0.3s ease;
    border-radius: 10px;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(230, 31, 38, 0.3);
    transform: scale(1.03);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.product-card {
    transition: 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(108, 117, 125, 0.3);
}

.product-title {
    font-size: 16px;
    font-weight: 600;
}

/*@media (max-width: 1200px) {*/
/*    .banner {*/
/*        height: 140vh;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) : {*/
/*    .banner {*/
/*        height: 125vh;*/
/*    }*/
/*    .banner-heading1 {*/
/*        font-size: 18px;*/
/*        padding-top: 29%;*/
/*    }*/
/*    .banner-heading2 {*/
/*        font-size: 26px;*/
/*        padding-top: 5%;*/
/*    }*/
/*    .banner-heading3 {*/
/*        font-size: 18px;*/
/*        padding-top: 5%;*/
/*    }*/
/*}*/

/*@media (max-width: 829px) {*/
/*    .banner {*/
/*        height: 105vh;*/
/*    }*/
/*    .banner-width {*/
/*        width: 57%;*/
/*        padding-left: 20px;*/
/*    }*/
/*    .banner-heading1 {*/
/*        font-weight: 400;*/
/*        padding-top: 24%;*/
/*    }*/
/*    .banner-heading2 {*/
/*        font-weight: 500;*/
/*        padding-top: 5%;*/
/*    }*/
/*    .banner-heading3 {*/
/*        font-weight: 400;*/
/*        padding-top: 5%;*/
/*    }*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .gallery {*/
/*        width: 300px;*/
/*    }*/
/*    .line {*/
/*        margin-bottom: 2rem;*/
/*    }*/
/*}*/
/*@media (max-width: 630px) {*/
/*    .banner {*/
/*        height: 90vh;*/
/*    }*/
/*    .banner-width {*/
/*        width: 60%;*/
/*    }*/
/*    .banner-heading1 {*/
/*        font-weight: 400;*/
/*    }*/
/*    .banner-heading2 {*/
/*        font-size: 24px;*/
/*        font-weight: 500;*/
/*    }*/
/*    .banner-heading3 {*/
/*        font-weight: 14px;*/
/*    }*/
/*}*/
/*@media (max-width: 540px) {*/
/*    .banner {*/
/*        height: 25vh;*/
/*    }*/
/*    .banner-heading1 {*/
/*        font-size: 16px;*/
/*        padding-top: 30%;*/
/*    }*/
/*    .banner-heading2 {*/
/*        font-size: 20px;*/
/*    }*/
/*    .banner-heading3 {*/
/*        font-size: 16px;*/
/*    }*/
/*    .gallery {*/
/*        width: 250px;*/
/*    }*/
/*}*/
/*@media (max-width: 425px) {*/
/*    .banner {*/
/*        background-image: url("/assets/front/new_images/img5.png");*/
/*    }*/
/*    .banner-width {*/
/*        width: 100%;*/
/*    }*/
/*    .banner-heading1 {*/
/*        padding-top: 19%;*/
/*    }*/
/*}*/
/*@media (max-width: 335px) {*/
/*    .banner {*/
/*        background-image: url("/assets/front/new_images/img5.png");*/
/*    }*/
/*    .banner-heading1 {*/
/*        padding-top: 25%;*/
/*    }*/
/*}*/
@media (min-width: 425px) {
    .copy-right {
        text-align: center;
    }
    .text-last {
        text-align: center;
        margin-top: 0.2rem;
    }
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.profile-container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin: 20px 0px;
    min-height: 100vh;
    padding: 0px;
}

.profile-links {
    background-color: black !important;
}

.account-heading {
    font-size: 25px !important;
    /*	height: 80px;*/
    color: #fff;
    padding: 40px 10px 45px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.profile-list {
    height: calc(100% - 80px);
    overflow: auto;
}

.profile-list .profile-list-item {
    height: 40px;
}

.profile-list .profile-list-item:hover {
    background: #e61f26;
}

.profile-list .profile-list-item a {
    margin: 20px 0 5px 20px;
    height: 100%;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
}

.profile-list-item a:hover {
    color: white !important;
}

.profile-list .profile-list-item a i {
    margin-right: 7px;
}

.profile-img {
    width: 270px;
    height: 270px;
}

.user-info {
    width: calc(100% - 300px);
}

.user-name {
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
    width: 100%;
    margin-bottom: 1.2rem;
}

.user-email {
    font-weight: 300;
    width: 75%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.8rem;
    color: #999999;
}

.user-personal p {
    width: 100%;
    margin-bottom: 0.8rem;
    color: #222;
    font-weight: 500;
    font-size: 17px;
}

.user-personal p span {
    font-weight: 300;
    color: #999;
}

.btn-profile {
    font-size: 18px !important;
    background-color: #e61f26 !important;
    border-radius: 20px !important;
    color: black !important;
    margin-top: 15px !important;
}

.btn-profile:hover {
    color: white !important;
    background: #e61f26 !important;
    border: 1px solid #e61f26;
}

/*profile edit*/

.profile-edit-section {
    margin-top: 60px;
    padding: 0px 10px;
}

.profile-edit-section h4 {
    font-size: 30px;
}

.profile-edit-section p {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
}

.edit-card-container {
    padding: 10px 18px 0px;
}

a.edit-card {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #f9f9f9;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.4);
}

.edit-card-body .heading span {
    font-size: 19px;
    font-weight: 600;
}

.edit-card-body span {
    font-size: 17px;
    font-weight: 400;
}

.edit-card-body .heading .fa-user {
    font-size: 18px;
}

.edit-prfile-container {
    height: auto !important;
}

.edit-prfile-container h1 {
    font-size: 35px;
    font-weight: 600;
    padding: 10px;
}

.edit-prfile-container form {
    width: 100%;
    margin-top: 100px;
    border: 1px solid #ccc;
    padding: 10px;
}

.edit-prfile-container form label {
    width: 100%;
    margin: 20px 0px 10px;
    font-size: 20px;
    font-weight: 500;
}

.edit-prfile-container form input {
    width: 95%;
    border: 0px;
    border-bottom: 1px solid;
    font-size: 17px;
    padding: 7px 7px 3px;
}
.edit-prfile-container form button {
    display: block;
    margin: 20px auto 10px;
    width: 220px;
    height: 50px;
    background: #d7bb3e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 0px;
}
.edit-prfile-container form button:hover {
    background: #fff;
    color: #d7bb3e;
    border: 1px solid #d7bb3e;
    transition: 0.4s ease;
    cursor: pointer;
}

/*order page*/

.order-detail-row {
    width: 100%;
}

.order-table th {
    text-align: center;
}

.order-detail-row td {
    text-align: center;
}

.order-table tr:not(.detail-row):hover td {
    background-color: #e61f26;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-table tr:hover .rate,
.order-table tr:hover .eye {
    color: #fff;
}

.rate,
.eye {
    color: #999;
}

.order-input input {
    order-radius: 0;
    width: 50px;
    text-align: center;
    height: 48px;
    font-size: 17px;
    padding: 5px;
    margin-top: 25px;
    box-shadow: none;
}

.r-textarea textarea {
    width: 80%;
}

.r-sbmt-btn {
    height: 40px;
}

.r-sbmt-btn input {
    width: 170px;
    height: 40px;
    background: #d7bb3e;
    border-color: #d7bb3e;
    border-style: solid;
    color: #fff;
    font-size: 18px;
    margin-right: 110px;
    margin-bottom: 30px;
}

.r-sbmt-btn input:hover {
    color: #d7bb3e;
    background: transparent;
    border-color: #d7bb3e;
}
.media-object {
    width: 100px;
}

.hamburger-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background: #0dcaf0; /* bg-info style */
    padding: 20px;
    transition: 0.3s;
    z-index: 999;
}

/* Active classes */
.sidebar.active {
    left: 0;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Overlay */
.profile-sidebar-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display:none;
    z-index: 998;
}

/* Hamburger */
.sidebar-toggle{
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 999;
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
}

/* MOBILE ONLY */
@media (max-width: 991px){

    #profileSidebar{
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100%;
        z-index: 999;
        overflow-y: auto;
        transition: 0.3s ease;
    }

    #profileSidebar.active{
        left: 0;
    }

    .profile-sidebar-overlay.active{
        display:block;
    }

    /* content full width mobile */
    .profile-data{
        width: 100%;
    }
}

@media (max-width: 991px) {

    #profileSidebar {
        flex: 0 0 280px !important;
        max-width: 280px !important;
        width: 280px !important;
        position: fixed;
        left: -280px;
        top: 0;
        height: 100%;
        z-index: 9999;
        transition: 0.3s ease;

    }

    #profileSidebar.active {
        left: 0;
    }

    .profile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
    }

    .profile-overlay.active {
        display: block;
    }

    .profile-data {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Desktop layout same rahega */
.profile-data{
    /* display: flex; */
    align-items: flex-start;
    /* gap: 30px;
    flex-wrap: wrap; */
}

/* USER INFO default */
.user-info{
    flex: 1;
    min-width: 250px;
}

/* PROFILE IMAGE */
.profile-img{
    width: 270px;
    height: 270px;
    object-fit: cover;
}

/* MOBILE FIX */
@media (max-width: 768px){

    .profile-data{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-img{
        width: 160px;
        height: 160px;
    }

    .user-info{
        width: 100% !important;
        text-align: center;
    }

    .user-email{
        width: 100% !important;
    }
}

/* .sidebar-close button */
.sidebar-close{
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.sidebar-close button{
    background: transparent;
    border: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

/=========== Navbar area start ============/
.header_area {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    height: 187px;
    transition: background 0.4s, all 0.3s linear;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .main_menu .main_box {
    background-color: #ebebeb66 !important;
    margin: 0px auto 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_area .navbar {
    background: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
@media (max-width: 991px) {

    .header_area .navbar .navbar-collapse {
        margin-top: 30px;
    }

    .header_area .navbar .navbar-collapse .nav-item {
        padding: 10px;
    }
}

.header_area .navbar .navbar-toggler .icon-bar {
    /color: #fff;/
    height: 2px;
    width: 20px;
    content: "";
    background: #fff;
    display: block;
    margin: 5px;
}

.header_area .navbar .nav .nav-item {
    position: relative;
    /width: 100px;/
    margin-right: 35px;
}

.header_area .navbar .nav .nav-item::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #e61f26;
    transition: width .3s ease-in-out;
    transform: translateX(-50%);
}

.header_area .navbar .nav.navbar-right .nav-item::after {
    bottom: 16px;
}

.user-nav::after {
    bottom: 0px !important;
}

.header_area .navbar .nav .nav-item:hover::after {
    width: 80%;
}

.header_area .navbar .nav .nav-item.user-nav:hover::after {
    width: 100% !important;
}

.header_area .navbar .nav .nav-item.active::after {
    width: 90%;
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: black;
    width: 100%;
    text-align: center;
}

.header_area .navbar .nav .nav-item-outline {
    position: relative;
    width: 100px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
}
.header_area .navbar .nav .nav-item-outline .nav-link {
    transition: .5s ease;
    color: #4b47c0;
}
.header_area .navbar .nav .nav-item-outline:hover,
.header_area .navbar .nav .nav-item-outline.active {
    transition: .4s ease;
    background: transparent;
}
.header_area .navbar .nav .nav-item-outline.active:hover {
    background: #fff;
}
.header_area .navbar .nav .nav-item-outline.active:hover .nav-link {
    color: #4b47c0 !important;
    transition: .5s ease;

}
.header_area .navbar .nav .nav-item-outline:hover .nav-link {
    transition: .5s ease;
    color: #fff !important;
}
.header_area .navbar .nav .nav-item-outline.active:hover::after {
    transition: .5s ease;
    background: #4b47c0 !important;
}

.fs-17 {
    font-size: 17px !important;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #e61f26;
    font-weight: 700 !important;
}

.header_area .navbar .nav .nav-item:hover .nav-link {
    font-size: 15px;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        /background: -webkit-#4b47c0 !important;/
        /background: -moz-#4b47c0 !important;/
        /background: -o-#4b47c0 !important;/
        /background: #4b47c0 !important;/
        position: absolute;
        top: 140%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        -webkit-transition: visibility 0.5s ease;
        -moz-transition: visibility 0.5s ease;
        -o-transition: visibility 0.5s ease;
        transition: visibility 0.5s ease;
        visibility: hidden;
        display: block;
    }

    .header_area .navbar .nav .nav-item.submenu .user {
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
    background: #4b47c0;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
    color: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    padding: 0px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-right: 0px;
    color: black !important;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    /* background: red; */
    color: red !important;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.navbar-brand img {
    width: 175px;
}

@media (min-width: 991px) {
    .navbar-brand {
        padding-left: 30px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-left: 75px;
    }

    .header_area .navbar .nav.navbar-nav.navbar-right {
        display: -webkit-inline-box;
    }
}

.header_area .navbar .nav.navbar-nav.navbar-right li {
    /* margin-left: 25px; */
    /* margin-right: 0px; */
}

.nav-icon-link {
    width: 30px !important;
    width: auto;
}

@media (max-width: 991px) {
    .header_area .navbar .nav.navbar-nav.navbar-right li {
        margin-left: 0px;
    }
}

.header_area .navbar .nav.navbar-nav.navbar-right li span {
    color: black;
    line-height: 80px;
    font-weight: 500;
}

.header_area .navbar .nav.navbar-nav.navbar-right li span:hover,
.header_area .navbar .nav.navbar-nav.navbar-right li:hover span {
    color: red;
}

.header_area .navbar .nav.navbar-nav.navbar-right .search {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.search_form {
    width: 50%;
    position: relative;
}

.search_input_box {
    border: 0px;
    outline: 0px;
    width: 100%;
    border-radius: 20px;
    padding: 7px 15px;
    font-size: 17px;
}

.search_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #e61f26;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 575px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding: 0px 0px;
    }
}

/* =========== Navbar area end ===========*/
/* =========================
   ABOUT PAGE STYLING
========================= */

.about_img img {
    width: 100%;
    border-radius: 15px;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about_img img:hover {
    transform: scale(1.03);
}

/* =========================
   ABOUT CONTENT
========================= */

.large_cont_p p {
    font-size: 17px;
    line-height: 32px;
    color: #555;
    margin-bottom: 20px;
}

/* =========================
   MAIN HEADING
========================= */

.main_heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #e61f26;
    text-align: center;
    padding-bottom: 60px;
}

.main_heading .large {
    font-size: 18px;
    color: #d40000;
    font-weight: 600;
}

/* =========================
   WHY CHOOSE US BOXES
========================= */

.Services_blog_inner {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.Services_blog_inner:hover {
    transform: translateY(-10px);
}

.Services_blog_inner .icon {
    margin-bottom: 20px;
}

.Services_blog_inner .icon img {
    width: 70px;
    height: 70px;
}

.Services-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.Services_blog_inner p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

/* =========================
   CTA SECTION
========================= */

.section_information {
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("../new_images/img5.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 100px 0;
    position: relative;
}
@media (max-width: 767px) {

    .section_information {
        height: 25vh;
        padding: 0 20px;

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        display: flex;
        align-items: center;
    }

}

.section_information h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 30px;
}

.read-btn {
    display: inline-block;
    background: #e61f26;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
    text-decoration: none;
}

.read-btn:hover {
    background: black;
    color: white;
    text-decoration: none;
}

/* =========================
   OUR PRODUCTS SECTION
========================= */

.Services_blog {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

.Services_blog:hover {
    transform: translateY(-10px);
}

.Services_img {
    overflow: hidden;
}

.Services_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}

.Services_blog:hover .Services_img img {
    transform: scale(1.08);
}

.Services_head {
    padding: 25px;
    text-align: center;
}

.Services_head h5 {
    margin: 0;
}

.Services_head h5 a {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.Services_head h5 a:hover {
    color: #d40000;
}

/* =========================
   SECTION SPACING
========================= */

.padding_layout_1 {
    padding: 90px 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .section_information h4 {
        font-size: 38px;
        line-height: 50px;
    }

    .main_heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .padding_layout_1 {
        padding: 60px 0;
    }

    .section_information h4 {
        font-size: 10px;
        line-height: 20px;
    }
        .read-btn {
        padding: 8px 10px;
        font-size: 10px;
        border-radius: 30px;
    }


    .main_heading h2 {
        font-size: 28px;
    }

    .Services_head h5 a {
        font-size: 20px;
    }
}
/* =========================
    CONTACT HERO
========================= */
/* .contact-hero {
    background: linear-gradient(rgba(0,0,0,0.7),
    rgba(0,0,0,0.7)),
    url('../new_images/img5.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 120px 0;
} */
.contact-hero {
    background-image: url("/assets/front/new_images/banner6.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 85vh;
    width: 100%;
}

.hero-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ddd;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    line-height: 30px;
}

/* =========================
    CONTACT SECTION
========================= */
.contact-section {
    padding: 100px 0;
    background: #f8f8f8;
}

/* =========================
    LEFT INFO BOX
========================= */
.contact-info-box {
    background: #111;
    padding: 50px 40px;
    border-radius: 20px;
    height: 100%;
}

.contact-info-box h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
}

.contact-info-box p {
    color: #bbb;
    line-height: 28px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
}

.info-item .icon {
    width: 60px;
    height: 60px;
    background: #e61f26;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}

.info-item .icon i {
    color: #fff;
    font-size: 22px;
}

.info-item .text h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
}

.info-item .text p {
    margin: 0;
    color: #ccc;
}

/* =========================
    FORM BOX
========================= */
.contact-form-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.contact-form-box h2 {
    font-size: 38px;
    margin-bottom: 35px;
    font-weight: 700;
}

/* =========================
    INPUTS
========================= */
.custom-input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 16px;
    transition: 0.3s;
    outline: none;
}

.custom-input:focus {
    border-color: red;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.15);
}

.textarea {
    height: 180px;
    padding-top: 20px;
    resize: none;
}

/* =========================
    BUTTON
========================= */
.contact-btn {
    background: #e61f26;
    color: #fff;
    border: none;
    height: 60px;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #111;
    color: #fff;
}

/* =========================
    MAP
========================= */
.map-section iframe {
    display: block;
}

/* =========================
    RESPONSIVE
========================= */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 40px;
    }

    .contact-form-box {
        padding: 30px;
    }

    .contact-info-box {
        padding: 35px 25px;
        margin-bottom: 30px;
    }
}



.all-products-title {
    color: #e61f26;
}


/* =========================
   SHOP BY CATEGORY
========================= */

.shop-category-section{
    /* background: #f5f5f5; */
    padding-top: 80px;
}

/* =========================
   HEADING
========================= */

.category-heading{
    padding-bottom: 70px;
}

/* .category-heading h2{
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    color: black;
    margin-bottom: 12px;
    text-transform: uppercase;
} */

.heading-line{
    width: 50px;
    height: 3px;
    background: #e61f26;
    display: block;
    margin: auto;
}

/* =========================
   CATEGORY WRAPPER
   (FIXED GRID LAYOUT)
========================= */

.category-wrapper{
    background: white;
    padding: 70px 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

/* =========================
   SINGLE CATEGORY ITEM
   (4 PER ROW FIX)
========================= */

.category-item{
    text-align: center;
    width: calc(25% - 20px);
}

.category-item a{
    text-decoration: none !important;
    display: block;
}

/* =========================
   CATEGORY IMAGE
========================= */

.category-icon{
    width: 120px;
    height: 120px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
}

/* =========================
   CATEGORY NAME
========================= */

.category-item h3{
    font-size: 22px;
    font-weight: 800;
    color: #e61f26;
    margin: 0;
    transition: 0.3s ease;
}

/* =========================
   HOVER EFFECT
========================= */

.category-item:hover img{
    transform: scale(1.05);
}

.category-item:hover h3{
    color: #c5161c;
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 991px){

    .category-item{
        width: calc(33.33% - 20px);
    }

    .category-wrapper{
        justify-content: flex-start;
    }
}

@media (max-width: 768px){

    .category-item{
        width: calc(50% - 20px);
    }

    .category-heading h2{
        font-size: 24px;
    }
}

@media (max-width: 576px){

    .shop-category-section{
        padding-top: 50px;
    }

    .category-heading{
        padding-bottom: 40px;
    }

    .category-heading h2{
        font-size: 22px;
    }

    .category-item{
        width: 100%;
    }

    .category-icon{
        width: 90px;
        height: 90px;
        margin-bottom: 25px;
    }

    .category-item h3{
        font-size: 20px;
    }
}



/* product detail */
@media (max-width: 767px) {

    .btn.btn-secondary.w-100.py-2 {
        width: 50% !important;   /* apni requirement ke mutabiq 60%, 70%, 80% */
        /* margin: 0 auto;          center karne ke liye */
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 3px;
    }

}

/* =========================
   CUSTOM HERO SLIDER
========================= */

.custom-hero-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.custom-slide-bg {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

    display: flex;
    align-items: center;
}

.custom-overlay {
    position: absolute;
    inset: 0;
}

/* arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 7%;
}

/* indicators */
.custom-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

.custom-indicators .active {
    background-color: #e61f26;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 991px) {

    .custom-slide-bg {
        height: 70vh;
        text-align: center;
    }

    .custom-slider-content {
        margin: auto;
    }

    .custom-slider-content h1 {
        font-size: 38px;
    }

    .custom-slider-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .custom-slide-bg {
        height: 25vh;
        padding: 0 15px;
    }

    .custom-slider-content h1 {
        font-size: 28px;
    }

    .custom-slider-content p {
        font-size: 14px;
    }

    .custom-slider-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}
