@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karantina:wght@300;400;700&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Michroma&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap');


@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Regular.woff") format("woff"),
    url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Medium.woff") format("woff"),
    url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Semibold.woff") format("woff"),
    url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"),
    url("../fonts/ClashDisplay-Bold.woff") format("woff"),
    url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Provicali';
  src: url('../fonts/Provicali.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-yellow: #FFD700;
  --dark-bg: #1a1a1a;
  --orange: #ff6b35;
  --text-dark: #1C1C1C;
}

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

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

/* Header Styles */
.top-bar {
  background: var(--primary-yellow);
  padding: 8px 0;
  font-size: 14px;
}

.top-bar .header-si i {
  color: #000 !important;
}

.navbar {
  background: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.navbar-brand {
  position: relative;
}

.navbar-brand img {
  height: 130px;
  position: absolute;
  z-index: 21;
  left: 0;
  top: -30px;
  background: #FFF;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  padding: 10px;
}

.navbar-nav .nav-link {
  color: var(--text-dark) !important;
  font-weight: 500;
      margin: 0 5px;
    font-family: "ClashDisplay-Medium";
    font-size: 13px;
}
.navbar-nav .nav-link:hover {
  color: var(--primary-yellow)!important;
}

.profile-menu {
    width: 240px;
    padding: 0;
}

.profile-menu .dropdown-header {
    border-bottom: 1px solid #eee;
}

.profile-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
}

.profile-menu .dropdown-item i {
    width: 18px;
    text-align: center;
}

.profile-menu .dropdown-item:hover {
    background: #f8f8f8;
}

 .left-section {
        background: url('../images/auth-sidebar.png') no-repeat center center/cover;
        height: 100vh;
        position: relative;
    }

    .left-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 240px;
        height: auto;
        border-radius: 50%;
    }

