.p-0 {
    padding: 0 !important;
}

.section-space {
    padding-bottom: 75px;
    padding-top: 75px;
}

    /* ===== Slider height ===== */
    .main-slider-wrapper {
        position: relative;
    }

    .main-slider,
    .main-slider .swiper-slide {
        height: 85vh;
        /* change to 70vh or 600px if you want */
    }

    /* ===== Slide base layout ===== */
    .main-slider .swiper-slide {
        position: relative;
        overflow: hidden;
    }

    /* ===== Background image ===== */
    .main-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* ===== Black overlay on image ===== */
    .main-slider .swiper-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        /* black overlay */
        z-index: 1;
    }

    /* ===== Text / content on top ===== */
    .main-slider .slider-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
        /* IMPORTANT: above image + overlay */
    }

    /* ===== Text color white ===== */
    .main-slider .slider-content,
    .main-slider .slider-content p,
    .main-slider .slider-content h2 {
        color: #fff !important;
    }

    /* ===== Button style ===== */
    .main-slider .btn-dark {
        background-color: #fff !important;
        color: #000 !important;
        border-radius: 999px;
        border: 2px solid #fff;
    }

    .main-slider .btn-dark:hover {
        background-color: transparent !important;
        color: #fff !important;
    }

    /* ===== Arrows on top & white ===== */
    .main-slider .swiper-nav {
        z-index: 3;
        /* above overlay */
    }

    .main-slider .slide-icon i {
        color: #000;
        font-size: 22px;
    }

/* keep your existing .header-fixed; add transition and fallback */
.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; /* higher than default to sit above content */
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.07));
  -webkit-animation: stickyAni 0.35s ease-in-out;
  animation: stickyAni 0.35s ease-in-out;
  transition: box-shadow .25s ease, transform .25s ease;
}

/* If you want the topbar hidden by default and visible only when sticky:
   If topbar should always be visible, remove these rules. */
.topbar {
  display: none;
  width: 100%;
  z-index: 1040; /* above header if needed */
}

/* when visible */
.topbar.visible {
  display: block;
}

/* placeholder element to prevent layout jump (hidden by default) */
.header-placeholder {
  display: none;
  width: 100%;
  height: 0;
}

/* show placeholder when sticky is active */
.header-placeholder.active {
  display: block;
}

/* optional keyframes */
@keyframes stickyAni {
  from { transform: translateY(-6px); opacity: 0.98; }
  to   { transform: translateY(0); opacity: 1; }
}


.pb-9 {
    padding-bottom: 2.8125rem !important;
}

.pt-10 {
    padding-top: 3.125rem !important;
}

.sp-btn{
    background: #B99552;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Hover Effect */
.sp-btn:hover{
    background: #a78447; /* slightly darker gold */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* Optional active (click) effect */
.sp-btn:active{
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.14);
}

/* --- Main Footer Area Styling --- */
.footer-area  {
    background: 
        url("../images/footer_bg_2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
        color: #fff;
    padding-top: 60px;
}


.footer-area a {
    color: #fff;
}

/*----------------------pagination-----------*/
/* --- Pagination Container and Base Styles --- */
.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25); /* Standard Bootstrap focus color */
    /* Add a subtle shadow for a lifted effect */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem; /* Slightly rounded container */
}

.page-item {
    margin: 0 2px; /* Small gap between links */
}

.page-link {
    /* Base link styling */
    border-radius: 0.35rem; 
    transition: all 0.3s ease;
    color: #333; /* Darker text color */
    border: 1px solid #dee2e6;
    min-width: 38px; /* Ensure a minimum width for single digits */
    text-align: center;
}

/* --- Hover and Focus Effects --- */
.page-link:hover {
    z-index: 2; /* Bring link to front on hover */
    color: #fff; /* White text on hover */
    background-color: #007bff; /* Primary color background on hover */
    border-color: #007bff;
    transform: translateY(-2px); /* Subtle lift effect */
}

