@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/sofia-sans-v19-latin-300.woff2') format('woff2'),
        url('../fonts/sofia-sans-v19-latin-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sofia-sans-v19-latin-regular.woff2') format('woff2'),
        url('../fonts/sofia-sans-v19-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/sofia-sans-v19-latin-500.woff2') format('woff2'),
        url('../fonts/sofia-sans-v19-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/sofia-sans-v19-latin-700.woff2') format('woff2'),
        url('../fonts/sofia-sans-v19-latin-700.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/sofia-sans-v19-latin-800.woff2') format('woff2'),
        url('../fonts/sofia-sans-v19-latin-800.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/instrument-sans-v3-latin-regular.woff2') format('woff2'),
        url('../fonts/instrument-sans-v3-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/instrument-sans-v3-latin-500.woff2') format('woff2'),
        url('../fonts/instrument-sans-v3-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/instrument-sans-v3-latin-600.woff2') format('woff2'),
        url('../fonts/instrument-sans-v3-latin-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/instrument-sans-v3-latin-700.woff2') format('woff2'),
        url('../fonts/instrument-sans-v3-latin-700.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

:root {
    --primary: #603267;
    --secondary: #303030;
    --body-txt: #A8A8A8;
    --title: #ADADAD;
    --sub-tatle: #202020;
}

/* =============================================== Start Header  ===============================================  */
.top_bar {
    background-color: var(--primary);
    font-size: 14px;
}
.top_bar h6{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.topheader_txt {
    font-size: 14px;
    font-weight: 600;
}
.search_bar{
    background: #FDF6FE;
    border-radius: 30px;
    border: none !important;
}
.search_bar::placeholder{
    color: var(--primary);
    font-size: 14px;
}
.search_bar:focus {
    box-shadow: none;
}

.search_icon {
    right: 20px;
}

.nav_icons .icon_btn {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--primary);
    position: relative;
}

.nav_icons .cart_icon {
    background-color: #FDF6FE;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_icons .cart_badge {
    position: absolute;
    top: 8%;
    right: 8%;
    background-color: #DB4A4A;
    color: white;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.main_nav {
    background-color: var(--primary-green);

}
.main_nav .nav-item{
    padding:  0 10px;
}
.main_nav .nav_link {
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    color: var(--primary);
}

.dropdown-toggle::after {
    display: none;
}

.shop_button {
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 500;
    width: 203px;
    height: 44px;
    font-size: 14px;
    padding-left: 15px;
}

.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    color: var(--primary);
}

.dropdown-menu .dropdown-item:hover {
    background-color: #FDF6FE;
    color: var(--secondary);
}

.hr {
  color: #cbcbcb;
}

.menu_icon {
  color: var(--primary);
}

.navbar-collapse.collapsing {
    overflow: hidden !important
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* =============================================== End Header  ===============================================  */
/* =============================================== Start Banner  ===============================================  */

.carousel-item img {
    width: 100%;
}
.carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    left: 6% !important;
    color: #fff;
    align-content: center;
}
.carousel-caption h1 {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-size: 48px;
}
.carousel-caption p {
    font-weight: 400;
    font-size: 18px;
    width: 40%;
    padding-bottom: 20px;
}
.carousel-caption a {
    border: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px;
}
.carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}

/* =============================================== End Banner  ===============================================  */
/* =============================================== Start Home  ===============================================  */
.categories {
    text-align: center;
    padding: 25px 0;
}
.categories h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}
.categories_slider {
  max-width: 1200px;
    margin: auto;
  padding: 0 15px;
}

.categories_item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.categories_item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.categories_item:hover img {
  transform: scale(1.05);
}

.categories_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #603267 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.categories_overlay p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 70%;
}

/* Owl Dots & Arrows */
.owl-nav button {
  position: absolute;
  top: 40%;
  background: rgba(128, 0, 64, 0.7);
  color: #fff !important;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
}
.owl-nav .owl-prev {
  left: -15px;
}
.owl-nav .owl-next {
  right: -15px;
}
.owl-dots .owl-dot span {
  background: #800040 !important;
}
.bestselling_slider {
  margin: auto;
}

.bestselling_item {
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
}
.bestselling_image {
  position: relative;
}

.bestselling_image img {
  width: 100%;
  display: block;
}