/* Hero Section Slider */
.hero-slider {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.hero-slide {
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content h1 .highlight {
  color: var(--primary-yellow);
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-yellow {
  background: var(--primary-yellow);
  color: var(--text-dark);
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "ClashDisplay-Regular";
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.btn-yellow:hover {
  background: #e6c200;
  color: var(--text-dark);
  transform: translateY(-2px);
}

/* Hero Slider Navigation */
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.hero-slider .owl-nav button {
  position: absolute;
  background: rgba(255, 215, 0, 0.8) !important;
  color: var(--text-dark) !important;
  border: none !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.hero-slider .owl-nav button:hover {
  background: var(--primary-yellow) !important;
  transform: scale(1.1);
}

.hero-slider .owl-nav .owl-prev {
  left: 20px;
}

.hero-slider .owl-nav .owl-next {
  right: 20px;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
  background: var(--primary-yellow);
  transform: scale(1.2);
}

.appliance-showcase {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.appliance-showcase img {
  max-height: 400px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

    
/* Category Section Slider */
.category-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.category-slider {
  position: relative;
  padding: 0 80px;
}

.category-slider .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.category-slider.owl-carousel .owl-stage-outer {
  padding: 45px 0;
}

.category-slider .owl-nav .owl-prev {
  left: 0;
}

.category-slider .owl-nav .owl-next {
  right: 0;
}

.category-slider .owl-nav button {
  background: var(--primary-yellow) !important;
  color: var(--text-dark) !important;
  border: none !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

.category-slider .owl-nav button:hover {
  background: #e6c200 !important;
  /* transform: scale(1.1); */
}

.category-item {
  text-align: center;
  padding: 40px 20px;
  background: #F2F2F2;
  border-radius: 15px;
  transition: all 0.3s ease;
  margin: 0 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.category-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-item .category-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.category-item:hover .category-icon {
  background: #e6c200;
  transform: scale(1.1);
}

.category-item h5 {
  font-weight: bold;
  color: var(--text-dark);
  margin: 0;
  position: relative;
  bottom: -15px;
}

/* Service Sections */
.service-grid {
  padding: 80px 0;
}

.service-card {
  position: relative;
  overflow: hidden;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.service-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 30px;
  width: 100%;
}

.service-content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Products Section */
.products-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.products-section a, .products-grid a {
    text-decoration:none;
}
.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 50px;
  color: var(--text-dark);
  font-family: "Provicali";
}

.product-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 5px;
}

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

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-info {
  padding: 20px 10px;
}

.product-info h5 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Poppins";
}

.product-info p {
  text-align: center;
  margin: 0;
}

.product-info .btn-yellow {
  margin: 0 auto !important;
}

.price {
  font-size: 27.04px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.old-price {
  text-decoration: line-through;
  color: #E81515;
  margin-left: 10px;
  font-size: 17.66px;
}

/* Enhanced Product Card Styles */
.product-image-container {
  position: relative;
}

.product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

.price-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px dashed #CEC9C9;
  border-bottom: 1px dashed #CEC9C9;
  padding: 15px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.current-price,
.original-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins";
}

.current-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.current-price img {
  width: 35px !important;
  height: 35px !important;
}

.auction-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}

.countdown-timer {
  font-family: 'Courier New', monospace;
}

.btn-yellow.w-100 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* Testimonials */
.testimonials-section {
  background: var(--primary-yellow);
  padding: 80px 0;
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.testimonial-image {
  flex: 1;
}

.testimonial-image img {
  width: 100%;
  border-radius: 15px;
}

.testimonial-text {
  flex: 1;
}

.testimonial-text h3 {
  font-size: 17.17px;
  font-weight: 400;
  padding-bottom: 5px;
  color: var(--text-dark);
  border-bottom: 2px solid #000;
  display: inline;
  font-family: "Poppins";
}

.testimonial-text h2 {
  font-size: 45.78px;
  font-weight: bold;
  margin: 30px 0 40px;
  color: var(--text-dark);
  font-family: "Poppins";
}

.testimonial-text p {
  font-size: 19px;
  font-weight: 400;
  font-style: italic;
  color: #555555;
  font-family: "Poppins";
  margin: 0;
}

.cr_name {
  margin-top: 20px;
}

.cr_name p {
  font-size: 17px;
  font-style: normal;
}

.cr_name p:first-child {
  font-weight: 600;
}

.cr_name p:last-child {
  font-size: 16px;
}

.testimonial-text img {
  width: 150px;
  height: 150px;
  border-radius: 15px;
}

.rating {
  font-size: 15px;
  margin-bottom: 10px;
}

.rating-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.ti_content {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.ti_content img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.ti_content img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.ti_content img:nth-child(2) {
  position: relative;
  left: -10px;
  z-index: 1;
}

.ti_content img:nth-child(3) {
  position: relative;
  left: -20px;
  z-index: 0;
}

.ti_content h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 30px 0 40px;
  color: #000;
  font-family: "Poppins";
  margin: 0;
}

.ti_content p {
  font-size: 19px;
  font-weight: 400;
  color: #555555;
  font-family: "Poppins";
  margin: 0;
}

/* Footer */
.footer {
  background: #000;
  color: white;
  padding: 50px 0 20px;
}

.footer .footer_logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 30px;
}

.footer h5 {
  color: var(--primary-yellow);
  margin-bottom: 20px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer p i {
  padding-top: 5px;
}


.footer ul li a,
.footer p {
  color: #ccc;
  text-decoration: none;
  display: flex;
  align-items: start;
  gap: 10px;
}

.footer ul li a:hover {
  color: var(--primary-yellow);
}

.footer_bottom {
  background-color: #171717;
  padding: 10px 0;
}

.footer_bottom p {
  margin: 0;
  color: #C2C2C2;
}

.social-icons a {
  color: white;
  font-size: 1.5rem;
  margin-right: 15px;
}

.social-icons a:hover {
  color: var(--primary-yellow);
}





/* Hero Section with Curved Design */
.hero-marketplace {
  position: relative;
  height: 386px;
  /* background: linear-gradient(135deg, var(--primary-yellow) 0%, #ffb347 50%, var(--orange) 100%); */
  background-image: url(../images/other-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero-marketplace::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: var(--dark-navy);
  clip-path: ellipse(100% 100% at 50% 100%);
}

.sun-decoration {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 120px;
  height: 120px;
  background: var(--primary-yellow);
  border-radius: 50%;
  z-index: 2;
}

.sun-decoration::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: var(--primary-yellow);
  border-radius: 50%;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.8;
}

.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.hero-title h1 {
  font-size: 4rem;
  font-weight: bold;
  color: var(--primary-yellow);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 3px;
  margin: 0;
}

.hero-title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary-yellow);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  margin: 0;
}

/* Marketplace Section */
.marketplace-section {
  padding: 50px 0;
  background: white;
}

.marketplace-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-family: "Poppins";
}

/* Search Bar */
.search-container {
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 15px 60px 15px 20px;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1.1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: var(--primary-yellow);
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-yellow);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background: #e6c200;
  transform: translateY(-50%) scale(1.05);
}

/* Categories Sidebar */
.categories-sidebar {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 20px;
}

.categories-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--primary-yellow);
  font-family: "Poppins";
}

