* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* h2 {
  background: linear-gradient(180deg, #bc9610 0%, #e3b40f 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* header-top css start */

.container-fluid {
  width: 100%;
}

/* header-top css start */

.nav-link,
.nav-link:focus,
.nav-link:hover,
.nav-link:active,
.nav-link:visited {
  color: #000 !important;
  outline: none;
  /* focus ring hataane ke liye */
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  /* background-color: #fff; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
  /* Add transition for smooth hide/show */
}

.liveclass-btn button {
  background-color: #00c853;
  border-radius: 30px;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
}

.contact-links a i {
  /* color: white; */
  font-size: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.contact-links a {
  position: relative;
  margin-right: 39px;
}

.contact-links .whats-i::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43.45px;
  background-color: #ffffff;
  left: -20px;
  top: -17px;
}

.main-header {
  background: rgba(255, 255, 255, 0.56);
}

.main-header .container-fluid {
  margin: 0;
  padding: 0;
}

.main-header .navbar-brand {
  padding: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas-body .nav-item {
  position: relative;
  display: inline-block;
  padding: 14px 10px 0px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.offcanvas {
  align-items: center;
}

@media (max-width: 992px) {
  .offcanvas {
    align-items: stretch;
  }

  .liveclass-btn button {
    border-radius: 30px;
    padding: 7px 15px;
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    border: none;
    width: 100%;
  }
}

.nav-item {
  position: relative;
  /* overflow: hidden;  <-- isko hata do */
}

.nav-item a:hover {
  color: #000;
}

.nav-item a {
  color: #000;
}

.nav-item li a {
  color: #000;
}

.main-header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.nav-item {
  position: relative;
}

.text h3 {
  font-size: 20px;
}

@media (max-width: 992px) {
  .card {
    min-height: auto !important;
  }

  .main-header .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 0px;
    padding-left: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
    color: #000000;
    text-transform: uppercase;
  }
}

.navbar-nav .nav-link {
  position: relative;
  color: #fff !important;
  transition: color 0.3s ease;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  color: #ff69b4;
  /* Aap chahe toh yeh color change kar sakte hain */
}

/* Underline hover effect */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #158d4c;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.carousel-inner {
  position: relative;
}

.sell-detail-btn {
  position: absolute;
  bottom: 30px;
  right: 40%;
  display: flex;
  gap: 20px;
}

.sell-detail-btn-1 {
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 5px;
}

.sell-detail-btn-1 a {
  color: #000;
}

.sell-detail-btn-2 {
  background: rgba(127, 110, 108, 0.15);
  backdrop-filter: blur(10px);
  padding: 10px 50px;
  border-radius: 5px;
}

.sell-detail-btn-2 a {
  color: #fff;
}

@media (max-width: 768px) {
  .sell-detail-btn {
    position: absolute;
    bottom: 9px;
    right: 20%;
    display: flex;
    gap: 20px;
  }

  .sell-detail-btn-1 {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 5px;
  }

  .sell-detail-btn-2 {
    background: rgba(127, 110, 108, 0.15);
    backdrop-filter: blur(10px);
    padding: 4px 20px;
    border-radius: 5px;
  }
}

/* header-top css end  */

/* ======================================================= */

/* ========================================================================= */

/* footer css  */

footer {
  background-color: #fdfaf7;
  padding: 60px 20px 30px;
}

.footer h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}

.newsletter-form {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 5px 10px;
}

.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 50px;
  background: transparent;
  padding-right: 0;
}

.newsletter-form button {
  background: #eee;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
}

.social-icons a {
  margin: 0 10px;
  color: #111;
  font-size: 18px;
  text-decoration: none;
}

.footer-shop {
  display: grid;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .footer h2 {
    font-size: 22px;
  }

  .newsletter-form {
    flex-direction: row;
  }

  .footer-shop {
    display: grid;
    justify-content: start;
  }
}

/* footer css end */
/* ============================================================== */




/* ================================================== */


     #new-theme-about h1,
     #new-theme-about   h2,
     #new-theme-about   h3,
     #new-theme-about   h4,
     #new-theme-about   h5,
     #new-theme-about   h6,
     #new-theme-about   a,
     #new-theme-about   a:hover,
     #new-theme-about   a:focus,
     #new-theme-about   a:active {
            text-decoration: none;
            outline: none;
        }
        
     #new-theme-about a,
     #new-theme-about a:active,
     #new-theme-about a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
     #new-theme-about ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
       #new-theme-about img {
    max-width: 100%;
    height: auto;
}
      #new-theme-about  section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

#new-theme-about .sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

#new-theme-about .sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

#new-theme-about .sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #fff222;
  font-weight: 600;
  padding-bottom:18px;
}

#new-theme-about .sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

#new-theme-about .sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

#new-theme-about .sec-title.light h2{
  color: #ffffff;
}

#new-theme-about .sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

#new-theme-about .list-style-one{
  position:relative;
}

#new-theme-about .list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #fff222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

#new-theme-about .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

#new-theme-about .list-style-one li a:hover{
  color: #44bce2;
}

#new-theme-about .btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

