.top-bar {
    background-color: #2e1c99;
    color: #fff;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar a:hover {
    opacity: 0.8;
}

.currency-flag {
    width: 18px;
    height: 12px;
    object-fit: cover;
    margin-right: 5px;
}

.divider {
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 15px;
}

.navbar-custom {
    background-color: #efefef;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 600;
    color: #2e1c99 !important;
    font-family: cursive;
}

.nav-link {
    color: #8a4b2c !important;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

.nav-link:hover {
    color: #2e1c99 !important;
}

.free-text {
    color: #2e1c99;
    font-weight: 600;
    font-size: 14px;
}

.logo-icon {
    font-size: 26px;
    color: #2e1c99;
    margin-right: 8px;
}

.feature-bar {
    background-color: #2e1c99;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    padding: 12px 10px;
    text-transform: uppercase;
}

.feature-item i {
    font-size: 18px;
}


.astro-section {
    background: #f2f2f2;
    padding: 70px 0;
}

.astro-title {
    text-align: center;
    color: #c08a3e;
    letter-spacing: 4px;
    margin-bottom: 60px;
    font-weight: 500;
}

.gem-card {
    text-align: center;
    padding: 20px;
}

.gem-card img {
    max-width: 130px;
    margin-bottom: 20px;
}

.gem-title {
    font-weight: 600;
    color: #8a4b2c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gem-info {
    font-size: 14px;
    margin-bottom: 15px;
}

.benefits-box {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
}

.benefits-box i {
    color: #c08a3e;
    margin-right: 5px;
}

footer-section {
    background: #f3f3f3;
    padding: 70px 0 30px;
    color: #8a4b2c;
}

.footer-title {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    color: #8a4b2c;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-links a:hover {
    color: #c08a3e;
}

.contact-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-item i {
    color: #c08a3e;
    min-width: 20px;
}

.footer-divider {
    height: 2px;
    background: linear-gradient(to right, #c08a3e 30%, #ddd 30%);
    margin: 40px 0 20px;
}

.social-icons a {
    font-size: 22px;
    margin: 0 10px;
    color: #8a4b2c;
}

.social-icons a:hover {
    color: #c08a3e;
}


.trust-section {
    background: #f5f5f5;
    padding: 60px 0;
}

.trust-item {
    text-align: center;
    padding: 20px 10px;
}

.trust-icon {
    font-size: 45px;
    color: #c08a3e;
    margin-bottom: 15px;
}

.trust-title {
    font-weight: 600;
    letter-spacing: 1px;
    color: #8a4b2c;
    margin-bottom: 5px;
}

.trust-subtitle {
    font-size: 14px;
    color: #8a4b2c;
}

.purity-section {
    position: relative;
    background: #f3f3f3;
    padding: 80px 0;
    overflow: hidden;
}

/* Right Gold Strip */
.purity-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    background: #2e1c99;
    z-index: 0;
}

/* Keep content above strip */
.purity-content {
    position: relative;
    z-index: 2;
}

.purity-title {
    color: #8a4b2c;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 20px;
}

.purity-divider {
    width: 200px;
    height: 2px;
    background: #d6b07a;
    margin-bottom: 40px;
}

.sanskrit-text {
    color: #8a4b2c;
    font-size: 28px;
    line-height: 2.2;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.btn-gold {
    background: #2e1c99;
    color: #fff;
    padding: 12px 35px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
}

.btn-gold:hover {
    background: #b38137;
    color: #fff;
}

.image-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile adjustment */
@media (max-width: 991px) {
    .purity-section::after {
        width: 100%;
        height: 40%;
        bottom: 0;
        top: auto;
    }
}

/* Mega Menu */
.mega-dropdown .dropdown-menu {
    left: 0;
    right: 0;
}

.mega-menu {
    background: #f8f8f8;
}

.mega-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
}

.mega-list li {
    margin-bottom: 8px;
}

.mega-list li a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    transition: 0.3s;
}

.mega-list li a:hover {
    color: #c89b3c;
    padding-left: 4px;
}


rel="stylesheet"href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css" > <style > body {
    background: #ffffff;
}

.gemstone-section {
    padding: 60px 0;
}

/* LEFT IMAGE BOX */
.gem-box {
    background: #f3f4f6;
    padding: 50px;
    border-radius: 40px;
    text-align: center;
}

.gem-box img {
    max-width: 180px;
}

/* BREADCRUMB */
.breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #555;
}

/* TITLE */
.gem-title {
    font-size: 34px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.gem-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background: #000;
}

