/* root variables*/
:root{
    --primary-color:#d86c06;
    --dark-color   : #222222;
    --light-gray-color: #727272;
    --light-color: #fff;
    --grey-color : #dbdbdb;
    --secondary-color: #6995b1;
    --text-primary : #ff7300;
    --bg-primary : var(var(--primary-color));
    --nav-dark: #605e5e;
    --text-secondary: var(--dark-color);
    --danger :  #ff0000;
    --bg-success:#48e448;
    --toast-body:var(--light-color);
}

.bg-success{
    background-color: var(--bg-success)!important;
}
.toast-body{
    color: var(--toast-body)!important;
}
body{
    background: var(--light-gray-color);
}
p{
    font-size: 14px;
    color: var(--dark-color);
    line-height: normal;

}
h6{
    font-size: 18px;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-weight: 700;
}
li{
    color: var(--dark-color);
    font-size: 16px;
    
}
th{
    color: var(--dark-color);
}
/*  Default styles for common body tags and elements */
.text-primary{
    color:var(--text-primary)!important;
}
.text-secondary{
    color: var(--text-secondary)!important;
}
.btn-primary{
    color: var(--light-color)!important;
    background-color: var(--primary-color)!important;
    border-radius: 5px;
    padding: 5px;
    border: none;
    font-size: 1.2rem;
    transition: all 0.2s ease-in;
}
.btn, .btn-primary:hover{
    opacity: .8;
}
/* Card Style */
.card-body{
    padding: 10px!important;
}
.card-header.bg-light{
    background:var(--light-color)!important;
    padding: 20px;
    text-align: center;
    align-items: center;
}
h5{
   font-size:20px; 
   font-weight : 600;
   line-height: normal;
   text-align: center;
}
.text-dark{
    color: var(--dark-color)!important;
}
/* The CSS File For the Client Side */
body.light-mode {
  background-color: #f8f9fa;
  color: #212529;
}
body.dark-mode {
  background-color: #121212;
  color: #f8f9fa;
}
.order-info-link{
    color: var(--dark-color)!important;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none!important;
}
.order-info-link:hover{
    color: var(--text-primary)!important;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Align neatly */
  }
}

/* The header section */
.nav-pills{
    background: orange;
    padding: 10px;
    border-radius: 10px;
}
.nav-tabs{
    background: #0000009c;
    padding: 10px;
    border-radius: 10px;

}
.navbar-brand{
    font-size: 20px !important;
}
.nav-item .nav-link{
    color: var(--light-color)!important;
    font-weight: 500;
    font-size: 1rem!important;
    transition:all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.nav-item .nav-link:hover, .nav-item .nav-link.active{
    color: var(--text-primary)!important;
}
.nav-item .nav-tab-link{
    color: var(--dark-color)!important;
    background: var(--light-color)!important;
    padding: 10px;
    border:none;
    border-radius: 0 5px 0 5px;
    font-weight: 400;
    transition: all 0.2s ease-in;

}
.nav-item .nav-tab-link.active{
    color:var(--dark-color)!important;
    font-weight: 600;
    
}
.nav-tab-link.active:after{
    content: '';
    width: 50%;
    left: 0;
    display: inherit;
    height: 4%;
    background: var(--primary-color)!important;
}
.nav-link::after{
    content: '';
    width: 0px;
    left: 0;
    display: inherit;
    height: 4%;
    background-color: var(--primary-color)!important; 
    transition: width 0.3s ease-in; 
}
.nav-link:hover::after{
    width: 100% !important;
}
.nav-link.dropdown-toggle::after {
  display: inline-block;
  background-color: transparent!important;
  height: 1% !important;
  width: 1%!important;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.navbar-dark.bg-dark{
    background-color: var(--nav-dark)!important;
}

@media (max-width:768px){
    .navbar-brand{
        font-size: 18px;
    }
}
@media (max-width: 468px){
    .navbar-brand{font-size: 16px !important;}
}

/* THE HERO SECTION */
/* Base Styles */
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
    color: #333;
}
.hero-section{
    width: 100%;
    margin: 0 auto;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 500px;
}

.carousel {
    display: flex;
    height: 100%;
    position: relative;
}

.slide {
    min-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
    z-index: 1;
}


.image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1.1);
}

.slide.active .slide-image {
    transform: scale(1);
}

