
import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,400;1,200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Turret+Road:wght@200;300;400&display=swap');

/* custom properties */

:root {
  
  --mainFont:'Raleway', sans-serif ;
  --mainFontLogo: "Londrina Solid", cursive;
  --mainFont2:'Turret Road', cursive;
  --white: #ffffff;
  --primary:rgb(147,33,27);
  --primary1:rgba(147,33,27,.09);
  --mustard:rgb(166,137,37);
  --green: rgb(120,154,101);
  --orange:rgb(182,121,74);
  --gray:rgb(107,107,91);
  --black:rgb(31,40,31);
  --translusentGray: rgba(0, 0, 0, 0.1);
  --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  --shadow-med: 0 2rem 4rem rgba(0, 0, 0, 0.4);
  --line: 1px solid #f4f4f4;
  --text-shadow: 2px 2px #161616;
  --text-shadoww: 2px 2px #fff;
  --text-shadow-light: 2px 1px #ffffff;
  --text-shadow1: 1px 1px #4e5051;
  --box-shadow: 2px 2px 5px rgb(147,33,27);
  --box-shadow-light: 0 1px 2px rgba(0, 0, 0, 0.5);
}


body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


/* Make sure default spacing doesn't create gaps */
html, body { height: 100%;}

/* Right side background cover */
.hero-right{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay fills the right column height */
.hero-right-overlay{
  min-height: 100%;
  background: rgba(0,0,0,0.3); /* optional */
}


.banner-paragraph {
  color: #eee;
  font-family:'Raleway', sans-serif ;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-align: justify;
  text-transform: capitalize;
  margin:2rem;
}

.modal-title {
  color:#fff;
  font-size: 3rem;
  font-family: var(--mainFont2);
  text-transform:uppercase;
}
.modal-dialog {
  max-width: 1000px !important;
}
.modal-header {
  border-bottom: none;
  padding: 1rem;
}

  

.card {
  background-color:transparent;
  box-shadow: 
  margin-bottom:1rem;
}

p {
  font-size: 1.4rem;
  font-family:var(--mainFont);
  font-weight:300;
}
.card-title {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  font-size: 1.6rem;
}
.card-text {
  color: var(--white);
  font-weight: 200;
  font-size: 1.3rem;
}


.modal-footer {
  border-top: none;
}




.btn {
  width: 170px;
  padding: 10px 15px;
  margin-right: 20px;
  border-radius: 0px;
  font-family: "Josefin sans", Sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  transition: transform 0.3s;
  cursor: pointer;
  color: #fff;
background: linear-gradient(
  to right,
  rgb(147, 33, 27),
  rgb(166, 137, 37),
  rgb(120, 154, 101)

);

}


.btn:focus,.btn-:active {
   outline: none !important;
   box-shadow: none;
}


.btn:hover{
background: linear-gradient(
    to left,
  rgb(120, 154, 101),
   rgb(166, 137, 37),
     rgb(147, 33, 27)
  );
}


a {
  color: #ffffff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

li {
  list-style: none;
  font-weight: 200;
  font-size: 1.2rem;
}

li.title {
  font-weight: 300;
  margin-top: 1rem;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.instrument-line {
  text-align: center;
  color: var(--white);
  line-height: 1.9rem;
}

.copy-text {
  font-size: 1rem;
}



/* Footer styling example (keep your colors) */
.footer{
  background: #000; /* change to your footer color */
  padding: 12px 0;
}

/* HERO HEIGHT + FULL COLUMN FILL */
.hero-row{
  min-height: 70vh;            /* adjust: 60vh, 80vh, or 100vh */
}

.hero-left{
  background: #ffffff;         /* or your brand color */
}


.logo-bar {
    background-color:#000;
}

.logo-text{
    color:#fff;
    font-size:2rem; 
    letter-spacing:0.5px; 
    text-transform:capitalize;  
}
.logo-text,.modal-title{
font-family: "Henny Penny", system-ui;
text-align:center;
}
.modal-header{
  background-color:#000;
}
.modal-title{
color:#fff;

}

@media (max-width: 768px) {
  .logo {
    height: 40px;
  }

  .logo-text {
    font-size: 1.1rem;
  }
}

.footer, .modal-footer {
  background-color:#000;
  color:var(--white);
}


.modal-dialog {
  max-width: 1200px !important;
}



.card h2{
  font-size:1.1rem;
}


.card p{
letter-spacing:2px;
text-align:justify;
}



.product-card-btn {
  width: 170px;
  padding: 10px 15px;
  margin-right: 20px;
  border-radius: 50px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Josefin sans", Sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: color transform 0.3s;
  text-align: center;
}

a{
    color:#fff;
    text-decoration:none;
}
a.copy{
  color:#fff;
}

.title{
  text-transform:capitalize;
}

ul{
  list-style: none;
}

.modal-body.modal-service{
background-color:#000;
 color:#fff;
}
  


.modal-body.modal-contact{
  background-color:#000;
  color:#fff;
}


