/*  Gold color #cd9c44; */
/*  Title color #7d7d7d */
/*  Text color #474747 */
:root {
    --bg1: #f7f7f7;
    --bg2: #efefef;
    --gold: #cd9c44;
    --gold-hover: #e3ac4b;
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    color: #474747;
    overflow-x: hidden;
    background-color: var(--bg1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    margin: 0px;
}

h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 20px;
}

section {
    padding: 70px 0;
    background: url("/uploads/bg-ptn.webp") no-repeat;
    background-attachment: fixed;
    background-position: right top;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
}
.navbar .container {
    background-color: #ffffff72;
    border-radius: 50px;
    padding: 16px 20px;
}

.navbar-toggler {
    border-color: #808080 !important;
    padding: 12px 10px;
    border-radius: 50px;
    position: relative;
}
.navbar-toggler:hover {
    background-color: #cd9c44 !important;
    border-color: #cd9c44 !important;
    transition-duration: 0.5s;
}
.navbar-toggler:focus {
    outline: none;
}

/* Button on click Animation Effect */
.navbar-toggler:hover {
}
.navbar-toggler:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    box-shadow: 0 0 10px 40px #fff;
}
.navbar-toggler:active:after {
    box-shadow: 0 0 0 0 #fff;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
}
.navbar-toggler:active {
    top: 1px;
}
/* Over - Button on click Animation Effect */

.custom-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
}

.custom-toggler-icon span {
    display: block;
    height: 2px;
    background-color: #808080;
    border-radius: 1px;
}
.navbar-toggler:hover .custom-toggler-icon span,
.custom-toggler-icon:hover > span,
.custom-toggler-icon span:hover {
    background-color: #ffffff;
}

.navbar-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.close-menu {
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 20px;
    cursor: pointer;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 20%;
    background-color: rgb(8 8 8 / 50%);
    color: white;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 60px 20px;
    text-align: center;
}

.offcanvas-menu.active {
    right: 0;
}

.offcanvas-menu a {
    color: white;
    font-size: 24px;
    display: block;
    margin: 20px 0;
}

