:root {
  --color-primary: #f8c8e0;
  --color-primary-dark: #d65db1;
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #1e1e1e;
  --color-dark-gray: #333;
  --color-gray: #555;
  --color-light-gray: #666;
  --color-lighter-gray: #777;
  --color-very-light-gray: #eee;
  --color-pink-light: #fcc6e9;
  --color-pink-transparent: rgba(214, 93, 177, 0.1);
  --color-white-transparent: rgba(255, 255, 255, 0.8);
  --color-shadow: rgba(0, 0, 0, 0.1);
  --color-shadow-light: rgba(0, 0, 0, 0.05);
}

@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-VariableFont-c3aUmur.ttf");
}

@font-face {
  font-family: "Something";
  src: url("../../fonts/something-script/Something-XNOkxV7.otf");
}

@font-face {
  font-family: "House";
  src: url("../../fonts/House/house-FoY2-8T.woff");
}

@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Regular-hBRJlB7.ttf");
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.6;
}

.brand-name {
  position: relative;
  margin-bottom: 1em;
}
.brand-name .brand-first-name {
  font-family: 'House', serif;
  font-size: 88px;
  font-weight: normal;
  color: black;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  top: 8px;
}
.brand-name .brand-last-name {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px;
  color: var(--color-primary-dark);
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}

.section-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #666;
  font-family: "Playfair Display", serif;
}

.btn-outline-dark {
  border: 1px solid #333;
  padding: 8px 25px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Header */

header {
  background: #f7f7f7;
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand img {
  height: 70px;
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 1.5rem;
  font-weight: 500;
}

/* Hero Section */

.hero-section {
  position: relative;
}

.personal-webpage-hero-image {
  display: inline-block;
  margin-bottom: 75px;
  position: relative;
}

.personal-webpage-hero-image .personal-webpage-hero-image-overlay {
  position: absolute;
  bottom: -43px;
  left: 241px;
  width: 140px;
  height: 140px;
  background-image: url("../../images/influentialwomen/profile-badge-okk784s.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  display: block;
}

@media screen and (max-width: 991px) {
  .personal-webpage-hero-image
    .personal-webpage-hero-image-overlay.overlay-hero-fix {
    bottom: -12px;
  }
}

.personal-webpage-hero-image img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  box-shadow: var(--color-primary) 20px 30px 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-section .container {
  padding-top: 4rem;
  padding: 2rem;
  background: url("../../images/dark-bg-SS9VnRl.jpg") no-repeat 130% center;
  background-size: contain;
}

.hero-section .hero-title {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
}

.hero-section h2 {
  font-family: "Playfair Display", serif;
}

.hero-section .hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 500px;
}

.hero-section .hero-image-container {
  position: relative;
}

.hero-section .hero-image {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .hero-section .container {
    background: none;
  }
  .hero-section .container .row {
    flex-direction: column-reverse;
  }
  .hero-section .container img {
    margin: 10px auto 30px;
    display: block;
  }
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
  .hero-section h2 {
    font-size: 1.7rem;
  }
  .hero-section .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .hero-section .container {
    background: url("../../images/dark-bg-SS9VnRl.jpg") no-repeat top center !important;
    background-size: 100% !important;
  }
}

/* News & Insights Section */

.news-section {
  padding: 3rem 0 1rem;
  background: #f7f7f7;
}

.news-section .row {
  align-items: center;
}

.news-section .news-card {
  margin-bottom: 2rem;
  border: none;
  padding-top: 5px;
  background: none;
}

.news-section a {
  color: black;
  text-decoration: none;
}

.news-section .news-card img {
  border-radius: 0;
}

.news-section .card-body {
  padding-top: 10px;
}

.news-section .news-card-title {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .news-section .news-card {
    margin-bottom: 0rem;
  }
  .news-section .news-card-title {
    font-size: 1rem;
  }
  .btn-outline-dark {
    margin-bottom: 20px;
  }
}

/* Videos Section */

.videos-section {
  padding: 3rem 0 2rem;
}

.videos-section .row {
  align-items: center;
}

.videos-section .video-thumbnail {
  position: relative;
  background-color: #f0f0f0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #000;
  text-decoration: none;
}

.videos-section .video-play-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Meet Jane Section */

.meet-jane-section {
  padding: 2rem 0;
}

.meet-jane-section .jane-image-container {
  position: relative;
  margin-bottom: 2rem;
}

.meet-jane-section .jane-image {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.meet-jane-section .jane-image-bg {
  position: absolute;
  background-color: #f8d7e3;
  width: 100%;
  height: 100%;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}

.meet-jane-section .jane-signature {
  max-width: 150px;
  margin-top: 2rem;
}

/* Footer */

footer {
  background-color: #333;
  color: #fff;
  padding: 2rem 0 0.5rem;
}

footer .footer-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

footer .footer-text {
  color: #ccc;
  margin-bottom: 0.25rem;
}

footer .social-icons {
  text-align: right;
}

footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

footer .social-icons a:hover {
  background-color: #f8d7e3;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #ccc;
}

footer .footer-links a {
  color: #fff;
  margin-left: 1.5rem;
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0 1.5rem;
  }
  footer .footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .footer-bottom p {
    margin-bottom: 0;
  }
  footer .footer-links {
    text-align: center !important;
    margin-bottom: 15px;
  }
  footer .social-icons {
    text-align: center;
    margin: 20px 0 10px;
  }
  footer .footer-links a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.8rem;
  }
  footer .footer-text {
    margin-bottom: 0.25rem;
    font-size: 15px;
  }
  footer .footer-title {
    font-size: 18px;
  }
}

/* Header Section */
.author-card .author-image {
  border: 10px solid var(--color-white);
}
.article-header {
  position: relative;
  height: auto;
  padding: 100px 0;
  /* background-image: ; */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.article-header.article-header-3 {
  /* background-image: ; */
}

.article-header .row {
  align-items: center;
}

.article-header .header-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
}

.article-header .article-title {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #fff;
}

.article-header .author-card {
  background-color: #fff;
  padding: 0;
  display: block;
  align-items: center;
  max-width: 250px;
  text-align: center;
}

.article-header .author-image {
  width: 100%;
  margin-bottom: 0px;
}

.article-header .author-info {
  flex: 1;
  background: #fff8f7;
  padding: 10px 5px 10px;
}

.article-header .author-name {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #333;
}

.article-header .author-title {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0;
  text-transform: uppercase;
}

.article-header .author-company {
  font-size: 0.8rem;
  color: #666;
}

@media (max-width: 991px) {
  .article-header .article-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .article-header .article-title {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
  }

  .article-header {
    padding: 50px 0 25px;
  }
}

/* Article Content */

.article-content {
  padding: 15px 0;
}

.article-content .article-section {
  margin-bottom: 3rem;
}

.article-content .section-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif !important;
}

/* Responsive */

@media (max-width: 768px) {
  .article-content .article-title {
    font-size: 2rem;
  }
  .article-content .author-card {
    bottom: 30px;
    max-width: 200px;
  }
  .article-content .author-image {
    width: 60px;
    height: 60px;
  }
  .article-content .section-title {
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
  }
}