.tag {
  position: absolute;
  left: -38px;
  top: 40px;
  background: var(--primary);
  color: #fff;
  padding: 5px 12px;
  font-size: 14px;
  transform: rotate(-90deg);
}

.wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #60326733;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0;
  transition: .3s;
    color: #fff;
    border-radius: 3px;
}

.add_cart {
  display: block;
  text-align: center;
  padding: 10px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: .3s;
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 90%;
}
.bestselling_item:hover .add_cart, .bestselling_item:hover .wishlist
{
    opacity: 1;
}
.bestselling_content {
  padding: 12px 0;
}

.bestselling_content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.discount {
  color: #0F9F07;
  font-weight: 400;
  float: right;
}

.bestselling_content p {
  margin: 6px 0;
  font-size: 14px;
  color: #666;
}
.bestselling_content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 0;
}
.bestselling_content h5::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 2.5px;
    top: 5%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #7F2A53;
}
.rating {
    font-size: 16px;
    color: #000;
    margin: 6px 0;
}

.rating i {
    color: #0F9F07;
}

.rating span {
    color: #333;
}

.price {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}

.old_price {
    text-decoration: line-through;
    color: var(--body-txt);
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
}
.sizes {
    margin-top: 10px;
    background-color: #7F2A530F;
    border-radius: 6px;
    transition: .3s;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.sizes span {
  margin: 3px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  color: var(--primary);
  width: 16px;
  text-align: center;
}

.view_all a {
    border: 1px solid #603267;
    border-radius: 8px;
    color: #603267 !important;
    padding: 10px 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.fabrics_items span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.fabrics_items p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* =============================================== Start Category Details Page ===============================================  */
.product_detail {
    display: flex;
    gap: 40px;
    margin: auto;
    flex-wrap: wrap;
}

/* Left Side */
.product_images {
    display: flex;
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

.image_thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image_thumbnails img {
    width: 92px;
    height: 167px;
    object-fit: cover;
    cursor: pointer;
    transition: border 0.3s ease;
}

.main_image {
    flex: 1;
    text-align: center;
}

/* Right Side */
.product_info {
    flex: 1;
    min-width: 300px;
}

.product_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #603267;
}
.product_desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.product_ratine i {
    color: #603267;
    font-size: 16px;
}

.product_ratine span {
    color: #603267;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.product_price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #603267;
}

.size_chart span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    text-decoration: underline;
}

.size-title {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    color: #5b2a6b;
}
.size-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.size-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8a7295;
    background: #f9f6fb;
    color: #8a7295;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* Selected size */
.size-btn.active {
    background: #5b2a6b;
    color: white;
    border-color: #5b2a6b;
}

/* Hover effect */
.size-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Disabled or out-of-stock */
.size-btn.disabled {
    background: #f2f2f2;
    color: #c4c4c4;
    border-color: #ddd;
    cursor: not-allowed;
    position: relative;
}


.option_group {
    margin-bottom: 20px;
}

.option_group span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.color_options button {
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}

.omnis {
    font-size: 16px;
    color: #A1A1A0;
    font-weight: 300;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
}

.add_cart_section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.quantity_box {
    width: 131px;
    height: 43px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #603267;
    border-bottom: 1px solid #603267;
    border-right: none;
    border-left: none;
}

.quantity_box button {
    border-right: 1px solid #603267;
    border-left: 1px solid #603267;
    border-top: none;
    border-bottom: none;
    padding: 8px 12px;
    cursor: pointer;
    background: transparent !important;
}

.quantity_box input {
    width: 40px;
    text-align: center;
    border: none;
}

.btn_add_cart {
    width: 176px;
    height: 43px;
    border: 1px solid #603267;
    background-color: #603267;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.cart_heart {
    width: 52px;
    height: 43px;
    border: 1px solid #603267;
    background-color: #603267;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery {
    box-shadow: 0px 1px 3px 1px #6E1D1C17;
    padding: 20px;
}
.delivery span {
    color: #603267;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
.delivery p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.product_care p {
    color: #603267;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
.accordion-button:not(.collapsed) {
    background-color:  transparent !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}


.review-section {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side {
    width: 30%;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}
.stars i {
    color: #5c2a6c;
    font-size: 20px;
}
.left-side h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.left-side p {
    color: #666;
    margin: 10px 0;
}
.left-side .btn {
    background: #5c2a6c;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
}
.right-side {
    width: 70%;
    padding-left: 20px;
}
.progress-bar {
    background-color: #5c2a6c !important;
}
.rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.rating-row i {
    color: #5c2a6c;
    margin-right: 2px;
}
.progress {
    border-radius: 0 !important;
}
.image_thumbnails img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.review-container {
    margin: 0 0 20px 0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

/* LEFT SIDE REVIEWS */
.review-list {
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.review-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-name {
    font-weight: 600;
    font-size: 18px;
    color: #4a2c5c;
}

.review-text {
    font-size: 14px;
    color: #666;
    margin: 8px 0;
}

.stars i {
    color: #ffcc00;
    font-size: 16px;
}

.review-heading {
    font-weight: 600;
    font-size: 16px;
    color: #4a2c5c;
    margin-bottom: 10px;
}

/* RIGHT SIDE FORM */
.review-form {
    padding-left: 20px;
}

.star-input i {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease;
}

.star-input i.selected,
.star-input i:hover,
.star-input i:hover ~ i {
    color: #ffcc00;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.submit-btn {
    background-color: #5c2a6c;
    color: #fff;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background-color: #4a2257;
}
.main_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.thumb_img {
    width: 100px;
    height: auto;
    border: 2px solid transparent;
    cursor: pointer;
}
.thumb_img.active {
    border-color: #6a0dad; /* Highlight active thumbnail */
}


/* =============================================== End Category Details Page ===============================================  */

/* =============================================== Start Footer  ===============================================  */
.footer {
    background: #6c3c74;
    color: #fff;
    padding: 50px 0 70px 0 ;
}
.footer_col {
    margin-top: 0 !important;
}
.footer_title {
    font-size: 20px;
    font-weight: 500;
}
.footer_text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: start;
    gap: 10px
}
.footer a:hover {
    color: #ddd;
}
.footer_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_ul li {
    margin-bottom: 8px;
}
.footer_ul li  a {
    color: #fff !important;
    text-decoration: none;
}
.footer_social a {
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
}
.footer_social a:hover {
    color: #ddd;
}
.footer_bottom {
    text-align: center;
    font-size: 13px;
    background-color: #4E2954;
    padding: 10px 0;
    color: #fff;
}
.footer_image img {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 7%;
    margin: auto;
    z-index: 0;
}
.footer_row {
    z-index: 1;
}
/* =============================================== End Footer  ===============================================  */


/* =============================================== Rushi - Login Page  ===============================================  */
.collection_banner_content {
    position: absolute;
    right: 0;
    top: 20%;
    left: 3%;
    padding: 0;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}
.collection_banner_content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

.collection_banner_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.card-body {
    padding: 2rem 3rem;
}
.brand-logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #72286e;
}
.form-label {
    margin-bottom: 0 !important;
    position: absolute;
    left: 5%;
    top: -18%;
    background-color: #fff;
    padding: 0 6px;
}
.form-control {
    padding: 14px 12px !important;
}
.btn-login {
    background-color: #72286e;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}
.btn-login:hover {
    background-color: #5d2059;
}
.social-btn {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.side-image {
    width: 80%;
    margin-top: 35px;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.remember-forgot a {
    color: #e67b7b;
    font-size: 0.9rem;
    text-decoration: none;
}
.social-btn {
    border: 1px solid #72286e;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    height: 50px;
    background-color: #fff;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}
.social-btn:hover {
    background-color: #f7f0f7;
    border-color: #5d2059;
}
/* Eye Icon Styling */
.toggle-password {
    position: absolute;
    right: 15px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 1.1rem;
}
.toggle-password:hover {
    color: #000;
}

.collection_banner img {
    border-radius: 20px;
}
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    margin-bottom: 15px;
}

.back-link:hover {
    color: #72286e; /* Hover color */
    text-decoration: underline;
}

.back-link i {
    font-size: 18px;
}

/* =============================================== Rushi - About Us  ===============================================  */

.legal_title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}


.banner {
    height: 277px;
    background-color: #F5F5F5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}

.banner h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--primary);
}

.banner div span {
    color: var(--primary);
    font-weight: 400;
}
