@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
:root {
  --dark-bg: #1c1c1c;
  --gold: #94763F;
  --gold-dark: #a3854f;
  --gray-bg: #f4f4f4;
  --text-dark: #000;
  --text-muted: #6c6c6c;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
	font-size:17px;
}

h1, h2, h3, h4, .brand-logo {
  font-family: 'Oswald',sans-serif;
}

/* NAVBAR */
.brand-logo {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.nav-links .nav-link {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--text-dark);
  padding: 0.5rem 0.8rem;
}

.nav-links .nav-link:hover {
  color: var(--gold-dark);
}

/* HERO */
/* HERO SECTION */
.hero-section{
    position:relative;
    min-height:100vh;
    background:url('YOUR-CHESS-IMAGE.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.hero-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
}

.navbar{
    position:relative;
    z-index:10;
    padding:20px 0;
}

.brand-logo{
    color:#fff;
    font-family:'Playfair Display', serif;
    font-size:22px;
    font-weight:700;
    letter-spacing:2px;
    text-decoration:none;
    border-bottom:2px solid var(--gold-dark);
    padding-bottom:4px;
}

.nav-links .nav-link{
    color:#fff !important;
    font-size:15px;
    font-weight:500;
    letter-spacing:1px;
    margin:0 12px;
    text-transform:uppercase;
}

.nav-links .nav-link:hover{
    color:#d7d7d7 !important;
}

.hero-content{
    position:relative;
    z-index:2;
    min-height:calc(100vh - 0px);
    /* min-height:80vh; */
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-title{
    font-family:'Oswald',sans-serif;
    font-size:56px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:15px;
    line-height:1;
}

.hero-subtitle{
    font-family:'Oswald',sans-serif;
    font-size:48px;
    font-weight:600;
    line-height:1.4;
    color:#fff;
    text-transform:none;
}

.hero-tagline{
    display:inline-block;
    margin-top:20px;
    padding:15px 40px;
    border-top:2px solid rgba(255,255,255,.8);
    border-bottom:2px solid rgba(255,255,255,.8);
    color:#fff;
    font-size:26px;
    font-style:italic;
    font-weight:700;
    font-family:'Oswald',sans-serif;
}

/* RESPONSIVE */
@media(max-width:991px){

.hero-title{
    font-size:42px;
}

.hero-subtitle{
    font-size:34px;
}

.hero-tagline{
    font-size:18px;
}
}

/* SECTION TITLES */
/* .section-title {
  font-family:'Poppins', sans-serif;;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
} */

/* PROFILE */

.profile-title {
  font-family:'Poppins', sans-serif;;
  font-weight: 500;
  /* letter-spacing: 1px; */
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
}

.profile-title::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-11px;
    transform:translateX(-50%);
    width:60px;
    height:2px;
    background:#b89b6a;
}

.profile-img {
  width: 100%;
/*   max-width: 320px; */
  object-fit: cover;
  border-radius: 8px;
}

.profile-name {
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

.profile-name:after{
  content:"";
    position:absolute;
    left:75px;
    bottom:0px;
    transform:translateX(-50%);
    width:150px;
    height:2px;
    background:#000;
}

.profile-role {
  font-weight: 600;
  color: var(--text-dark);
}

.stars i {
  font-size: 0.85rem;
  margin-right: 2px;
}

@media (min-width: 1400px) {
    .container{
      max-width: 1200px;
      
    }
}

/* AWARDS */
.awards-section {
  background-color: var(--gray-bg);
}

.award-badge {
    object-fit: cover;
    width: 300px;
}
.award-text {
  max-width: 900px;
/*   font-size: 1rem; */
}

/* EXECUTIVE ENGAGEMENTS */
.engagement-intro {
/*   font-size: 1rem; */
  line-height: 1.7;
}

.engagement-list {
  list-style: disc;
  padding-left: 18px;
  text-align: start;
}

.engagement-list li {
  padding: 6px 0;
/*   font-size: 0.98rem; */
}

.link-accent {
  /* color: var(--gold-dark); */
  color:#124371;
  text-decoration: underline;
}

.mail-accent{
  color:#000;
  text-decoration: none;
}

.link-accent:hover {
  text-decoration: none;
}

/* TESTIMONIALS */
.testimonials-section {
  background-color: var(--gray-bg);
}

.test-details{
     text-align:start;
}

.test-details h5{
  font-size:22px;
  font-weight:600;
  text-align:start;
}
.testimonial-item {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px 20px;
  margin-bottom: 25px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  max-width:1000px;
  margin: 0 auto 20px !important;
}

.testi-img{
    width:200px;
    height:200px;
    object-fit:cover;
    background:#f8f0d5;
}

.testi-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align:start;
}

.testimonial-item p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-dark);
  text-align:start;
}

.testimonial-item .testi-sub{
  font-size: 14px !important;
 font-family:'Poppins', sans-serif;
  font-style: italic;
  color:#6b6b6b !important;
}

.btn-review {
    display: inline-block;
    background: #94763F;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 0.9rem;
    border: 2px solid #C7A66A;
    border-radius: 0;
    position: relative;
    box-shadow: inset 0 0 0 2px #F1D7A0;
    transition: all 0.3s ease;
}

.btn-review:hover {
  background-color: var(--gold-dark);
  color: #fff;
}

.btn-linkedin {
  display: inline-block;
  background-color: var(--dark-bg);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 8px;
}

.btn-linkedin:hover {
  background-color: var(--gold-dark);
  color: #fff;
}

/* CONTACT */
.contact-section {
  background-color: #ffffff;
  padding: 60px 0px;
}

.contact-intro {
/*   font-size: 1rem; */
  font-weight:600;
  text-align: start;
  line-height: 1.7;
}
.link-contact{
  color:var(--gold-dark);
}

.link-contact:hover{
  color:#124371;
}

section{
  padding:80px 0px;
}

/* FOOTER */
/* .footer-section {
  background-color: var(--dark-bg);
  color: #ddd;
  font-size: 0.85rem;
}

.footer-brand {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer-links {
  margin: 0;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--gold);
} */

.made-with {
  background-color: #111;
  color: #aaa;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.made-with a {
  color: var(--gold);
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
  }

  .hero-content{
    min-height:50vh;
	  padding-top:50px;
  }
  .hero-title {
    font-size: 1.7rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-tagline {
    font-size: 0.8rem;
  }
  .section-title {
    font-size: 1.4rem;
  }
  .testimonial-item {
    text-align: center;
    margin-bottom:20px;
  }
	section{
		padding:60px 0px !important;
	}
	
	.testi-img{
		width:100%;
		height:auto;
	}
	.testimonial-item{
		row-gap:20px;
		padding:20px !important;
	}
	
	.profile-img{
		max-width:100% !important;
	}
	
	.profile-name:after{
		bottom:-2px;
	}
	.award-badge{
		width:100%;
	}
}


nav.navbar.navbar-expand-lg.navbar-dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
    transition: all 0.3s ease;
}