:root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
}

/* Carousel Styles */
.carousel-item {
    height: 100vh;
    width: 100vw;
}

/* Added: Ensure images inside the carousel fill the 100vh/100vw area */
.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    border-radius: 10px;
    padding: 20px;
}

.carousel-caption h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 1.2rem;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

/* Category Cards */
.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-color);
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 15px auto;
}

.category-card {
    border: none;
    overflow: hidden;
    height: 100%;
}

.category-card .card-body {
    padding: 1.5rem;
    background-color: #fff;
}

.category-card .card-title {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #new-prod1{
      display: none !important;    
    }

    .new-fixed{
      width: 98vw !important;
      height: 45vh !important;
      margin-bottom: 3vh !important;  
    }

    #tab{
      display: contents !important;  
    }

    #notmob{
      display: none !important; 
    }

    #stories {
        margin-top: 3vh !important;
        display: grid !important;
        justify-content: center !important;
    }

    .carousel-caption {
        padding: 15px;
        bottom: 20%;
    }

    .carousel-caption h3 {
        font-size: 1.8rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    body {
        padding-top: 66px;
    }
}

@media (max-width: 1024px) {
    #tab{
      display: contents !important;  
    }

    #notmob{
      display: none; 
    }

    #mob{
      display: none; 
    } 
}

@media (max-width: 820px) {
    #notmob{
      display: none; 
    }

    #specification{
      margin-bottom: 3vh;
    }

    #ostory,
    #odesigns,
    #oimpact{
      margin-bottom: 2vh;
    }

    #stories {
       margin-top: 3vh !important;
       display: grid !important;
       justify-content: center !important;
    }

    .oimg{
        width: 90vw !important;
    }
}

@media (max-width: 576px) {
    #tab{
      display: none !important;  
    }

    #new-rel{
      display: grid !important;
      margin-left: 0vw !important;
    }

    #notmob{
        display: none;
    }
    
    .term{
       padding-left: 0px !important;
    }

    #mob{
      color: black;
      display: block !important;
      text-align: center;
      line-height: 3vh;  
    }
    
    /* Mobile*/
    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 100dvh !important; /* dvh accounts for mobile address bars */
        width: 100vw !important;
    }

    /* Fix: Ensure image covers the full dvh area */
    .carousel-item img {
        height: 100dvh !important;
        width: 100vw !important;
        object-fit: cover !important;
    }

    .carousel-caption h3 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .oimg {
        height: auto !important;
        width: 100vw !important;
    }

    .cat5 {
        background-image: url(../assets/carousal-index/IMG_0576.PNG);
        height: 75vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #mob-new-arrival {
        display: grid !important;
    }

    #otitle {
        margin-left: 2vw;
    }

    .new-fixed {
        display: none;
    }

    #stories {
        margin-top: 3vh !important;
        display: grid !important;
        justify-content: center !important;
    }

    .section-title {
        display: none;
    }

    #new-prod1 {
        display: none;
    }

    .carousel-caption {
        padding: 10px;
        bottom: 10%;
    }

    .carousel-caption h3 {
        font-size: 1.4rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }
}

/*Custom css */
.car-shopt-btn {
    text-decoration: none;
    color: black;
    border: #ffff 1px solid;
    padding: 14px 36px;
    background-color: #ffff;
}

.cat1 {
    background-image: url(../assets/categories-index/dresses.jpg);
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cat2 {
    background-image: url(../assets/categories-index/mini-dresses.jpg);
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cat3 {
    background-image: url(../assets/categories-index/tops.jpg);
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cat4 {
    background-image: url(../assets/categories-index/co-ords.jpg);
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#category-text {
    font-size: 1rem;
    font-family: "Antic Didone", serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 3vh;
    padding-left: 6vh;
}

#category-text:hover {
    cursor: pointer;
}

.oimg {
    height: 30vh;
    width: 28vw;
}

#stories {
    display: flex;
    justify-content: center;
    margin-top: 4% !important;
}

#ostory,
#odesigns {
    margin-right: 1vw;
}

#ostory:hover,
#odesigns:hover,
#oimpact:hover {
    cursor: pointer;
}

.new-prod {
    height: 40vh;
    width: 19vw;
}

.new-fixed {
    height: 40vh;
    width: 19vw;
}

.new-all {
    margin-top: -13vh;
}

.all {
    margin-top: 1vh;
    padding: 6px 16px;
    border: none;
    font-family: "Antic Didone", serif;
    font-weight: 600;
}

.new-all-text {
    color: white;
    font-family: "Antic Didone", serif;
    font-weight: 900;
    font-size: 2rem;
}

#new-prod1:hover,
#new-prod2:hover,
#new-prod3:hover {
    cursor: pointer;
}

#specification {
    text-align: right;
    margin-right: 1vw;
}

.badge-sale {
   position: absolute;
   background-color: var(--danger-color);
}

.footer {
    color: #fff;
    padding: 10px 0 20px;
    margin-top: 5vh;
}

.footer h5 {
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
}


.footer a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: black;
}

.footer span {
    color: black;
    line-height: 0.5;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer .bi {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer li p {
    color: black;
}

.footer li p:hover {
    color: black;
    cursor: pointer;
}

#cart-view:hover,
#favorite:hover,
#fav:hover,
#logger:hover,
#out:hover {
    cursor: pointer;
}

#mob-new-arrival {
    display: none;
}

#mob{
    display:none;
}

.term{
   padding-left: 34px;
}

#new-rel{
    display: flex;
    margin-left: 2vw;
    margin-bottom: 3%;
}

#tab{
  display: none;  
}

#promoCarousel{
    margin-bottom: 5% !important;
}

.dropdown-item:hover{
    cursor: pointer;
}