.content {
    position: relative;
    z-index: 2;
    max-width: 50%;
    padding: 40px;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;   
    text-shadow: none;
}

.slide.active .content {
    opacity: 1;
    transform: translateY(0);
}

.title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    transform: translateX(-20px);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.slide.active .title {
    transform: translateX(0);
}

.description {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
    color: var(--text-primary);
    margin-left: 66px;
    transform: translateX(-20px);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.slide.active .description {
    transform: translateX(0);
}

.cta-button {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.slide.active .cta-button {
    transform: translateY(0);
    opacity: 1;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

/* login promt modal stle */

#loginPrompt .modal-content{
    background: var(--light-color);
    border-radius: 10px;
}
#loginPrompt .modal-header{
    padding: 20px;
    align-content: center;
    align-items: center;
    background: 
        linear-gradient(to right, #ffa60088 0%, #35353580 100%), 
        url('../images/stars.gif'); 
    
    background-position: center, center; /* Apply 'center' to both the gradient and the image */
    background-size: cover, auto; /* 'cover' for the gradient/image, 'auto' for the stars if you want the image to display naturally */
    background-color: transparent;

}

/* card header background */
.card-header-bg{
    background: 
        linear-gradient(to right, #ffa60088 0%, #35353580 100%), 
        url('../images/stars.gif'); 
    
    background-position: center, center; /* Apply 'center' to both the gradient and the image */
    background-size: cover, auto; /* 'cover' for the gradient/image, 'auto' for the stars if you want the image to display naturally */
    background-color: transparent;
    padding: 25px 30px;
}

/* Pagination Dots */
.pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}
.transition-selector{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
.transition-btn {
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.transition-btn.active {
    background: var(--accent);
}
/* Keyframe animations for slide transitions */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutToLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutToRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0.9; 
        transform: scale(0.9);
    }
    to {
        /* opacity: 1; */
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        /* opacity: 1; */
        transform: scale(1);
    }
    to {
        opacity: 0.9; 
        transform: scale(1.1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Animation classes */
.slide.active.slide-animation {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.slide.leaving.slide-animation {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.slide-transition-right .active {
    animation-name: slideInFromRight;
}

.slide-transition-right .leaving {
    animation-name: slideOutToLeft;
}

.slide-transition-left .active {
    animation-name: slideInFromLeft;
}

.slide-transition-left .leaving {
    animation-name: slideOutToRight;
}

.zoom-transition .active {
    animation-name: zoomIn;
}

.zoom-transition .leaving {
    animation-name: zoomOut;
}

.fade-transition .active {
    animation-name: fadeIn;
}

.fade-transition .leaving {
    animation-name: fadeOut;
}
/* Responsive Design */
@media (max-width: 768px) {
    .carousel {
        height: 400px;
    }
    
    .content {
        max-width: 80%;
    }
    
    .title {
        font-size: 1.8rem;
    }
    
    .description {
        font-size: 1rem;
    }
     .slide::after {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.6) 100%
        );
    }
    
    .content {
        max-width: 80%;
        margin-top: auto;
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .carousel {
        height: 300px;
    }
    
    .content {
        max-width: 90%;
        padding: 20px;
    }
    
    .title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .description {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .cta-button {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
     .slide::after {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.8) 100%
        );
    }
}

/* The ARTWOKR DISPLAY CARDS AND SECTION */
/* Artworks Gallery Section */
.artworks-gallery {
    padding: 15px;
    background: #f8f9fa;
}

.gallery-header {
    text-align: center;
    margin-bottom: 60px;
}
    
.gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.gallery-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery-title:hover:after{
    width:100% !important;
}

.gallery-subtitle {
    font-size: 1.2rem;
    color: var(--nav-dark);
    max-width: 700px;
    margin: 0 auto;
}
    
/* Gallery Filter */
.search-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 10px 25px;
    background: white;
    border: none;
    color: #555;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
    
.filter-btn:hover, .filter-btn.active {
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(106, 17, 203, 0.2);
}
/* Artwork Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 0 auto;
    max-width: 1400px;
}
    
.artwork-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}  
.artwork-item.visible {
    opacity: 1;
    transform: translateY(0);
}    
.artwork-card {
    position: relative;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
    
.artwork-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}   
.artwork-image {
    position: relative;
    width: 100%;
    height: 100%;
}    
.artwork-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}    
.artwork-card:hover .artwork-image img {
    transform: scale(1.05);
}    
.artwork-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), #0000004a);
    padding: 30px 20px 20px;
    color: white;
    transform: translateY(100%);
    transition: all 0.5s ease;
    opacity: 0;
}
    
.artwork-card:hover .artwork-overlay {
    transform: translateY(0);
    opacity: 1;
}
    
.artwork-title {
    font-size: 1.4rem;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
    color: var(--light-color);
}
    
.artwork-medium, .artwork-year {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 15px;
    color: var(--text-primary)!important;
    font-weight: 600;
}
    
.view-details {
    background: rgba(241, 137, 51, 0.2);
    border: 1px solid rgb(241, 137, 51);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: 500;
}
    
.view-details:hover {
    background: rgba(226, 95, 7, 0.3);
}    
/* Gallery CTA */
.gallery-cta {
    text-align: center;
    margin-top: 60px;
}

.gallery-cta p {
    font-size: 1.3rem;
    color: #444;
    margin-bottom: 20px;
}

.contact-btn{
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: var(--light-color);
    font-size: 1.1rem;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(250, 134, 1, 0.25);
}
.contact-btn:hover{
    transform: translate3d(-3px);
    box-shadow: 0 10px 20px rgba(250, 134, 1, 0.192);
}
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .gallery-grid {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }
        
        .artwork-card {
            height: 350px;
        }
        
        .gallery-title {
            font-size: 2.2rem;
        }
    }
    
    @media (max-width: 480px) {
        .gallery-grid {
            grid-template-columns: 1fr;
        }
        
        .artwork-card {
            height: 300px;
        }
        
        .gallery-title {
            font-size: 1.8rem;
        }
        
        .gallery-subtitle {
            font-size: 1rem;
        }
    }
    
    /* Animation delays for cards */
    .artwork-item:nth-child(1) { transition-delay: 0.1s; }
    .artwork-item:nth-child(2) { transition-delay: 0.2s; }
    .artwork-item:nth-child(3) { transition-delay: 0.3s; }
    .artwork-item:nth-child(4) { transition-delay: 0.4s; }
    .artwork-item:nth-child(5) { transition-delay: 0.5s; }
    .artwork-item:nth-child(6) { transition-delay: 0.6s; }
/* Upcoming Event / Most Recent Event */

    .featured-event {
        max-width: 1200px;
        margin: 60px auto;
        padding: 40px;
        background: var(--light-color);
        border-radius: 16px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
    }
    
    .featured-event:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        background: linear-gradient(to bottom, var(--text-primary), var(--secondary-color));
    }
    
    .event-header {
        margin-bottom: 30px;
        position: relative;
    }
    
    .event-header h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        color: var(--text-primary);
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }
    
    .event-header h2:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 20px;
        height: 3px;
        background: linear-gradient(to right, var(--primary-color), var(--text-primary))!important;
        transition: width 0.3s ease;
    }
    
    .event-header h2:hover:after {
        width: 100% !important;
    }
    
    .event-header p {
        font-size: 1.1rem;
        color: var(--light-gray-color)!important;
        margin: 0;
    }
    
    .event-content {
        display: flex;
        gap: 40px;
    }
    
    .event-image {
        flex: 1;
        min-width: 300px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }
    
    .event-image:hover {
        transform: translateY(-5px);
    }
    
    .event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .event-details {
        flex: 1;
        padding: 20px 0;
    }
    
    .event-date {
        position: absolute;
        top: 0;
        right: 40px;
        width: 60px;
        height: 90px;
        background: var(--secondary-color);
        color: white;
        text-align: center;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        justify-content: center;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    h3.event-title{
        font-size:1.8rem;
        margin-bottom:2rem;
        color:var(--dark-color);
        font-weight: 500;
    }
    
    .event-info {
        margin-bottom: 30px;
    }

    
    .event-info-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 1.05rem;
    }
    
    .event-info-item i {
        width: 30px;
        color: var(--secondary-color);
        font-size: 1.2rem;
    }
    
    .event-description {
        line-height: 1.7;
        color: var(--dark-color);
        margin-bottom: 30px;
    }
    .event-description p{
        color: var(--dark-color)!important;
    }
    
    .event-cta {
        display: inline-block;
        background: linear-gradient(to right, var(--primary-color), var(--text-primary));
        color: white;
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(106, 17, 203, 0.3);
    }
    
    .event-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(106, 17, 203, 0.4);
    }
    
    @media (max-width: 900px) {
        .event-content {
            flex-direction: column;
        }
        
        .event-image {
            min-width: 100%;
            max-height: 400px;
        }
        
        .event-header h2 {
            font-size: 2rem;
        }
    }

    /* Footer Styles */
.footer {
        background: var(--dark-color);
        color: white;
        padding: 60px 0 30px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 40px;
    }
    
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo img{
        width: 15%;
    }
    
    .footer-logo h2 {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
        margin: 0;
        background: linear-gradient(to right, var(--text-primary), var(--primary-color));
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .footer-about p {
        color: #aaa;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .footer-social {
        display: flex;
        gap: 15px;
    }
    
    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255,255,255,0.1);
        color: white;
        transition: all 0.3s ease;
        text-decoration: none!important;
    }
    
    .footer-social a:hover {
        background: linear-gradient(to right, var(--primary-color), var(--text-primary));
        color: var(--light-color)!important;
        transform: translateY(-3px);
    }
    .footer-social a:hover i{
        color: var(--light-color)!important;
    }
    
    .footer-heading {
        font-size: 1.3rem;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 10px;
    }
    
    .footer-heading:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    }
    
    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-links li {
        margin-bottom: 12px;
    }
    
    .footer-links a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }
    
    .footer-links a:hover {
        color: white;
        transform: translateX(5px);
    }
    
    .footer-contact p {
        display: flex;
        align-items: flex-start;
        color: #aaa;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    
    .footer-contact i {
        margin-right: 10px;
        color: var(--primary);
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid rgba(255,255,255,0.1);
        color: #ffffffff;
        font-size: 0.9rem;
    }

    .footer-bottom p, .footer-newsletter p{
        color:white!important;
    }
    .footer-newsletter input {
        width: 100%;
        padding: 12px 15px;
        background: rgba(255,255,255,0.1);
        border: none;
        border-radius: 4px;
        color: white;
        margin-bottom: 10px;
    }
    .footer-newsletter input:focus{
        outline: var(--primary-color)!important;
        border: solid 1px var(--primary);
    }
    
    .footer-newsletter button {
        background: linear-gradient(to right, var(--primary-color), var(--text-primary));
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .footer-newsletter button:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(239, 245, 162, 0.3);
    }
    
    @media (max-width: 768px) {
        .footer-container {
            grid-template-columns: 1fr;
        }
        
        .footer-heading {
            margin-bottom: 15px;
        }
    }

/* About Page Styles */
.about-page {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../images/test/image-brand-1.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.about-hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(74,100,247,0.3)0%, transparent 30%), radial-gradient(circle at 80% 70%, rgba(233,69,96,0.3)0%, transparent 30%);
    z-index: 1; 
}
.about-hero .hero-content{
    text-align: center;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
.hero-content.reveal {
    opacity: 1;
    transform: translateY(0);
}


.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 15px;
     background: linear-gradient(to right, #fff, #f2dffd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}




.hero-sub-title {
    font-size: 1.5rem;
    opacity: 0.9;
    color: var(--light-color)!important;
    font-family: cursive;
}

/* Section Styles */
.about-section {
    padding: 100px 0;
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease-out;
}
.about-section.reveal {
    opacity: 1;
    transform: translateY(0);
}
.about-section:nth-child(even) {
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.mission-section{
    background: #b18f697e!important;
}
.section-content {
    max-width: 1000px;
    margin: 0 auto;
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    transition: width 0.3s ease-in;
}
.section-title:hover::after{
    width: 30% !important;
}
.mission-section .section-title{
    color: var(--light-color)!important;
}

/* Mission Section */
.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.mission-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--dark-color)!important;
}
.mission-text hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #e94560, transparent);
    margin: 2rem 0;
}
.mission-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(50px) rotate(5deg);
    transition: all 1s ease-out 0.5s;
}
.mission-section.reveal .mission-image {
    opacity: 1;
    transform: translateX(0) rotate(0);
}
.rounded-image {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    transition: transform 1s ease;
}
.mission-image:hover .rounded-image {
    transform: scale(1.05);
}
.mission-text p {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.mission-section.reveal .mission-text p {
    opacity: 1;
    transform: translateY(0);
}

.mission-section.reveal .mission-text p:nth-child(1) {
    transition-delay: 0.2s;
}

.mission-section.reveal .mission-text p:nth-child(3) {
    transition-delay: 0.4s;
}
.decoration {
    position: absolute;
    z-index: 0;
}

.circle-1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 108, 247, 0.1) 0%, transparent 70%);
    top: -150px;
    right: -150px;
}