.select-category {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.select-category:hover {
  background: #f8f9fa;
}

.select-category input[type="checkbox"] {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  accent-color: var(--primary-yellow);
  margin-top: 4px;
}

.select-category label {
  font-weight: 500;
  color: var(--text-dark);
  cursor: pointer;
  margin: 0;
  font-family: "Poppins";
}

/* Product Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: white;
}

.contact-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary-yellow);
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

.contact-info {
  padding: 40px;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 40px;
  font-family: "Poppins";
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: var(--primary-yellow);
  transform: translateX(5px);
}

.contact-icon {
  min-width: 50px;
  min-height: 50px;
  background: var(--primary-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 1.2rem;
  color: var(--text-dark);
}

.contact-item:hover .contact-icon {
  background: white;
}

.contact-text {
  flex: 1;
}

.contact-text h5 {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: var(--text-dark);
}

.contact-text p {
  margin: 0;
  color: #666;
}

.shop-btn {
  background: var(--primary-yellow);
  color: var(--text-dark);
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: fit-content;
}

.shop-btn:hover {
  background: #e6c200;
  color: var(--text-dark);
  transform: translateX(5px);
}

/* Main Title Section */
.page-title {
  text-align: center;
  padding: 60px 0 0;
  background: white;
}

.page-title h1 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--text-dark);
  margin: 0;
  font-family: "Poppins";
}

/* Service Sections */
.ar-service-section {
  padding: 80px 0;
  background: white;
}

.ar-service-section:nth-child(even) {
  background: #f8f9fa;
}

.ar-service-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 40px;

}

.ar-service-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.ar-service-text {
  flex: 1;
}

.ar-service-image {
  flex: 1;
  position: relative;
}

.ar-service-image:before {
  content: "";
  position: absolute;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 81%) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.ar-service-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.ar-service-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.btn-yellow {
  background: var(--primary-yellow);
  color: var(--text-dark);
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-yellow:hover {
  background: #e6c200;
  color: var(--text-dark);
  transform: translateY(-2px);
}

.ar-section-title {
  font-size: 57px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--text-dark);
  font-family: "Poppins";
}

.ar-service-text h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  font-family: "Inter";
}

.ar-service-text ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #3C3C3C;
  font-family: "Inter";
}

.ar-service-section:nth-child(odd) .ar-service-content {
  flex-direction: row;
}

.ar-service-section:nth-child(even) .ar-service-content {
  flex-direction: row-reverse;
}


/* Page Title Section */
.inventory-header {
  background: white;
  padding: 60px 0;
  text-align: center;
}

.inventory-title {
  font-size: 67px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 30px;
  font-family: "Poppins";
}

.inventory-title2 {
  font-size: 50px;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 30px;
  font-family: "Poppins";
}

.inventory-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.8;
}

.inventory-description strong {
  text-decoration: underline;
}

.inventory-description2 {
  font-size: 24px;
  color: #000;
  margin: 0 auto 20px;
  line-height: 1.8;
}

.inventory-note {
  font-size: 0.9rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  max-width: 900px;
  margin: 30px auto 0;
}
.auth-logo2 {
    
        width: 40px;
        margin:0;
    }
/* Category Sections */
.category-section {
  padding: 60px 0;
  background: white;
}

.category-section:nth-child(even) {
  background: #f8f9fa;
}

.category-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 40px;
  font-family: "Poppins";
}

/* Product Cards */
.product-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-info {
  padding: 20px;
}