/* DESCRIPTION */
.gem-desc {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

/* FEATURES */
.gem-features {
    list-style: none;
    padding: 0;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.gem-features li {
    font-size: 15px;
    color: #111;
}

.gem-features i {
    color: #22c55e;
    margin-right: 6px;
}

/* MENU */
.gem-menu {
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.gem-menu .nav-link {
    color: #111;
    font-weight: 500;
    padding: 12px 14px;
    border: none;
}

.gem-menu .nav-link.active {
    border-bottom: 3px solid #000;
}

@media(max-width:768px) {
    .gem-box {
        margin-bottom: 30px;
    }
}


.card-img-top {
    background-color: #9ea7b1;
    padding: 20px;
}

.gem-title {
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.sku-text {
    color: #555;
    margin-bottom: 0;
}

.price-text {
    font-weight: bold;
    font-size: 1.2rem;
}




body{
    background:#ffffff;
}

.main-title{
    text-align:center;
    font-weight:700;
    letter-spacing:1px;
    margin:40px 0 30px;
    font-size:26px;
}

.section-title{
    text-align:center;
    font-weight:700;
    font-size:20px;
    margin-bottom:5px;
}

.section-subtitle{
    text-align:center;
    font-size:14px;
    color:#555;
    margin-bottom:20px;
}

.form-wrapper{
    background:#e9e9e9;
    padding:30px;
    border-radius:3px;
}

.form-control,
.form-select{
    height:42px;
    font-size:14px;
}

.small-label{
    font-size:14px;
    font-weight:600;
    margin-bottom:6px;
}

.btn-orange{
    background:#ef6c57;
    color:#fff;
    font-weight:700;
    padding:14px;
    font-size:18px;
    border:none;
    width:100%;
    letter-spacing:1px;
}

.btn-orange:hover{
    background:#e55a45;
}

.video-box{
    border-top:5px solid #000;
    border-bottom:5px solid #000;
}


/* Section Heading */
.section-title{
    text-align:center;
    font-weight:500;
    color:#a85a2a;
    margin-bottom:30px;
    letter-spacing:1px;
}

/* Left Table */
.gem-table{
    background:#fff;
    border:1px solid #d6a679;
}

.gem-table th{
    background:#fff;
    color:#a85a2a;
    font-weight:600;
    text-align:center;
    border:1px solid #d6a679;
    padding:12px;
}

.gem-table td{
    border:1px solid #d6a679;
    padding:15px;
    vertical-align:middle;
    font-size:15px;
}

.gem-img{
    width:45px;
    height:45px;
    border-radius:8px;
    margin-right:10px;
}

/* Right Card */
.form-card{
    background:#e9e9e9;
    padding:35px;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.form-control, .form-select{
    height:50px;
    border-radius:6px;
}

.form-label{
    font-size:14px;
    margin-bottom:5px;
}

.submit-btn{
    background:#f4794a;
    color:#fff;
    padding:12px 40px;
    border-radius:5px;
    border:none;
    font-weight:600;
    letter-spacing:1px;
}

.submit-btn:hover{
    background:#e36434;
}

/* Custom Radio */
.form-check-input:checked{
    background-color:#f4794a;
    border-color:#f4794a;
}

.product-card{
    border-radius:12px;
    overflow:hidden;
    transition:0.3s;
    border:1px solid #e5e5e5;
}

.product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.product-img{
    position:relative;
    padding:20px;
    background:#fff;
}

.product-img img{
    width:100%;
    border-radius:8px;
}

.certified-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#fff;
    padding:4px 8px;
    font-size:12px;
    border-radius:20px;
    box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.wishlist{
    position:absolute;
    top:15px;
    right:15px;
    font-size:20px;
    color:#ff6b6b;
    cursor:pointer;
}

.product-body{
    padding:20px;
    text-align:center;
}

.product-title{
    font-weight:600;
    letter-spacing:1px;
    font-size:14px;
    color:#a85b1e;
}

.product-desc{
    font-size:13px;
    color:#777;
}

.sku{
    font-size:12px;
    color:#999;
}

.price{
    font-size:18px;
    font-weight:600;
    color:#a85b1e;
}


.gemstone-card img {
  height: 250px;
  object-fit: cover;
}

.gem-title {
  font-size: 14px;
  font-weight: 600;
}

.sku-text {
  font-size: 12px;
  color: #777;
}

.price-text {
  font-size: 18px;
  margin-top: 10px;
}