#new-theme-about .btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
/* 
.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
} */

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
}


/* ==================================== */
/* ================= Dark Theme Overrides ================== */

:root {
    --white-color: #121212;   /* Dark background */
    --beige-color: #1e1e1e;   /* Secondary dark */
    --table-color: #1c1c1c;   /* Table bg */
    --black-color: #f5f5f5;   /* Light text */
    --logo-beige-color: #d4a373; /* Accent (beige-gold look) */
}

/* Body */
body {
    background-color: var(--white-color);
    color: var(--black-color);
}

/* Navbar */
nav {
    background-color: #1a1a1a;
    color: var(--black-color);
}
#links li a {
    color: var(--black-color);
}
#links li a:hover {
    color: var(--logo-beige-color);
}
#icons img {
    filter: invert(0.9);
}

/* Home Section */
.home {
    color: var(--black-color);
    background-blend-mode: multiply;
}
.home h1, .home h2 {
    color: var(--black-color);
}
.home .steps {
    border-top: 3px solid var(--logo-beige-color);
}

/* Page2 */
.p2 {
    background-color: #1a1a1a;
    color: var(--black-color);
}
.categories button {
    background-color: #2e2e2e;
    color: var(--black-color);
}
.categories button:nth-child(2) {
    background-color: var(--logo-beige-color);
    color: #121212;
}

/* Page3 */
.p3 {
    background-color: #111;
    color: var(--black-color);
}
.p3 p {
    color: var(--logo-beige-color);
}

/* Page4 */
.p4 {
    background-color: #1e1e1e;
    color: var(--black-color);
}
.card {
    background-color: #2b2b2b;
    border: 1px solid #444;
    color: var(--black-color);
}

/* Page5 (Contact) */
.p5 {
    background-color: #0f0f0f;
    color: var(--black-color);
}
.right {
    background-color: #1e1e1e;
    color: var(--black-color);
}
.right input {
    background-color: #2a2a2a;
    color: var(--black-color);
}
.right button {
    background-color: var(--logo-beige-color);
    color: #121212;
}

/* Footer */
footer {
    background-color: #1a1a1a;
    color: var(--black-color);
}
footer ul li a {
    color: var(--black-color);
}
footer ul li a:hover {
    color: var(--logo-beige-color);
}

/* About Section Dark */
#new-theme-about {
    background-color: #121212;
    color: var(--black-color);
}
#new-theme-about .sec-title h2 {
    color: var(--black-color);
}
#new-theme-about .sec-title .title {
    color: var(--logo-beige-color);
}
#new-theme-about .text {
    color: #cfcfcf;
}
#new-theme-about .btn-style-one {
    background-color: var(--logo-beige-color);
    color: #121212;
}
#new-theme-about .btn-style-one:hover {
    background-color: #ffffff;
    color: #121212;
}


/* ================================================ */



/* Contact Section */
.contact-section {
  background: #121212;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.form {
  width: 100%;
  max-width: 900px;
  margin: auto;
  background: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

/* Contact Info */
.contact-info {
  padding: 2.5rem;
  background: #fff;
}

.contact-info .title {
  color: #1abc9c;
}

.contact-info .text {
  color: #ccc;
}

.information {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #bbb;
}

.information i {
  color: #1abc9c;
  margin-right: 10px;
}

.social-media {
  margin-top: 2rem;
}

.social-media p {
  color: #ddd;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.1);
}

/* Contact Form */
.contact-form {
  background: #1abc9c;
  position: relative;
}

form {
  padding: 2.5rem;
  position: relative;
}

form .title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  background: none;
  border: 2px solid #eee;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  color: #fff;
  font-size: 0.95rem;
  transition: 0.3s;
}

.input:focus {
  border-color: #fff;
}

textarea.input {
  min-height: 140px;
  resize: none;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #eee;
  font-size: 0.9rem;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.input-container.focus label {
  top: 0;
  font-size: 0.8rem;
  color: #fff;
}

.btn {
  width: 100%;
  padding: 0.7rem 1.5rem;
  border-radius: 6px;
  background: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: #1abc9c;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* Responsive */
@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }
  .contact-info, .contact-form {
    padding: 2rem;
  }
}



/* ==================================================/ */



    /* ===== Tabs Section ===== */
    .tabs-section {
      padding: 80px 20px;
      text-align: center;
    }

    .tab-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .tab-btn {
      background: #1abc9c;
      border: none;
      padding: 12px 25px;
      border-radius: 25px;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab-btn.active,
    .tab-btn:hover {
      background: #16a085;
      transform: scale(1.05);
    }

    /* ===== Tab Content ===== */
    .tab-content {
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s ease;
    }

    .tab-content.active {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      opacity: 1;
      transform: translateY(0);
    }

    /* ===== Box Design ===== */
    .card {
      background: #1e1e1e;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.6);
    }

    .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .card-content {
      padding: 20px;
      text-align: left;
    }

    .card-content h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
      color: #1abc9c;
    }

    .card-content p {
      font-size: 0.95rem;
      color: #ccc;
      line-height: 1.5;
    }