/* --- Active Page Styling --- */
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff; /* Primary color for active page */
    border-color: #007bff;
    font-weight: 600; /* Bold active link number */
    transform: none; /* No lift for the active element */
}

/* --- Disabled (Previous/Next) Styling --- */
.page-item.disabled .page-link {
    color: #6c757d; /* Muted color for disabled links */
    pointer-events: none; /* Make it non-clickable */
    background-color: #f8f9fa; /* Light background */
    border-color: #dee2e6;
    opacity: 0.7; /* Make it slightly transparent */
}

/* --- Styling for Previous/Next Icons --- */
.page-link.previous,
.page-link.next {
    /* Ensure the icon is centered and easy to click */
    font-size: 1rem;
    padding: 0.375rem 0.75rem; 
}



/* --- Footer Main Section --- */
.footer-main {
    padding-bottom: 50px;
}

/* --- Widget Items --- */
.widget-item .widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    /* Subtle separator */
    position: relative;
}

/* Underline effect for the title */
.widget-item .widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    /* Sits on top of the border */
    height: 2px;
    width: 50px;
    background-color: #1c1e29;
    /* A nice accent color */
}

.widget-about .desc {
    line-height: 1.7;
}

.widget-logo img {
    margin-bottom: 20px;
}

/* --- Navigation Links Styling (Services, Quick Links) --- */
.widget-nav {
    list-style: none;
    padding: 0;
}

.widget-nav li {
    margin-bottom: 12px;
}

.widget-nav a {
    color: #e0e0e0;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    /* SMOOTH TRANSITION FOR HOVER */
}

/* --- The Hover Effect for Menu Items --- */
.widget-nav a:hover {
    color: #0d6efd;
    /* Brighten text on hover */
    transform: translateX(10px);
    /* Move text to the right */
}

.widget-nav a .bi {
    margin-right: 10px;
    /* Space between icon and text */
    font-size: 14px;
    width: 20px;
    /* Ensures consistent alignment */
    text-align: center;
}

/* --- Social Media Icons --- */
.widget-social {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    /* Space between icons */
}


.widget-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    color: #1a2a45;
    /* soft navy tone for icons */
    background: #fff;
    /* smooth blue highlight on hover */
    border: 1px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Hover effect */
.widget-social a:hover {
    color: #fff;
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}


/* --- Hover Effect for Social Icons --- */
.widget-social a:hover {
    background-color: #1c1e29;
    transform: translateY(-3px) scale(1.05);
}

/* --- Footer Bottom (Copyright Area) --- */
.footer-bottom {
    background: transparent;
    color: #222;
}

/* Flexbox layout for the content area */
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0 19px;
}

.footer-bottom .copyright {
    margin: 0;
    color: #777;
    font-size: 14px;
}