.circle-2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 69, 96, 0.1) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
}
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    z-index: 2;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}
/* Team Section */
.about.team-section {
background: 
    linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url('../images/test/image-brand5.jpeg') center/cover no-repeat fixed;
    padding: 3rem;
}
.team-section .section-title{
    color: var(--light-color)!important;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.team-image {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

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

.social-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(203, 122, 17, 0.8);
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.team-image:hover .social-links {
    transform: translateY(0);
}

.social-links a {
    color:  var(--light-color)!important;
    font-size: 1.2rem;
}
.social-links a i{
    color: var(--light-color)!important;
}

.team-name {
    font-size: 1.4rem;
    margin: 10px 0 5px;
    font-weight: 600!important;
}

.team-role {
    color: var(--secondary-color)!important;
    font-weight: 600;
    margin-bottom: 15px;
}
.team-bio{
    color: var(--dark-color)!important;
}

/* Values Section */
.values-section{
    background: white;
}
.values-section .section-title{
    color: var(--text-primary)!important;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.value-card {
    text-align: center;
    padding: 30px 20px;
    background: var(--light-gray-color);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: white !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}
.value-icon i{
    color: var(--light-color)!important;
}

.value-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--primary-color)!important;

}
.value-card p{
    color: var(--light-color)!important;
}
.value-card:hover{
    transform: translateY(-10px);
}

/* History Section */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/* .timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #6a11cb,var(--primary-color));
    transform: translateX(-50%);
} */

.timeline-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}

