/* Section Styling */
.gold-section {
  background-color: #fffaed;
  padding: 60px 20px;
  text-align: center;
}

/* Header Styling */
.section-heading h2 {
  color: #1a1a1a; /* Dark color for contrast */
  margin-bottom: 30px;
}

.section-heading h2 span {
  color: gold;
}

/* PDF Buttons Styling */
.pdf-button {
  display: inline-block;
  background-color: #d4a013;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.pdf-button:hover {
  background-color: #e0b800; /* Darker gold on hover */
  transform: scale(1.05); /* Slight zoom effect on hover */
}

.flip-items {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#js-rotating{
    color: #d4a013;
}
.section-heading h2 span {
    color: #d4a013;
}
.section-heading h3 span {
    color: #d4a013;
}
#back-to-top .top:hover {
    background: #c3a951;
    /*background: #ac7d1f;*/
    /*background: #d4a013;*/
}
.nav-menu ul li a:hover {
    color: #d4a013;
}
.navbar-brand i{
    color: #d4a013;
}
.nav-menu ul li a.active {
    color: #d4a013;
}
.slideouticons label.mainlabel {
   
    background: #d4a013;
   
}
.slideouticons input:checked ~ label.mainlabel {
    color: #d4a013;
}
.list-award li span b {
    color: #d4a013;
}

.typo-pg {
    border-left: 3px solid #d4a013;
}
.typo-pg-both {
    border-left: 3px solid #d4a013;
    border-right: 3px solid #d4a013;
}

.single-service:hover{
    /*border-bottom: 3px solid #d4a013;  */
}

.single-service:hover .service-icon {
    background-color: #fff7dc;
    /*background-color: #d4a013;*/
}
.single-service .service-icon i:before {
    color: #d4a013
}
.single-service > h5 > a:hover {
    color: #d4a013
}

.user-interface .title {
    color: #d4a013;
}
.form-control:focus {
    border-color: #d4a013;
}
#contact-form .button{
    background-color: #d4a013;
}
.footer-logo{
    color:#d4a013;
}
.footer-btm a:hover {
    color: #d4a013;
}
.button.btn-white{
    color: #d4a013;
}
.button.btn-default{
    background-color: #d4a013;
}
.contact .box-info {
  background-color: #d4a013;
}
.footer-btm a:hover {
    color: #d4a013;
}
.footer .footer-social ul li a:hover {
    background: #d4a013;
}
.footer-social .tooltip:after,
.footer-social [data-tooltip]:after {
    background-color: #d4a013;
}
.footer-social [data-tooltip]:before,
.footer-social .tooltip:before,
.footer-social .tooltip-top:before {
    border-top-color: #d4a013;
}
.mr-star i {
    color: #d4a013;
}
.team-area .owl-pagination .owl-page.active span {
    background: #d4a013;
}
.submit-subscribe-btn {
    background: #d4a013;
}

.isotope-filters button.active,
.isotope-filters button:hover {
    background: #d4a013;
}
.isotope-filters.isotope-tooltip button span {
    background: #d4a013;
}
.isotope-filters.isotope-tooltip button span:after {
    border-top: 8px solid #d4a013;
}
.mr-blog-entry:hover h5{
    color: #d4a013;
}
.mr-entry-image .tag {
    background: #d4a013;
}
.mr-entry-image .date {
    background: #d4a013;  
}
.mr-entry-title a:hover h5 {
    color: #d4a013;
}
.mr-entry-meta li a:hover {
    color: #d4a013;
}
.plan-price h3 i{
    color: #d4a013;
}
.plan.featured .plan-price {
    background-color: #d4a013;
}
a.button.border,
a.button, .button {
    color: #d4a013;
    border: 1px solid #d4a013;
}
.plan a.button:hover,
.plan.featured a.button {
    background-color: #d4a013;
}
.gen {
    background: #d4a013;
}
.counter-section .counter .icon i {
    color: #d4a013;
}
.isotope-filters button.active,
.isotope-filters button:hover {
    background: #d4a013;
}
.plan.featured .listing-badge span {
    color: #d4a013;
}
.marv-portfolio:hover .mr-overbg {
    background: rgba(26, 28, 29, 0.47);
}
.button.btn-default:hover{
    color: #d4a013;
}
@media (max-width: 992px) {
     .navber-area .nav-menu {
        background: #d4a013;
     }
}