/* Styling for the main link (AuraVia Team) */
.footer-bottom .copyright a {
    color: #1c1e29;
    /* Accent color for the link */
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.footer-bottom .copyright .fa-heart {
    color: #e25555;
    /* Red heart icon */
}

/* Styling for the developer credit link */
.developer-credit a {
    color: #a9a9a9;
    /* Slightly brighter text */
    text-decoration: none;
    border-bottom: 1px dotted #777;
    /* Subtle dotted underline */
    transition: all 0.3s ease;
}

.developer-credit a:hover {
    color: #ffffff;
    /* White on hover */
    border-bottom-color: #ffffff;
}

/* --- Responsive behavior for mobile screens --- */
@media (max-width: 767px) {
    .px-sm {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-slider .swiper-slide img {
        height: 19rem;
    }

    .footer-bottom-content {
        flex-direction: column;
        justify-content: center;
    }

    .blog-post-sm {
        margin-bottom: 30px;
    }

    .product-sidebar-widget {
        margin-top: 20px;
    }

    .product-details-action .pr-dt-qnt {
        display: none;
    }

    .pr-dt-actionsbtn .product-details-cart-wishlist {
        margin-top: 2px;
    }

    .product-details-pro-qty {
        padding-bottom: 5px;
    }

    .footer-area {
        padding-top: 35px;
    }

    .mbsm2 {
        margin-bottom: 5px;
    }
}

/*----------------------contactsection--------------------------*/
.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-form-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form-box .form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.input-group-text {
    background-color: transparent;
    border-right: 0;
}

#captcha {
    border-left: 1px solid #ced4da;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
    /* default bootstrap border color */
}

.contact-form-box .btn-submit {
    background-color: #B99552;
    color: white;
    font-weight: bold;
    border-radius: 0.5rem;
    width: 100%;
    transition: background-color 0.3s;
}

.contact-form-box .btn-submit:hover {
    background-color: #0056b3;
    color: white;
}

.captcha-question {
    font-weight: bold;
    color: #555;
}

/* General Styling for the Contact Info Section */
.contact-info {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.contact-description {
    color: #6c757d;
    font-size: 16px;
}

/* Contact Item Styling (Address, Email, Phone) */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-item i {
    font-size: 24px;
    color: #B99552;
}

.contact-info-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.contact-info-text p {
    font-size: 18px;
    color: #555;
}

.contact-item a {
    color: #231942;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #0056b3;
}


/*----------------------------authentication form*------------/
/* ---------------------------------- */
/* 3. THE LOGIN/LOGGED-IN CARD
/* ---------------------------------- */
.card.shadow-lg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
    border: none;
    border-radius: 1rem;
}

.card-body h2.fw-bold {
    color: #2a2f4c;
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

.form-control {
    min-height: 52px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.5rem; /* Softer rounded corners */
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.15);
}

#togglePassword {
    position: absolute;
    right: 1rem;
    bottom: 0; 
    height: 52px; 
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #6c757d; /* Muted color */
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

#togglePassword:hover {
    color: var(--bs-primary);
}

.btn-primary.btn-lg {
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.25);
    transition: all 0.3s ease;
}

.btn-primary.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.3);
}

.card-body a {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 600;
    transition: text-decoration 0.2s ease;
}

.card-body a:hover {
    text-decoration: underline;
}

.alert-danger {
    /* A more subtle, modern alert style */
    border: none;
    border-left: 4px solid var(--bs-danger);
    background-color: rgba(var(--bs-danger-rgb), 0.05);
    color: var(--bs-danger);
    font-weight: 500;
    border-radius: 0.5rem;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 9px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-title {
        font-size: 28px;
    }

    .contact-info {
        margin-bottom: 20px;
    }

    .contact-description {
        font-size: 14px;
    }

    .contact-item i {
        font-size: 20px;
    }

    .contact-info-text h5 {
        font-size: 16px;
    }

    .contact-info-text p {
        font-size: 13px;
    }

}

/*------------------------------------faq-----------------------*/
.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 3;
    border: 1px solid #D8DDE1;
}

.accordion-card:not(:last-child) {
    margin-bottom: 32px;
}

.sub-title2 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 28px;
}

.accordion-card .accordion-button {
    font-size: 20px;
    font-weight: 600;
    border: 0;
    border-color: #D8DDE1;
    color: #1F1F1F;
    background-color: transparent;
    border-radius: 0;
    padding: 22px 45px 22px 30px;
    min-height: 60px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

/*-------------------my account---------------*/

.my-account-tab-menu {
    flex-direction: column
}

@media only screen and (max-width:767px) {
    .my-account-tab-menu {
        margin-bottom: 40px
    }
}

.my-account-tab-menu.nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize
}

.my-account-tab-menu.nav-tabs .nav-link:last-child {
    border-bottom: 1px solid #e5e5e5
}

.my-account-tab-menu.nav-tabs .nav-link.active {
    background-color: #B99552
}

.my-account-tab-menu.nav-tabs .nav-link.active,
.my-account-tab-menu.nav-tabs .nav-link:hover {
    background-color: #B99552;
    border-color: #B99552;
    color: #fff
}