.product-info h5 {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.product-info p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.old-price {
  color: #dc3545;
  text-decoration: line-through;
  font-size: 1rem;
  margin-left: 10px;
}

.btn-yellow {
  background: var(--primary-yellow);
  color: var(--text-dark);
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.btn-yellow:hover {
  background: #e6c200;
  color: var(--text-dark);
  transform: translateX(5px);
}

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

.pp_section {
  padding: 80px 0;
}

.pp_section h1 {
  text-align: center;
  margin-bottom: 70px;
}

.pp_section p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 33.75px;
  margin-bottom: 25px;

}

.pp_section h5 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Inter";
  line-height: 33.75px;
  margin-bottom: 20px;

}
.icon-box img {
    width: 40px;
    margin:0;
}
/* Responsive Design */
@media (max-width: 1399px) {
  .ti_content h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
    .navbar-nav .nav-link {
        padding: 10px 2px !important;
        font-size: 12px;
    }

    .ti_content {
        left: 10px;
        bottom: 15px;
    }
}

    section.dash_banner {
        background: #f7cf2182;
        padding: 50px 0;
        text-align: center;
    }
    section.dash_banner h1 {
        text-align: center;
         font-weight: 600; 
         font-family: 'ClashDisplay-Regular'; 
         color:#705C09;
         font-size:55px;
    }
    .my-profile-section {
        padding:60px 0;
        font-family:ClashDisplay-Regular;
    }
    
    .my-profile-section .profile-header {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .my-profile-section h5 {
        font-family:'ClashDisplay-Medium';
    }
    .my-profile-section small {
        font-family:'ClashDisplay-Medium';
    }
    .my-profile-section .profile-header img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
    }

    .my-profile-section .label-title {
        font-size: 14px;
        margin-bottom: 6px;
        color: #000000;
        font-weight: 500;
        font-family:'ClashDisplay-Regular';
    }

   .my-profile-section  .form-control {
        background: #f7f7f7;
        border: none;
        padding: 14px;
        font-size: 14px;
        font-family:'ClashDisplay-Regular';
    }

    .my-profile-section .delete-section {
        border-top: 3px solid #f0d96f;
        margin-top: 60px;
        padding-top: 40px;
    }

    .my-profile-section .btn-edit {
        background: #f7c600;
        color: #000;
        border-radius: 6px;
        padding: 10px 20px;
        font-weight: 600;
    }

    .my-profile-section .btn-delete {
        background: #f7c600;
        color: #000;
        border-radius: 6px;
        padding: 12px 40px;
        font-weight: 600;
    }

    .my-profile-section .email-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-profile-section .email-section p {
        margin: 0;
        padding: 0;
    }
    
    .my-order {
        font-family:'ClashDisplay-Regular';
        display:flex;
        padding:60px 0;
    }
    .my-order .sidebar {
        width: 100%;
        padding: 90px 20px 25px;
    }

    .my-order .sidebar a {
        padding: 10px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        display: flex;
    align-items: center;
    gap: 11px;
    }

    .my-order .sidebar a.active {
        color: #FD992A;
        font-weight: 600;
    }
    .my-order .sidebar img {
        width:18px;
    }

    .my-order .tabs-bar {
        border-bottom: 2px solid #eee;
        margin-bottom: 30px;
    }

    .my-order .nav-tabs .nav-link {
        border: none;
        color: #555;
        padding: 10px 18px;
        font-size: 14px;
    }

    .my-order .nav-tabs .nav-link.active {
        border-bottom: 2px solid #FD992A;
        color: #FD992A;
        font-weight: 600;
    }

    .my-order .empty-box {
        border: 1px solid #eee;
        border-radius: 6px;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
    }

    .my-order .empty-box img {
        width: 120px;
        margin-bottom: 15px;
    }

    .my-order .empty-text {
        font-size: 14px;
        color: #555;
    }
.my-payment .page-title2 {
  font-size: 16px;
  font-weight: 600;
}