.hero-banner {
    position: relative;
    /* background: url("/uploads/bg-main.webp") no-repeat center center; */
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-text {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-text h5 {
    font-size: 2.5rem;
    color: #ffffff;
    text-shadow: 1px -2px 0 #3d3d3d;
}

.hero-text h1 {
    font-family: "Great Vibes", cursive;
    font-size: 10rem;
    color: #cd9c44;
    margin-top: 10px;
    overflow: hidden;
    animation: typing 3.5s steps(40, end);
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
.what-we-do {
    display: flex;
    background: url(/uploads/what-we-do-pattern.webp) no-repeat left center;
    background-size: auto;
}
.what-we-do h2 {
    font-size: 4rem;
}
.section-desc strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    margin-top: -16px;
    color: #545454;
}
/* Highlight Box Layout Fix */
.highlight-box-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.highlight-box {
    background-color: var(--bg2);
    border: 2px solid #d2ae6d;
    border-radius: 14px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 700px;
    gap: 40px;
}

.highlight-item {
    text-align: center;
    display: flex;
    gap: 0.3rem;
    align-content: center;
    align-items: center;
    color: #6e6d6d;
}

.highlight-item img {
    height: 55px;
}

.highlight-item h3 {
    margin-left: 20px;
}

.text-gold {
    color: #cd9c44;
}

.text-grey {
    color: #7d7d7d;
}
.img-place {
    display: flex;
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 30px;
    border: solid 4px #d2ae6d;
    overflow: hidden;
    /* position: relative;
  padding-bottom: 100%;
  text-align: center; */
}
.img-place img {
    width: 100%;
    border-radius: 25px;
    /* width: 100%;
  height: 100%;
  position: absolute;
  margin-inline: auto;
  left: 0;
  right: 0;
  top: 0;
  object-fit: cover; */
}

.our-collection {
    display: flex;
    background-color: var(--bg2);
}

.collection-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.collection-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.collection-caption {
    background-color: #707070;
    color: #fff;
    padding: 14px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    font-family: "Playfair Display", serif;
    text-decoration: none;
}

.more-link {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    font-weight: 600;
    color: #cd9c44;
    text-decoration: none;
}
a:hover,
.more-link:hover {
    color: #e3ac4b;
    text-decoration: none;
}
.more-link:hover > span {
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
}

.our-vision {
    display: flex;
    background: url(/uploads/our-vision-pattern.webp) no-repeat right center;
    background-size: contain;
}
.ov-text h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.our-products {
    display: flex;
}
.sales-global {
    display: flex;
}
.team-management {
    display: flex;
    background: var(--bg2);
}
.team {
    display: flex;
    justify-content: center;
}
.team-card {
    background-color: var(--bg1);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: solid 4px #f7f7f7;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.team-img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: auto;
}
.team-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.we-member {
    display: flex;
}
.we-member img {
    border-radius: 20px;
}
.join-team {
    display: flex;
}
.position-openings,
.current-opning,
.how-to-apply,
.job-form {
    display: flex;
    flex-direction: column;
}
.position-openings {
    padding-top: 0px;
    padding-bottom: 70px;
}
.how-to-apply a {
    display: contents;
    color: #000;
    font-weight: 500;
}
.how-to-apply a:hover {
    color: #b88b32;
}
.current-opning,
.how-to-apply {
    word-wrap: break-word;
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 16px;
    padding: 20px;
}
.job-form h3,
.current-opning h3,
.how-to-apply h3 {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: #cd9c44;
    font-weight: 600;
}
.job-form {
    word-wrap: break-word;
    background-color: #ffffff91;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 16px;
    padding: 20px;
}
.career-submit {
    background-color: #cd9c44;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.career-submit:hover {
    background-color: #b88b32;
    color: white;
}
.alert-success {
    /*Career Form */
    position: absolute !important;
    left: 5%;
    bottom: 4%;
}
.alert-success.success-contact {
    /*Contact Form */
    position: absolute !important;
    left: 1%;
    bottom: 22px;
    z-index: 999;
    border-radius: 30px;
    margin-bottom: 0px;
}
.cta-section {
    /* background: url("/uploads/custom-jewellery-bg.webp") no-repeat; */
    background-position: right top;
    background-size: auto;
    background-color: #dddcd7;
    position: relative;
}

.cta-section .cta-title {
    font-size: 2.2rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7d7d7d;
}

.cta-section .cta-subtitle {
    font-size: 1.5rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 25px;
}

.cta-section .cta-desc {
    max-width: 860px;
    margin: 0 auto 40px;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
}

.cta-section .cta-btn {
    background-color: #cd9c44;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-section .cta-btn:hover {
    background-color: #b88b32;
}

.site-footer {
    display: flex;
    padding: 80px 0px 20px 0px;
    background-color: #f8f8f8;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #474747;
}
.site-footer a {
    color: #dc9f20;
    text-decoration: none;
}
.site-footer a:hover {
    color: #cd9c44;
}
.footer-heading {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 14px;
    color: #444;
}

.footer-item {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}
.footer-item.location {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.get-in-touch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-item img.footer-icon {
    width: 25px;
    margin-right: 10px;
    margin-top: 2px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
    .offcanvas-menu {
        width: 100%;
    }
    .hero-text h1 {
        font-size: 6rem;
    }

    .hero-text h5 {
        font-size: 3rem;
    }
    .highlight-box {
        flex-direction: column;
    }

    .cta-section {
        background-size: cover;
        background-position: left top;
    }
    .about-hero {
        background-position: right bottom;
    }
}
@media (max-width: 767px) {
    .get-in-touch {
        align-items: center;
    }
    .team {
        flex-direction: column;
    }
}

.page-title {
    font-size: 4.2rem;
    color: #fff;
}
.page-desc {
    font-size: 1.5rem;
    color: #ffe5b6;
    /* color: #474747;
    text-shadow: 1px 1px 2px #fff; */
}

.prod-story {
    font-size: 16px;
    background: #72727266;
    border-radius: 20px;
    color: #fff;
    padding: 10px;
}
.breadcrumb-wrapper {
    margin-top: 10px;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
}

.breadcrumb-list li a {
    color: #ffe5b6;
    text-decoration: none;
}
.breadcrumb-list li a:hover {
    color: #000000;
    text-decoration: none;
}
.breadcrumb-list li::after {
    content: ">";
    margin-left: 10px;
    color: #fff;
}

.breadcrumb-list li:last-child::after {
    content: "";
    margin: 0;
}

.breadcrumb-list li.active {
    color: #cecece;
    font-weight: 500;
}

.about-hero {
    position: relative;
    /* background: url("/uploads/bg-about-us.webp") no-repeat center center; */
    background-size: cover;
    min-height: 465px;
    max-height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}
@media (max-width: 767px) {
    .about-hero {
        padding: 120px 0 10px 0;
    }
}
.sticky-image {
    position: sticky;
    top: 100px;
    z-index: 2;
}

@media (max-width: 991px) {
    .sticky-image {
        position: static;
    }
}
.year-timeline {
    border-left: 3px solid #cd9c44;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.year-item {
    position: relative;
    margin-bottom: 30px;
}
.year-item {
    opacity: 0;
    transform: translateY(250px);
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.year-item.visible {
    opacity: 1;
    transform: translateY(0);
}
.year-label {
    margin-left: -20px;
    background: #cd9c44;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 0px 50px;
    padding: 5px 20px;
    color: #fff;
    min-width: 86px;
    text-align: center;
}

.year-desc {
    margin: 0;
    font-size: 15px;
    color: #333;
}
.company-intro {
    display: flex;
}
.mission-vision {
    display: flex;
    background: var(--bg2);
}
.our-value {
    display: flex;
    background-color: var(--bg1);
}
.our-value h3 {
    margin-bottom: 20px;
}
.our-value img {
    margin-bottom: 20px;
}
.inquiry-info {
    display: flex;
    padding: 10px 0px;
}

.contact-info {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-info .form-row {
    margin-bottom: 25px !important;
}
.contact-info .custom-input {
    margin-bottom: 0px !important;
}
.rc-anchor-normal,
#rc-anchor-container {
    border-radius: 20px !important;
}
.contact-map {
    display: flex;
    /* background: var(--bg2); */
    padding: 0px;
    margin-bottom: 50px;
}
.embed-responsive {
    border-radius: 25px;
}
.custom-input {
    border: none;
    border-radius: 40px;
    padding: 12px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
}
textarea.custom-input {
    max-height: 200px;
    min-height: 200px;
}
.custom-input:focus {
    outline: none;
    border: none;
}
.custom-submit {
    background-color: #cd9c44;
    border: none;
    padding: 10px 40px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 2px;
    transition: 0.3s ease;
}
.custom-submit:hover {
    background-color: #b88b32;
}
.contact-block h5 {
    display: flex;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    align-items: center;
}
.contact-block h5 img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.contact-block p {
    margin-bottom: 3px;
}
.contact-block a {
    color: #474747;
    text-decoration: none;
}
.contact-block a:hover {
    color: #cd9c44;
}

.gallery-slider {
    display: flex;
    background: #dddcd7;
    padding: 0px;
}