.myaccount-content {
    border: 1px solid #eee;
    padding: 30px 30px 15px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .myaccount-content {
        padding: 25px 25px 10px
    }
}

.myaccount-content form {
    margin-top: -20px
}

.myaccount-content h3 {
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .myaccount-content h3 {
        font-size: 18px
    }
}

.myaccount-content .welcome a:hover {
    color: #B99552
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #B99552
}

.myaccount-content p {
    line-height: 28px;
    margin-bottom: 6px
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .myaccount-content p {
        font-size: 15px
    }
}

.myaccount-content fieldset {
    margin-top: 20px
}

.myaccount-content fieldset legend {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

@media only screen and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .myaccount-content fieldset legend {
        font-size: 15px
    }
}

.myaccount-content .account-details-form {
    margin-top: 50px
}

.myaccount-content .account-details-form .single-input-item {
    margin-bottom: 20px
}

.myaccount-content .account-details-form .single-input-item label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px
}

.myaccount-content .account-details-form .single-input-item input {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 13px
}

.myaccount-content .account-details-form .single-input-item input:focus {
    border: 1px solid #343538
}

.myaccount-content .account-details-form .single-input-item button {
    border: none;
    background-color: #B99552;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 40px;
    line-height: 1;
    color: #fff;
    font-size: 13px
}

.myaccount-content .account-details-form .single-input-item button:hover {
    background-color: #1f2226
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px
}

.myaccount-table .table th,
.myaccount-table table th {
    padding: 10px;
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    color: #1f2226
}

.myaccount-table .table td,
.myaccount-table table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc
}

.myaccount-table .table td a,
.myaccount-table table td a {
    font-size: 14px;
    color: #000
}


/*----------------------blog details page--------------------*/
    .blog-section .blog-sidebar .widget1 {
        border: 1px solid #e9ecef;
        border-radius: 0.5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

    .blog-section .blog-sidebar .widget-title {
        background-color: #f8f9fa;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
    }

    .blog-section .blog-sidebar .widget-body {
        max-height: 27rem;
        overflow-y: auto;
    }

    .blog-long-img {
        height: 32rem;
    }


    .blog-section .blog-content-area {
        margin-top: 3rem;
    }

    .blog-section .blog-title {
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .blog-section .blog-meta {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .blog-section .blog-content {
        margin-top: 2rem;
        font-size: 1.15rem;
        line-height: 1.8;
    }

    .blog-section .blog-content h3 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.3;
    }

    .blog-section .blog-content h4 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 600;
        font-size: 1.75rem;
        line-height: 2;
    }

    .blog-section .blog-content p {
        margin-bottom: 1rem;
    }

    .blog-section .blog-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 2rem auto;
        border-radius: 0.5rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .blog-section .blog-content a {
        color: #007bff;
        text-decoration: none;
        border-bottom: 1px dotted #007bff;
    }

    .blog-section .list-group-flush>.list-group-item {
        padding: 1rem;
    }

    /* Apply styles when the item is active OR when it is hovered */
    .list-group-item.active,
    .list-group-item:hover {
        z-index: 2;
        color: var(--bs-list-group-active-color);
        background-color: #212529;
        border-color: #212529;
    }

    .blog-section .blog-content a:hover {
        color: #0056b3;
        border-bottom-style: solid;
    }

    .blog-section .blog-content figure.table {
        display: block;
        overflow-x: auto;
    }

    .blog-item-img img {
        height: 18rem
    }
    

    @media (max-width: 767px) {
        .blog-long-img {
            height: 20rem;
        }

        .blog-section .blog-content h4 {
            line-height: 2rem;
            font-size: 1.45rem;
        }

        .blog-section .blog-content h3 {
            font-size: 1.4rem;
            line-height: 1.2;
        }
        
        .blog-section {
            padding: 0 23px;
        }

        .blog-section .blog-content {
            font-size: 1rem;

        }
    }