.timeline-year {
    width: 100px;
    height: 100px;
    background: white;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    z-index: 1;
    flex-shrink: 0;
}

.timeline-content {
    flex: 1;
    padding: 0 40px;
}

.timeline-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--dark-color)!important;
    font-weight: 400;
}

/* CTA Section */
.about-cta {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../images/test/artwork-defautl.png');
    background-size: cover;
    background-position: center;
    color: white;
}

.about-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.button-cta{
    display: inline-block;
    padding: 15px 20px;
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: var(--light-color)!important;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in;
}
.button-cta:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.button-cta.secondary{
    background: transparent;
    border: 2px solid var(--light-color);
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid white;
}

/* Responsive Design */
@media (max-width: 768px) {
.hero-title {
    font-size: 2.5rem;
}

.mission-grid {
    grid-template-columns: 1fr;
}

.timeline:before {
    left: 25px;
}

.timeline-item, .timeline-item:nth-child(odd) {
    flex-direction: row;
    text-align: left;
}

.timeline-year {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
}

.timeline-content {
    padding-left: 70px;
    padding-right: 0;
}

.cta-button {
    display: block;
    margin: 10px auto;
    max-width: 250px;
}
}
/* Artworks for sales / sales part styles */
.hero-artwork{
background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url('../images/test/image-brand-10.jpeg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 550px!important;
}
.hero-artwork .hero-title{
font-size: 2.0rem !important;
letter-spacing: 0.5px;
text-shadow: 1px 1px 3px rgba(0,0,0,0.1);

}
.hero-text-box {
    padding: 4rem 0;
}

.search-input {
border-radius: 0.375rem 0 0 0.375rem !important;
border-right: none;
font-size: 1.1rem;
transition: all 0.3s ease-in;
}


.search-input:focus {
box-shadow: none;
border-color: var(--primary-color);
}

.input-group .input-group-prepend, .input-group .input-group-append {
border-radius: 0.375rem 0 0.375rem 0 !important;
}
.update-quantity{
    background: #444;
    color: white;
    font-size: 15px!important;
    font-weight: 600!important;
}
.update-quantity:hover{
    background-color: white;
    color: #444;
}

.landing-hero-btn .btn {
transition: all 0.3s ease;
}

.landing-hero-btn .btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2) !important;
}