.my-payment .add-card-link {
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.my-payment .empty-box {
  border: 1px solid #eee;
  border-radius: 6px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.my-payment .empty-box img {
  width: 130px;
  margin-bottom: 10px;
}

/* Modal Styles */
.my-payment .modal-content {
  border-radius: 10px;
  padding: 30px;
}

.my-payment .close-btn {
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  background: #ffdd35;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 20px;
}

.my-payment .form-control {
  background: #f7f7f7;
  border: none;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
}

.my-payment .btn-yellow {
  background: #f7c600;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 600;
}

/* Card List */
.my-payment .card-box {
  background: #f8f8f8;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.my-payment .card-logo {
  width: 40px;
  margin-right: 12px;
}

.my-payment .card-details small {
  color: #999;
  font-size: 12px;
}

.my-payment .radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #777;
}
.bidding-marketplace {
        font-family:'ClashDisplay-Regular';
}
   .bidding-marketplace .room-box {
        background: #f8f8f8;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bidding-marketplace .btn-yellow {
        background: #f7c600;
        border-radius: 6px;
        padding: 8px 18px;
        font-weight: 600;
        border: none;
    }

    .bidding-marketplace .btn-grey {
        background: #f3e8b6;
        border-radius: 6px;
        padding: 8px 18px;
        font-weight: 600;
        border: none;
        color: #6d6d6d;
    }

    .bidding-marketplace .btn-view {
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 6px;
        font-weight: 600;
        width: 100%;
    }

    .bidding-marketplace .info-box p, .bidding-marketplace .guide-box p {
        color: #A3A3A3;
    }
    .bidding-marketplace .info-box,
    .bidding-marketplace .guide-box {
        border: 1px solid #e5e5e5;
        padding: 20px;
        border-radius: 6px;
        background: #fff;
    }

    /* Modal Styles */
    .bidding-marketplace .modal-content {
        border-radius: 12px;
        padding: 30px;
    }

    .bidding-marketplace .close-btn {
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        background: #ffdd35;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .bidding-marketplace .form-control {
        background: #f7f7f7;
        border: none;
        padding: 12px;
        border-radius: 6px;
        font-size: 14px;
    }

    .bidding-marketplace .btn-cancel {
        border: 1px solid black;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        background: white;
        font-weight: 600;
    }

    .bidding-marketplace .btn-submit {
        background: #f7c600;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        font-weight: 600;
        border: none;
    }

@media (max-width: 992px) {
  .hero-slider .owl-nav {
    display: none;
  }

  .ti_content h2 {
    font-size: 40px;
  }

  .ti_content img {
    width: 40px;
    height: 40px;
  }

  .ti_content p {
    font-size: 25px;
  }

  .ti_content {
    left: 40px;
    bottom: 30px;
  }

  .testimonial-content,
  .ar-service-content {
    flex-direction: column !important;
    align-items: start;
  }

  div#navbarNav {
    position: absolute;
    top: 65px;
    right: 15px;
    z-index: 2;
    background: #FFF;
    border: 2px solid #ffb347;
    border-radius: 10px;
    width: 200px;
    padding: 10px;
  }
  .navbar-nav .nav-link {
      font-size:14px;
  }
  .nav-link.btn {
    text-align:left;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
.products-grid {
    margin-top:30px;
}
  .navbar-brand img {
    height: 110px;
  }

  .category-item {
    height: 180px;
    padding: 30px 15px;
  }

  .category-item .category-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .hero-title h1 {
    font-size: 2.5rem;
  }

  .hero-title h2 {
    font-size: 2rem;
  }

  .marketplace-title {
    font-size: 2rem;
  }

  .sun-decoration {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 20px;
  }

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

  .page-title h1 {
    font-size: 2rem;
  }

  .ar-section-title {
    font-size: 2rem;
  }

  .ar-service-content {
    flex-direction: column;
    gap: 30px;
  }

  .ar-service-list {
    grid-template-columns: 1fr;
  }

  .ar-service-section:nth-child(even) .service-content {
    flex-direction: column;
  }

  .inventory-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 2rem;
  }

  .product-card img {
    height: 180px;
  }

  .category-slider {
    padding: 0 20px;
  }

  .category-slider .owl-nav {
    display: none;
  }

  .service-card {
    height: 400px;
  }

  .ti_content h2 {
    font-size: 40px;
  }

  .ti_content img {
    width: 40px;
    height: auto;
  }

  .ti_content p {
    font-size: 20px;
  }

  .ti_content {
    left: 20px;
    bottom: 20px;
  }

  .inventory-title2 {
    font-size: 35px;
  }

  .inventory-description2 {
    font-size: 21px;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  .ti_content h2 {
    font-size: 7vw;
  }

  .ti_content img {
    width: 7vw;
    height: auto;
  }

  .ti_content p {
    font-size: 4vw;
  }

  .ti_content {
    left: 3vw;
    bottom: 3vw;
  }

  .testimonial-text h2 {
    font-size: 33px;
  }

  .ar-service-text h5 {
    font-size: 17px;
  }

  .ar-service-text ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-info {
    padding: 25px;
  }

  .hero-marketplace {
    position: relative;
    height: 300px;
  }

  .pp_section h1 {
    margin-bottom: 40px;
  }

  .pp_section p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter";
    line-height: 26.75px;
  }

  .pp_section h5 {
    font-size: 24px;
  }

  .footer .social-icons {
    margin-bottom: 20px;
  }
}

/* Alternating Layout */

@media (max-width: 380px) {
  .contact-info {
    padding: 25px 0;
  }
}