@charset "utf-8";
/***** Design By Sagar 5.1 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("animate.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* CSS Document font-family: "Italianno", cursive; */
html {
  scroll-behavior: smooth;
}
body {
	background:#fff;
    color: #fff;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: 'Inter', sans-serif;
	background-size: cover;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #9e7516;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Google Sans", sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #9e7516;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #9e7516;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000;
    --secondary: #000;
}

/*** header ***/
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
}

.mobile3::after {
    position: absolute;
    content: '';
    right: 0;
    border-right: 1px solid #896f4e;
    z-index: 999;
    height: 70%;
}


.headerpart {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0px 4% 0px 4%;
    z-index: 999;
    width: 100%;
	border-bottom:1px solid #896f4e;
	    background: #000;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 32px 12px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: .6s linear;
    font-weight: 400;
	text-transform: uppercase;
}

.headerf-0flex li a:hover {
	color:#e08c55;
}
.header {
    display: flex;
    align-items: center;
	margin-right: 25px;
}

.hide {
    display: none;
}

.hide:checked~.dropdoqwn {
    display: block;
}

.hide:checked~.dropdoqwn2 {
    display: block;
}

.hide:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 99999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .1s;
}



.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 10px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize !important;
    font-weight: 500;
    background-color:#e08c55;
	border-bottom:1px solid #fff;
}

.dropdoqwn li a:hover {
    background-color:#fff;
    color: #e08c55;
}
.headgift{ background:#fff; padding:5px; text-align:center;}
.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}



.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #000000c2;
	backdrop-filter: blur(12px);
}
.darkHeader .headerf-0flex li a {
    padding: 10px 12px !important;
}
.darkHeader .logo img{padding: 5px 0px;top: 0px; width:100px;}
.logo img{ width:110px;}
.phone_h {
    align-items: center;
    margin-left: 10px;
}

.phone_h a {
    display: block;
    color: #000000;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 600;
}

.phone_h span {
    display: inline-block;
    padding-left: 10px;
    color: #444;
    font-size: 12px;
}