/* Pagination Styles */
/* Pagination Styles */
.artworks-pagination {
    margin: 60px 0 40px;
    width: 100%;
}

.pagination-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
}

.page-item {
    list-style: none;
    margin: 0 4px;
}

.page-link {
    color: ##cb5b11ff;
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: block;
    min-width: 40px;
    text-align: center;
}

.page-link:hover {
    color: white;
    background: linear-gradient(to right, #cb5b11ff, #fc9825f3);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.2);
}

.page-item.active .page-link {
    color: white;
    background: linear-gradient(to right,  #cb5b11ff, #fc9825f3);
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
}

.page-info {
    text-align: center;
    color: #666;
    margin: 20px 0;
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .page-link {
        padding: 6px 12px;
        font-size: 0.9rem;
        min-width: 36px;
    }
}

/*  Artwork Detaisl Styles */

.artwork-detail-container {
    background-color: #f8f9fa;
    padding: 3rem 0;
}

.artwork-main-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: zoom-in;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    background: white;
    padding: 20px;
}

.artwork-main-image:hover {
    transform: scale(1.02);
}

.thumbnail-container {
    margin-top: 1.5rem;
}

.artwork-thumbnail {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.artwork-thumbnail:hover, .artwork-thumbnail.active {
    border-color: #cb6b11;
    transform: translateY(-3px);
}

.artwork-order-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #2D3748;
}

.artist-name {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 1.5rem;
}

.featured-badge {
    background: linear-gradient(to right, var(--text-primary), var(--primary-color));
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
}

.detail-card {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.detail-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-primary);
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5rem;
}

