
body{
padding-top:70px;
font-family: "Raleway", sans-serif;
background-color: #F5F5F5;
color: #1E1E1E;
}

.accordion-button:focus, .accordion-button:not(.collapsed) {
background-color: #ffffff !important;
box-shadow: none;
color: #1E1E1E;
}

.domine-heading {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color:#C90F14;
}

.error-field {
  border-bottom: 2px solid #C90F14!important;
}

.raleway-body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.hero{
min-height:80vh;
}

.card{
border:none;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:0.3s;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 20px 35px rgba(0,0,0,0.1);
}

.product-img{
transition:0.4s;
}

.product-img:hover{
transform:scale(1.05);
}

.display-5 {
    font-size: 48px;
}

.btn-primary {
    background-color: #494949;
 border-color: #494949;
}
.btn-primary:hover {
    background-color:#C90F14;
    border-color: #C90F14;
}
.btn-primary:active {
    background-color:#C90F14 !important;
    border-color: #C90F14 !important;
}
.nav-link {
color: #1E1E1E;
font-weight: 600;
}

.hero-text {
    font-size:24px;
    line-height: 40px;
}
.card-title {
    color:#C90F14;
    font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.icon-bg{
    background-color: #F1DEDF;
    border-radius: 4px;
   padding-top: 6px;
   padding-bottom: 6px;
   
}
.icon-body {
    padding-left: 16px;
    padding-top: 16px;
}
.bg-gray {
    background-color: #f5f5f5;
}

.di-badge {
    color:#C90F14;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
     background-color: #F1DEDF;
     padding:8px 12px;
     line-height: 24px;
     font-weight: 500;
   
}
.bg-secondary {
    background-color: #494949 !important;
}
.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.mail-link {
    color: white;
}
.mail-link:hover {
    color: white;
    text-decoration: none;
}

.accordion-button {
    background-color: white;
}

@media (max-width: 576px) { 
    .mob-mb-10 {
        margin-bottom: 16px;
    }
    .mob-mt-10 {
        margin-top: 16px;
    }
 }

 .toast-msg {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9999;
}

.toast-msg.show {
  opacity: 1;
  transform: translateY(0);
}

.error-field {
  border-bottom: 2px solid red !important;
}

.tab-content {
    border-top-left-radius: 0 !important;
}

.nav-tabs .nav-link:hover {
    color: #C90F14;
}


.nav-link.active {
  color: #C90F14 !important; /* your gold */
  
}
html {
  scroll-behavior: smooth;
}