.phone_h i {
    height: 37px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	position:absolute;
	    padding-bottom: 5px;
}
.headsearch::placeholder{ color:#f0cbcd;}
.headsearch{ background:none; border:none; border-bottom:1px solid #fff; padding: 5px 5px 5px 25px; width:100%; position:relative; color:#fff; outline:none;}
.two-elements {
    display: flex;
    align-items: center;
	border-left: 1px solid #896f4e;
	
}

.get {
    color: #fff;
    padding: 8px 0px 8px 25px;
    display: inline-block;
    margin-left: 22px;
    font-size: 14px;
    text-transform: uppercase;
    background:none;
  	background-size: 200% 100%;
  	background-position: right bottom;
  	transition: all .5s ease-out;
}
.get:hover {
  color: #dca34b;
}
.group_flex {
    display: flex;
}



/* --- ACTIVE STATE CLASS  --- */
.index-offer-flex-card.active {
  flex: 1.8;
}

.index-offer-flex-card.active .index-offer-card-img-box {
  width: 45%;
}
/* --- Contact Section Styles --- */
.index-contact-sec {
  padding: 60px 0;
  background: #111;
}

.index-contact-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  color: #cccccc;
  background-color: rgba(255, 255, 255, 0.05);
  letter-spacing: 1px;
}

.index-contact-dot {
  width: 8px;
  height: 8px;
  background-color: #dca34b;
  border-radius: 50%;
  margin-right: 8px;
}

.index-contact-main-title {
  color: #dca34b;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.index-contact-desc {
  color: #bfbfbf;
  font-size: 1rem;
  line-height: 1.6;
}

/* Contact Info Items Arrangement */
.index-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.index-contact-icon-box i {
  font-size: 1.3rem;
  color: #dca34b;
}

.index-contact-text-box strong {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.index-contact-text-box p {
  color: #b0c0be;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Form Card Styling */
.index-contact-form-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.index-form-title {
  color: #111111;
  font-size: 1.8rem;
  font-weight: 600;
}

.index-form-subtitle {
  color: #666666;
  font-size: 0.9rem;
}

/* Custom Input Fields */
.index-form-input {
  background-color: #eeeef0;
  border: 1px solid #eeeef0;
  padding: 14px 18px;
  border-radius: 12px;
  color: #333333;
  font-size: 0.95rem;
}

.index-form-input:focus {
  background-color: #ffffff;
  border-color: #dca34b;
  box-shadow: none;
}

.index-check-label {
  color: #555555;
  font-size: 0.9rem;
  cursor: pointer;
}

/* Call Back Button Style */
.index-form-btn {
  background-color: #dca34b;
  color: #1a2e2b;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 1px solid #dca34b;
}

.index-form-btn:hover {
  background-color: #1a2e2b;
  color: #ffffff;
  border-color: #1a2e2b;
}


/* --- Fashion Story Section Styles --- */
.fashion-story-section {
  background-color: #fff;
  color: #000;
}

.fashion-story-subtitle {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

.fashion-story-title {
  color: #000;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.15;
  font-family: "Google Sans", sans-serif;
}

.fashion-story-desc {
  color: #111;
  font-size: 0.95rem;
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}

.fashion-read-more-btn {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.fashion-read-more-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.fashion-feature-icon {
  font-size: 1.5rem;
  color: #000;
}

.fashion-feature-text {
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}

.fashion-mannequin-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fashion-feature-item{ text-align:center;}

/* --- Collections Section Styles --- */
.collection-section {
  background-color: #000000;
  color: #ffffff;
}

.collection-subtitle {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #dca34b;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  margin-bottom: 5px;
}

.collection-main-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.collection-divider {
  width: 60px;
  height: 2px;
  background-color: #dca34b;
  position: relative;
}

.collection-card {
  background: transparent;
  transition: transform 0.3s ease;
}

.collection-img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}

.collection-item-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: "Google Sans", sans-serif;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.collection-item-desc {
  color: #ccc;
  font-size: 0.85rem;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
}

.collection-link {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.collection-link:hover {
  color: #dca34b;
}

.collection-read-more-btn {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 35px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.collection-read-more-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* --- Why Choose Us Section Styles (White Background) --- */
.why-choose-us-section {
  background-color: #ffffff;
  color: #111111;
}

.why-choose-subtitle {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #c59b27;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.why-choose-main-title {
  color: #111111;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Google Sans", sans-serif;
}

.why-choose-sub-heading {
  font-style: italic;
  color: #c59b27;
  font-family: "Google Sans", sans-serif;
}

.why-choose-icon-box {
  width: 55px;
  height: 55px;
  background-color: #dca34b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
}

.why-choose-item-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 4px;
  font-family: "Google Sans", sans-serif;
}

.why-choose-item-desc {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}

.why-choose-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* --- What We Offer Section Styles --- */
.what-we-offer-section {
  background-color: #ffffff;
  color: #111111;
}

.offer-subtitle {
  font-family: 'Google Sans', serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #c59b27;
}

.offer-main-title {
  font-family: "Google Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #111111;
  line-height: 1.2;
}

.offer-divider {
  width: 40px;
  height: 1px;
  background-color: #111111;
}

.offer-card {
  background-color: #fcf9f5;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.offer-icon {
  font-size: 1.8rem;
  color: #111111;
}

.offer-card-title {
  font-family: "Google Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}

.offer-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
}



.counter-number {
  font-family: "Google Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #111111;
  margin-bottom: 5px;
}

.counter-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.brand-info-section{ background:#fff; font-size:12px;}
.brand-info-section strong{ color:#6c757d; padding-bottom:10px;}

/* --- Premium Footer Styles --- */
.footer-section {
  background-color: #000;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  
}

.footer-brand {
  font-family: "Google Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
}

.footer-heading {
  font-family: "Google Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: #c59b27;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #999999;
}

.footer-links li a,
.footer-contact-info a,
.footer-bottom-links a,
.footer-copyright {
  color: #999999;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover,
.footer-contact-info a:hover,
.footer-bottom-links a:hover {
  color: #c59b27;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #c59b27;
  color: #111111;
  transform: translateY(-3px);
}

.text-gold {
  color: #c59b27;
}

.footer-divider {
  border-color: rgb(255 255 255 / 32%);
}

.footer-bottom-links a {
  font-size: 0.85rem;
}
.whatsappcall{ position:fixed; right:10px; bottom:10px; z-index:9999;}
/** Bradcrumb **/
.bradcrumbbg{ position:relative;}
.bannercont {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000000;
    z-index: 9999;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.bradimage img{ width:100%; object-fit:contain;}
.bradimage-title {
    color: #c59b27;
    font-size: 3rem;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
	margin:0px; padding:0px;
}
.bradimage-title1 {
    color: #c59b27;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Google Sans", sans-serif;
	margin:0px; padding:0px;
}
.bradimage-divider {
    width: 60px;
    height: 2px;
    background-color: #dca34b;
}
.bannercont img{ width:80%;}
.bradsmalltxt{ font-size:14px;letter-spacing: 3px; color:#666666;}
.bradnav{ font-size:14px; color:#666666;}
.bradnav a{ font-size:14px; color:#666666;}
.about-us-container h3{ font-size:20px; padding-bottom:10px;}
.about-us-container h1{ color:#dca34b;}
.about-us-container{ background:#fff; font-size:14px; font-weight:300; color:#3c4046;}
.about-us-container .container{max-width: 1100px;}
.about-us-divider {width: 60px;height: 2px;background-color: #dca34b;}
/* --- Premium Contact Us Page Styles --- */
.contact-section {
  background-color: #ffffff;
  color: #111111;
}

.contact-subtitle {
  font-family: "Google Sans", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  color: #888888;
  font-weight: 600;
}

.contact-main-title {
  font-family: "Google Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  text-transform: uppercase;
}

.contact-intro {
  font-size: 1rem;
  line-height: 1.6;
}

/* Contact Cards Styling */
.contact-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  transition: all 0.3s ease;
  padding: 30px 20px;
}

.contact-card:hover {
  border-color: #d1b159; /* Premium gold accent hint */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transform: translateY(-3px);
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #c59b27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-card:hover .icon-box {
  background: #111111;
  color: #ffffff;
}

.card-heading {
  font-weight: 600;
  color: #222222;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.card-text a:hover {
  color: #d1b159 !important;
}

/* Bottom Brand Note Box */
.brand-note-box {
  background-color: #fafaf9;
  border-left: 3px solid #111111;
  border-radius: 0 6px 6px 0;
  text-align: left;
}
.thanskfor{ text-align:center; margin-top:80px; color:#666666;}


/* --- Premium Wiki / Guide Card Layout Styles --- */
.wiki-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.wiki-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: #d1b159; /* Premium gold accent hint */
    transform: translateY(-4px);
}

.wiki-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 250px;
}

.wiki-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wiki-card:hover .wiki-img-box img {
    transform: scale(1.05);
}

/* Top-Left Absolute Badge */
.wiki-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #111111;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 6px;
    z-index: 2;
    text-transform: uppercase;
}

.wiki-content {
    padding: 20px 10px 10px;
    position: relative;
}

.wiki-title {
    font-family: "Google Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.wiki-desc {
    font-size: 0.7rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0;
    padding-right: 45px; /* Circular button ke liye space */
}

/* Bottom-Right Circular Arrow Button */
.wiki-btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #c59b27; /* Theme gold accent */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.wiki-btn:hover {
    background: #111111;
    color: #ffffff;
    transform: scale(1.1);
}

/* --- Product Details / Wiki Page Styles --- */
.product-details-section {
  background-color: #ffffff;
  color: #111111;
}

.main-page-title {
  font-family: "Google Sans", sans-serif;
  font-size: 1.8rem;
  color: #1a1a1a;
}

.product-main-img-box {
  overflow: hidden;
  border-radius: 8px;
}
.product-desc-content h3{ background:#000; color:#fff; padding:10px 14px; border-bottom:2px solid #dca34b;border-radius: 8px 8px 0px 0px;}
.product-main-img-box img{ width:100%; height:480px; object-fit:cover;border-radius: 10px;}
.spec-table-box {
  background-color: #fafaf9 !important;
  border-color: #eaeaea !important;
}
.detailspage{ font-size:14px;}
table{ width:100%; border:1px solid #999999; font-size:14px;}
td{ padding:4px;border:1px solid #999999;font-weight:400;}
th{ padding:4px; font-weight:400;}

.list-unstyled{ font-size:14px;}
.text-successone{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; color:#dca34b;
}
.spec-table-box table td {
  background: transparent !important;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.spec-table-box table tr:last-child td {
  border-bottom: none;
}

/* Table of Contents Sidebar Styling */
.toc-sidebar {
  border: 1px solid #eaeaea !important;
  border-radius: 8px;
  top: 100px;
}

.toc-list li a {
  font-size: 0.9rem;
  padding: 6px 0;
  transition: color 0.3s ease;
}

.toc-list li a:hover {
  color: #d1b159 !important; /* Gold Accent */
}