body {
    background-color: rgba(0, 12, 24, 0.9) !important;
    color: #ffffff; /* Sets text to white for readability */
}
#sp-main-body {
    background-color: rgba(0, 12, 24, 0.9);
}
.sp-megamenu-parent > li:hover > a {
	color: #D4B339;
}
#sppb-bg-primary { color: #000;}


#sp-footer, #sp-bottom {
  background:rgba(0, 12, 24, 0.9) !important;
  color:#fff}

.clip-style1 textPath {
  color: var(--sppb-color-primary);
  fill: var(--sppb-color-primary);
}

.clip-style1 #waveClip1 {
  stroke: #000000;
}
.sp-scroll-up {
  color: #000;
  background: var(--sppb-color-primary);}

.sp-scroll-up:hover{
  color: var(--sppb-color-primary);
  background: #000;}

.offcanvas-menu {
    background-color: #000c18 !important;
    color: #000;
    font-weight: 600;
}
@media (max-width: 767px) {
  #sp-header {
    background-color: #000c18 !important;
  }
}
.sppb-addon-accordion.unfold-accordion .sppb-panel-group .sppb-panel-modern {
  border-radius: 20px;
  border-color: #C5A059 !important;
  background-color: var(--sppb-bg-card-varient-8);
}
.sppb-panel-modern {
  border: 2px solid #C5A059 !important;
   }
.offcanvas-menu .fas {
  color: #fff;
}

/* Updated Testimonial Styling */
/* The Card Container */
.nt-card {
    background: rgba(255, 255, 255, 0.03); /* Translucent Navy/Glass */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 30px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.nt-card:hover {
    border-color: #C5A059;
    background: rgba(197, 160, 89, 0.05);
}

/* The Quote Icon */
.nt-quote-icon {
    color: #C5A059;
    font-size: 32px;
    margin-bottom: 15px;
    opacity: 0.5;
}

/* The Quote Text */
.nt-content {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 25px;
}

/* The Avatar/Info Section */
.nt-author {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(197, 160, 89, 0.1);
    padding-top: 20px;
}

/* Forcing the Circle Image */
.nt-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px; /* Prevents shrinking */
    border-radius: 50% !important;
    border: 2px solid #C5A059;
    object-fit: cover;
    margin-right: 15px;
}

.nt-info h4 {
    color: #C5A059;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.nt-info p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 3px 0 0 0;
    line-height: 1.2;
}