:root {
    --primary-color: #772022;
    --swiper-theme-color: #007aff;
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0070d2;
    --color-green: #1fa042;
    --color-primary: #00a1e0;
    --color-red: #c00;
    --color-success: var(--color-green);
    --color-danger: var(--color-red);
    --color-light-blue: #7ed0ee;
    --color-grey1: #f9f9f9;
    --color-grey2: #eee;
    --color-grey3: #ccc;
    --color-grey4: #999;
    --color-grey5: #666;
    --color-grey6: #444;
    --color-grey7: #222;
    --color-grey8: #333;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Diamond.html ka CSS hai  */

#All-Jewellery-bg {
    position: relative;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

#All-Jewellery-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.content-area {
    position: relative;
    z-index: 2;
}

.jewellery-card {
    padding: 20px;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.4s;
    cursor: pointer;
}

.jewellery-card img {
    max-width: 80px;
    transition: 0.4s;
}

.jewellery-card h5 {
    color: white;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.jewellery-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.jewellery-card:hover img {
    transform: scale(1.15);
}

.content-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 15px;
}

.content-pagination a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.content-pagination a.active {
    color: #ffcc66;
    font-weight: 500;
}

.content-pagination i {
    color: white;
    margin: 0 6px;
}

/* Desktop */
.jewellery-card img {
    max-width: 80px;
}

/* Tablet */
@media (max-width: 992px) {

    .content-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .jewellery-card {
        padding: 15px;
    }

    .jewellery-card img {
        max-width: 70px;
    }

}

/* Mobile */
@media (max-width: 576px) {

    #All-Jewellery-bg {
        min-height: 60vh;
    }

    .jewellery-card {
        padding: 12px;
    }

    .jewellery-card img {
        max-width: 60px;
    }

    .jewellery-card h5 {
        font-size: 14px;
    }

    .content-pagination {
        font-size: 13px;
        bottom: 15px;
    }

}


/* ===============================================================================================================
                   Everyday Diamond CSS
=====================================================================================================================
*/

#first {
    height: auto;
    width: 100%;
    background-color: var(--color-grey1);
}

.slider {
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: var(--color-grey1);
}

.slider-container {
    display: flex;
    width: 100%;
}

.left-1 {
    width: 50%;
    padding: 60px;
    position: relative;
}

.right-1 {
    width: 50%;
}

.right-1 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.menu-1 {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-1 span {
    writing-mode: vertical-rl;
    opacity: 0.4;
    cursor: pointer;
}

.menu-1 .active {
    opacity: 1;
    font-weight: bold;
}

.content {
    margin-left: 80px;
}

.tag {
    letter-spacing: 3px;
    color: gray;
}

h1 {
    font-size: 70px;
    margin: 10px 0;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
}

.arrows {
    position: absolute;
    left: 20px;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.arrows button {
    border: 1px solid #ccc;
    background: white;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .slider-container {
        flex-direction: column;
    }

    .left-1,
    .right-1 {
        width: 100%;
    }

    .right-1 img {
        height: 300px;
    }

    h1 {
        font-size: 20px;
    }

    .menu-1 {
        display: none;
    }
}


.diamond-section {
    padding: 60px 40px;
    background-color: var(--color-grey1);
}

.container {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT */
.left-2 {
    position: relative;
    width: 50%;
}

.img-main {
    width: 100%;
}

.img-overlay {
    position: absolute;
    top: 0;
    right: -45px;
    width: 204px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media(max-width:600px) {
    .img-overlay {
        display: none;
    }
}

.right-2 {
    width: 50%;
}

.top-text {
    font-size: 14px;
    color: gray;
}

.heading {
    font-size: 48px;
    font-weight: 400;
    margin: 20px 0;
}

.heading span {
    font-weight: 700;
}

.desc {
    color: #555;
    line-height: 1.6;
}

ul {
    margin-top: 20px;
    padding: 0;
}

ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #999;
}

.card-1 {
    display: flex;
    border: 2px solid var(--color-grey3);
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    /* width: 450px; */
    border-radius: 50px;

}

.icon {
    border-radius: 50%;
}

.card h4 {
    margin: 0;
    font-size: 14px;
}

.card p {
    margin: 0;
    font-size: 12px;
    color: gray;
}

.btn {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
}

@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .left-2,
    .right-2 {
        width: 100%;
    }

    .img-overlay {
        right: 0;
        width: 200px;
    }

    .heading {
        font-size: 36px;
    }
}

/* =============================== */

.promise-section {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-grey1);
}

.promise-wrapper {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

/* MAIN CARD */
.card-2 {
  background: #fff;
  padding: 80px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 70px var(--color-grey3);
}

.card-2 h1 {
  font-size: 80px;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.des {
  margin-top: 20px;
  color: #555;
  max-width: 600px;
  line-height: 1.6;
}
ul {
  margin-top: 20px;
  padding: 0;
}

ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #888;
}
.flower {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 120px;
}
.gift {
  position: absolute;
  top: -130px;
  left: -130px;
  width: 400px;
  z-index: 3;
}

.envelope {
  position: absolute;
  right: -100px;
  top: -80px;
  width: 350px;
}

.pen {
  position: absolute;
  right: 0;
  top: 50px;
  width: 200px;
  z-index: 99;
}

/* TABLET */
@media (max-width: 992px) {
  .card-2 {
    padding: 60px 30px;
  }

  .card-2 h1 {
    font-size: 50px;
  }

  .gift {
    width: 220px;
    left: -80px;
    top: -70px;
  }

  .envelope {
    width: 250px;
    right: -50px;
  }

  .pen {
    width: 150px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
    .text-h{
        font-size: 22px !important;
    }
  .card-2 {
    padding: 40px 20px;
  }

  .card-2 h1 {
    font-size: 36px;
  }

  .des {
    font-size: 14px;
  }

  ul li {
    font-size: 14px;
  }

  /* Hide extra decorations on mobile */
  .envelope,
  .pen {
    display: none;
  }

  .gift {
    width: 120px;
    left: -60px;
    top: -30px;
  }

  .flower {
    width: 60px;
    right: 0;
  }
}