.detail-list li {
    margin-bottom: 1.5rem;
    padding-left: 0.1rem;
    position: relative;
    list-style-type: none!important;
    color: var(--dark-color)!important;
}


.text-danger strong{
    font-weight: 500;
    color: var(--light-color);
}

.stock-alert {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

.action-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary {
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-primary i, .btn-outline-primary:hover .fas{
    color: white;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(203, 129, 17, 0.3);
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transition: all 0.3s ease;
    height: 100% !important;
}
.btn-outline-primary i, .btn-outline-primary .fas{
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: linear-gradient(to right, var(--primary-color), var(--text-primary));
    color: white;
}


 .btn-primary:hover .fas{
    color: var(--light-color)!important;
}

.wishlist-btn {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.wishlist-btn .fas {
    color: #e74c3c;
}

.category-badge {
    background-color: #EDF2F7;
    color: #4A5568;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.category-badge:hover {
    background-color: #E2E8F0;
    transform: translateY(-2px);
}
.input-group .btn{
    flex: 0.2 !important;
}

@media (max-width: 768px) {
    .artwork-title {
        font-size: 2rem;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .btn-primary, .btn-outline-primary {
        width: 100%;
    }
}

    .order-container {
    background-color: #f8f9fa;
    padding: 3rem 0;
}

.artwork-order-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.artwork-card:hover {
    transform: translateY(-5px);
}

.artwork-order-image {
    height: 350px;
    object-fit: contain;
    background: white;
    padding: 20px;
}

.artwork-order-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.artist-name {
    color: var(--secondary-color);
    font-weight: 500;
}

.artwork-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
}

.inventory-count {
    color: var(--dark-color);
    font-size: 0.9rem;
}

.order-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.order-header {
    background: linear-gradient(to right, var(--text-primary), var(--primary-color));
    color: white;
    padding: 1.25rem;
    border-radius: 12px 12px 0 0 !important;
}

.form-label {
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 0.5rem;
}

.form-control, .form-select {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(106, 17, 203, 0.15);
}

.submit-btn {
    background: linear-gradient(to right, var(--text-primary), var(--primary-color));
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--light-color);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.submit-btn i{
    color: var(--light-color);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(203, 101, 17, 0.3);
    color: var(--light-color)!important;
}

.quantity-input {
    max-width: 100px;
}

@media (max-width: 768px) {
    .artwork-order-image {
        height: 250px;
    }
    
    .artwork-title {
        font-size: 1.5rem;
    }
}

.cart-table table thead{
background: var(--light-gray-color)!important;
border-radius: 10px;
border-right: solid 1px var(--dark-color);
border-left: solid 1px var(--dark-color);
}
.cart-table table thead th{
color: var(--light-color)!important;;
}
.cart-table table tbody{
border-right: solid 1px var(--dark-color);
border-left: solid 1px var(--dark-color);
}
.btn .update-quantity{
background: transparent;
margin: 2px;
padding: 5px;
}

table .input-group:hover{
transition: none;
translate: none !important;
}
